GENERIC revision 1.54
11.54Sscottr#	$NetBSD: GENERIC,v 1.54 1997/01/26 18:41:19 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.54Sscottroptions 	FFS		# Berkeley Fast Filesystem
371.54Sscottroptions 	QUOTA		# FFS quotas
381.54Sscottroptions 	NFSSERVER	# Sun NFS-compatible filesystem server
391.54Sscottroptions 	NFSCLIENT	# Sun NFS-compatible filesystem client
401.54Sscottroptions 	KERNFS		# kernel data-structure filesystem
411.54Sscottroptions 	NULLFS		# NULL layered filesystem
421.50Sscottroptions 	MFS		# memory-based filesystem
431.50Sscottroptions 	FDESC		# user file descriptor filesystem
441.54Sscottroptions 	UMAPFS		# uid/gid remapping filesystem
451.54Sscottroptions 	LFS		# Log-based filesystem (still experimental)
461.54Sscottroptions 	PORTAL		# portal filesystem (still experimental)
471.54Sscottroptions 	PROCFS		# /proc
481.54Sscottroptions 	CD9660		# ISO 9660 + Rock Ridge file system
491.54Sscottroptions 	UNION		# union file system
501.54Sscottroptions 	MSDOSFS		# MS-DOS FAT filesystem(s).
511.54Sscottroptions 	FIFO		# POSIX fifo support (in all filesystems)
521.7Sbriggs
531.7Sbriggs# Networking options
541.54Sscottroptions 	INET		# IP stack
551.50Sscottroptions 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
561.50Sscottroptions 	GATEWAY		# IP packet forwarding
571.54Sscottr#options 	ISO,TPIP	# OSI networking
581.54Sscottr#options 	EON		# OSI tunneling over IP
591.54Sscottr#options 	CCITT,LLC,HDLC	# X.25
601.54Sscottroptions 	PPP_BSDCOMP	# PPP header compression
611.54Sscottroptions 	PPP_DEFLATE	# PPP-Deflate compression
621.54Sscottr#options  	PFIL_HOOKS	# pfil(9) packet filter hooks.
631.1Sbriggs
641.9Sbriggs# Mac-specific options
651.50Sscottroptions 	M68040
661.50Sscottroptions 	M68030
671.50Sscottroptions 	M68020		# Must have 68851 PMMU
681.50Sscottroptions 	FPSP
691.50Sscottroptions 	FPU_EMULATE
701.50Sscottroptions 	ZS_CONSOLE_ABORT
711.45Sscottroptions 	DISABLE_EXT_CACHE # Don't use IIci external cache
721.9Sbriggs
731.6Sbriggsconfig		netbsd	swap generic
741.1Sbriggs
751.37Sscottrintvid0		at obio?	# Internal video hardware
761.36Sbriggs
771.35Sbriggsnubus0		at mainbus?
781.5Sbriggs
791.35Sbriggsae*		at nubus?
801.37Sscottrmacvid*		at nubus?
811.37Sscottr
821.37Sscottr# Attach grf semantics to all video hardware as it is found
831.37Sscottrgrf*		at intvid?
841.37Sscottrgrf*		at macvid?
851.38Sscottr
861.38Sscottr# Attach ite semantics to the appropriate grf device
871.38Sscottrite0		at grf?
881.35Sbriggs
891.50Sscottr# Use only one of ncrscsi or sbc
901.35Sbriggsncrscsi0	at obio?		# SCSI NCR 5380
911.50Sscottr#sbc0		at obio? flags 0x1	# MI NCR 5380 SCSI Bus Controller
921.50Sscottr
931.50Sscottresp0		at obio?		# SCSI NCR 53C9x
941.50Sscottresp1		at obio?		# SCSI NCR 53C9x
951.1Sbriggs
961.6Sbriggsscsibus*	at scsi?
971.41Sscottrsd*	at scsibus? target ? lun ?	# SCSI disk drives
981.41Sscottrst*	at scsibus? target ? lun ?	# SCSI tape drives
991.41Sscottrcd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
1001.41Sscottrch*	at scsibus? target ? lun ?	# SCSI autochangers
1011.41Sscottrss*	at scsibus? target ? lun ?	# SCSI scanners
1021.41Sscottruk*	at scsibus? target ? lun ?	# SCSI unknown
1031.1Sbriggs
1041.17Sbriggspseudo-device	pty		16
1051.29Sbriggspseudo-device	bpfilter	12
1061.30Sbriggspseudo-device	vnd		2
1071.51Smikelpseudo-device	ccd		2
1081.31Sbriggspseudo-device	ppp		2
1091.26Sbriggspseudo-device	loop
1101.26Sbriggspseudo-device	sl
1111.52Sscottr#pseudo-device	ipfilter
112