dingusppc/devices/common/pci
joevt 09d374f626 Log PCI config write values MSB first
Writes to config registers of invalid or non-existent PCI devices are logged. They should be logged with most significant byte first.
The values enter the methods in reverse byte order so they need to be byte swapped (except when size is 1) for logging.
The result is that this command in Open Firmware:
`12345678 16800 config-l!`
will log this:
`VCI0 err: write attempt to non-existing VCI device ??:0d.0 @00.l = 12345678`
2022-11-23 19:55:05 +01:00
..
bandit.cpp Log PCI config write values MSB first 2022-11-23 19:55:05 +01:00
bandit.h Fix read/write argument names 2022-08-22 17:16:22 -07:00
pcidevice.cpp Log PCI config write values MSB first 2022-11-23 19:55:05 +01:00
pcidevice.h Allow setting PCI capabilities pointer 2022-08-22 17:16:22 -07:00
pcihost.cpp pcihost: add attach_pci_device method. 2022-08-19 18:55:33 +02:00
pcihost.h pcihost: add attach_pci_device method. 2022-08-19 18:55:33 +02:00