GENERIC revision 1.54
11.54Ssimonb# $NetBSD: GENERIC,v 1.54 2005/02/25 13:46:50 simonb 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.54Ssimonb#ident 		"GENERIC-$Revision: 1.54 $"
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.1Sscwoptions 	DIAGNOSTIC, DEBUG
441.1Sscw
451.1Sscw#options 	SYSVSHM
461.1Sscwoptions 	KTRACE
471.37Sprovosoptions 	SYSTRACE	# system call vetting via systrace(1)
481.1Sscwoptions 	COMPAT_43
491.32Sjdolecek
501.36Slukemoptions 	USERCONF	# userconf(4) support
511.32Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
521.48Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
531.39Sjunyoung
541.40Swiz# Enable experimental buffer queue strategy for better responsiveness under 
551.39Sjunyoung# high disk I/O load. Use it with caution - it's not proven to be stable yet.
561.39Sjunyoung#options 	NEW_BUFQ_STRATEGY
571.1Sscw
581.1Sscwfile-system 	FFS
591.29Slukemfile-system 	NFS
601.1Sscwfile-system 	KERNFS
611.6Sscwfile-system 	MFS
621.17Sscwfile-system 	CD9660
631.1Sscw#file-system	MSDOSFS
641.1Sscw#file-system	UNION
651.1Sscw
661.1Sscwoptions 	NFSSERVER
671.1Sscw#options 	FFS_EI		# FFS Endian Independant support
681.29Slukemoptions 	SOFTDEP		# FFS soft updates support.
691.53Sdsloptions 	FFS_NO_SNAPSHOT	# ffs snapshots
701.50Srumble#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
711.4Sitojun
721.1Sscw# Networking options
731.1Sscwoptions 	INET
741.4Sitojunoptions 	INET6		# IPV6
751.4Sitojun#options 	IPSEC		# IP security
761.4Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
771.4Sitojun#options 	IPSEC_DEBUG	# debug for IP security
781.29Slukem#options 	GATEWAY		# IP packet forwarding
791.29Slukem#options 	ISO		# OSI networking
801.29Slukem#options 	TPIP
811.29Slukem#options 	EON
821.26Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
831.1Sscw
841.47Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
851.47Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
861.47Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
871.47Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
881.47Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
891.47Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
901.47Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
911.47Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
921.47Sabs#options 	ALTQ_PRIQ	# Priority Queueing
931.47Sabs#options 	ALTQ_RED	# Random Early Detection
941.47Sabs#options 	ALTQ_RIO	# RED with IN/OUT
951.47Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
961.47Sabs
971.21Sscwoptions 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
981.54Ssimonboptions 	COMPAT_09
991.54Ssimonboptions 	COMPAT_10
1001.54Ssimonboptions 	COMPAT_11
1011.54Ssimonboptions 	COMPAT_12
1021.54Ssimonboptions 	COMPAT_13
1031.54Ssimonboptions 	COMPAT_14
1041.54Ssimonboptions 	COMPAT_15
1051.54Ssimonboptions 	COMPAT_16
1061.54Ssimonboptions 	COMPAT_20
1071.17Sscw#options 	COMPAT_SUNOS
1081.1Sscw#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
1091.1Sscw#options 	COMPAT_LINUX	# compatibility with Linux/m68k binaries
1101.26Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1111.49Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
1121.1Sscw
1131.1Sscw## force NFS root and swap
1141.1Sscw#config	netbsd		root on ? type nfs
1151.1Sscw## "generic" boot (put root on boot device)
1161.1Sscwconfig netbsd		root on ? type ?
1171.1Sscw
1181.1Sscw# Which protocol to use when booting over NFS
1191.25Sscwoptions 	NFS_BOOT_DHCP		# Diskless client w/ dhcp
1201.25Sscwoptions 	NFS_BOOT_BOOTP		# Diskless client w/ bootp
1211.1Sscwoptions 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
1221.1Sscw
1231.1Sscwpseudo-device	sl
1241.1Sscwpseudo-device	ppp 2
1251.31Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
1261.1Sscwpseudo-device	loop
1271.1Sscwpseudo-device	bpfilter
1281.4Sitojunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
1291.4Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
1301.7Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
1311.23Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
1321.28Satatatpseudo-device	bridge			# simple inter-network bridging
1331.41Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
1341.14Sjdolecekpseudo-device	pty			# pseudo-terminals
1351.38Selric#pseudo-device	cgd		4	# cryptographic disk devices
1361.1Sscwpseudo-device	vnd 2
1371.51Shannkenpseudo-device	fss		4	# file system snapshot device
1381.35Slukempseudo-device	clockctl		# user control of clock subsystem
1391.42Sraggepseudo-device	ksyms			# /dev/ksyms
1401.46Sitojun#pseudo-device	pf			# PF packet filter
1411.46Sitojun#pseudo-device	pflog			# PF log if
1421.15Sitojun
1431.15Sitojun# random number generator pseudo-device
1441.15Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
1451.15Sitojun#options 	RND_COM			# use "com" randomness as well (BROKEN)
1461.1Sscw
1471.1Sscwmainbus0	at root
1481.1Sscw
1491.1Sscw# MVME147 specific devices
1501.1Sscwpcc0		at mainbus0
1511.6Sscwvmepcc0 	at pcc?
1521.17Sscwclock0		at pcc? ipl 5
1531.1Sscwzsc*		at pcc? ipl 4
1541.1Sscwle0		at pcc? ipl 3
1551.1Sscwwdsc0		at pcc? ipl 2
1561.17Sscwlpt0		at pcc? ipl 1
1571.1Sscw
1581.17Sscw# MVME16x and MVME17x shared devices
1591.1Sscwpcctwo0		at mainbus0
1601.6Sscwvmetwo0 	at mainbus0
1611.27Sscwmemc*		at mainbus0
1621.1Sscwclock0		at pcctwo? ipl 5
1631.1Sscwie0		at pcctwo? ipl 3
1641.24Sscwosiop0		at pcctwo? ipl 2
1651.13Sscw
1661.17Sscw# MVME162/MVME172 specific devices
1671.13Sscwzsc*		at pcctwo? ipl 4
1681.13Sscw
1691.17Sscw# MVME167/MVME177 specific devices
1701.13Sscwclmpcc0		at pcctwo? ipl 4
1711.17Sscwlpt0		at pcctwo? ipl 1
1721.1Sscw
1731.13Sscw# Common front-end for MVME147 and MVME162 `zs' device
1741.13Sscwzstty*		at zsc? channel ?
1751.20Sscw
1761.20Sscw# MI VMEbus Interface
1771.20Sscwvme0		at vmepcc0
1781.20Sscwvme0		at vmetwo0
1791.1Sscw
1801.6Sscw# Example VMEbus device
1811.6Sscw#foo0		at vme0 addr 0x00ef0000 irq 3 vect 0x80
1821.1Sscw
1831.1Sscwscsibus*	at wdsc?
1841.24Sscwscsibus*	at osiop?
1851.1Sscw
1861.1Sscwsd*		at scsibus? target ? lun ?
1871.1Sscwst*		at scsibus? target ? lun ?
1881.1Sscwcd*		at scsibus? target ? lun ?
1891.17Sscw#ch*		at scsibus? target ? lun ?
1901.17Sscw#ss*		at scsibus? target ? lun ?	# SCSI scanners
1911.17Sscw#uk*		at scsibus? target ? lun ?	# SCSI unknown
192