diff options
author | Michael Brown <mcb30@ipxe.org> | 2014-07-28 23:39:28 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2014-07-29 15:57:56 +0100 |
commit | 793a806611f5a7b3a404afb27c837a3da381952e (patch) | |
tree | 7b3936a05873097850052e6a6f4b4dd30afb4a0e /src/arch | |
parent | 036af27a4523c4e15e28d30a1513a3f6d9671774 (diff) | |
download | ipxe-793a806611f5a7b3a404afb27c837a3da381952e.tar.gz |
[xen] Add support for Xen netfront virtual NICs
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/x86/drivers/xen/hvm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/x86/drivers/xen/hvm.c b/src/arch/x86/drivers/xen/hvm.c index fbbcdf02..28411cd8 100644 --- a/src/arch/x86/drivers/xen/hvm.c +++ b/src/arch/x86/drivers/xen/hvm.c @@ -519,3 +519,6 @@ struct pci_driver hvm_driver __pci_driver = { .probe = hvm_probe, .remove = hvm_remove, }; + +/* Drag in netfront driver */ +REQUIRE_OBJECT ( netfront ); |