Revision 520128bd hw/gt64xxx.c

b/hw/gt64xxx.c
1115 1115

  
1116 1116
    s->pci->bus = pci_register_bus(NULL, "pci",
1117 1117
                                   pci_gt64120_set_irq, pci_gt64120_map_irq,
1118
                                   pic, 144, 4);
1118
                                   pic, PCI_DEVFN(18, 0), 4);
1119 1119
    s->ISD_handle = cpu_register_io_memory(gt64120_read, gt64120_write, s);
1120 1120
    d = pci_register_device(s->pci->bus, "GT64120 PCI Bus", sizeof(PCIDevice),
1121 1121
                            0, NULL, NULL);

Also available in: Unified diff