diff options
Diffstat (limited to 'hw/prep_pci.c')
-rw-r--r-- | hw/prep_pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/prep_pci.c b/hw/prep_pci.c index 39c812d51c..2055005644 100644 --- a/hw/prep_pci.c +++ b/hw/prep_pci.c @@ -158,8 +158,7 @@ PCIBus *pci_prep_init(qemu_irq *pic) pci_config_set_vendor_id(d->config, PCI_VENDOR_ID_MOTOROLA); pci_config_set_device_id(d->config, PCI_DEVICE_ID_MOTOROLA_RAVEN); d->config[0x08] = 0x00; // revision - d->config[0x0A] = 0x00; // class_sub = pci host - d->config[0x0B] = 0x06; // class_base = PCI_bridge + pci_config_set_class(d->config, PCI_CLASS_BRIDGE_HOST); d->config[0x0C] = 0x08; // cache_line_size d->config[0x0D] = 0x10; // latency_timer d->config[0x0E] = 0x00; // header_type |