GENERIC revision 1.70
11.70Slukem#	$NetBSD: GENERIC,v 1.70 1997/11/17 01:57:58 lukem Exp $
21.21Scgd#
31.8Sbriggs# GENERIC
41.1Sbriggs
51.43Sscottrinclude	"arch/mac68k/conf/std.mac68k"
61.2Sbriggs
71.2Sbriggsmaxusers	16
81.2Sbriggs
91.2Sbriggs# Standard system options
101.54Sscottroptions 	KTRACE		# system call tracing
111.54Sscottroptions 	SYSVMSG		# System V message queues
121.54Sscottroptions 	SYSVSEM		# System V semaphores
131.54Sscottroptions 	SYSVSHM		# System V shared memory
141.54Sscottr#options 	SHMMAXPGS=1024	# 1024 pages is the default
151.54Sscottroptions 	LKM		# loadable kernel modules
161.54Sscottr#options 	INSECURE	# disable kernel security level
171.54Sscottroptions 	UCONSOLE	# allow anyone to steal the virtual console
181.54Sscottr
191.54Sscottr# Debugging options
201.54Sscottroptions 	DDB		# kernel dynamic debugger
211.70Slukem#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
221.54Sscottr#options 	DEBUG		# kernel debugging code
231.54Sscottroptions 	DIAGNOSTIC	# extra kernel sanity checking
241.53Sscottr#options 	KGDB		# support for kernel gdb
251.54Sscottr#options 	KGDBDEV=0xc01	# kgdb device number (dev_t)
261.54Sscottr#options 	KGDBRATE=38400	# baud rate
271.67Smjacob#options 	SCSIVERBOSE	# Verbose SCSI errors
281.54Sscottr
291.54Sscottr# Compatibility options
301.54Sscottroptions 	COMPAT_43	# 4.3BSD system interfaces
311.54Sscottroptions 	COMPAT_10	# NetBSD 1.0 binary compatibility
321.54Sscottroptions 	COMPAT_11	# NetBSD 1.1 binary compatibility
331.54Sscottroptions 	COMPAT_12	# NetBSD 1.2 binary compatibility
341.54Sscottroptions 	COMPAT_SUNOS	# SunOS 4.x binary compatibility
351.54Sscottr#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
361.2Sbriggs
371.65Sscottr# File systems
381.63Slukemfile-system	FFS		# Berkeley Fast Filesystem
391.63Slukemfile-system	NFS		# Sun NFS-compatible filesystem client
401.63Slukemfile-system	KERNFS		# kernel data-structure filesystem
411.63Slukemfile-system	NULLFS		# NULL layered filesystem
421.63Slukemfile-system	MFS		# memory-based filesystem
431.63Slukemfile-system	FDESC		# user file descriptor filesystem
441.63Slukemfile-system	UMAPFS		# uid/gid remapping filesystem
451.63Slukemfile-system	LFS		# Log-based filesystem (still experimental)
461.63Slukemfile-system	PORTAL		# portal filesystem (still experimental)
471.63Slukemfile-system	PROCFS		# /proc
481.63Slukemfile-system	CD9660		# ISO 9660 + Rock Ridge file system
491.63Slukemfile-system	UNION		# union file system
501.63Slukemfile-system	MSDOSFS		# MS-DOS FAT filesystem(s).
511.55Sthorpej
521.65Sscottr# File system options
531.54Sscottroptions 	QUOTA		# FFS quotas
541.54Sscottroptions 	NFSSERVER	# Sun NFS-compatible filesystem server
551.54Sscottroptions 	FIFO		# POSIX fifo support (in all filesystems)
561.7Sbriggs
571.7Sbriggs# Networking options
581.54Sscottroptions 	INET		# IP stack
591.50Sscottroptions 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
601.50Sscottroptions 	GATEWAY		# IP packet forwarding
611.54Sscottr#options 	ISO,TPIP	# OSI networking
621.54Sscottr#options 	EON		# OSI tunneling over IP
631.54Sscottr#options 	CCITT,LLC,HDLC	# X.25
641.65Sscottroptions 	NETATALK	# AppleTalk networking
651.54Sscottroptions 	PPP_BSDCOMP	# PPP header compression
661.54Sscottroptions 	PPP_DEFLATE	# PPP-Deflate compression
671.64Slukemoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks.
681.1Sbriggs
691.9Sbriggs# Mac-specific options
701.50Sscottroptions 	M68040
711.50Sscottroptions 	M68030
721.50Sscottroptions 	M68020		# Must have 68851 PMMU
731.50Sscottroptions 	FPSP
741.50Sscottroptions 	FPU_EMULATE
751.50Sscottroptions 	ZS_CONSOLE_ABORT
761.45Sscottroptions 	DISABLE_EXT_CACHE # Don't use IIci external cache
771.62Sscottroptions 	MRG_ADB		# Use ROM-based ADB driver
781.9Sbriggs
791.55Sthorpejconfig		netbsd	root on ? type ?
801.1Sbriggs
811.56Sscottrasc0		at obio?			# ASC/EASC audio
821.56Sscottrintvid0		at obio?			# Internal video hardware
831.60Sbriggssn*		at obio?			# SONIC-based internal ethernet
841.69Sbriggsmc*		at obio?			# MACE-based internal ethernet
851.36Sbriggs
861.35Sbriggsnubus0		at mainbus?
871.56Sscottrae*		at nubus?			# 8390-based Ethernet NIC
881.60Sbriggssn*		at nubus?			# SONIC-based Ethernet NIC
891.56Sscottrmacvid*		at nubus?			# NuBus video card
901.37Sscottr
911.37Sscottr# Attach grf semantics to all video hardware as it is found
921.37Sscottrgrf*		at intvid?
931.37Sscottrgrf*		at macvid?
941.38Sscottr
951.38Sscottr# Attach ite semantics to the appropriate grf device
961.38Sscottrite0		at grf?
971.35Sbriggs
981.50Sscottr# Use only one of ncrscsi or sbc
991.56Sscottrncrscsi0	at obio?			# SCSI NCR 5380
1001.56Sscottr#sbc0		at obio? flags 0x1		# MI SCSI NCR 5380
1011.50Sscottr
1021.56Sscottresp0		at obio?			# SCSI NCR 53C9x
1031.56Sscottresp1		at obio?			# SCSI NCR 53C9x
1041.1Sbriggs
1051.6Sbriggsscsibus*	at scsi?
1061.56Sscottrsd*		at scsibus? target ? lun ?	# SCSI disk drives
1071.56Sscottrst*		at scsibus? target ? lun ?	# SCSI tape drives
1081.56Sscottrcd*		at scsibus? target ? lun ?	# SCSI CD-ROM drives
1091.56Sscottrch*		at scsibus? target ? lun ?	# SCSI autochangers
1101.61Sscottrse*		at scsibus? target ? lun ?	# SCSI ethernet
1111.56Sscottrss*		at scsibus? target ? lun ?	# SCSI scanners
1121.56Sscottruk*		at scsibus? target ? lun ?	# SCSI unknown
1131.1Sbriggs
1141.17Sbriggspseudo-device	pty		16
1151.29Sbriggspseudo-device	bpfilter	12
1161.30Sbriggspseudo-device	vnd		2
1171.51Smikelpseudo-device	ccd		2
1181.57Sscottrpseudo-device	md		1
1191.31Sbriggspseudo-device	ppp		2
1201.26Sbriggspseudo-device	loop
1211.26Sbriggspseudo-device	sl
1221.68Sscottrpseudo-device	ipfilter
1231.68Sscottr#pseudo-device	rnd			# /dev/random and in-kernel generator
124