GENERIC revision 1.47
11.47Sabs# $NetBSD: GENERIC,v 1.47 2004/06/26 07:32:07 abs 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.47Sabs#ident 		"GENERIC-$Revision: 1.47 $"
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.39Sjunyoung
531.40Swiz# Enable experimental buffer queue strategy for better responsiveness under 
541.39Sjunyoung# high disk I/O load. Use it with caution - it's not proven to be stable yet.
551.39Sjunyoung#options 	NEW_BUFQ_STRATEGY
561.1Sscw
571.1Sscwfile-system 	FFS
581.29Slukemfile-system 	NFS
591.1Sscwfile-system 	KERNFS
601.6Sscwfile-system 	MFS
611.17Sscwfile-system 	CD9660
621.1Sscw#file-system	MSDOSFS
631.1Sscw#file-system	UNION
641.1Sscw
651.1Sscwoptions 	NFSSERVER
661.1Sscw#options 	FFS_EI		# FFS Endian Independant support
671.29Slukemoptions 	SOFTDEP		# FFS soft updates support.
681.4Sitojun
691.1Sscw# Networking options
701.1Sscwoptions 	INET
711.4Sitojunoptions 	INET6		# IPV6
721.4Sitojun#options 	IPSEC		# IP security
731.4Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
741.4Sitojun#options 	IPSEC_DEBUG	# debug for IP security
751.29Slukem#options 	GATEWAY		# IP packet forwarding
761.29Slukem#options 	ISO		# OSI networking
771.29Slukem#options 	TPIP
781.29Slukem#options 	EON
791.26Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
801.1Sscw
811.47Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
821.47Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
831.47Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
841.47Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
851.47Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
861.47Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
871.47Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
881.47Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
891.47Sabs#options 	ALTQ_PRIQ	# Priority Queueing
901.47Sabs#options 	ALTQ_RED	# Random Early Detection
911.47Sabs#options 	ALTQ_RIO	# RED with IN/OUT
921.47Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
931.47Sabs
941.21Sscwoptions 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
951.19Sscwoptions 	COMPAT_09, COMPAT_10, COMPAT_11
961.43Scloptions 	COMPAT_12, COMPAT_13, COMPAT_14
971.43Scloptions		COMPAT_15, COMPAT_16
981.17Sscw#options 	COMPAT_SUNOS
991.1Sscw#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
1001.1Sscw#options 	COMPAT_LINUX	# compatibility with Linux/m68k binaries
1011.26Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1021.1Sscw
1031.1Sscw## force NFS root and swap
1041.1Sscw#config	netbsd		root on ? type nfs
1051.1Sscw## "generic" boot (put root on boot device)
1061.1Sscwconfig netbsd		root on ? type ?
1071.1Sscw
1081.1Sscw# Which protocol to use when booting over NFS
1091.25Sscwoptions 	NFS_BOOT_DHCP		# Diskless client w/ dhcp
1101.25Sscwoptions 	NFS_BOOT_BOOTP		# Diskless client w/ bootp
1111.1Sscwoptions 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
1121.1Sscw
1131.1Sscwpseudo-device	sl
1141.1Sscwpseudo-device	ppp 2
1151.31Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
1161.1Sscwpseudo-device	loop
1171.1Sscwpseudo-device	bpfilter
1181.4Sitojunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
1191.4Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
1201.7Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
1211.23Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
1221.28Satatatpseudo-device	bridge			# simple inter-network bridging
1231.41Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
1241.14Sjdolecekpseudo-device	pty			# pseudo-terminals
1251.38Selric#pseudo-device	cgd		4	# cryptographic disk devices
1261.1Sscwpseudo-device	vnd 2
1271.35Slukempseudo-device	clockctl		# user control of clock subsystem
1281.42Sraggepseudo-device	ksyms			# /dev/ksyms
1291.46Sitojun#pseudo-device	pf			# PF packet filter
1301.46Sitojun#pseudo-device	pflog			# PF log if
1311.15Sitojun
1321.15Sitojun# random number generator pseudo-device
1331.15Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
1341.15Sitojun#options 	RND_COM			# use "com" randomness as well (BROKEN)
1351.1Sscw
1361.1Sscwmainbus0	at root
1371.1Sscw
1381.1Sscw# MVME147 specific devices
1391.1Sscwpcc0		at mainbus0
1401.6Sscwvmepcc0 	at pcc?
1411.17Sscwclock0		at pcc? ipl 5
1421.1Sscwzsc*		at pcc? ipl 4
1431.1Sscwle0		at pcc? ipl 3
1441.1Sscwwdsc0		at pcc? ipl 2
1451.17Sscwlpt0		at pcc? ipl 1
1461.1Sscw
1471.17Sscw# MVME16x and MVME17x shared devices
1481.1Sscwpcctwo0		at mainbus0
1491.6Sscwvmetwo0 	at mainbus0
1501.27Sscwmemc*		at mainbus0
1511.1Sscwclock0		at pcctwo? ipl 5
1521.1Sscwie0		at pcctwo? ipl 3
1531.24Sscwosiop0		at pcctwo? ipl 2
1541.13Sscw
1551.17Sscw# MVME162/MVME172 specific devices
1561.13Sscwzsc*		at pcctwo? ipl 4
1571.13Sscw
1581.17Sscw# MVME167/MVME177 specific devices
1591.13Sscwclmpcc0		at pcctwo? ipl 4
1601.17Sscwlpt0		at pcctwo? ipl 1
1611.1Sscw
1621.13Sscw# Common front-end for MVME147 and MVME162 `zs' device
1631.13Sscwzstty*		at zsc? channel ?
1641.20Sscw
1651.20Sscw# MI VMEbus Interface
1661.20Sscwvme0		at vmepcc0
1671.20Sscwvme0		at vmetwo0
1681.1Sscw
1691.6Sscw# Example VMEbus device
1701.6Sscw#foo0		at vme0 addr 0x00ef0000 irq 3 vect 0x80
1711.1Sscw
1721.1Sscwscsibus*	at wdsc?
1731.24Sscwscsibus*	at osiop?
1741.1Sscw
1751.1Sscwsd*		at scsibus? target ? lun ?
1761.1Sscwst*		at scsibus? target ? lun ?
1771.1Sscwcd*		at scsibus? target ? lun ?
1781.17Sscw#ch*		at scsibus? target ? lun ?
1791.17Sscw#ss*		at scsibus? target ? lun ?	# SCSI scanners
1801.17Sscw#uk*		at scsibus? target ? lun ?	# SCSI unknown
181