dingusppc/devices
joevt f61854a0ae Add has_io_space flag.
PCIDevice
- supports_io_space method now uses a flag has_io_space which is automatically set for PCI bridges or PCI devices that have an I/O BAR.

atirage
- Devices that have I/O BARs don't need a supports_io_space method.

mpc106
- Devices that don't have I/O methods don't need a supports_io_space method.
2023-02-05 07:17:28 -08:00
..
common Add has_io_space flag. 2023-02-05 07:17:28 -08:00
ethernet mace: self-registration with the device registry. 2022-07-18 20:27:34 +02:00
floppy Fix compiler warnings: unused variables. 2023-01-11 01:17:12 -08:00
ioctrl pcidevice: improve BAR configuration. 2023-02-04 17:57:46 +01:00
memctrl Add has_io_space flag. 2023-02-05 07:17:28 -08:00
serial Fix compiler warnings: never executed. 2023-01-11 01:17:12 -08:00
sound Fix compiler warnings: cast loses precision. 2023-01-11 01:17:12 -08:00
video Add has_io_space flag. 2023-02-05 07:17:28 -08:00
CMakeLists.txt Manage Windows build dependencies with vcpkg. 2023-01-08 22:27:13 +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