XEN3_DOMU revision 1.103
11.103Sriastrad# $NetBSD: XEN3_DOMU,v 1.103 2023/08/05 14:38:43 riastradh Exp $
21.2Sbouyer
31.2Sbouyerinclude 	"arch/amd64/conf/std.xen"
41.2Sbouyer
51.88Scherryoptions		XENPV		# PV domU support
61.67Sdhollandoptions 	MULTIPROCESSOR
71.35Scherry
81.2Sbouyeroptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
91.2Sbouyer
101.2Sbouyer#options 	UVMHIST
111.2Sbouyer#options 	UVMHIST_PRINT
121.2Sbouyer#options 	SYSCALL_DEBUG
131.2Sbouyer
141.103Sriastrad#ident		"XEN3_DOMU-$Revision: 1.103 $"
151.79Spgoyette
161.2Sbouyermaxusers	32		# estimated number of users
171.2Sbouyer
181.2Sbouyer#
191.2Sbouyer#options 	DOM0OPS
201.2Sbouyer
211.2Sbouyer#options 	MTRR		# memory-type range register syscall support
221.2Sbouyer
231.2Sbouyer#options 	CONSDEVNAME="\"xencons\""
241.2Sbouyer#options 	CONS_OVERRIDE
251.2Sbouyer
261.2Sbouyeroptions 	INSECURE	# disable kernel security levels - X needs this
271.2Sbouyer
281.2Sbouyeroptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
291.2Sbouyeroptions 	NTP		# NTP phase/frequency locked loop
301.2Sbouyer
311.2Sbouyeroptions 	KTRACE		# system call tracing via ktrace(1)
321.2Sbouyer
331.2Sbouyeroptions 	SYSVMSG		# System V-like message queues
341.2Sbouyeroptions 	SYSVSEM		# System V-like semaphores
351.2Sbouyeroptions 	SYSVSHM		# System V-like memory sharing
361.2Sbouyer
371.66Smaxvoptions 	MODULAR		# new style module(7) framework
381.2Sbouyeroptions 	USERCONF	# userconf(4) support
391.2Sbouyeroptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
401.2Sbouyer
411.83Ssevan# Alternate buffer queue strategies for better responsiveness under high
421.83Ssevan# disk I/O load.
431.31Sjakllsch#options 	BUFQ_READPRIO
441.31Sjakllschoptions 	BUFQ_PRIOCSCAN
451.31Sjakllsch
461.2Sbouyer# Diagnostic/debugging support options
471.54Sdhollandoptions 	DIAGNOSTIC	# inexpensive kernel consistency checks
481.37Sbouyer#options 	DEBUG		# expensive debugging checks/support
491.2Sbouyeroptions 	DDB		# in-kernel debugger
501.53Sszptvlfnoptions 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
511.2Sbouyeroptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
521.2Sbouyer#options 	KGDB		# remote debugger
531.2Sbouyer#options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x2f8,KGDB_DEVRATE=57600
541.102Sriastradmakeoptions	DEBUG="-g"	# compile full symbol table for CTF
551.30Sryomakeoptions	COPTS="-O2 -fno-omit-frame-pointer"
561.85Sbouyeroptions DDB_COMMANDONENTER="trace;show registers"
571.101Sriastradoptions 	KDTRACE_HOOKS	# kernel DTrace hooks
581.2Sbouyer
591.103Sriastrad# Heartbeat checks
601.103Sriastradoptions 	HEARTBEAT
611.103Sriastradoptions 	HEARTBEAT_MAX_PERIOD_DEFAULT=15
621.103Sriastrad
631.2Sbouyer# Compatibility options
641.78Smrginclude 	"conf/compat_netbsd15.config"
651.12Sjoerg#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
661.12Sjoerg
671.2Sbouyeroptions 	COMPAT_NETBSD32
681.2Sbouyeroptions 	EXEC_ELF32
691.2Sbouyer
701.46Sriz# Wedge support
711.46Srizoptions 	DKWEDGE_AUTODISCOVER	# Automatically add dk(4) instances
721.46Srizoptions 	DKWEDGE_METHOD_GPT	# Supports GPT partitions as wedges
731.58Schristos#options 	DKWEDGE_METHOD_BSDLABEL	# Support disklabel entries as wedges
741.58Schristos#options 	DKWEDGE_METHOD_MBR	# Support MBR partitions as wedges
751.68Sryooptions 	DKWEDGE_METHOD_APPLE	# Support Apple partitions as wedges
761.73Srin#options 	DKWEDGE_METHOD_RDB	# Support RDB partitions as wedges
771.46Sriz
781.2Sbouyer# File systems
791.89Ssevaninclude "conf/filesystems.config"
801.2Sbouyer
811.2Sbouyer# File system options
821.99Ssimonb# ffs
831.99Ssimonb#options 	FFS_EI		# FFS Endian Independent support
841.99Ssimonb#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
851.27Sbouyeroptions 	QUOTA		# legacy UFS quotas
861.27Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
871.98Sjdolecekoptions		UFS_ACL		# UFS Access Control Lists
881.99Ssimonboptions 	UFS_DIRHASH	# UFS Large Directory Hashing
891.59Smanuoptions 	UFS_EXTATTR	# Extended attribute support for UFS1
901.99Ssimonboptions 	WAPBL		# File system journaling support
911.99Ssimonb# lfs
921.99Ssimonboptions 	LFS_DIRHASH	# LFS version of UFS_DIRHASH
931.99Ssimonb# ext2fs
941.2Sbouyer#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
951.2Sbouyer				# immutable) behave as system flags.
961.99Ssimonb# other
971.99Ssimonb#options 	DISKLABEL_EI	# disklabel Endian Independent support
981.99Ssimonboptions 	NFSSERVER	# Network File System server
991.2Sbouyer
1001.2Sbouyer# Networking options
1011.2Sbouyer#options 	GATEWAY		# packet forwarding
1021.2Sbouyeroptions 	INET		# IP + ICMP + TCP + UDP
1031.2Sbouyeroptions 	INET6		# IPV6
1041.62Sbouyeroptions 	IPSEC		# IP security
1051.2Sbouyer#options 	IPSEC_DEBUG	# debug for IP security
1061.2Sbouyer#options 	MROUTING	# IP multicast routing
1071.2Sbouyer#options 	PIM		# Protocol Independent Multicast
1081.2Sbouyeroptions 	NETATALK	# AppleTalk networking protocols
1091.2Sbouyeroptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1101.2Sbouyeroptions 	PPP_DEFLATE	# Deflate compression support for PPP
1111.2Sbouyeroptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1121.2Sbouyer#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1131.2Sbouyer
1141.2Sbouyer#options 	ALTQ		# Manipulate network interfaces' output queues
1151.2Sbouyer#options 	ALTQ_BLUE	# Stochastic Fair Blue
1161.2Sbouyer#options 	ALTQ_CBQ	# Class-Based Queueing
1171.2Sbouyer#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1181.2Sbouyer#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1191.2Sbouyer#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1201.2Sbouyer#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1211.2Sbouyer#options 	ALTQ_LOCALQ	# Local queueing discipline
1221.2Sbouyer#options 	ALTQ_PRIQ	# Priority Queueing
1231.2Sbouyer#options 	ALTQ_RED	# Random Early Detection
1241.2Sbouyer#options 	ALTQ_RIO	# RED with IN/OUT
1251.2Sbouyer#options 	ALTQ_WFQ	# Weighted Fair Queueing
1261.2Sbouyer
1271.17Snisimuraoptions 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
1281.17Snisimura#options 	NFS_BOOT_BOOTSTATIC
1291.2Sbouyer#options 	NFS_BOOTSTATIC_MYIP="\"169.254.1.2\""
1301.2Sbouyer#options 	NFS_BOOTSTATIC_GWIP="\"169.254.1.1\""
1311.2Sbouyer#options 	NFS_BOOTSTATIC_MASK="\"255.255.255.0\""
1321.2Sbouyer#options 	NFS_BOOTSTATIC_SERVADDR="\"169.254.1.1\""
1331.2Sbouyer#options 	NFS_BOOTSTATIC_SERVER="\"server:/path/to/root\""
1341.2Sbouyer
1351.2Sbouyerconfig		netbsd	root on ? type ?
1361.2Sbouyer#config		netbsd	root on wd0a type ffs
1371.2Sbouyer#config		netbsd	root on xennet0 type nfs
1381.2Sbouyer
1391.2Sbouyermainbus0 at root
1401.2Sbouyer
1411.2Sbouyerhypervisor*	at mainbus?		# Xen hypervisor
1421.2Sbouyer
1431.2Sbouyervcpu*		at hypervisor?		# Xen virtual CPUs
1441.30Sryoxenbus* 	at hypervisor?		# Xen virtual bus
1451.30Sryoxennet* 	at xenbus?		# Xen virtual network interface
1461.2Sbouyerxbd*		at xenbus?		# Xen virtual block device
1471.29Sjymballoon*	at xenbus?		# Xen balloon device
1481.2Sbouyer
1491.2Sbouyerxencons*	at hypervisor?		# Xen virtual console
1501.2Sbouyer
1511.30Sryo# PCI pass-through support:
1521.52Sjakllsch#xpci* at xenbus ?			#Xen3 PCI front end driver
1531.52Sjakllsch#pci* at xpci ?
1541.16Sbouyer# you then need to add your PCI devices drivers below.
1551.16Sbouyer
1561.2Sbouyer# Pseudo-Devices
1571.2Sbouyer
1581.13Scegger#
1591.13Scegger# accept filters
1601.13Sceggerpseudo-device	accf_data	# "dataready" accept filter
1611.13Sceggerpseudo-device	accf_http	# "httpready" accept filter
1621.13Scegger
1631.68Sryopseudo-device	crypto		# /dev/crypto device
1641.2Sbouyerpseudo-device	swcrypto	# software crypto implementation
1651.2Sbouyer
1661.2Sbouyer# disk/mass storage pseudo-devices
1671.47Schristospseudo-device	ccd			# concatenated/striped disk devices
1681.47Schristospseudo-device	cgd			# cryptographic disk devices
1691.48Schristospseudo-device	raid			# RAIDframe disk driver
1701.2Sbouyeroptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
1711.2Sbouyer# Options to enable various other RAIDframe RAID types.
1721.2Sbouyer#options 	RF_INCLUDE_EVENODD=1
1731.2Sbouyer#options 	RF_INCLUDE_RAID5_RS=1
1741.2Sbouyer#options 	RF_INCLUDE_PARITYLOGGING=1
1751.2Sbouyer#options 	RF_INCLUDE_CHAINDECLUSTER=1
1761.2Sbouyer#options 	RF_INCLUDE_INTERDECLUSTER=1
1771.2Sbouyer#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
1781.2Sbouyer#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
1791.22Spookapseudo-device	fss			# file system snapshot device
1801.2Sbouyer
1811.26Shannkenpseudo-device	md			# memory disk device (ramdisk)
1821.2Sbouyerpseudo-device	vnd			# disk-like interface to files
1831.25Shaadpseudo-device	dm			# device-mapper driver for LVM
1841.2Sbouyer
1851.2Sbouyer# network pseudo-devices
1861.2Sbouyerpseudo-device	bpfilter		# Berkeley packet filter
1871.74Ssborrill#pseudo-device	carp			# Common Address Redundancy Protocol
1881.2Sbouyerpseudo-device	loop			# network loopback
1891.74Ssborrill#pseudo-device	mpls			# MPLS pseudo-interface
1901.2Sbouyerpseudo-device	ppp			# Point-to-Point Protocol
1911.2Sbouyerpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
1921.2Sbouyerpseudo-device	sl			# Serial Line IP
1931.2Sbouyerpseudo-device	tap			# virtual Ethernet
1941.2Sbouyerpseudo-device	tun			# network tunneling over tty
1951.2Sbouyerpseudo-device	gre			# generic L3 over IP tunnel
1961.2Sbouyerpseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
1971.2Sbouyer#pseudo-device	faith			# IPv[46] tcp relay translation i/f
1981.2Sbouyerpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
1991.2Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
2001.2Sbouyerpseudo-device	bridge			# simple inter-network bridging
2011.96Sroypseudo-device	vether			# Virtual Ethernet for bridge
2021.87Smaxvpseudo-device	l2tp			# L2TPv3 interface
2031.86Smaxvpseudo-device	npf			# NPF packet filter
2041.2Sbouyer
2051.65Schristosoptions 	PAX_MPROTECT=1		# PaX mprotect(2) restrictions
2061.65Schristosoptions 	PAX_ASLR=1		# PaX Address Space Layout Randomization
2071.21Sjym
2081.2Sbouyer# miscellaneous pseudo-devices
2091.2Sbouyerpseudo-device	pty			# pseudo-terminals
2101.2Sbouyerpseudo-device	clockctl		# user control of clock subsystem
2111.2Sbouyerpseudo-device	ksyms			# /dev/ksyms
2121.2Sbouyer
2131.64Stnn# iSCSI initiator and dependencies
2141.64Stnn#scsibus* at scsi?
2151.64Stnn#sd*	at scsibus? target ? lun ?
2161.64Stnn#pseudo-device	iscsi
2171.64Stnn
2181.32Sriz# userland interface to drivers, including autoconf and properties retrieval
2191.32Srizpseudo-device	drvctl
2201.100Sabs
2211.100Sabs# Pull in optional local configuration - always at end
2221.100Sabscinclude	"arch/amd64/conf/GENERIC.local"
2231.100Sabscinclude	"arch/amd64/conf/XEN3_DOMU.local"
224