On Sat, May 28, 2005 at 12:28:21PM -0500, Ed wrote: > What is the NetBSD equivalent of > the Linux functions pci_read_config_byte and pci_write_config_byte? There is none - you can not do that within the PCI spec. Just read all 32bit and mask the byte you want. Martin