Skip to content

Instantly share code, notes, and snippets.

@shalomb
Created March 6, 2015 14:03
Show Gist options
  • Save shalomb/96406d9e13d984b58526 to your computer and use it in GitHub Desktop.
Save shalomb/96406d9e13d984b58526 to your computer and use it in GitHub Desktop.
disable netfront in ipxe
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