GENERIC revision 1.60
11.60Sjmmv# $NetBSD: GENERIC,v 1.60 2005/09/10 19:20:50 jmmv 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.60Sjmmv#ident 		"GENERIC-$Revision: 1.60 $"
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.55Stsutsui#options 	BUFQ_READPRIO
571.55Stsutsui#options 	BUFQ_PRIOCSCAN
581.1Sscw
591.1Sscwfile-system 	FFS
601.29Slukemfile-system 	NFS
611.1Sscwfile-system 	KERNFS
621.6Sscwfile-system 	MFS
631.17Sscwfile-system 	CD9660
641.1Sscw#file-system	MSDOSFS
651.1Sscw#file-system	UNION
661.59Schristosfile-system	PTYFS		# /dev/pts/N support
671.60Sjmmv#file-system	TMPFS		# experimental - Efficient memory file-system
681.1Sscw
691.1Sscwoptions 	NFSSERVER
701.1Sscw#options 	FFS_EI		# FFS Endian Independant support
711.29Slukemoptions 	SOFTDEP		# FFS soft updates support.
721.53Sdsloptions 	FFS_NO_SNAPSHOT	# ffs snapshots
731.50Srumble#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
741.4Sitojun
751.1Sscw# Networking options
761.1Sscwoptions 	INET
771.4Sitojunoptions 	INET6		# IPV6
781.4Sitojun#options 	IPSEC		# IP security
791.4Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
801.56Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
811.4Sitojun#options 	IPSEC_DEBUG	# debug for IP security
821.29Slukem#options 	GATEWAY		# IP packet forwarding
831.29Slukem#options 	ISO		# OSI networking
841.29Slukem#options 	TPIP
851.29Slukem#options 	EON
861.26Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
871.1Sscw
881.47Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
891.47Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
901.47Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
911.47Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
921.47Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
931.47Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
941.47Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
951.47Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
961.47Sabs#options 	ALTQ_PRIQ	# Priority Queueing
971.47Sabs#options 	ALTQ_RED	# Random Early Detection
981.47Sabs#options 	ALTQ_RIO	# RED with IN/OUT
991.47Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1001.47Sabs
1011.21Sscwoptions 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
1021.54Ssimonboptions 	COMPAT_09
1031.54Ssimonboptions 	COMPAT_10
1041.54Ssimonboptions 	COMPAT_11
1051.54Ssimonboptions 	COMPAT_12
1061.54Ssimonboptions 	COMPAT_13
1071.54Ssimonboptions 	COMPAT_14
1081.54Ssimonboptions 	COMPAT_15
1091.54Ssimonboptions 	COMPAT_16
1101.54Ssimonboptions 	COMPAT_20
1111.58Schristosoptions 	COMPAT_30	# NetBSD 3.0 compatibility.
1121.17Sscw#options 	COMPAT_SUNOS
1131.1Sscw#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
1141.1Sscw#options 	COMPAT_LINUX	# compatibility with Linux/m68k binaries
1151.26Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1161.49Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
1171.1Sscw
1181.1Sscw## force NFS root and swap
1191.1Sscw#config	netbsd		root on ? type nfs
1201.1Sscw## "generic" boot (put root on boot device)
1211.1Sscwconfig netbsd		root on ? type ?
1221.1Sscw
1231.1Sscw# Which protocol to use when booting over NFS
1241.25Sscwoptions 	NFS_BOOT_DHCP		# Diskless client w/ dhcp
1251.25Sscwoptions 	NFS_BOOT_BOOTP		# Diskless client w/ bootp
1261.1Sscwoptions 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
1271.1Sscw
1281.1Sscwpseudo-device	sl
1291.1Sscwpseudo-device	ppp 2
1301.31Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
1311.1Sscwpseudo-device	loop
1321.1Sscwpseudo-device	bpfilter
1331.4Sitojunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
1341.4Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
1351.7Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
1361.23Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
1371.28Satatatpseudo-device	bridge			# simple inter-network bridging
1381.41Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
1391.14Sjdolecekpseudo-device	pty			# pseudo-terminals
1401.38Selric#pseudo-device	cgd		4	# cryptographic disk devices
1411.1Sscwpseudo-device	vnd 2
1421.57Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
1431.51Shannkenpseudo-device	fss		4	# file system snapshot device
1441.35Slukempseudo-device	clockctl		# user control of clock subsystem
1451.42Sraggepseudo-device	ksyms			# /dev/ksyms
1461.46Sitojun#pseudo-device	pf			# PF packet filter
1471.46Sitojun#pseudo-device	pflog			# PF log if
1481.15Sitojun
1491.15Sitojun# random number generator pseudo-device
1501.15Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
1511.15Sitojun#options 	RND_COM			# use "com" randomness as well (BROKEN)
1521.1Sscw
1531.1Sscwmainbus0	at root
1541.1Sscw
1551.1Sscw# MVME147 specific devices
1561.1Sscwpcc0		at mainbus0
1571.6Sscwvmepcc0 	at pcc?
1581.17Sscwclock0		at pcc? ipl 5
1591.1Sscwzsc*		at pcc? ipl 4
1601.1Sscwle0		at pcc? ipl 3
1611.1Sscwwdsc0		at pcc? ipl 2
1621.17Sscwlpt0		at pcc? ipl 1
1631.1Sscw
1641.17Sscw# MVME16x and MVME17x shared devices
1651.1Sscwpcctwo0		at mainbus0
1661.6Sscwvmetwo0 	at mainbus0
1671.27Sscwmemc*		at mainbus0
1681.1Sscwclock0		at pcctwo? ipl 5
1691.1Sscwie0		at pcctwo? ipl 3
1701.24Sscwosiop0		at pcctwo? ipl 2
1711.13Sscw
1721.17Sscw# MVME162/MVME172 specific devices
1731.13Sscwzsc*		at pcctwo? ipl 4
1741.13Sscw
1751.17Sscw# MVME167/MVME177 specific devices
1761.13Sscwclmpcc0		at pcctwo? ipl 4
1771.17Sscwlpt0		at pcctwo? ipl 1
1781.1Sscw
1791.13Sscw# Common front-end for MVME147 and MVME162 `zs' device
1801.13Sscwzstty*		at zsc? channel ?
1811.20Sscw
1821.20Sscw# MI VMEbus Interface
1831.20Sscwvme0		at vmepcc0
1841.20Sscwvme0		at vmetwo0
1851.1Sscw
1861.6Sscw# Example VMEbus device
1871.6Sscw#foo0		at vme0 addr 0x00ef0000 irq 3 vect 0x80
1881.1Sscw
1891.1Sscwscsibus*	at wdsc?
1901.24Sscwscsibus*	at osiop?
1911.1Sscw
1921.1Sscwsd*		at scsibus? target ? lun ?
1931.1Sscwst*		at scsibus? target ? lun ?
1941.1Sscwcd*		at scsibus? target ? lun ?
1951.17Sscw#ch*		at scsibus? target ? lun ?
1961.17Sscw#ss*		at scsibus? target ? lun ?	# SCSI scanners
1971.17Sscw#uk*		at scsibus? target ? lun ?	# SCSI unknown
198