Created
March 6, 2015 14:03
-
-
Save shalomb/96406d9e13d984b58526 to your computer and use it in GitHub Desktop.
disable netfront in ipxe
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/arch/x86/drivers/xen/hvm.c b/src/arch/x86/drivers/xen/hvm.c | |
index 7ac32d5..cee7ce8 100644 | |
--- a/src/arch/x86/drivers/xen/hvm.c | |
+++ b/src/arch/x86/drivers/xen/hvm.c | |
@@ -500,4 +500,4 @@ struct pci_driver hvm_driver __pci_driver = { | |
REQUIRING_SYMBOL ( hvm_driver ); | |
/* Drag in netfront driver */ | |
-REQUIRE_OBJECT ( netfront ); | |
+/* REQUIRE_OBJECT ( netfront );*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment