GENERIC revision 1.35
11.35Sbouyer#	$NetBSD: GENERIC,v 1.35 2000/12/19 10:42:06 bouyer 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.35Sbouyer#ident 		"GENERIC-$Revision: 1.35 $"
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.1Sws
471.34Sthorpej# File systems
481.34Sthorpejfile-system 	FFS		# UFS
491.34Sthorpejfile-system 	EXT2FS		# second extended file system (linux)
501.34Sthorpejfile-system 	LFS		# log-structured file system
511.34Sthorpejfile-system 	MFS		# memory file system
521.34Sthorpejfile-system 	NFS		# Network file System client
531.34Sthorpejfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
541.34Sthorpejfile-system 	MSDOSFS		# MS-DOS file system
551.34Sthorpejfile-system 	FDESC		# /dev/fd
561.34Sthorpejfile-system 	KERNFS		# /kern
571.34Sthorpejfile-system 	NULLFS		# loopback file system
581.22Swrstudenfile-system 	OVERLAY		# overlay file system
591.34Sthorpejfile-system 	PORTAL		# portal file system (still experimental)
601.34Sthorpejfile-system 	PROCFS		# /proc
611.34Sthorpejfile-system 	UMAPFS		# NULLFS + uid and gid remapping
621.34Sthorpejfile-system 	UNION		# union file system
631.34Sthorpejfile-system 	NTFS		# Windows NT file system
641.34Sthorpej
651.34Sthorpej# File system options
661.34Sthorpejoptions 	QUOTA		# UFS quotas
671.34Sthorpejoptions 	FFS_EI		# FFS Endian Independent support
681.34Sthorpejoptions 	SOFTDEP		# FFS soft updates support
691.34Sthorpejoptions 	NFSSERVER	# Network File System server
701.34Sthorpej#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
711.34Sthorpej				    # immutable) behave as system flags.
721.34Sthorpej
731.34Sthorpejoptions 	NFS_BOOT_DHCP	# Support DHCP NFS root
741.34Sthorpej
751.34Sthorpej# Networking options
761.34Sthorpej#options 	GATEWAY		# packet forwarding
771.34Sthorpejoptions 	INET		# IP + ICMP + TCP + UDP
781.21Sitojunoptions 	INET6		# IPV6
791.21Sitojun#options 	IPSEC		# IP security
801.21Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
811.21Sitojun#options 	IPSEC_DEBUG	# debug for IP security
821.34Sthorpej#options	MROUTING	# IP multicast routing
831.34Sthorpej#options 	NS		# XNS
841.34Sthorpej#options 	NSIP		# XNS tunneling over IP
851.34Sthorpej#options 	ISO,TPIP	# OSI
861.34Sthorpej#options 	EON		# OSI tunneling over IP
871.34Sthorpej#options 	CCITT,LLC,HDLC	# X.25
881.34Sthorpej#options 	NETATALK	# AppleTalk networking protocols
891.34Sthorpejoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
901.34Sthorpejoptions 	PPP_DEFLATE	# Deflate compression support for PPP
911.34Sthorpejoptions 	PPP_FILTER	# Active filter support for PPP (requires BPF)
921.34Sthorpejoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
931.34Sthorpejoptions 	IPFILTER_LOG	# ipmon(8) log support
941.6Slukemoptions 	NMBCLUSTERS=1024
951.1Sws
961.34Sthorpej# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
971.34Sthorpej#options 	TCP_COMPAT_42
981.34Sthorpej
991.34Sthorpej# Kernel root file system and dump configuration
1001.4Sthorpejconfig		netbsd	root on ? type ?
1011.1Sws
1021.34Sthorpej#
1031.34Sthorpej# Device configuration
1041.34Sthorpej#
1051.34Sthorpej
1061.34Sthorpejmainbus*	at root
1071.1Sws
1081.34Sthorpej# Generic OpenFirmware bus support
1091.10Smycroftofbus*		at mainbus?
1101.10Smycroftofbus*		at ofbus?
1111.1Sws
1121.34Sthorpej# Generic OpenFirmware disk support
1131.10Smycroftofdisk*		at ofbus?
1141.1Sws
1151.34Sthorpej# Generic OpenFirmware network interface support
1161.10Smycroftofnet*		at ofbus?
1171.1Sws
1181.34Sthorpej# Generic OpenFirmware console support
1191.10Smycroftofcons*		at ofbus?
1201.1Sws
1211.34Sthorpej# Generic OpenFirmware real-time clock support
1221.10Smycroftofrtc*		at ofbus?
1231.1Sws
1241.34Sthorpejpseudo-device	vnd		4	# disk-like interface to files
1251.34Sthorpejpseudo-device	ccd		4	# concatenated/striped disk devices
1261.34Sthorpej#pesudo-device	raid		4	# RAIDframe disk driver
1271.34Sthorpej#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
1281.34Sthorpejpseudo-device	md		1	# memory disk device
1291.34Sthorpejpseudo-device	loop			# network loopback
1301.5Sthorpejpseudo-device	bpfilter	8	# packet filter
1311.34Sthorpejpseudo-device	ipfilter		# IP Filter (firewall) and NAT
1321.34Sthorpejpseudo-device	ppp		2	# Point-to-Point Protocol
1331.34Sthorpejpseudo-device	sl		2	# Serial Line IP
1341.34Sthorpejpseudo-device	tun		4	# network tunneling over tty
1351.34Sthorpej#pseudo-device	gre		2	# generic L3 over IP tunnel
1361.34Sthorpejpseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
1371.34Sthorpej#pseudo-device	faith			# IPv[46] tcp relay translation i/f
1381.34Sthorpej#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
1391.35Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
1401.32Sjdolecekpseudo-device	pty			# pseudo-terminals
1411.33Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
142