Showing changes from revision #1 to #2:
Added | Removed | Changed
uint8_t HAL_PCIReadConfigByte(int bus, int devfn, int addr)
Entry | |
---|---|
bus | Bus number to read from |
devfn | Device number to read from |
addr | Address to read from |
Exit | |
---|---|
- | Returns the read byte |
Reads a configuration byte from a device on the PCI bus.
This is an internal call for use by the PCI module and should not be used by user software. User software should use the PCI SWIs instead of talking to the HAL directly.