# $NetBSD: XEN3_DOMU,v 1.10.70.1 2010/04/21 00:33:50 matt 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

# PCI pass-through support: 
#xpci* at xenbus ?			#Xen3 PCI front end driver
#pci* at xpci ?
# you then need to add your PCI devices drivers below.
