dingusppc/devices/common/pci
joevt bee24b166d Add method to attach PCI device with new name.
- Added an overloaded version of attach_pci_device which takes a suffix string that can be used to make a device name unique so that multiple devices of the same class can be added to a machine. The method returns a PCIDevice which can be easily used to attach more PCI devices if it is a PCIHost.
2023-02-05 07:17:29 -08:00
..
bandit.cpp Add PCI bridge and multi-function device support. 2023-02-05 07:17:28 -08:00
bandit.h Add PCI bridge and multi-function device support. 2023-02-05 07:17:28 -08:00
pcibridge.cpp Add PCI bridge and multi-function device support. 2023-02-05 07:17:28 -08:00
pcibridge.h Add PCI bridge and multi-function device support. 2023-02-05 07:17:28 -08:00
pcidevice.cpp Add has_io_space flag. 2023-02-05 07:17:28 -08:00
pcidevice.h Add has_io_space flag. 2023-02-05 07:17:28 -08:00
pcihost.cpp Add method to attach PCI device with new name. 2023-02-05 07:17:29 -08:00
pcihost.h Add method to attach PCI device with new name. 2023-02-05 07:17:29 -08:00