GENERIC revision 1.55
11.55Sthorpej#	$NetBSD: GENERIC,v 1.55 1997/01/31 06:02:19 thorpej 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.54Sscottr#options  	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.9Sbriggs
751.55Sthorpejconfig		netbsd	root on ? type ?
761.1Sbriggs
771.37Sscottrintvid0		at obio?	# Internal video hardware
781.36Sbriggs
791.35Sbriggsnubus0		at mainbus?
801.5Sbriggs
811.35Sbriggsae*		at nubus?
821.37Sscottrmacvid*		at nubus?
831.37Sscottr
841.37Sscottr# Attach grf semantics to all video hardware as it is found
851.37Sscottrgrf*		at intvid?
861.37Sscottrgrf*		at macvid?
871.38Sscottr
881.38Sscottr# Attach ite semantics to the appropriate grf device
891.38Sscottrite0		at grf?
901.35Sbriggs
911.50Sscottr# Use only one of ncrscsi or sbc
921.35Sbriggsncrscsi0	at obio?		# SCSI NCR 5380
931.50Sscottr#sbc0		at obio? flags 0x1	# MI NCR 5380 SCSI Bus Controller
941.50Sscottr
951.50Sscottresp0		at obio?		# SCSI NCR 53C9x
961.50Sscottresp1		at obio?		# SCSI NCR 53C9x
971.1Sbriggs
981.6Sbriggsscsibus*	at scsi?
991.41Sscottrsd*	at scsibus? target ? lun ?	# SCSI disk drives
1001.41Sscottrst*	at scsibus? target ? lun ?	# SCSI tape drives
1011.41Sscottrcd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
1021.41Sscottrch*	at scsibus? target ? lun ?	# SCSI autochangers
1031.41Sscottrss*	at scsibus? target ? lun ?	# SCSI scanners
1041.41Sscottruk*	at scsibus? target ? lun ?	# SCSI unknown
1051.1Sbriggs
1061.17Sbriggspseudo-device	pty		16
1071.29Sbriggspseudo-device	bpfilter	12
1081.30Sbriggspseudo-device	vnd		2
1091.51Smikelpseudo-device	ccd		2
1101.31Sbriggspseudo-device	ppp		2
1111.26Sbriggspseudo-device	loop
1121.26Sbriggspseudo-device	sl
1131.52Sscottr#pseudo-device	ipfilter
114