XEN3_DOMU revision 1.10
11.10Scegger# $NetBSD: XEN3_DOMU,v 1.10 2008/07/31 08:43:13 cegger Exp $
21.2Sbouyer
31.2Sbouyerinclude 	"arch/amd64/conf/std.xen"
41.2Sbouyer
51.2Sbouyeroptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
61.2Sbouyer
71.2Sbouyer#options 	UVMHIST
81.2Sbouyer#options 	UVMHIST_PRINT
91.2Sbouyer#options 	SYSCALL_DEBUG
101.2Sbouyer
111.2Sbouyermaxusers	32		# estimated number of users
121.2Sbouyer
131.2Sbouyer#
141.2Sbouyeroptions 	MAXPHYS=32768   #xbd doesn't handle 64k transfers
151.2Sbouyer#options 	DOM0OPS
161.2Sbouyer
171.2Sbouyer#options 	VM86		# virtual 8086 emulation
181.2Sbouyer#options 	USER_LDT	# user-settable LDT; used by WINE
191.2Sbouyer
201.2Sbouyer#options 	MTRR		# memory-type range register syscall support
211.2Sbouyer
221.2Sbouyer#options 	CONSDEVNAME="\"xencons\""
231.2Sbouyer#options 	CONS_OVERRIDE
241.2Sbouyer
251.2Sbouyeroptions 	INSECURE	# disable kernel security levels - X needs this
261.2Sbouyer
271.2Sbouyeroptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
281.2Sbouyeroptions 	NTP		# NTP phase/frequency locked loop
291.2Sbouyer
301.2Sbouyeroptions 	KTRACE		# system call tracing via ktrace(1)
311.2Sbouyer
321.2Sbouyeroptions 	SYSVMSG		# System V-like message queues
331.2Sbouyeroptions 	SYSVSEM		# System V-like semaphores
341.2Sbouyer#options 	SEMMNI=10	# number of semaphore identifiers
351.2Sbouyer#options 	SEMMNS=60	# number of semaphores in system
361.2Sbouyer#options 	SEMUME=10	# max number of undo entries per process
371.2Sbouyer#options 	SEMMNU=30	# number of undo structures in system
381.2Sbouyeroptions 	SYSVSHM		# System V-like memory sharing
391.2Sbouyer#options 	SHMMAXPGS=2048	# 2048 pages is the default
401.2Sbouyeroptions 	P1003_1B_SEMAPHORE	# p1003.1b semaphore support
411.2Sbouyer
421.2Sbouyeroptions 	LKM		# loadable kernel modules
431.2Sbouyer
441.2Sbouyeroptions 	USERCONF	# userconf(4) support
451.2Sbouyeroptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
461.2Sbouyer
471.2Sbouyer# Diagnostic/debugging support options
481.2Sbouyeroptions 	DIAGNOSTIC	# expensive kernel consistency checks
491.2Sbouyeroptions 	DEBUG		# expensive debugging checks/support 
501.2Sbouyeroptions 	KMEMSTATS	# kernel memory statistics (vmstat -m)
511.2Sbouyeroptions 	DDB		# in-kernel debugger
521.2Sbouyeroptions 	DDB_ONPANIC=1	# see also sysctl(8): `ddb.onpanic'
531.2Sbouyeroptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
541.2Sbouyer#options 	KGDB		# remote debugger
551.2Sbouyer#options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x2f8,KGDB_DEVRATE=57600
561.4Smarttimakeoptions 	DEBUG="-g"	# compile full symbol table
571.4Smarttimakeoptions 	COPTS="-O2 -fno-omit-frame-pointer"
581.2Sbouyeroptions DDB_COMMANDONENTER="trace;show registers"
591.2Sbouyer
601.2Sbouyer# Compatibility options
611.2Sbouyeroptions 	COMPAT_15	# NetBSD 1.5
621.2Sbouyeroptions 	COMPAT_16	# NetBSD 1.6
631.2Sbouyeroptions 	COMPAT_20	# NetBSD 2.0
641.2Sbouyeroptions 	COMPAT_30	# NetBSD 3.0 compatibility.
651.2Sbouyeroptions 	COMPAT_40	# NetBSD 4.0
661.2Sbouyeroptions 	COMPAT_43	# 4.3BSD, 386BSD, and BSDI
671.2Sbouyer
681.2Sbouyeroptions 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
691.2Sbouyeroptions 	COMPAT_LINUX	# binary compatibility with Linux
701.2Sbouyeroptions 	COMPAT_LINUX32	# binary compatibility with Linux
711.2Sbouyeroptions 	COMPAT_NETBSD32
721.2Sbouyeroptions 	EXEC_ELF32
731.2Sbouyeroptions 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
741.2Sbouyer
751.2Sbouyer# File systems
761.2Sbouyerfile-system 	FFS		# UFS
771.2Sbouyerfile-system 	EXT2FS		# second extended file system (linux)
781.2Sbouyerfile-system 	LFS		# log-structured file system
791.2Sbouyerfile-system 	MFS		# memory file system
801.2Sbouyerfile-system 	NFS		# Network File System client
811.2Sbouyerfile-system 	NTFS		# Windows/NT file system (experimental)
821.2Sbouyerfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
831.2Sbouyerfile-system 	MSDOSFS		# MS-DOS file system
841.2Sbouyerfile-system 	FDESC		# /dev/fd
851.2Sbouyerfile-system 	KERNFS		# /kern
861.2Sbouyerfile-system 	NULLFS		# loopback file system
871.2Sbouyerfile-system 	OVERLAY		# overlay file system
881.2Sbouyerfile-system 	PORTAL		# portal filesystem (still experimental)
891.2Sbouyerfile-system 	PROCFS		# /proc
901.2Sbouyerfile-system 	UMAPFS		# NULLFS + uid and gid remapping
911.2Sbouyerfile-system 	UNION		# union file system
921.2Sbouyerfile-system 	CODA		# Coda File System; also needs vcoda (below)
931.2Sbouyerfile-system 	SMBFS		# experimental - CIFS; also needs nsmb (below)
941.2Sbouyerfile-system 	PTYFS		# /dev/pts/N support
951.2Sbouyerfile-system 	TMPFS		# Efficient memory file-system
961.2Sbouyer
971.2Sbouyer# File system options
981.2Sbouyeroptions 	QUOTA		# UFS quotas
991.2Sbouyer#options 	FFS_EI		# FFS Endian Independent support
1001.2Sbouyeroptions 	SOFTDEP		# FFS soft updates support.
1011.10Sceggeroptions		WAPBL		# File system journaling support - Experimental
1021.2Sbouyer#options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1031.2Sbouyeroptions 	NFSSERVER	# Network File System server
1041.2Sbouyer#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1051.2Sbouyer#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1061.2Sbouyer				# immutable) behave as system flags.
1071.2Sbouyer
1081.2Sbouyer# Networking options
1091.2Sbouyer#options 	GATEWAY		# packet forwarding
1101.2Sbouyeroptions 	INET		# IP + ICMP + TCP + UDP
1111.2Sbouyeroptions 	INET6		# IPV6
1121.2Sbouyer#options 	IPSEC		# IP security
1131.2Sbouyer#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1141.2Sbouyer#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
1151.2Sbouyer#options 	IPSEC_DEBUG	# debug for IP security
1161.2Sbouyer#options 	MROUTING	# IP multicast routing
1171.2Sbouyer#options 	PIM		# Protocol Independent Multicast
1181.9Sad#options 	ISO,TPIP	# OSI
1191.2Sbouyer#options 	EON		# OSI tunneling over IP
1201.2Sbouyeroptions 	NETATALK	# AppleTalk networking protocols
1211.2Sbouyeroptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1221.2Sbouyeroptions 	PPP_DEFLATE	# Deflate compression support for PPP
1231.2Sbouyeroptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1241.2Sbouyeroptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1251.2Sbouyeroptions 	IPFILTER_LOG	# ipmon(8) log support
1261.2Sbouyeroptions 	IPFILTER_LOOKUP	# ippool(8) support
1271.2Sbouyer#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1281.2Sbouyer#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1291.2Sbouyer
1301.2Sbouyer#options 	ALTQ		# Manipulate network interfaces' output queues
1311.2Sbouyer#options 	ALTQ_BLUE	# Stochastic Fair Blue
1321.2Sbouyer#options 	ALTQ_CBQ	# Class-Based Queueing
1331.2Sbouyer#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1341.2Sbouyer#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1351.2Sbouyer#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1361.2Sbouyer#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1371.2Sbouyer#options 	ALTQ_LOCALQ	# Local queueing discipline
1381.2Sbouyer#options 	ALTQ_PRIQ	# Priority Queueing
1391.2Sbouyer#options 	ALTQ_RED	# Random Early Detection
1401.2Sbouyer#options 	ALTQ_RIO	# RED with IN/OUT
1411.2Sbouyer#options 	ALTQ_WFQ	# Weighted Fair Queueing
1421.2Sbouyer
1431.8Stnnoptions 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTSTATIC
1441.2Sbouyer#options 	NFS_BOOTSTATIC_MYIP="\"169.254.1.2\""
1451.2Sbouyer#options 	NFS_BOOTSTATIC_GWIP="\"169.254.1.1\""
1461.2Sbouyer#options 	NFS_BOOTSTATIC_MASK="\"255.255.255.0\""
1471.2Sbouyer#options 	NFS_BOOTSTATIC_SERVADDR="\"169.254.1.1\""
1481.2Sbouyer#options 	NFS_BOOTSTATIC_SERVER="\"server:/path/to/root\""
1491.2Sbouyer
1501.2Sbouyerconfig		netbsd	root on ? type ?
1511.2Sbouyer#config		netbsd	root on wd0a type ffs
1521.2Sbouyer#config		netbsd	root on xennet0 type nfs
1531.2Sbouyer
1541.2Sbouyermainbus0 at root
1551.2Sbouyer
1561.2Sbouyerhypervisor*	at mainbus?		# Xen hypervisor
1571.2Sbouyer
1581.2Sbouyervcpu*		at hypervisor?		# Xen virtual CPUs
1591.2Sbouyerxenbus*		at hypervisor?		# Xen virtual bus
1601.2Sbouyerxennet*		at xenbus?		# Xen virtual network interface
1611.2Sbouyerxbd*		at xenbus?		# Xen virtual block device
1621.2Sbouyer
1631.2Sbouyerxencons*	at hypervisor?		# Xen virtual console
1641.2Sbouyer
1651.6Sjmmvcinclude "arch/amd64/conf/GENERIC.local"
1661.2Sbouyer
1671.2Sbouyer# Pseudo-Devices
1681.2Sbouyer
1691.2Sbouyerpseudo-device 	crypto		# /dev/crypto device
1701.2Sbouyerpseudo-device	swcrypto	# software crypto implementation
1711.2Sbouyer
1721.2Sbouyer# disk/mass storage pseudo-devices
1731.2Sbouyerpseudo-device	ccd		4	# concatenated/striped disk devices
1741.2Sbouyer#pseudo-device	cgd		4	# cryptographic disk devices
1751.2Sbouyerpseudo-device	raid		8	# RAIDframe disk driver
1761.2Sbouyeroptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
1771.2Sbouyer# Options to enable various other RAIDframe RAID types.
1781.2Sbouyer#options 	RF_INCLUDE_EVENODD=1
1791.2Sbouyer#options 	RF_INCLUDE_RAID5_RS=1
1801.2Sbouyer#options 	RF_INCLUDE_PARITYLOGGING=1
1811.2Sbouyer#options 	RF_INCLUDE_CHAINDECLUSTER=1
1821.2Sbouyer#options 	RF_INCLUDE_INTERDECLUSTER=1
1831.2Sbouyer#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
1841.2Sbouyer#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
1851.2Sbouyerpseudo-device	fss		4	# file system snapshot device
1861.2Sbouyer
1871.2Sbouyerpseudo-device	md		1	# memory disk device (ramdisk)
1881.2Sbouyerpseudo-device	vnd			# disk-like interface to files
1891.2Sbouyer
1901.2Sbouyer# network pseudo-devices
1911.2Sbouyerpseudo-device	bpfilter		# Berkeley packet filter
1921.2Sbouyerpseudo-device	ipfilter		# IP filter (firewall) and NAT
1931.2Sbouyerpseudo-device	loop			# network loopback
1941.2Sbouyerpseudo-device	ppp			# Point-to-Point Protocol
1951.2Sbouyerpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
1961.2Sbouyerpseudo-device	sl			# Serial Line IP
1971.2Sbouyerpseudo-device	tap			# virtual Ethernet
1981.2Sbouyerpseudo-device	tun			# network tunneling over tty
1991.2Sbouyerpseudo-device	gre			# generic L3 over IP tunnel
2001.2Sbouyerpseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
2011.2Sbouyer#pseudo-device	faith			# IPv[46] tcp relay translation i/f
2021.2Sbouyerpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
2031.2Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
2041.2Sbouyerpseudo-device	bridge			# simple inter-network bridging
2051.2Sbouyer#options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
2061.2Sbouyer#pseudo-device	pf			# PF packet filter
2071.2Sbouyer#pseudo-device	pflog			# PF log if
2081.2Sbouyer
2091.2Sbouyer# miscellaneous pseudo-devices
2101.2Sbouyerpseudo-device	pty			# pseudo-terminals
2111.2Sbouyerpseudo-device	rnd			# /dev/random and in-kernel generator
2121.2Sbouyerpseudo-device	clockctl		# user control of clock subsystem
2131.2Sbouyerpseudo-device	ksyms			# /dev/ksyms
2141.2Sbouyer
2151.2Sbouyer# a pseudo device needed for Coda	# also needs CODA (above)
2161.2Sbouyerpseudo-device	vcoda		4	# coda minicache <-> venus comm.
2171.2Sbouyer
2181.2Sbouyer# a pseudo device needed for SMBFS
2191.2Sbouyerpseudo-device	nsmb			# experimental - SMB requester
220