Revision 60a0e443 hw/ppc4xx_pci.c

b/hw/ppc4xx_pci.c
349 349

  
350 350
    b = pci_register_bus(DEVICE(dev), NULL, ppc4xx_pci_set_irq,
351 351
                         ppc4xx_pci_map_irq, s->irq, get_system_memory(),
352
                         get_system_io(), 0, 4);
352
                         get_system_io(), 0, 4, TYPE_PCI_BUS);
353 353
    h->bus = b;
354 354

  
355 355
    pci_create_simple(b, 0, "ppc4xx-host-bridge");

Also available in: Unified diff