mirror of
https://github.com/ipxe/ipxe
synced 2025-12-28 18:42:53 +03:00
[hyperv] Add support for NetVSC paravirtual network devices
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user