Subject: Re: pci_read_config_byte
To: Ed <garbageout@sbcglobal.net>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 05/28/2005 19:50:45
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