aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2014-12-11 17:24:30 +0000
committerMichael Brown <mcb30@ipxe.org>2014-12-18 16:27:37 +0000
commitef16d0d2b3427d85c09e95f64b3f4898bbd33827 (patch)
tree461fca3540e2d49a2bad0b55d195ea6b58c9e211 /src/arch
parentd1894970dbb727805acffd9320e3755fab289fe1 (diff)
downloadipxe-ef16d0d2b3427d85c09e95f64b3f4898bbd33827.tar.gz
[hyperv] Add support for NetVSC paravirtual network devices
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/x86/drivers/hyperv/hyperv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/x86/drivers/hyperv/hyperv.c b/src/arch/x86/drivers/hyperv/hyperv.c
index 39054407..d911dcba 100644
--- a/src/arch/x86/drivers/hyperv/hyperv.c
+++ b/src/arch/x86/drivers/hyperv/hyperv.c
@@ -559,3 +559,6 @@ struct root_device hv_root_device __root_device = {
.dev = { .name = "Hyper-V" },
.driver = &hv_root_driver,
};
+
+/* Drag in netvsc driver */
+REQUIRE_OBJECT ( netvsc );