dingusppc/machines
joevt 6d23e18c11 pci: Add PCI CardBus bridge.
PCCard is used by PowerBook G3 Wallstreet in Open Firmware 2.0.1.
CardBus is probed in New World Macs starting from at least Open Firmware 4.1.9f1 sometime after Open Firmware 3.1.1.

- Create PCIBase from common stuff in PCIDevice.
- Add PCIBridgeBase. These have a primary bus number, secondary bus number, and subordinate bus number which are used to determine if PCI type 1 config cycle should be passed.
- Change PCIBridge to use PCIBridgeBase instead of PCIDevice.
- Add PCICardBusBridge which uses PCIBridgeBase.
2024-03-03 16:00:55 -07:00
..
CMakeLists.txt cmake: Add header files in CMakeLists.txt. 2024-03-01 19:41:43 -07:00
machinebase.cpp machinebase: fully initialize devices registered by other devices 2023-11-08 00:11:41 -08:00
machinebase.h Clean up #includes 2023-11-03 00:33:47 -07:00
machinecatalyst.cpp machinecatalyst: Cleanup board register 1. 2024-02-11 23:11:10 +01:00
machinefactory.cpp machinefactory: Fix spelling. 2024-03-03 15:13:29 -07:00
machinefactory.h Add settings when adding pci device. 2024-03-03 15:01:39 -07:00
machinegazelle.cpp Clean up #includes 2023-11-03 00:33:47 -07:00
machinegossamer.cpp machinegossamer: add primary IDE hard disk drive. 2023-11-22 17:35:14 +01:00
machinepdm.cpp Rename Curio and Mesh. 2024-03-02 11:12:45 -07:00
machineproperties.cpp Compilation fix for machineproperties.cpp 2023-12-17 20:04:10 -07:00
machineproperties.h Clean up #includes 2023-11-03 00:33:47 -07:00
machinetnt.cpp machinetnt: add Power Macintosh 7300. 2024-02-12 02:45:29 +01:00
machineyosemite.cpp pci: Add PCI CardBus bridge. 2024-03-03 16:00:55 -07:00