diff options
Diffstat (limited to 'hw/e1000.c')
-rw-r--r-- | hw/e1000.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1115,7 +1115,6 @@ static int pci_e1000_init(PCIDevice *pci_dev) vmstate_register(-1, &vmstate_e1000, d); e1000_reset(d); -#if 0 /* rom bev support is broken -> can't load unconditionally */ if (!pci_dev->qdev.hotplugged) { static int loaded = 0; if (!loaded) { @@ -1123,7 +1122,6 @@ static int pci_e1000_init(PCIDevice *pci_dev) loaded = 1; } } -#endif return 0; } |