Revision 5607c388 hw/ppc_oldworld.c

b/hw/ppc_oldworld.c
315 315
                               serial_hds[1], ESCC_CLOCK, 4);
316 316

  
317 317
    for(i = 0; i < nb_nics; i++)
318
        pci_nic_init(pci_bus, &nd_table[i], -1, "ne2k_pci");
318
        pci_nic_init(&nd_table[i], "ne2k_pci", NULL);
319 319

  
320 320

  
321 321
    if (drive_get_max_bus(IF_IDE) >= MAX_IDE_BUS) {

Also available in: Unified diff