aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/x86
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2014-07-28 23:39:28 +0100
committerMichael Brown <mcb30@ipxe.org>2014-07-29 15:57:56 +0100
commit793a806611f5a7b3a404afb27c837a3da381952e (patch)
tree7b3936a05873097850052e6a6f4b4dd30afb4a0e /src/arch/x86
parent036af27a4523c4e15e28d30a1513a3f6d9671774 (diff)
downloadipxe-793a806611f5a7b3a404afb27c837a3da381952e.tar.gz
[xen] Add support for Xen netfront virtual NICs
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/x86')
-rw-r--r--src/arch/x86/drivers/xen/hvm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/x86/drivers/xen/hvm.c b/src/arch/x86/drivers/xen/hvm.c
index fbbcdf02..28411cd8 100644
--- a/src/arch/x86/drivers/xen/hvm.c
+++ b/src/arch/x86/drivers/xen/hvm.c
@@ -519,3 +519,6 @@ struct pci_driver hvm_driver __pci_driver = {
.probe = hvm_probe,
.remove = hvm_remove,
};
+
+/* Drag in netfront driver */
+REQUIRE_OBJECT ( netfront );