[hyperv] Add support for NetVSC paravirtual network devices

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2014-12-11 17:24:30 +00:00
parent d1894970db
commit ef16d0d2b3
4 changed files with 1207 additions and 0 deletions

View File

@@ -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 );