GENERIC revision 1.32
11.32Sjdolecek# $NetBSD: GENERIC,v 1.32 2002/01/27 13:23:21 jdolecek 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.32Sjdolecek#ident 		"GENERIC-$Revision: 1.32 $"
241.1Sscw
251.1Sscw# Boards this kernel supports
261.1Sscwoptions 	MVME147
271.13Sscwoptions 	MVME162
281.1Sscwoptions 	MVME167
291.16Sscwoptions 	MVME172
301.16Sscwoptions 	MVME177
311.1Sscw
321.1Sscwmaxusers	4
331.1Sscw
341.1Sscw# Needed on m68040 boards to emulate some missing FP instructions
351.1Sscwoptions 	FPSP
361.16Sscw
371.16Sscw# Needed on m68060 boards
381.16Sscwoptions 	M060SP
391.1Sscw
401.1Sscw#options 	DDB
411.1Sscwoptions 	DIAGNOSTIC, DEBUG
421.1Sscw
431.1Sscw#options 	SYSVSHM
441.1Sscwoptions 	KTRACE
451.1Sscwoptions 	COMPAT_43
461.32Sjdolecek
471.32Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
481.1Sscw
491.1Sscwfile-system 	FFS
501.29Slukemfile-system 	NFS
511.1Sscwfile-system 	KERNFS
521.6Sscwfile-system 	MFS
531.17Sscwfile-system 	CD9660
541.1Sscw#file-system	MSDOSFS
551.1Sscw#file-system	UNION
561.1Sscw
571.1Sscwoptions 	NFSSERVER
581.1Sscw#options 	FFS_EI		# FFS Endian Independant support
591.29Slukemoptions 	SOFTDEP		# FFS soft updates support.
601.4Sitojun
611.1Sscw# Networking options
621.1Sscwoptions 	INET
631.4Sitojunoptions 	INET6		# IPV6
641.4Sitojun#options 	IPSEC		# IP security
651.4Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
661.4Sitojun#options 	IPSEC_DEBUG	# debug for IP security
671.29Slukem#options 	GATEWAY		# IP packet forwarding
681.29Slukem#options 	ISO		# OSI networking
691.29Slukem#options 	TPIP
701.29Slukem#options 	EON
711.26Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
721.1Sscw
731.21Sscwoptions 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
741.19Sscwoptions 	COMPAT_09, COMPAT_10, COMPAT_11
751.18Sscwoptions 	COMPAT_12, COMPAT_13, COMPAT_14, COMPAT_15
761.17Sscw#options 	COMPAT_SUNOS
771.1Sscw#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
781.1Sscw#options 	COMPAT_LINUX	# compatibility with Linux/m68k binaries
791.26Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
801.1Sscw
811.1Sscw## force NFS root and swap
821.1Sscw#config	netbsd		root on ? type nfs
831.1Sscw## "generic" boot (put root on boot device)
841.1Sscwconfig netbsd		root on ? type ?
851.1Sscw
861.1Sscw# Which protocol to use when booting over NFS
871.25Sscwoptions 	NFS_BOOT_DHCP		# Diskless client w/ dhcp
881.25Sscwoptions 	NFS_BOOT_BOOTP		# Diskless client w/ bootp
891.1Sscwoptions 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
901.1Sscw
911.1Sscwpseudo-device	sl
921.1Sscwpseudo-device	ppp 2
931.31Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
941.1Sscwpseudo-device	loop
951.1Sscwpseudo-device	bpfilter
961.4Sitojunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
971.4Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
981.7Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
991.23Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
1001.28Satatatpseudo-device	bridge			# simple inter-network bridging
1011.14Sjdolecekpseudo-device	pty			# pseudo-terminals
1021.1Sscwpseudo-device	vnd 2
1031.15Sitojun
1041.15Sitojun# random number generator pseudo-device
1051.15Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
1061.15Sitojun#options 	RND_COM			# use "com" randomness as well (BROKEN)
1071.1Sscw
1081.1Sscwmainbus0	at root
1091.1Sscw
1101.1Sscw# MVME147 specific devices
1111.1Sscwpcc0		at mainbus0
1121.6Sscwvmepcc0 	at pcc?
1131.17Sscwclock0		at pcc? ipl 5
1141.1Sscwzsc*		at pcc? ipl 4
1151.1Sscwle0		at pcc? ipl 3
1161.1Sscwwdsc0		at pcc? ipl 2
1171.17Sscwlpt0		at pcc? ipl 1
1181.1Sscw
1191.17Sscw# MVME16x and MVME17x shared devices
1201.1Sscwpcctwo0		at mainbus0
1211.6Sscwvmetwo0 	at mainbus0
1221.27Sscwmemc*		at mainbus0
1231.1Sscwclock0		at pcctwo? ipl 5
1241.1Sscwie0		at pcctwo? ipl 3
1251.24Sscwosiop0		at pcctwo? ipl 2
1261.13Sscw
1271.17Sscw# MVME162/MVME172 specific devices
1281.13Sscwzsc*		at pcctwo? ipl 4
1291.13Sscw
1301.17Sscw# MVME167/MVME177 specific devices
1311.13Sscwclmpcc0		at pcctwo? ipl 4
1321.17Sscwlpt0		at pcctwo? ipl 1
1331.1Sscw
1341.13Sscw# Common front-end for MVME147 and MVME162 `zs' device
1351.13Sscwzstty*		at zsc? channel ?
1361.20Sscw
1371.20Sscw# MI VMEbus Interface
1381.20Sscwvme0		at vmepcc0
1391.20Sscwvme0		at vmetwo0
1401.1Sscw
1411.6Sscw# Example VMEbus device
1421.6Sscw#foo0		at vme0 addr 0x00ef0000 irq 3 vect 0x80
1431.1Sscw
1441.1Sscwscsibus*	at wdsc?
1451.24Sscwscsibus*	at osiop?
1461.1Sscw
1471.1Sscwsd*		at scsibus? target ? lun ?
1481.1Sscwst*		at scsibus? target ? lun ?
1491.1Sscwcd*		at scsibus? target ? lun ?
1501.17Sscw#ch*		at scsibus? target ? lun ?
1511.17Sscw#ss*		at scsibus? target ? lun ?	# SCSI scanners
1521.17Sscw#uk*		at scsibus? target ? lun ?	# SCSI unknown
153