GENERIC revision 1.65
11.65Sscottr#	$NetBSD: GENERIC,v 1.65 1997/07/25 19:53:59 scottr 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.54Sscottr
271.54Sscottr# Compatibility options
281.54Sscottroptions 	COMPAT_43	# 4.3BSD system interfaces
291.54Sscottroptions 	COMPAT_10	# NetBSD 1.0 binary compatibility
301.54Sscottroptions 	COMPAT_11	# NetBSD 1.1 binary compatibility
311.54Sscottroptions 	COMPAT_12	# NetBSD 1.2 binary compatibility
321.54Sscottroptions 	COMPAT_SUNOS	# SunOS 4.x binary compatibility
331.54Sscottr#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
341.2Sbriggs
351.65Sscottr# File systems
361.63Slukemfile-system	FFS		# Berkeley Fast Filesystem
371.63Slukemfile-system	NFS		# Sun NFS-compatible filesystem client
381.63Slukemfile-system	KERNFS		# kernel data-structure filesystem
391.63Slukemfile-system	NULLFS		# NULL layered filesystem
401.63Slukemfile-system	MFS		# memory-based filesystem
411.63Slukemfile-system	FDESC		# user file descriptor filesystem
421.63Slukemfile-system	UMAPFS		# uid/gid remapping filesystem
431.63Slukemfile-system	LFS		# Log-based filesystem (still experimental)
441.63Slukemfile-system	PORTAL		# portal filesystem (still experimental)
451.63Slukemfile-system	PROCFS		# /proc
461.63Slukemfile-system	CD9660		# ISO 9660 + Rock Ridge file system
471.63Slukemfile-system	UNION		# union file system
481.63Slukemfile-system	MSDOSFS		# MS-DOS FAT filesystem(s).
491.55Sthorpej
501.65Sscottr# File system options
511.54Sscottroptions 	QUOTA		# FFS quotas
521.54Sscottroptions 	NFSSERVER	# Sun NFS-compatible filesystem server
531.54Sscottroptions 	FIFO		# POSIX fifo support (in all filesystems)
541.7Sbriggs
551.7Sbriggs# Networking options
561.54Sscottroptions 	INET		# IP stack
571.50Sscottroptions 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
581.50Sscottroptions 	GATEWAY		# IP packet forwarding
591.54Sscottr#options 	ISO,TPIP	# OSI networking
601.54Sscottr#options 	EON		# OSI tunneling over IP
611.54Sscottr#options 	CCITT,LLC,HDLC	# X.25
621.65Sscottroptions 	NETATALK	# AppleTalk networking
631.54Sscottroptions 	PPP_BSDCOMP	# PPP header compression
641.54Sscottroptions 	PPP_DEFLATE	# PPP-Deflate compression
651.64Slukemoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks.
661.1Sbriggs
671.9Sbriggs# Mac-specific options
681.50Sscottroptions 	M68040
691.50Sscottroptions 	M68030
701.50Sscottroptions 	M68020		# Must have 68851 PMMU
711.50Sscottroptions 	FPSP
721.50Sscottroptions 	FPU_EMULATE
731.50Sscottroptions 	ZS_CONSOLE_ABORT
741.45Sscottroptions 	DISABLE_EXT_CACHE # Don't use IIci external cache
751.62Sscottroptions 	MRG_ADB		# Use ROM-based ADB driver
761.9Sbriggs
771.55Sthorpejconfig		netbsd	root on ? type ?
781.1Sbriggs
791.56Sscottrasc0		at obio?			# ASC/EASC audio
801.56Sscottrintvid0		at obio?			# Internal video hardware
811.60Sbriggssn*		at obio?			# SONIC-based internal ethernet
821.36Sbriggs
831.35Sbriggsnubus0		at mainbus?
841.56Sscottrae*		at nubus?			# 8390-based Ethernet NIC
851.60Sbriggssn*		at nubus?			# SONIC-based Ethernet NIC
861.56Sscottrmacvid*		at nubus?			# NuBus video card
871.37Sscottr
881.37Sscottr# Attach grf semantics to all video hardware as it is found
891.37Sscottrgrf*		at intvid?
901.37Sscottrgrf*		at macvid?
911.38Sscottr
921.38Sscottr# Attach ite semantics to the appropriate grf device
931.38Sscottrite0		at grf?
941.35Sbriggs
951.50Sscottr# Use only one of ncrscsi or sbc
961.56Sscottrncrscsi0	at obio?			# SCSI NCR 5380
971.56Sscottr#sbc0		at obio? flags 0x1		# MI SCSI NCR 5380
981.50Sscottr
991.56Sscottresp0		at obio?			# SCSI NCR 53C9x
1001.56Sscottresp1		at obio?			# SCSI NCR 53C9x
1011.1Sbriggs
1021.6Sbriggsscsibus*	at scsi?
1031.56Sscottrsd*		at scsibus? target ? lun ?	# SCSI disk drives
1041.56Sscottrst*		at scsibus? target ? lun ?	# SCSI tape drives
1051.56Sscottrcd*		at scsibus? target ? lun ?	# SCSI CD-ROM drives
1061.56Sscottrch*		at scsibus? target ? lun ?	# SCSI autochangers
1071.61Sscottrse*		at scsibus? target ? lun ?	# SCSI ethernet
1081.56Sscottrss*		at scsibus? target ? lun ?	# SCSI scanners
1091.56Sscottruk*		at scsibus? target ? lun ?	# SCSI unknown
1101.1Sbriggs
1111.17Sbriggspseudo-device	pty		16
1121.29Sbriggspseudo-device	bpfilter	12
1131.30Sbriggspseudo-device	vnd		2
1141.51Smikelpseudo-device	ccd		2
1151.57Sscottrpseudo-device	md		1
1161.31Sbriggspseudo-device	ppp		2
1171.26Sbriggspseudo-device	loop
1181.26Sbriggspseudo-device	sl
1191.52Sscottr#pseudo-device	ipfilter
120