]> Git Repo - qemu.git/blobdiff - hw/ne2000.c
Fix typo in comment (auxilliary -> auxiliary)
[qemu.git] / hw / ne2000.c
index a030106fa5a75ce0eb61b4a1824dd29f3d6d5e44..b668ad1070cd418cf3200ae5a9e125ba6eb2ed59 100644 (file)
@@ -742,7 +742,7 @@ static int pci_ne2000_init(PCIDevice *pci_dev)
     if (!pci_dev->qdev.hotplugged) {
         static int loaded = 0;
         if (!loaded) {
-            rom_add_option("pxe-ne2k_pci.bin");
+            rom_add_option("pxe-ne2k_pci.rom", -1);
             loaded = 1;
         }
     }
This page took 0.025639 seconds and 4 git commands to generate.