Re: Accessing the configuration registers

Philip Blundell (Philip.Blundell@pobox.com)
Mon, 03 Jan 2000 12:48:39 +0000


> In case of Memory mapped how do access the Configuration Registers.

Use ioremap to map the register into the virtual address space, then readl et
al. to access them. See the drivers for PCI network and SCSI cards for
examples.

p.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/