dingusppc/devices
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
..
common Log PCI config write values MSB first 2022-11-23 19:55:05 +01:00
ethernet mace: self-registration with the device registry. 2022-07-18 20:27:34 +02:00
floppy swim3: implement reading the Step register. 2022-11-18 18:06:46 +01:00
ioctrl macio: properly wire floppy DMA. 2022-11-17 18:03:18 +01:00
memctrl Log PCI config write values MSB first 2022-11-23 19:55:05 +01: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 Rework DBDMA logic for bidirectional channels. 2022-11-17 18:03:18 +01:00
CMakeLists.txt Initial support for floppy disk images. 2021-12-04 14:22:02 +01:00
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