Revision 02e2da45 hw/apb_pci.c

b/hw/apb_pci.c
231 231

  
232 232
    s = qemu_mallocz(sizeof(APBState));
233 233
    /* Ultrasparc PBM main bus */
234
    s->bus = pci_register_bus(pci_apb_set_irq, pci_pbm_map_irq, pic, 0, 32);
234
    s->bus = pci_register_bus(NULL, "pci",
235
                              pci_apb_set_irq, pci_pbm_map_irq, pic, 0, 32);
235 236

  
236 237
    pci_mem_config = cpu_register_io_memory(0, pci_apb_config_read,
237 238
                                            pci_apb_config_write, s);

Also available in: Unified diff