GENERIC revision 1.71
11.71Smartin# $NetBSD: GENERIC,v 1.71 2007/06/04 08:55:23 martin Exp $
21.30Sgmcgarry#
31.30Sgmcgarry# GENERIC machine description file
41.30Sgmcgarry# 
51.30Sgmcgarry# This machine description file is used to generate the default NetBSD
61.30Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
71.30Sgmcgarry# and device drivers, but should be useful for most applications.
81.30Sgmcgarry#
91.30Sgmcgarry# The machine description file can be customised for your specific
101.30Sgmcgarry# machine to reduce the kernel size and improve its performance.
111.30Sgmcgarry#
121.30Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
131.30Sgmcgarry# man page.
141.30Sgmcgarry#
151.30Sgmcgarry# For further information on hardware support for this architecture, see
161.30Sgmcgarry# the intro(4) man page.  For further information about kernel options
171.30Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
181.30Sgmcgarry# of each device driver in this file see the section 4 man page for the
191.30Sgmcgarry# device.
201.1Sscw
211.1Sscwinclude		"arch/mvme68k/conf/std.mvme68k"
221.5Shubertf
231.34Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.34Satatat
251.71Smartin#ident 		"GENERIC-$Revision: 1.71 $"
261.1Sscw
271.1Sscw# Boards this kernel supports
281.1Sscwoptions 	MVME147
291.13Sscwoptions 	MVME162
301.1Sscwoptions 	MVME167
311.16Sscwoptions 	MVME172
321.16Sscwoptions 	MVME177
331.1Sscw
341.1Sscwmaxusers	4
351.1Sscw
361.1Sscw# Needed on m68040 boards to emulate some missing FP instructions
371.1Sscwoptions 	FPSP
381.16Sscw
391.16Sscw# Needed on m68060 boards
401.16Sscwoptions 	M060SP
411.1Sscw
421.1Sscw#options 	DDB
431.61Schs#options 	DIAGNOSTIC
441.61Schs#options 	DEBUG
451.1Sscw
461.1Sscw#options 	SYSVSHM
471.1Sscwoptions 	KTRACE
481.68Schristos#options 	SYSTRACE	# system call vetting via systrace(1)
491.1Sscwoptions 	COMPAT_43
501.32Sjdolecek
511.36Slukemoptions 	USERCONF	# userconf(4) support
521.32Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
531.48Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
541.39Sjunyoung
551.40Swiz# Enable experimental buffer queue strategy for better responsiveness under 
561.39Sjunyoung# high disk I/O load. Use it with caution - it's not proven to be stable yet.
571.55Stsutsui#options 	BUFQ_READPRIO
581.55Stsutsui#options 	BUFQ_PRIOCSCAN
591.1Sscw
601.1Sscwfile-system 	FFS
611.29Slukemfile-system 	NFS
621.1Sscwfile-system 	KERNFS
631.6Sscwfile-system 	MFS
641.17Sscwfile-system 	CD9660
651.1Sscw#file-system	MSDOSFS
661.1Sscw#file-system	UNION
671.59Schristosfile-system	PTYFS		# /dev/pts/N support
681.70Sjmmv#file-system	TMPFS		# Efficient memory file-system
691.64Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
701.1Sscw
711.1Sscwoptions 	NFSSERVER
721.1Sscw#options 	FFS_EI		# FFS Endian Independant support
731.29Slukemoptions 	SOFTDEP		# FFS soft updates support.
741.62Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
751.50Srumble#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
761.4Sitojun
771.1Sscw# Networking options
781.1Sscwoptions 	INET
791.4Sitojunoptions 	INET6		# IPV6
801.4Sitojun#options 	IPSEC		# IP security
811.4Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
821.56Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
831.4Sitojun#options 	IPSEC_DEBUG	# debug for IP security
841.29Slukem#options 	GATEWAY		# IP packet forwarding
851.29Slukem#options 	ISO		# OSI networking
861.29Slukem#options 	TPIP
871.29Slukem#options 	EON
881.26Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
891.1Sscw
901.47Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
911.47Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
921.47Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
931.47Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
941.47Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
951.47Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
961.47Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
971.47Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
981.47Sabs#options 	ALTQ_PRIQ	# Priority Queueing
991.47Sabs#options 	ALTQ_RED	# Random Early Detection
1001.47Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1011.47Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1021.47Sabs
1031.21Sscwoptions 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
1041.54Ssimonboptions 	COMPAT_09
1051.54Ssimonboptions 	COMPAT_10
1061.54Ssimonboptions 	COMPAT_11
1071.54Ssimonboptions 	COMPAT_12
1081.54Ssimonboptions 	COMPAT_13
1091.54Ssimonboptions 	COMPAT_14
1101.54Ssimonboptions 	COMPAT_15
1111.54Ssimonboptions 	COMPAT_16
1121.54Ssimonboptions 	COMPAT_20
1131.58Schristosoptions 	COMPAT_30	# NetBSD 3.0 compatibility.
1141.17Sscw#options 	COMPAT_SUNOS
1151.1Sscw#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
1161.1Sscw#options 	COMPAT_LINUX	# compatibility with Linux/m68k binaries
1171.26Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1181.49Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
1191.1Sscw
1201.1Sscw## force NFS root and swap
1211.1Sscw#config	netbsd		root on ? type nfs
1221.1Sscw## "generic" boot (put root on boot device)
1231.1Sscwconfig netbsd		root on ? type ?
1241.1Sscw
1251.1Sscw# Which protocol to use when booting over NFS
1261.25Sscwoptions 	NFS_BOOT_DHCP		# Diskless client w/ dhcp
1271.25Sscwoptions 	NFS_BOOT_BOOTP		# Diskless client w/ bootp
1281.1Sscwoptions 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
1291.1Sscw
1301.1Sscwpseudo-device	sl
1311.65Scubepseudo-device	ppp 
1321.31Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
1331.1Sscwpseudo-device	loop
1341.1Sscwpseudo-device	bpfilter
1351.67Sliamjfoy#pseudo-device	carp			# Common Address Redundancy Protocol
1361.65Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
1371.65Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
1381.66Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
1391.23Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
1401.28Satatatpseudo-device	bridge			# simple inter-network bridging
1411.41Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
1421.71Smartinpseudo-device	agr			# IEEE 802.3ad link aggregation
1431.14Sjdolecekpseudo-device	pty			# pseudo-terminals
1441.38Selric#pseudo-device	cgd		4	# cryptographic disk devices
1451.65Scubepseudo-device	vnd 
1461.57Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
1471.51Shannkenpseudo-device	fss		4	# file system snapshot device
1481.35Slukempseudo-device	clockctl		# user control of clock subsystem
1491.42Sraggepseudo-device	ksyms			# /dev/ksyms
1501.46Sitojun#pseudo-device	pf			# PF packet filter
1511.46Sitojun#pseudo-device	pflog			# PF log if
1521.15Sitojun
1531.15Sitojun# random number generator pseudo-device
1541.15Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
1551.15Sitojun#options 	RND_COM			# use "com" randomness as well (BROKEN)
1561.1Sscw
1571.63Selad# Veriexec
1581.63Selad#
1591.63Selad# a pseudo device needed for veriexec
1601.63Selad#pseudo-device	veriexec		1
1611.63Selad#
1621.63Selad# Uncomment the fingerprint methods below that are desired. Note that
1631.63Selad# removing fingerprint methods will have almost no impact on the kernel
1641.63Selad# code size.
1651.63Selad#
1661.63Selad#options VERIFIED_EXEC_FP_RMD160
1671.63Selad#options VERIFIED_EXEC_FP_SHA256
1681.63Selad#options VERIFIED_EXEC_FP_SHA384
1691.63Selad#options VERIFIED_EXEC_FP_SHA512
1701.63Selad#options VERIFIED_EXEC_FP_SHA1
1711.63Selad#options VERIFIED_EXEC_FP_MD5
1721.63Selad
1731.1Sscwmainbus0	at root
1741.1Sscw
1751.1Sscw# MVME147 specific devices
1761.1Sscwpcc0		at mainbus0
1771.6Sscwvmepcc0 	at pcc?
1781.17Sscwclock0		at pcc? ipl 5
1791.1Sscwzsc*		at pcc? ipl 4
1801.1Sscwle0		at pcc? ipl 3
1811.1Sscwwdsc0		at pcc? ipl 2
1821.17Sscwlpt0		at pcc? ipl 1
1831.1Sscw
1841.17Sscw# MVME16x and MVME17x shared devices
1851.1Sscwpcctwo0		at mainbus0
1861.6Sscwvmetwo0 	at mainbus0
1871.27Sscwmemc*		at mainbus0
1881.1Sscwclock0		at pcctwo? ipl 5
1891.1Sscwie0		at pcctwo? ipl 3
1901.24Sscwosiop0		at pcctwo? ipl 2
1911.13Sscw
1921.17Sscw# MVME162/MVME172 specific devices
1931.13Sscwzsc*		at pcctwo? ipl 4
1941.13Sscw
1951.17Sscw# MVME167/MVME177 specific devices
1961.13Sscwclmpcc0		at pcctwo? ipl 4
1971.17Sscwlpt0		at pcctwo? ipl 1
1981.1Sscw
1991.13Sscw# Common front-end for MVME147 and MVME162 `zs' device
2001.13Sscwzstty*		at zsc? channel ?
2011.20Sscw
2021.20Sscw# MI VMEbus Interface
2031.20Sscwvme0		at vmepcc0
2041.20Sscwvme0		at vmetwo0
2051.1Sscw
2061.6Sscw# Example VMEbus device
2071.6Sscw#foo0		at vme0 addr 0x00ef0000 irq 3 vect 0x80
2081.1Sscw
2091.1Sscwscsibus*	at wdsc?
2101.24Sscwscsibus*	at osiop?
2111.1Sscw
2121.1Sscwsd*		at scsibus? target ? lun ?
2131.1Sscwst*		at scsibus? target ? lun ?
2141.1Sscwcd*		at scsibus? target ? lun ?
2151.17Sscw#ch*		at scsibus? target ? lun ?
2161.17Sscw#ss*		at scsibus? target ? lun ?	# SCSI scanners
2171.17Sscw#uk*		at scsibus? target ? lun ?	# SCSI unknown
218