dingusppc/devices
joevt d91e14abc6 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-09-02 03:39:50 -07:00
..
common Log PCI config write values MSB first 2022-09-02 03:39:50 -07:00
ethernet
floppy Remove unnecessary linefeeds from log 2022-08-14 05:26:56 -07:00
ioctrl heathrow: fix interrupt processing. 2022-08-24 14:58:07 +02:00
memctrl Log PCI config write values MSB first 2022-09-02 03:39:50 -07:00
serial Add nvedit 2022-08-22 17:21:58 -07:00
sound Merge remote-tracking branch 'upstream/master' 2022-08-14 16:38:51 -07:00
video Add BAR 0 to control 2022-09-02 03:39:50 -07:00
CMakeLists.txt
deviceregistry.cpp deviceregistry: add device_registered method. 2022-08-19 18:53:05 +02:00
deviceregistry.h deviceregistry: add device_registered method. 2022-08-19 18:53:05 +02:00