GENERIC revision 1.37
11.37Smanu#	$NetBSD: GENERIC,v 1.37 2001/04/04 17:08:08 manu 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.37Smanu#ident 		"GENERIC-$Revision: 1.37 $"
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.34Sthorpejoptions 	SYSVSHM		# System V shared memory
241.34Sthorpej#options 	SHMMAXPGS=1024	# 1024 pages is the default
251.34Sthorpej
261.34Sthorpejoptions 	LKM		# loadable kernel modules
271.34Sthorpej
281.34Sthorpej# Diagnostic/debugging support options
291.34Sthorpejoptions 	DIAGNOSTIC	# cheap kernel consistency checks
301.34Sthorpej#options	DEBUG		# expensive debugging checks/support
311.34Sthorpejoptions 	DDB		# in-kernel debugger
321.34Sthorpejoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
331.34Sthorpejoptions 	TRAP_PANICWAIT
341.1Sws
351.34Sthorpejmakeoptions	DEBUG="-g"	# compile fill symbol table
361.5Sthorpej
371.34Sthorpej# Compatibility option
381.34Sthorpejoptions 	COMPAT_09	# NetBSD 0.9,
391.34Sthorpejoptions 	COMPAT_10	# NetBSD 1.0,
401.34Sthorpejoptions 	COMPAT_11	# NetBSD 1.1,
411.34Sthorpejoptions 	COMPAT_12	# NetBSD 1.2,
421.34Sthorpejoptions 	COMPAT_13	# NetBSD 1.3,
431.34Sthorpejoptions 	COMPAT_14	# NetBSD 1.4,
441.34Sthorpejoptions 	COMPAT_43	# and 4.3BSD
451.11Sdrochneroptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
461.37Smanu#options 	COMPAT_LINUX   # Linux binary compatibility (experimental)
471.1Sws
481.34Sthorpej# File systems
491.34Sthorpejfile-system 	FFS		# UFS
501.34Sthorpejfile-system 	EXT2FS		# second extended file system (linux)
511.34Sthorpejfile-system 	LFS		# log-structured file system
521.34Sthorpejfile-system 	MFS		# memory file system
531.34Sthorpejfile-system 	NFS		# Network file System client
541.34Sthorpejfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
551.34Sthorpejfile-system 	MSDOSFS		# MS-DOS file system
561.34Sthorpejfile-system 	FDESC		# /dev/fd
571.34Sthorpejfile-system 	KERNFS		# /kern
581.34Sthorpejfile-system 	NULLFS		# loopback file system
591.22Swrstudenfile-system 	OVERLAY		# overlay file system
601.34Sthorpejfile-system 	PORTAL		# portal file system (still experimental)
611.34Sthorpejfile-system 	PROCFS		# /proc
621.34Sthorpejfile-system 	UMAPFS		# NULLFS + uid and gid remapping
631.34Sthorpejfile-system 	UNION		# union file system
641.34Sthorpejfile-system 	NTFS		# Windows NT file system
651.34Sthorpej
661.34Sthorpej# File system options
671.34Sthorpejoptions 	QUOTA		# UFS quotas
681.34Sthorpejoptions 	FFS_EI		# FFS Endian Independent support
691.34Sthorpejoptions 	SOFTDEP		# FFS soft updates support
701.34Sthorpejoptions 	NFSSERVER	# Network File System server
711.34Sthorpej#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
721.34Sthorpej				    # immutable) behave as system flags.
731.34Sthorpej
741.34Sthorpejoptions 	NFS_BOOT_DHCP	# Support DHCP NFS root
751.34Sthorpej
761.34Sthorpej# Networking options
771.34Sthorpej#options 	GATEWAY		# packet forwarding
781.34Sthorpejoptions 	INET		# IP + ICMP + TCP + UDP
791.21Sitojunoptions 	INET6		# IPV6
801.21Sitojun#options 	IPSEC		# IP security
811.21Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
821.21Sitojun#options 	IPSEC_DEBUG	# debug for IP security
831.34Sthorpej#options	MROUTING	# IP multicast routing
841.34Sthorpej#options 	NS		# XNS
851.34Sthorpej#options 	NSIP		# XNS tunneling over IP
861.34Sthorpej#options 	ISO,TPIP	# OSI
871.34Sthorpej#options 	EON		# OSI tunneling over IP
881.34Sthorpej#options 	CCITT,LLC,HDLC	# X.25
891.34Sthorpej#options 	NETATALK	# AppleTalk networking protocols
901.34Sthorpejoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
911.34Sthorpejoptions 	PPP_DEFLATE	# Deflate compression support for PPP
921.34Sthorpejoptions 	PPP_FILTER	# Active filter support for PPP (requires BPF)
931.34Sthorpejoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
941.34Sthorpejoptions 	IPFILTER_LOG	# ipmon(8) log support
951.6Slukemoptions 	NMBCLUSTERS=1024
961.1Sws
971.34Sthorpej# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
981.34Sthorpej#options 	TCP_COMPAT_42
991.34Sthorpej
1001.34Sthorpej# Kernel root file system and dump configuration
1011.4Sthorpejconfig		netbsd	root on ? type ?
1021.1Sws
1031.34Sthorpej#
1041.34Sthorpej# Device configuration
1051.34Sthorpej#
1061.34Sthorpej
1071.34Sthorpejmainbus*	at root
1081.1Sws
1091.34Sthorpej# Generic OpenFirmware bus support
1101.10Smycroftofbus*		at mainbus?
1111.10Smycroftofbus*		at ofbus?
1121.1Sws
1131.34Sthorpej# Generic OpenFirmware disk support
1141.10Smycroftofdisk*		at ofbus?
1151.1Sws
1161.34Sthorpej# Generic OpenFirmware network interface support
1171.10Smycroftofnet*		at ofbus?
1181.1Sws
1191.34Sthorpej# Generic OpenFirmware console support
1201.10Smycroftofcons*		at ofbus?
1211.1Sws
1221.34Sthorpej# Generic OpenFirmware real-time clock support
1231.10Smycroftofrtc*		at ofbus?
1241.1Sws
1251.34Sthorpejpseudo-device	vnd		4	# disk-like interface to files
1261.34Sthorpejpseudo-device	ccd		4	# concatenated/striped disk devices
1271.34Sthorpej#pesudo-device	raid		4	# RAIDframe disk driver
1281.34Sthorpej#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
1291.34Sthorpejpseudo-device	md		1	# memory disk device
1301.34Sthorpejpseudo-device	loop			# network loopback
1311.5Sthorpejpseudo-device	bpfilter	8	# packet filter
1321.34Sthorpejpseudo-device	ipfilter		# IP Filter (firewall) and NAT
1331.34Sthorpejpseudo-device	ppp		2	# Point-to-Point Protocol
1341.34Sthorpejpseudo-device	sl		2	# Serial Line IP
1351.34Sthorpejpseudo-device	tun		4	# network tunneling over tty
1361.34Sthorpej#pseudo-device	gre		2	# generic L3 over IP tunnel
1371.34Sthorpejpseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
1381.34Sthorpej#pseudo-device	faith			# IPv[46] tcp relay translation i/f
1391.34Sthorpej#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
1401.35Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
1411.32Sjdolecekpseudo-device	pty			# pseudo-terminals
1421.33Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
143