GENERIC revision 1.93
11.93Smanu# $NetBSD: GENERIC,v 1.93 2014/11/12 10:47:23 manu 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.93Smanu#ident 		"GENERIC-$Revision: 1.93 $"
261.90Stsutsui
271.90Stsutsuimakeoptions	COPTS="-O2 -fno-reorder-blocks"	# see share/mk/sys.mk
281.1Sscw
291.1Sscw# Boards this kernel supports
301.1Sscwoptions 	MVME147
311.13Sscwoptions 	MVME162
321.1Sscwoptions 	MVME167
331.16Sscwoptions 	MVME172
341.16Sscwoptions 	MVME177
351.1Sscw
361.1Sscwmaxusers	4
371.1Sscw
381.1Sscw# Needed on m68040 boards to emulate some missing FP instructions
391.1Sscwoptions 	FPSP
401.16Sscw
411.16Sscw# Needed on m68060 boards
421.16Sscwoptions 	M060SP
431.1Sscw
441.1Sscw#options 	DDB
451.61Schs#options 	DIAGNOSTIC
461.61Schs#options 	DEBUG
471.1Sscw
481.1Sscw#options 	SYSVSHM
491.1Sscwoptions 	KTRACE
501.1Sscwoptions 	COMPAT_43
511.32Sjdolecek
521.36Slukemoptions 	USERCONF	# userconf(4) support
531.32Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
541.48Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
551.39Sjunyoung
561.40Swiz# Enable experimental buffer queue strategy for better responsiveness under 
571.39Sjunyoung# high disk I/O load. Use it with caution - it's not proven to be stable yet.
581.55Stsutsui#options 	BUFQ_READPRIO
591.55Stsutsui#options 	BUFQ_PRIOCSCAN
601.1Sscw
611.1Sscwfile-system 	FFS
621.29Slukemfile-system 	NFS
631.1Sscwfile-system 	KERNFS
641.6Sscwfile-system 	MFS
651.17Sscwfile-system 	CD9660
661.1Sscw#file-system	MSDOSFS
671.1Sscw#file-system	UNION
681.59Schristosfile-system	PTYFS		# /dev/pts/N support
691.80Schsfile-system	TMPFS		# Efficient memory file-system
701.64Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
711.1Sscw
721.1Sscwoptions 	NFSSERVER
731.81Swiz#options 	FFS_EI		# FFS Endian Independent support
741.83Sdhollandoptions 	WAPBL		# File system journaling support
751.62Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
761.93Smanu#options 	UFS_EXTATTR	# Extended attribute support for UFS1
771.93Smanu#options 	UFS_EXTATTR_AUTOSTART
781.93Smanu#options 	UFS_EXTATTR_AUTOCREATE=1024
791.50Srumble#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
801.4Sitojun
811.1Sscw# Networking options
821.1Sscwoptions 	INET
831.4Sitojunoptions 	INET6		# IPV6
841.4Sitojun#options 	IPSEC		# IP security
851.4Sitojun#options 	IPSEC_DEBUG	# debug for IP security
861.29Slukem#options 	GATEWAY		# IP packet forwarding
871.26Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
881.1Sscw
891.47Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
901.47Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
911.47Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
921.47Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
931.47Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
941.47Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
951.47Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
961.47Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
971.47Sabs#options 	ALTQ_PRIQ	# Priority Queueing
981.47Sabs#options 	ALTQ_RED	# Random Early Detection
991.47Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1001.47Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1011.47Sabs
1021.21Sscwoptions 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
1031.92Sdhollandoptions 	COMPAT_09	# NetBSD 0.9,
1041.92Sdhollandoptions 	COMPAT_10	# NetBSD 1.0,
1051.92Sdhollandoptions 	COMPAT_11	# NetBSD 1.1,
1061.92Sdhollandoptions 	COMPAT_12	# NetBSD 1.2,
1071.92Sdhollandoptions 	COMPAT_13	# NetBSD 1.3,
1081.92Sdhollandoptions 	COMPAT_14	# NetBSD 1.4,
1091.92Sdhollandoptions 	COMPAT_15	# NetBSD 1.5,
1101.92Sdhollandoptions 	COMPAT_16	# NetBSD 1.6,
1111.92Sdhollandoptions 	COMPAT_20	# NetBSD 2.0,
1121.92Sdhollandoptions 	COMPAT_30	# NetBSD 3.0,
1131.92Sdhollandoptions 	COMPAT_40	# NetBSD 4.0,
1141.92Sdhollandoptions 	COMPAT_50	# NetBSD 5.0,
1151.92Sdhollandoptions 	COMPAT_60	# NetBSD 6.0, and
1161.92Sdhollandoptions 	COMPAT_70	# NetBSD 7.0 binary compatibility.
1171.17Sscw#options 	COMPAT_SUNOS
1181.1Sscw#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
1191.1Sscw#options 	COMPAT_LINUX	# compatibility with Linux/m68k binaries
1201.26Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1211.49Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
1221.1Sscw
1231.1Sscw## force NFS root and swap
1241.1Sscw#config	netbsd		root on ? type nfs
1251.1Sscw## "generic" boot (put root on boot device)
1261.1Sscwconfig netbsd		root on ? type ?
1271.1Sscw
1281.1Sscw# Which protocol to use when booting over NFS
1291.25Sscwoptions 	NFS_BOOT_DHCP		# Diskless client w/ dhcp
1301.25Sscwoptions 	NFS_BOOT_BOOTP		# Diskless client w/ bootp
1311.1Sscwoptions 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
1321.1Sscw
1331.76Stls#
1341.76Stls# accept filters
1351.76Stlspseudo-device   accf_data		# "dataready" accept filter
1361.76Stlspseudo-device   accf_http		# "httpready" accept filter
1371.76Stls
1381.1Sscwpseudo-device	sl
1391.65Scubepseudo-device	ppp 
1401.31Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
1411.1Sscwpseudo-device	loop
1421.1Sscwpseudo-device	bpfilter
1431.67Sliamjfoy#pseudo-device	carp			# Common Address Redundancy Protocol
1441.65Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
1451.65Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
1461.66Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
1471.23Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
1481.28Satatatpseudo-device	bridge			# simple inter-network bridging
1491.41Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
1501.71Smartinpseudo-device	agr			# IEEE 802.3ad link aggregation
1511.14Sjdolecekpseudo-device	pty			# pseudo-terminals
1521.87Schristos#pseudo-device	cgd			# cryptographic disk devices
1531.65Scubepseudo-device	vnd 
1541.57Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
1551.79Spookapseudo-device	fss			# file system snapshot device
1561.35Slukempseudo-device	clockctl		# user control of clock subsystem
1571.42Sraggepseudo-device	ksyms			# /dev/ksyms
1581.46Sitojun#pseudo-device	pf			# PF packet filter
1591.46Sitojun#pseudo-device	pflog			# PF log if
1601.15Sitojun
1611.15Sitojun# random number generator pseudo-device
1621.15Sitojun#options 	RND_COM			# use "com" randomness as well (BROKEN)
1631.1Sscw
1641.63Selad# Veriexec
1651.63Selad#
1661.63Selad# a pseudo device needed for veriexec
1671.88Schristos#pseudo-device	veriexec
1681.63Selad#
1691.63Selad# Uncomment the fingerprint methods below that are desired. Note that
1701.63Selad# removing fingerprint methods will have almost no impact on the kernel
1711.63Selad# code size.
1721.63Selad#
1731.63Selad#options VERIFIED_EXEC_FP_RMD160
1741.63Selad#options VERIFIED_EXEC_FP_SHA256
1751.63Selad#options VERIFIED_EXEC_FP_SHA384
1761.63Selad#options VERIFIED_EXEC_FP_SHA512
1771.63Selad#options VERIFIED_EXEC_FP_SHA1
1781.63Selad#options VERIFIED_EXEC_FP_MD5
1791.63Selad
1801.1Sscwmainbus0	at root
1811.1Sscw
1821.1Sscw# MVME147 specific devices
1831.1Sscwpcc0		at mainbus0
1841.6Sscwvmepcc0 	at pcc?
1851.17Sscwclock0		at pcc? ipl 5
1861.1Sscwzsc*		at pcc? ipl 4
1871.1Sscwle0		at pcc? ipl 3
1881.1Sscwwdsc0		at pcc? ipl 2
1891.17Sscwlpt0		at pcc? ipl 1
1901.1Sscw
1911.17Sscw# MVME16x and MVME17x shared devices
1921.1Sscwpcctwo0		at mainbus0
1931.6Sscwvmetwo0 	at mainbus0
1941.27Sscwmemc*		at mainbus0
1951.1Sscwclock0		at pcctwo? ipl 5
1961.1Sscwie0		at pcctwo? ipl 3
1971.24Sscwosiop0		at pcctwo? ipl 2
1981.13Sscw
1991.17Sscw# MVME162/MVME172 specific devices
2001.13Sscwzsc*		at pcctwo? ipl 4
2011.13Sscw
2021.17Sscw# MVME167/MVME177 specific devices
2031.13Sscwclmpcc0		at pcctwo? ipl 4
2041.17Sscwlpt0		at pcctwo? ipl 1
2051.1Sscw
2061.13Sscw# Common front-end for MVME147 and MVME162 `zs' device
2071.13Sscwzstty*		at zsc? channel ?
2081.20Sscw
2091.20Sscw# MI VMEbus Interface
2101.20Sscwvme0		at vmepcc0
2111.20Sscwvme0		at vmetwo0
2121.1Sscw
2131.6Sscw# Example VMEbus device
2141.6Sscw#foo0		at vme0 addr 0x00ef0000 irq 3 vect 0x80
2151.1Sscw
2161.1Sscwscsibus*	at wdsc?
2171.24Sscwscsibus*	at osiop?
2181.1Sscw
2191.1Sscwsd*		at scsibus? target ? lun ?
2201.1Sscwst*		at scsibus? target ? lun ?
2211.1Sscwcd*		at scsibus? target ? lun ?
2221.17Sscw#ch*		at scsibus? target ? lun ?
2231.17Sscw#ss*		at scsibus? target ? lun ?	# SCSI scanners
2241.17Sscw#uk*		at scsibus? target ? lun ?	# SCSI unknown
225