GENERIC revision 1.41
11.41Swiz# $NetBSD: GENERIC,v 1.41 2001/06/11 01:50:54 wiz Exp $
21.1Sdbj#
31.1Sdbj# GENERIC next68k
41.1Sdbj#
51.1Sdbj#
61.1Sdbj
71.1Sdbjinclude "arch/next68k/conf/std.next68k"
81.24Shubertf
91.41Swiz#ident 		"GENERIC-$Revision: 1.41 $"
101.1Sdbj
111.1Sdbj# Needs to be set per system.  i.e change these as you see fit
121.1Sdbjmaxusers	16
131.1Sdbj
141.1Sdbj# Standard system options
151.1Sdbjoptions 	KTRACE		# system call tracing
161.1Sdbjoptions 	SYSVMSG		# System V message queues
171.1Sdbjoptions 	SYSVSEM		# System V semaphores
181.1Sdbjoptions 	SYSVSHM		# System V shared memory
191.1Sdbj#options 	SHMMAXPGS=1024	# 1024 pages is the default
201.1Sdbj
211.1Sdbjoptions 	LKM		# loadable kernel modules
221.1Sdbjoptions 	INSECURE	# disable kernel security level
231.1Sdbjoptions 	UCONSOLE	# Allow non-root TIOCCONS
241.1Sdbj
251.22Sdbjoptions 	DEBUG		# kernel debugging code
261.22Sdbjoptions 	DIAGNOSTIC	# extra kernel sanity checking
271.22Sdbj
281.1Sdbj# Which kernel debugger?  Uncomment either this:
291.1Sdbjoptions 	DDB
301.3Sdbjoptions 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
311.3Sdbj
321.1Sdbj# ... or these for KGDB (gdb remote target)
331.1Sdbj#makeoptions DEBUG="-g"		# debugging symbols for gdb
341.1Sdbj#options 	KGDB		# support for kernel gdb
351.1Sdbj#options 	KGDBDEV=0xc01	# kgdb device number (dev_t)
361.14Sdbj#options 	KGDBRATE=0x2580	# baud rate
371.1Sdbj
381.1Sdbj# Other debugging options
391.1Sdbjoptions 	KMEMSTATS	# kernel memory statistics (vmstat -m)
401.1Sdbj#options 	PMAP_DEBUG
411.1Sdbjoptions 	SCSIDEBUG
421.1Sdbjoptions 	SCSIVERBOSE		# Verbose SCSI errors
431.1Sdbjoptions         SWAPDEBUG
441.1Sdbj
451.41Swiz# Compatibility options
461.1Sdbjoptions 	COMPAT_43	# and 4.3BSD and ...
471.1Sdbjoptions 	COMPAT_44	# and 4.4BSD and ...
481.3Sdbjoptions 	COMPAT_09	# NetBSD 0.9
491.1Sdbjoptions 	COMPAT_10	# NetBSD 1.0
501.1Sdbjoptions 	COMPAT_11	# NetBSD 1.1
511.1Sdbjoptions 	COMPAT_12	# NetBSD 1.2
521.1Sdbjoptions 	COMPAT_13	# NetBSD 1.3
531.17Saugustssoptions 	COMPAT_14	# NetBSD 1.4
541.1Sdbj
551.28Sdebergoptions 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
561.3Sdbjoptions 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
571.3Sdbjoptions 	COMPAT_SUNOS	# can run SunOS 4.1.1 executables
581.15Skleink#options 	COMPAT_SVR4	# can run SVR4 executables
591.7Sitohy#options 	COMPAT_LINUX	# can run Linux/m68k executables
601.40Schsoptions 	COMPAT_AOUT_M68K # support for NetBSD a.out executables
611.40Schsoptions 	EXEC_AOUT	# support for a.out executables
621.1Sdbj
631.1Sdbj# File systems
641.13Sdbj#file-system 	FFS		# UFS
651.13Sdbj#file-system 	EXT2FS		# second extended file system (linux)
661.13Sdbj#file-system 	LFS		# log-structured file system
671.1Sdbjfile-system 	MFS		# memory file system
681.1Sdbjfile-system 	NFS		# Network File System client
691.13Sdbj#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
701.13Sdbj#file-system 	MSDOSFS		# MS-DOS file system
711.1Sdbjfile-system 	FDESC		# /dev/fd
721.1Sdbjfile-system 	KERNFS		# /kern
731.1Sdbjfile-system 	NULLFS		# loopback file system
741.23Swrstudenfile-system 	OVERLAY		# overlay file system
751.1Sdbjfile-system 	PORTAL		# portal filesystem (still experimental)
761.1Sdbjfile-system 	PROCFS		# /proc
771.1Sdbjfile-system 	UMAPFS		# NULLFS + uid and gid remapping
781.1Sdbjfile-system 	UNION		# union file system
791.1Sdbj
801.1Sdbjoptions 	NFSSERVER	# nfs server support
811.1Sdbjoptions 	QUOTA		# FFS quotas
821.31Sfvdloptions 	SOFTDEP         # FFS soft updates support.
831.1Sdbj#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
841.1Sdbj				# immutable) behave as system flags.
851.21Sitojun
861.1Sdbj# Networking options
871.1Sdbjoptions 	GATEWAY		# packet forwarding
881.1Sdbjoptions 	INET		# IP + ICMP + TCP + UDP
891.21Sitojunoptions 	INET6		# IPV6
901.21Sitojun#options 	IPSEC		# IP security
911.21Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
921.21Sitojun#options 	IPSEC_DEBUG	# debug for IP security
931.1Sdbj#options 	MROUTING	# IP multicast routing
941.1Sdbj#options 	NS		# XNS
951.1Sdbj#options 	NSIP		# XNS tunneling over IP
961.1Sdbj#options 	ISO,TPIP	# OSI
971.1Sdbj#options 	EON		# OSI tunneling over IP
981.1Sdbj#options 	CCITT,LLC,HDLC	# X.25
991.1Sdbj#options 	NETATALK	# AppleTalk networking protocols
1001.16Schristosoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1011.16Schristosoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1021.16Schristosoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1031.16Schristosoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1041.1Sdbj
1051.1Sdbj# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
1061.1Sdbj#options 	TCP_COMPAT_42
1071.1Sdbj
1081.1Sdbj# NeXT specific options
1091.1Sdbjoptions 	M68040
1101.39Sdbj#options 	M68030
1111.1Sdbjoptions 	FPSP
1121.1Sdbj#options 	FPU_EMULATE
1131.1Sdbj
1141.27Sdebergoptions 	ZS_CONSOLE_ABORT	# drop to debugger on break
1151.27Sdeberg#options 	SERCONSOLE		# use serial console
1161.1Sdbj
1171.1Sdbjoptions 	NFS_BOOT_BOOTP
1181.1Sdbjoptions 	NFS_BOOT_DHCP
1191.3Sdbj
1201.9Sdbj# wscons options
1211.9Sdbjoptions         RCONS_2BPP              # necessary for nextdisplay
1221.35Sdebergoptions         RCONS_16BPP		# necessary for color nextdisplay
1231.10Sdbj#options 	WSEMUL_SUN		# sun terminal emulation
1241.10Sdbjoptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1251.9Sdbjoptions 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
1261.9Sdbjoptions 	WSDISPLAY_COMPAT_USL		# VT handling
1271.9Sdbjoptions 	WSDISPLAY_COMPAT_RAWKBD	# can get raw scancodes
1281.12Sdbj# see dev/wskbdmap_next.h for implemented layouts
1291.9Sdbj#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
1301.9Sdbj
1311.1Sdbjconfig		netbsd root on ? type ?
1321.1Sdbj
1331.8Sdbj#
1341.8Sdbj# Device configuration
1351.8Sdbj#
1361.8Sdbj
1371.8Sdbj# The root node:
1381.8Sdbjmainbus0 at root
1391.8Sdbj
1401.8Sdbj#fpu0 at mainbus?
1411.8Sdbj
1421.8Sdbj# device space
1431.8Sdbjintio0  at mainbus?
1441.9Sdbj
1451.9Sdbjnextkbd0    at intio? ipl 3
1461.9Sdbjnextdisplay0    at mainbus?
1471.9Sdbj
1481.9Sdbjwsdisplay*      at nextdisplay? console ?
1491.9Sdbjwskbd*          at nextkbd? console ?
1501.8Sdbj
1511.8Sdbj# INTIO
1521.8Sdbjzsc0    at intio? ipl 5
1531.8Sdbj#zsc1    at intio? ipl 5
1541.8Sdbj
1551.8Sdbjxe*     at intio? ipl 3         # ethernet
1561.8Sdbj
1571.13Sdbj#esp0    at intio? ipl 3         flags 0xff00 # Turn off sync negotiation
1581.8Sdbj
1591.8Sdbj#
1601.8Sdbj# Serial ports
1611.8Sdbj#
1621.8Sdbjzstty0	at zsc0 channel 0	# ttya
1631.8Sdbjzstty1	at zsc0 channel 1	# ttyb
1641.8Sdbj
1651.8Sdbj# SCSI bus support
1661.13Sdbj#scsibus* at scsi?
1671.8Sdbj
1681.8Sdbj# SCSI devices
1691.13Sdbj#sd*	at scsibus? target ? lun ?	# SCSI disk drives
1701.13Sdbj#st*	at scsibus? target ? lun ?	# SCSI tape drives
1711.13Sdbj#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
1721.13Sdbj#ch*	at scsibus? target ? lun ?	# SCSI autochangers
1731.13Sdbj#se*	at scsibus? target ? lun ?	# SCSI ethernet
1741.13Sdbj#ss*	at scsibus? target ? lun ?	# SCSI scanners
1751.13Sdbj#uk*	at scsibus? target ? lun ?	# SCSI unknown
1761.8Sdbj
1771.8Sdbj
1781.1Sdbj# Memory-disk drivers
1791.1Sdbjpseudo-device	md		2
1801.1Sdbj
1811.1Sdbj# Misc.
1821.1Sdbjpseudo-device	loop		1	# network loopback
1831.1Sdbjpseudo-device	bpfilter	8	# packet filter
1841.1Sdbjpseudo-device	sl		2	# CSLIP
1851.1Sdbjpseudo-device	ppp		2	# PPP
1861.1Sdbjpseudo-device	tun		2	# network tunneling over tty
1871.6Shwr#pseudo-device	gre		2	# generic L3 over IP tunnel
1881.1Sdbjpseudo-device	ipfilter		# ip filter
1891.21Sitojunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
1901.21Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
1911.29Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
1921.37Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
1931.36Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
1941.18Saugustss#pseudo-device	wsmux		2	# mouse & keyboard multiplexor
1951.1Sdbj
1961.34Sjdolecekpseudo-device	pty			# pseudo-terminals
1971.1Sdbjpseudo-device	vnd		4	# paging to files
1981.5Soster#pseudo-device	raid		4	# RAIDframe disk driver
1991.26Ssimonb#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2001.1Sdbjpseudo-device	ccd		4	# concatenated disks
201