If possible, do whatever you're doing in userspace, using pcilib,
(part of pciutils) such things are already taken care of for you transparently.
If what you're doing _has_ to be in kernel space, check out the functions
in drivers/pci/ Things like pci_read_config_[byte|word|dword] are what
you'll need.
regards,
-- Dave.- 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/