GENERIC revision 1.46
11.46Satatat#	$NetBSD: GENERIC,v 1.46 2001/11/23 05:00:28 atatat Exp $
21.1Sws#
31.34Sthorpej#	GENERIC -- everything that's currently supported
41.1Sws#
51.1Sws
61.13Ssakamotoinclude "arch/ofppc/conf/std.ofppc"
71.23Shubertf
81.46Satatat#ident 		"GENERIC-$Revision: 1.46 $"
91.1Sws
101.1Swsmaxusers	32
111.1Sws
121.1Sws# various hacks due to bugs in Openfirmware implementation
131.6Slukemoptions 	FIRMWORKSBUGS
141.1Sws
151.34Sthorpej# Standard system options
161.34Sthorpej#options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
171.34Sthorpej#options 	INSECURE	# disable kernel security checks
181.34Sthorpej#options 	NTP		# NTP phase/frequency locked loop
191.34Sthorpejoptions 	KTRACE		# system call tracing via ktrace(1)
201.34Sthorpej
211.34Sthorpejoptions 	SYSVMSG		# System V message queues
221.34Sthorpejoptions 	SYSVSEM		# System V semaphores
231.45Slukem#options 	SEMMNI=10	# number of semaphore identifiers
241.45Slukem#options 	SEMMNS=60	# number of semaphores in system
251.45Slukem#options 	SEMUME=10	# max number of undo entries per process
261.45Slukem#options 	SEMMNU=30	# number of undo structures in system
271.34Sthorpejoptions 	SYSVSHM		# System V shared memory
281.34Sthorpej#options 	SHMMAXPGS=1024	# 1024 pages is the default
291.34Sthorpej
301.34Sthorpejoptions 	LKM		# loadable kernel modules
311.34Sthorpej
321.34Sthorpej# Diagnostic/debugging support options
331.34Sthorpejoptions 	DIAGNOSTIC	# cheap kernel consistency checks
341.45Slukem#options 	DEBUG		# expensive debugging checks/support
351.34Sthorpejoptions 	DDB		# in-kernel debugger
361.34Sthorpejoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
371.34Sthorpejoptions 	TRAP_PANICWAIT
381.1Sws
391.34Sthorpejmakeoptions	DEBUG="-g"	# compile fill symbol table
401.5Sthorpej
411.34Sthorpej# Compatibility option
421.34Sthorpejoptions 	COMPAT_09	# NetBSD 0.9,
431.34Sthorpejoptions 	COMPAT_10	# NetBSD 1.0,
441.34Sthorpejoptions 	COMPAT_11	# NetBSD 1.1,
451.34Sthorpejoptions 	COMPAT_12	# NetBSD 1.2,
461.34Sthorpejoptions 	COMPAT_13	# NetBSD 1.3,
471.34Sthorpejoptions 	COMPAT_14	# NetBSD 1.4,
481.34Sthorpejoptions 	COMPAT_43	# and 4.3BSD
491.11Sdrochneroptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
501.45Slukem#options 	COMPAT_LINUX	# Linux binary compatibility
511.39Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
521.1Sws
531.34Sthorpej# File systems
541.34Sthorpejfile-system 	FFS		# UFS
551.34Sthorpejfile-system 	EXT2FS		# second extended file system (linux)
561.34Sthorpejfile-system 	LFS		# log-structured file system
571.34Sthorpejfile-system 	MFS		# memory file system
581.34Sthorpejfile-system 	NFS		# Network file System client
591.34Sthorpejfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
601.34Sthorpejfile-system 	MSDOSFS		# MS-DOS file system
611.34Sthorpejfile-system 	FDESC		# /dev/fd
621.34Sthorpejfile-system 	KERNFS		# /kern
631.34Sthorpejfile-system 	NULLFS		# loopback file system
641.22Swrstudenfile-system 	OVERLAY		# overlay file system
651.34Sthorpejfile-system 	PORTAL		# portal file system (still experimental)
661.34Sthorpejfile-system 	PROCFS		# /proc
671.34Sthorpejfile-system 	UMAPFS		# NULLFS + uid and gid remapping
681.34Sthorpejfile-system 	UNION		# union file system
691.34Sthorpejfile-system 	NTFS		# Windows NT file system
701.34Sthorpej
711.34Sthorpej# File system options
721.34Sthorpejoptions 	QUOTA		# UFS quotas
731.34Sthorpejoptions 	FFS_EI		# FFS Endian Independent support
741.34Sthorpejoptions 	SOFTDEP		# FFS soft updates support
751.34Sthorpejoptions 	NFSSERVER	# Network File System server
761.45Slukem#options 	EXT2FS_SYSTEM_FLAGS	# makes ext2fs file flags (append and
771.45Slukem					# immutable) behave as system flags.
781.34Sthorpej
791.34Sthorpejoptions 	NFS_BOOT_DHCP	# Support DHCP NFS root
801.34Sthorpej
811.34Sthorpej# Networking options
821.34Sthorpej#options 	GATEWAY		# packet forwarding
831.34Sthorpejoptions 	INET		# IP + ICMP + TCP + UDP
841.21Sitojunoptions 	INET6		# IPV6
851.21Sitojun#options 	IPSEC		# IP security
861.21Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
871.21Sitojun#options 	IPSEC_DEBUG	# debug for IP security
881.45Slukem#options 	MROUTING	# IP multicast routing
891.34Sthorpej#options 	NS		# XNS
901.34Sthorpej#options 	NSIP		# XNS tunneling over IP
911.34Sthorpej#options 	ISO,TPIP	# OSI
921.34Sthorpej#options 	EON		# OSI tunneling over IP
931.34Sthorpej#options 	CCITT,LLC,HDLC	# X.25
941.34Sthorpej#options 	NETATALK	# AppleTalk networking protocols
951.34Sthorpejoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
961.34Sthorpejoptions 	PPP_DEFLATE	# Deflate compression support for PPP
971.34Sthorpejoptions 	PPP_FILTER	# Active filter support for PPP (requires BPF)
981.34Sthorpejoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
991.34Sthorpejoptions 	IPFILTER_LOG	# ipmon(8) log support
1001.6Slukemoptions 	NMBCLUSTERS=1024
1011.39Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1021.34Sthorpej
1031.34Sthorpej# Kernel root file system and dump configuration
1041.4Sthorpejconfig		netbsd	root on ? type ?
1051.1Sws
1061.34Sthorpej#
1071.34Sthorpej# Device configuration
1081.34Sthorpej#
1091.34Sthorpej
1101.34Sthorpejmainbus*	at root
1111.1Sws
1121.34Sthorpej# Generic OpenFirmware bus support
1131.10Smycroftofbus*		at mainbus?
1141.10Smycroftofbus*		at ofbus?
1151.40Smatt
1161.44Sthorpej# CPUs
1171.44Sthorpejcpu*		at mainbus?
1181.1Sws
1191.34Sthorpej# Generic OpenFirmware disk support
1201.10Smycroftofdisk*		at ofbus?
1211.1Sws
1221.34Sthorpej# Generic OpenFirmware network interface support
1231.10Smycroftofnet*		at ofbus?
1241.1Sws
1251.34Sthorpej# Generic OpenFirmware console support
1261.10Smycroftofcons*		at ofbus?
1271.1Sws
1281.34Sthorpej# Generic OpenFirmware real-time clock support
1291.10Smycroftofrtc*		at ofbus?
1301.1Sws
1311.34Sthorpejpseudo-device	vnd		4	# disk-like interface to files
1321.34Sthorpejpseudo-device	ccd		4	# concatenated/striped disk devices
1331.34Sthorpej#pesudo-device	raid		4	# RAIDframe disk driver
1341.34Sthorpej#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
1351.34Sthorpejpseudo-device	md		1	# memory disk device
1361.34Sthorpejpseudo-device	loop			# network loopback
1371.5Sthorpejpseudo-device	bpfilter	8	# packet filter
1381.34Sthorpejpseudo-device	ipfilter		# IP Filter (firewall) and NAT
1391.34Sthorpejpseudo-device	ppp		2	# Point-to-Point Protocol
1401.34Sthorpejpseudo-device	sl		2	# Serial Line IP
1411.34Sthorpejpseudo-device	tun		4	# network tunneling over tty
1421.34Sthorpej#pseudo-device	gre		2	# generic L3 over IP tunnel
1431.34Sthorpejpseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
1441.34Sthorpej#pseudo-device	faith			# IPv[46] tcp relay translation i/f
1451.34Sthorpej#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
1461.35Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
1471.46Satatatpseudo-device	bridge			# simple inter-network bridging
1481.32Sjdolecekpseudo-device	pty			# pseudo-terminals
1491.33Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
150