Revision 5ee8ad71 hw/pcnet-pci.c

b/hw/pcnet-pci.c
310 310
    if (!pci_dev->qdev.hotplugged) {
311 311
        static int loaded = 0;
312 312
        if (!loaded) {
313
            rom_add_option("pxe-pcnet.bin", -1);
313
            rom_add_option("pxe-pcnet.rom", -1);
314 314
            loaded = 1;
315 315
        }
316 316
    }

Also available in: Unified diff