GENERIC revision 1.67
11.67Smjacob#	$NetBSD: GENERIC,v 1.67 1997/08/23 19:18:37 mjacob 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.54Sscottr#options 	DEBUG		# kernel debugging code
221.54Sscottroptions 	DIAGNOSTIC	# extra kernel sanity checking
231.53Sscottr#options 	KGDB		# support for kernel gdb
241.54Sscottr#options 	KGDBDEV=0xc01	# kgdb device number (dev_t)
251.54Sscottr#options 	KGDBRATE=38400	# baud rate
261.67Smjacob#options 	SCSIVERBOSE	# Verbose SCSI errors
271.54Sscottr
281.54Sscottr# Compatibility options
291.54Sscottroptions 	COMPAT_43	# 4.3BSD system interfaces
301.54Sscottroptions 	COMPAT_10	# NetBSD 1.0 binary compatibility
311.54Sscottroptions 	COMPAT_11	# NetBSD 1.1 binary compatibility
321.54Sscottroptions 	COMPAT_12	# NetBSD 1.2 binary compatibility
331.54Sscottroptions 	COMPAT_SUNOS	# SunOS 4.x binary compatibility
341.54Sscottr#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
351.2Sbriggs
361.65Sscottr# File systems
371.63Slukemfile-system	FFS		# Berkeley Fast Filesystem
381.63Slukemfile-system	NFS		# Sun NFS-compatible filesystem client
391.63Slukemfile-system	KERNFS		# kernel data-structure filesystem
401.63Slukemfile-system	NULLFS		# NULL layered filesystem
411.63Slukemfile-system	MFS		# memory-based filesystem
421.63Slukemfile-system	FDESC		# user file descriptor filesystem
431.63Slukemfile-system	UMAPFS		# uid/gid remapping filesystem
441.63Slukemfile-system	LFS		# Log-based filesystem (still experimental)
451.63Slukemfile-system	PORTAL		# portal filesystem (still experimental)
461.63Slukemfile-system	PROCFS		# /proc
471.63Slukemfile-system	CD9660		# ISO 9660 + Rock Ridge file system
481.63Slukemfile-system	UNION		# union file system
491.63Slukemfile-system	MSDOSFS		# MS-DOS FAT filesystem(s).
501.55Sthorpej
511.65Sscottr# File system options
521.54Sscottroptions 	QUOTA		# FFS quotas
531.54Sscottroptions 	NFSSERVER	# Sun NFS-compatible filesystem server
541.54Sscottroptions 	FIFO		# POSIX fifo support (in all filesystems)
551.7Sbriggs
561.7Sbriggs# Networking options
571.54Sscottroptions 	INET		# IP stack
581.50Sscottroptions 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
591.50Sscottroptions 	GATEWAY		# IP packet forwarding
601.54Sscottr#options 	ISO,TPIP	# OSI networking
611.54Sscottr#options 	EON		# OSI tunneling over IP
621.54Sscottr#options 	CCITT,LLC,HDLC	# X.25
631.65Sscottroptions 	NETATALK	# AppleTalk networking
641.54Sscottroptions 	PPP_BSDCOMP	# PPP header compression
651.54Sscottroptions 	PPP_DEFLATE	# PPP-Deflate compression
661.64Slukemoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks.
671.1Sbriggs
681.9Sbriggs# Mac-specific options
691.50Sscottroptions 	M68040
701.50Sscottroptions 	M68030
711.50Sscottroptions 	M68020		# Must have 68851 PMMU
721.50Sscottroptions 	FPSP
731.50Sscottroptions 	FPU_EMULATE
741.50Sscottroptions 	ZS_CONSOLE_ABORT
751.45Sscottroptions 	DISABLE_EXT_CACHE # Don't use IIci external cache
761.62Sscottroptions 	MRG_ADB		# Use ROM-based ADB driver
771.9Sbriggs
781.55Sthorpejconfig		netbsd	root on ? type ?
791.1Sbriggs
801.56Sscottrasc0		at obio?			# ASC/EASC audio
811.56Sscottrintvid0		at obio?			# Internal video hardware
821.60Sbriggssn*		at obio?			# SONIC-based internal ethernet
831.36Sbriggs
841.35Sbriggsnubus0		at mainbus?
851.56Sscottrae*		at nubus?			# 8390-based Ethernet NIC
861.60Sbriggssn*		at nubus?			# SONIC-based Ethernet NIC
871.56Sscottrmacvid*		at nubus?			# NuBus video card
881.37Sscottr
891.37Sscottr# Attach grf semantics to all video hardware as it is found
901.37Sscottrgrf*		at intvid?
911.37Sscottrgrf*		at macvid?
921.38Sscottr
931.38Sscottr# Attach ite semantics to the appropriate grf device
941.38Sscottrite0		at grf?
951.35Sbriggs
961.50Sscottr# Use only one of ncrscsi or sbc
971.56Sscottrncrscsi0	at obio?			# SCSI NCR 5380
981.56Sscottr#sbc0		at obio? flags 0x1		# MI SCSI NCR 5380
991.50Sscottr
1001.56Sscottresp0		at obio?			# SCSI NCR 53C9x
1011.56Sscottresp1		at obio?			# SCSI NCR 53C9x
1021.1Sbriggs
1031.6Sbriggsscsibus*	at scsi?
1041.56Sscottrsd*		at scsibus? target ? lun ?	# SCSI disk drives
1051.56Sscottrst*		at scsibus? target ? lun ?	# SCSI tape drives
1061.56Sscottrcd*		at scsibus? target ? lun ?	# SCSI CD-ROM drives
1071.56Sscottrch*		at scsibus? target ? lun ?	# SCSI autochangers
1081.61Sscottrse*		at scsibus? target ? lun ?	# SCSI ethernet
1091.56Sscottrss*		at scsibus? target ? lun ?	# SCSI scanners
1101.56Sscottruk*		at scsibus? target ? lun ?	# SCSI unknown
1111.1Sbriggs
1121.17Sbriggspseudo-device	pty		16
1131.29Sbriggspseudo-device	bpfilter	12
1141.30Sbriggspseudo-device	vnd		2
1151.51Smikelpseudo-device	ccd		2
1161.57Sscottrpseudo-device	md		1
1171.31Sbriggspseudo-device	ppp		2
1181.26Sbriggspseudo-device	loop
1191.26Sbriggspseudo-device	sl
1201.52Sscottr#pseudo-device	ipfilter
121