Revision 07caea31 hw/versatilepb.c

b/hw/versatilepb.c
213 213
            smc91c111_init(nd, 0x10010000, sic[25]);
214 214
            done_smc = 1;
215 215
        } else {
216
            pci_nic_init(nd, "rtl8139", NULL);
216
            pci_nic_init_nofail(nd, "rtl8139", NULL);
217 217
        }
218 218
    }
219 219
    if (usb_enabled) {

Also available in: Unified diff