GENERIC revision 1.49
11.49Soster# $NetBSD: GENERIC,v 1.49 2002/01/19 18:45:12 oster Exp $
21.1Sws#
31.47Sgmcgarry# GENERIC machine description file
41.47Sgmcgarry# 
51.47Sgmcgarry# This machine description file is used to generate the default NetBSD
61.47Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
71.47Sgmcgarry# and device drivers, but should be useful for most applications.
81.1Sws#
91.47Sgmcgarry# The machine description file can be customised for your specific
101.47Sgmcgarry# machine to reduce the kernel size and improve its performance.
111.47Sgmcgarry#
121.47Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
131.47Sgmcgarry# man page.
141.47Sgmcgarry#
151.47Sgmcgarry# For further information on hardware support for this architecture, see
161.47Sgmcgarry# the intro(4) man page.  For further information about kernel options
171.47Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
181.47Sgmcgarry# of each device driver in this file see the section 4 man page for the
191.47Sgmcgarry# device.
201.1Sws
211.47Sgmcgarryinclude 	"arch/ofppc/conf/std.ofppc"
221.23Shubertf
231.49Soster#ident 		"GENERIC-$Revision: 1.49 $"
241.1Sws
251.1Swsmaxusers	32
261.1Sws
271.1Sws# various hacks due to bugs in Openfirmware implementation
281.6Slukemoptions 	FIRMWORKSBUGS
291.1Sws
301.34Sthorpej# Standard system options
311.34Sthorpej#options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
321.34Sthorpej#options 	INSECURE	# disable kernel security checks
331.34Sthorpej#options 	NTP		# NTP phase/frequency locked loop
341.34Sthorpejoptions 	KTRACE		# system call tracing via ktrace(1)
351.34Sthorpej
361.34Sthorpejoptions 	SYSVMSG		# System V message queues
371.34Sthorpejoptions 	SYSVSEM		# System V semaphores
381.45Slukem#options 	SEMMNI=10	# number of semaphore identifiers
391.45Slukem#options 	SEMMNS=60	# number of semaphores in system
401.45Slukem#options 	SEMUME=10	# max number of undo entries per process
411.45Slukem#options 	SEMMNU=30	# number of undo structures in system
421.34Sthorpejoptions 	SYSVSHM		# System V shared memory
431.34Sthorpej#options 	SHMMAXPGS=1024	# 1024 pages is the default
441.34Sthorpej
451.34Sthorpejoptions 	LKM		# loadable kernel modules
461.34Sthorpej
471.34Sthorpej# Diagnostic/debugging support options
481.34Sthorpejoptions 	DIAGNOSTIC	# cheap kernel consistency checks
491.45Slukem#options 	DEBUG		# expensive debugging checks/support
501.34Sthorpejoptions 	DDB		# in-kernel debugger
511.34Sthorpejoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
521.34Sthorpejoptions 	TRAP_PANICWAIT
531.1Sws
541.34Sthorpejmakeoptions	DEBUG="-g"	# compile fill symbol table
551.5Sthorpej
561.34Sthorpej# Compatibility option
571.34Sthorpejoptions 	COMPAT_09	# NetBSD 0.9,
581.34Sthorpejoptions 	COMPAT_10	# NetBSD 1.0,
591.34Sthorpejoptions 	COMPAT_11	# NetBSD 1.1,
601.34Sthorpejoptions 	COMPAT_12	# NetBSD 1.2,
611.34Sthorpejoptions 	COMPAT_13	# NetBSD 1.3,
621.34Sthorpejoptions 	COMPAT_14	# NetBSD 1.4,
631.34Sthorpejoptions 	COMPAT_43	# and 4.3BSD
641.11Sdrochneroptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
651.45Slukem#options 	COMPAT_LINUX	# Linux binary compatibility
661.39Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
671.1Sws
681.34Sthorpej# File systems
691.34Sthorpejfile-system 	FFS		# UFS
701.34Sthorpejfile-system 	EXT2FS		# second extended file system (linux)
711.34Sthorpejfile-system 	LFS		# log-structured file system
721.34Sthorpejfile-system 	MFS		# memory file system
731.34Sthorpejfile-system 	NFS		# Network file System client
741.34Sthorpejfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
751.34Sthorpejfile-system 	MSDOSFS		# MS-DOS file system
761.34Sthorpejfile-system 	FDESC		# /dev/fd
771.34Sthorpejfile-system 	KERNFS		# /kern
781.34Sthorpejfile-system 	NULLFS		# loopback file system
791.22Swrstudenfile-system 	OVERLAY		# overlay file system
801.34Sthorpejfile-system 	PORTAL		# portal file system (still experimental)
811.34Sthorpejfile-system 	PROCFS		# /proc
821.34Sthorpejfile-system 	UMAPFS		# NULLFS + uid and gid remapping
831.34Sthorpejfile-system 	UNION		# union file system
841.34Sthorpejfile-system 	NTFS		# Windows NT file system
851.34Sthorpej
861.34Sthorpej# File system options
871.34Sthorpejoptions 	QUOTA		# UFS quotas
881.34Sthorpejoptions 	FFS_EI		# FFS Endian Independent support
891.34Sthorpejoptions 	SOFTDEP		# FFS soft updates support
901.34Sthorpejoptions 	NFSSERVER	# Network File System server
911.45Slukem#options 	EXT2FS_SYSTEM_FLAGS	# makes ext2fs file flags (append and
921.45Slukem					# immutable) behave as system flags.
931.34Sthorpej
941.34Sthorpejoptions 	NFS_BOOT_DHCP	# Support DHCP NFS root
951.34Sthorpej
961.34Sthorpej# Networking options
971.34Sthorpej#options 	GATEWAY		# packet forwarding
981.34Sthorpejoptions 	INET		# IP + ICMP + TCP + UDP
991.21Sitojunoptions 	INET6		# IPV6
1001.21Sitojun#options 	IPSEC		# IP security
1011.21Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1021.21Sitojun#options 	IPSEC_DEBUG	# debug for IP security
1031.45Slukem#options 	MROUTING	# IP multicast routing
1041.34Sthorpej#options 	NS		# XNS
1051.34Sthorpej#options 	NSIP		# XNS tunneling over IP
1061.34Sthorpej#options 	ISO,TPIP	# OSI
1071.34Sthorpej#options 	EON		# OSI tunneling over IP
1081.34Sthorpej#options 	CCITT,LLC,HDLC	# X.25
1091.34Sthorpej#options 	NETATALK	# AppleTalk networking protocols
1101.34Sthorpejoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1111.34Sthorpejoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1121.34Sthorpejoptions 	PPP_FILTER	# Active filter support for PPP (requires BPF)
1131.34Sthorpejoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1141.34Sthorpejoptions 	IPFILTER_LOG	# ipmon(8) log support
1151.6Slukemoptions 	NMBCLUSTERS=1024
1161.39Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1171.34Sthorpej
1181.34Sthorpej# Kernel root file system and dump configuration
1191.4Sthorpejconfig		netbsd	root on ? type ?
1201.1Sws
1211.34Sthorpej#
1221.34Sthorpej# Device configuration
1231.34Sthorpej#
1241.34Sthorpej
1251.34Sthorpejmainbus*	at root
1261.1Sws
1271.34Sthorpej# Generic OpenFirmware bus support
1281.10Smycroftofbus*		at mainbus?
1291.10Smycroftofbus*		at ofbus?
1301.40Smatt
1311.44Sthorpej# CPUs
1321.44Sthorpejcpu*		at mainbus?
1331.1Sws
1341.34Sthorpej# Generic OpenFirmware disk support
1351.10Smycroftofdisk*		at ofbus?
1361.1Sws
1371.34Sthorpej# Generic OpenFirmware network interface support
1381.10Smycroftofnet*		at ofbus?
1391.1Sws
1401.34Sthorpej# Generic OpenFirmware console support
1411.10Smycroftofcons*		at ofbus?
1421.1Sws
1431.34Sthorpej# Generic OpenFirmware real-time clock support
1441.10Smycroftofrtc*		at ofbus?
1451.1Sws
1461.34Sthorpejpseudo-device	vnd		4	# disk-like interface to files
1471.34Sthorpejpseudo-device	ccd		4	# concatenated/striped disk devices
1481.49Soster#pesudo-device	raid		8	# RAIDframe disk driver
1491.34Sthorpej#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
1501.49Soster# Options to enable various other RAIDframe RAID types.
1511.49Soster# options	RF_INCLUDE_EVENODD=1
1521.49Soster# options	RF_INCLUDE_RAID5_RS=1
1531.49Soster# options	RF_INCLUDE_PARITYLOGGING=1
1541.49Soster# options	RF_INCLUDE_CHAINDECLUSTER=1
1551.49Soster# options	RF_INCLUDE_INTERDECLUSTER=1
1561.49Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
1571.49Soster# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
1581.34Sthorpejpseudo-device	md		1	# memory disk device
1591.34Sthorpejpseudo-device	loop			# network loopback
1601.5Sthorpejpseudo-device	bpfilter	8	# packet filter
1611.34Sthorpejpseudo-device	ipfilter		# IP Filter (firewall) and NAT
1621.34Sthorpejpseudo-device	ppp		2	# Point-to-Point Protocol
1631.48Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
1641.34Sthorpejpseudo-device	sl		2	# Serial Line IP
1651.34Sthorpejpseudo-device	tun		4	# network tunneling over tty
1661.34Sthorpej#pseudo-device	gre		2	# generic L3 over IP tunnel
1671.34Sthorpejpseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
1681.34Sthorpej#pseudo-device	faith			# IPv[46] tcp relay translation i/f
1691.34Sthorpej#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
1701.35Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
1711.46Satatatpseudo-device	bridge			# simple inter-network bridging
1721.32Sjdolecekpseudo-device	pty			# pseudo-terminals
1731.33Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
174