dingusppc/machines
joevt b472123746 Standardize PCIDevice slot_id for PCIHost.
PCIHost
- PCIHosts (bandit and grackle) now use device number and function number for identifying attached PCIDevices. A macro DEV_FUN is added to calculate this new slot_id. Bandit no longer uses IDSEL. Grackle no longer uses only device number.

machinecatalyst, machinegossamer, machinetnt
- Use DEV_FUN to attach PCI devices by device number and function number.
2023-02-05 06:57:04 -08:00
..
CMakeLists.txt Manage Windows build dependencies with vcpkg. 2023-01-08 22:27:13 +01:00
machinebase.cpp Refactor MachineBase and MachineFactory classes. 2022-07-18 20:27:34 +02:00
machinebase.h Refactor MachineBase and MachineFactory classes. 2022-07-18 20:27:34 +02:00
machinecatalyst.cpp Standardize PCIDevice slot_id for PCIHost. 2023-02-05 06:57:04 -08:00
machinefactory.cpp Fix compiler warnings: cast loses precision. 2023-01-11 01:17:12 -08:00
machinefactory.h Refactor MachineBase and MachineFactory classes. 2022-07-18 20:27:34 +02:00
machinegazelle.cpp Standardize PCIDevice slot_id for PCIHost. 2023-02-05 06:57:04 -08:00
machinegossamer.cpp Standardize PCIDevice slot_id for PCIHost. 2023-02-05 06:57:04 -08:00
machinepdm.cpp Improve previous (cosmetics & code duplication). 2023-01-11 23:36:16 +01:00
machineproperties.cpp Fix compiler warnings: cast loses precision. 2023-01-11 01:17:12 -08:00
machineproperties.h New property type: BinProperty. 2022-07-19 23:45:41 +02:00
machinetnt.cpp Standardize PCIDevice slot_id for PCIHost. 2023-02-05 06:57:04 -08:00