Revision b4b784fe hw/ppc_newworld.c

b/hw/ppc_newworld.c
108 108
    MacIONVRAMState *nvr;
109 109
    int nvram_mem_index;
110 110
    int vga_bios_size, bios_size;
111
    qemu_irq *dummy_irq;
112 111
    int pic_mem_index, dbdma_mem_index, cuda_mem_index, escc_mem_index;
113 112
    int ppc_boot_device;
114 113
    DriveInfo *hd[MAX_IDE_BUS * MAX_IDE_DEVS];
......
318 317
    /* init basic PC hardware */
319 318
    pci_vga_init(pci_bus, vga_bios_offset, vga_bios_size);
320 319

  
321
    /* XXX: suppress that */
322
    dummy_irq = i8259_init(NULL);
323

  
324
    escc_mem_index = escc_init(0x80013000, dummy_irq[4], dummy_irq[5],
320
    escc_mem_index = escc_init(0x80013000, pic[0x25], pic[0x24],
325 321
                               serial_hds[0], serial_hds[1], ESCC_CLOCK, 4);
326 322

  
327 323
    for(i = 0; i < nb_nics; i++)

Also available in: Unified diff