Revision 5ee8ad71 hw/eepro100.c

b/hw/eepro100.c
2054 2054
        PCIDeviceInfo *pci_dev = &e100_devices[i].pci;
2055 2055
        /* We use the same rom file for all device ids.
2056 2056
           QEMU fixes the device id during rom load. */
2057
        pci_dev->romfile = "gpxe-eepro100-80861209.rom";
2057
        pci_dev->romfile = "pxe-eepro100.rom";
2058 2058
        pci_dev->init = e100_nic_init;
2059 2059
        pci_dev->exit = pci_nic_uninit;
2060 2060
        pci_dev->qdev.props = e100_properties;

Also available in: Unified diff