mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
dec: use PCI accessors
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
+1
-2
@@ -81,9 +81,8 @@ static int dec_21154_pci_host_init(PCIDevice *d)
|
||||
/* PCI2PCI bridge same values as PearPC - check this */
|
||||
pci_config_set_vendor_id(d->config, PCI_VENDOR_ID_DEC);
|
||||
pci_config_set_device_id(d->config, PCI_DEVICE_ID_DEC_21154);
|
||||
d->config[0x08] = 0x02; // revision
|
||||
pci_set_byte(d->config + PCI_REVISION_ID, 0x02);
|
||||
pci_config_set_class(d->config, PCI_CLASS_BRIDGE_PCI);
|
||||
d->config[PCI_HEADER_TYPE] = PCI_HEADER_TYPE_BRIDGE; // header_type
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user