GENERIC revision 1.62
11.62Sscottr#	$NetBSD: GENERIC,v 1.62 1997/04/08 03:00:37 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.2Sbriggs# Filesystem options
361.55Sthorpejfile-system 	FFS		# Berkeley Fast Filesystem
371.55Sthorpejfile-system 	NFS		# Sun NFS-compatible filesystem client
381.55Sthorpejfile-system 	KERNFS		# kernel data-structure filesystem
391.55Sthorpejfile-system 	NULLFS		# NULL layered filesystem
401.55Sthorpejfile-system 	MFS		# memory-based filesystem
411.55Sthorpejfile-system 	FDESC		# user file descriptor filesystem
421.55Sthorpejfile-system 	UMAPFS		# uid/gid remapping filesystem
431.55Sthorpejfile-system 	LFS		# Log-based filesystem (still experimental)
441.55Sthorpejfile-system 	PORTAL		# portal filesystem (still experimental)
451.55Sthorpejfile-system 	PROCFS		# /proc
461.55Sthorpejfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
471.55Sthorpejfile-system 	UNION		# union file system
481.55Sthorpejfile-system 	MSDOSFS		# MS-DOS FAT filesystem(s).
491.55Sthorpej
501.55Sthorpej# Filesystem 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.54Sscottroptions 	PPP_BSDCOMP	# PPP header compression
631.54Sscottroptions 	PPP_DEFLATE	# PPP-Deflate compression
641.56Sscottroptions  	PFIL_HOOKS	# pfil(9) packet filter hooks.
651.1Sbriggs
661.9Sbriggs# Mac-specific options
671.50Sscottroptions 	M68040
681.50Sscottroptions 	M68030
691.50Sscottroptions 	M68020		# Must have 68851 PMMU
701.50Sscottroptions 	FPSP
711.50Sscottroptions 	FPU_EMULATE
721.50Sscottroptions 	ZS_CONSOLE_ABORT
731.45Sscottroptions 	DISABLE_EXT_CACHE # Don't use IIci external cache
741.62Sscottroptions 	MRG_ADB		# Use ROM-based ADB driver
751.9Sbriggs
761.55Sthorpejconfig		netbsd	root on ? type ?
771.1Sbriggs
781.56Sscottrasc0		at obio?			# ASC/EASC audio
791.56Sscottrintvid0		at obio?			# Internal video hardware
801.60Sbriggssn*		at obio?			# SONIC-based internal ethernet
811.36Sbriggs
821.35Sbriggsnubus0		at mainbus?
831.56Sscottrae*		at nubus?			# 8390-based Ethernet NIC
841.60Sbriggssn*		at nubus?			# SONIC-based Ethernet NIC
851.56Sscottrmacvid*		at nubus?			# NuBus video card
861.37Sscottr
871.37Sscottr# Attach grf semantics to all video hardware as it is found
881.37Sscottrgrf*		at intvid?
891.37Sscottrgrf*		at macvid?
901.38Sscottr
911.38Sscottr# Attach ite semantics to the appropriate grf device
921.38Sscottrite0		at grf?
931.35Sbriggs
941.50Sscottr# Use only one of ncrscsi or sbc
951.56Sscottrncrscsi0	at obio?			# SCSI NCR 5380
961.56Sscottr#sbc0		at obio? flags 0x1		# MI SCSI NCR 5380
971.50Sscottr
981.56Sscottresp0		at obio?			# SCSI NCR 53C9x
991.56Sscottresp1		at obio?			# SCSI NCR 53C9x
1001.1Sbriggs
1011.6Sbriggsscsibus*	at scsi?
1021.56Sscottrsd*		at scsibus? target ? lun ?	# SCSI disk drives
1031.56Sscottrst*		at scsibus? target ? lun ?	# SCSI tape drives
1041.56Sscottrcd*		at scsibus? target ? lun ?	# SCSI CD-ROM drives
1051.56Sscottrch*		at scsibus? target ? lun ?	# SCSI autochangers
1061.61Sscottrse*		at scsibus? target ? lun ?	# SCSI ethernet
1071.56Sscottrss*		at scsibus? target ? lun ?	# SCSI scanners
1081.56Sscottruk*		at scsibus? target ? lun ?	# SCSI unknown
1091.1Sbriggs
1101.17Sbriggspseudo-device	pty		16
1111.29Sbriggspseudo-device	bpfilter	12
1121.30Sbriggspseudo-device	vnd		2
1131.51Smikelpseudo-device	ccd		2
1141.57Sscottrpseudo-device	md		1
1151.31Sbriggspseudo-device	ppp		2
1161.26Sbriggspseudo-device	loop
1171.26Sbriggspseudo-device	sl
1181.52Sscottr#pseudo-device	ipfilter
119