NetBSD/sys/arch/i386/conf/XEN3_DOMU
2006-11-11 20:00:39 +00:00

17 lines
505 B
Plaintext

# $NetBSD: XEN3_DOMU,v 1.10 2006/11/11 20:00:39 bouyer Exp $
include "arch/i386/conf/XEN2_DOMU"
options XEN3 #Xen 3.x support
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