dingusppc/devices/common/pci
joevt 37c352955c Allow bit 1 of I/O BARs to be set.
Usually bit 1 of I/O BARs is 0 since it is reserved, but control has an I/O BAR where this bit is set.
bar_cfg is used to determine the default values of the least significant bits (2 bits for I/O BARs and 4 bits for Memory BARs).
The upper bits of bar_cfg determine which bits can be set and also determines the size of the BAR.
2023-01-11 00:05:23 -08:00
..
bandit.cpp bandit: more config space registers. 2022-12-19 01:28:16 +01:00
bandit.h bandit: more config space registers. 2022-12-19 01:28:16 +01:00
pcidevice.cpp Allow bit 1 of I/O BARs to be set. 2023-01-11 00:05:23 -08:00
pcidevice.h Allow setting PCI capabilities pointer 2022-08-22 17:16:22 -07:00
pcihost.cpp pcihost: add attach_pci_device method. 2022-08-19 18:55:33 +02:00
pcihost.h pcihost: add attach_pci_device method. 2022-08-19 18:55:33 +02:00