mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 01:22:37 +03:00
[xen] Add support for Xen netfront virtual NICs
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -519,3 +519,6 @@ struct pci_driver hvm_driver __pci_driver = {
|
||||
.probe = hvm_probe,
|
||||
.remove = hvm_remove,
|
||||
};
|
||||
|
||||
/* Drag in netfront driver */
|
||||
REQUIRE_OBJECT ( netfront );
|
||||
|
||||
Reference in New Issue
Block a user