Revision cb457d76 hw/r2d.c

b/hw/r2d.c
230 230
        drives_table[drive_get_index(IF_IDE, 0, 0)].bdrv, NULL);
231 231

  
232 232
    /* NIC: rtl8139 on-board, and 2 slots. */
233
    pci_rtl8139_init(pci, &nd_table[0], 2 << 3);
233
    pci_nic_init(pci, &nd_table[0], 2 << 3, "rtl8139");
234 234
    for (i = 1; i < nb_nics; i++)
235
        pci_nic_init(pci, &nd_table[i], -1);
235
        pci_nic_init(pci, &nd_table[i], -1, "ne2k_pci");
236 236

  
237 237
    /* Todo: register on board registers */
238 238
    {

Also available in: Unified diff