dingusppc/devices/common/pci
joevt 6fad095730 Allow setting PCI status register
Don't always return 0 when reading it. The status register contains some bits that Open Firmware uses to set some properties.
A PCI device can set a default status register value to set those bits.
	this->status = 0x02B0; // 0000  0 01 0  1 0 1 1  0000 Capabilities List, 66 MHz, Fast Back-to-Back, DevSel Speed: Medium
2022-08-22 17:16:22 -07:00
..
bandit.cpp changes to pci logging 2022-08-22 17:16:17 -07:00
bandit.h bandit: add Chaos support. 2022-08-06 19:29:45 +02:00
pcidevice.cpp Allow setting PCI status register 2022-08-22 17:16:22 -07:00
pcidevice.h pcidevice: fix expansion ROM mapping. 2022-08-20 12:51:08 +02: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