Add a network backend driver for Xen3. This will appear as a xvif pseudo

device in kernel config files.
This commit is contained in:
bouyer 2006-05-23 21:10:42 +00:00
parent a4fe55530f
commit b06932d37f
2 changed files with 1122 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files.xen,v 1.40 2006/04/09 19:28:01 bouyer Exp $
# $NetBSD: files.xen,v 1.41 2006/05/23 21:10:42 bouyer Exp $
# NetBSD: files.x86,v 1.10 2003/10/08 17:30:00 bouyer Exp
# NetBSD: files.i386,v 1.254 2004/03/25 23:32:10 jmc Exp
@ -149,6 +149,7 @@ file arch/xen/xen/xencons.c xencons needs-flag
# Xen event peudo-device
defpseudo xenevt
defpseudo xvif
# Xen Network driver
device xennet: arp, ether, ifnet
@ -299,5 +300,6 @@ file arch/x86/pci/pci_machdep.c hypervisor & pci & xen3
file arch/xen/xen/pci_intr_machdep.c hypervisor & pci
file arch/xen/xen/isa_machdep.c hypervisor & dom0ops
file arch/xen/xen/xenevt.c xenevt & dom0ops
file arch/xen/xen/xennetback_xenbus.c xvif & xen3
include "arch/i386/conf/majors.i386"

File diff suppressed because it is too large Load Diff