Revision 07caea31 hw/pc.c

b/hw/pc.c
1345 1345
        if (!pci_enabled || (nd->model && strcmp(nd->model, "ne2k_isa") == 0))
1346 1346
            pc_init_ne2k_isa(nd);
1347 1347
        else
1348
            pci_nic_init(nd, "e1000", NULL);
1348
            pci_nic_init_nofail(nd, "e1000", NULL);
1349 1349
    }
1350 1350

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

Also available in: Unified diff