From 04095e5ff305fc25a214b52e005153af9d009d66 Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Fri, 30 Oct 2009 09:28:36 -0500 Subject: Remove e1000 rom loading hack The gPXE rom supports BEV properly. Signed-off-by: Anthony Liguori --- hw/e1000.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'hw/e1000.c') diff --git a/hw/e1000.c b/hw/e1000.c index a52433e..028afd1 100644 --- a/hw/e1000.c +++ b/hw/e1000.c @@ -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; } -- cgit v1.1