summaryrefslogtreecommitdiffstats
path: root/src/arch
diff options
context:
space:
mode:
authorMichael Brown2014-12-11 18:24:30 +0100
committerMichael Brown2014-12-18 17:27:37 +0100
commitef16d0d2b3427d85c09e95f64b3f4898bbd33827 (patch)
tree461fca3540e2d49a2bad0b55d195ea6b58c9e211 /src/arch
parent[hyperv] Add support for VMBus devices (diff)
downloadipxe-ef16d0d2b3427d85c09e95f64b3f4898bbd33827.tar.gz
ipxe-ef16d0d2b3427d85c09e95f64b3f4898bbd33827.tar.xz
ipxe-ef16d0d2b3427d85c09e95f64b3f4898bbd33827.zip
[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 390544074..d911dcba8 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 );