NetBSD/sys/arch/i386/conf/XEN3_DOMU
2008-11-13 01:45:48 +00:00

18 lines
579 B
Plaintext

# $NetBSD: XEN3_DOMU,v 1.11 2008/11/13 01:45:48 cegger Exp $
include "arch/i386/conf/XEN2_DOMU"
options XEN3 #Xen 3.x support
#options __XEN_INTERFACE_VERSION__=0x00030205 # Xen 3.1 interface
options XEN_COMPAT_030001 #compatible with Xen3 before 3.0.2
options MAXPHYS=32768 #xbd doesn't handle 64k transfers
no cpu* at mainbus?
no xennet* at hypervisor?
no xbd* at hypervisor?
vcpu* at hypervisor? # Xen virtual CPUs
xenbus* at hypervisor? # Xen virtual bus
xennet* at xenbus? # Xen virtual network interface
xbd* at xenbus? # Xen virtual block device