Revision 7c7b829e hw/dec_pci.c

b/hw/dec_pci.c
55 55

  
56 56
    dev = qdev_create(NULL, "dec-21154");
57 57
    qdev_init_nofail(dev);
58
    ret = pci_bridge_init(parent_bus, devfn,
58
    ret = pci_bridge_init(parent_bus, devfn, false,
59 59
                          PCI_VENDOR_ID_DEC, PCI_DEVICE_ID_DEC_21154,
60 60
                          dec_map_irq, "DEC 21154 PCI-PCI bridge");
61 61

  

Also available in: Unified diff