#	$NetBSD: MYSTERY,v 1.16 1997/08/07 19:07:08 scottr Exp $
#
# MYSTERY

include "arch/mac68k/conf/std.mac68k"

maxusers	16

makeoptions	COPTS="-O2 -m68030"
options 	MYSTERY

# Standard system options
options 	DIAGNOSTIC		# DEBUG for extra kernel debugging
options 	KTRACE			# system call tracing support
#options 	KGDB			# support for kernel gdb
#options 	GDB			# support for normal gdb
#options 	KGDBDEV=0xc01, KGDBRATE=38400	# device & baud rate
options 	UCONSOLE		# non-root can grab console
options 	DDB

# Filesystems
file-system	FFS
file-system	MFS		# memory-based filesystem
file-system	NFS		# Sun NFS-compatible filesystem
file-system	NULLFS		# Null (formerly loop-back) filesystem
file-system	CD9660		# ISO-9660 w/ RockRidge
file-system	KERNFS		# kernel data-structure filesystem
file-system	FDESC		# user file descriptor filesystem
file-system	UMAPFS		# uid/gid remapping filesystem
file-system	LFS		# Log-based filesystem (still experimental)
file-system	PORTAL		# portal filesystem (still experimental)
file-system	PROCFS		# Process filesystem

# Filesystem options
options 	FIFO		# POSIX fifo support (in all filesystems)
options 	QUOTA		# fast filesystem with user and group quotas
#options 	NFSSERVER	# Sun NFS-compatible filesystem

#options 	SCSIDEBUG
options 	NCR5380_DEBUG
options 	SBC_DEBUG

# Networking options
options 	INET
options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
#options 	GATEWAY		# IP packet forwarding
#options 	NS		# Xerox networking
#options 	ISO		# OSI networking
#options 	TPIP
#options 	EON
#options 	PPP_BSDCOMP
#options 	PPP_DEFLATE
#options 	NETATALK
options 	COMPAT_42
options 	COMPAT_43
options 	SYSVSHM,SYSVSEM,SYSVMSG

# Mac-specific options
options 	M68030
options 	COMPAT_NOMID
#options 	COMPAT_SUNOS
options 	COMPAT_09
options 	COMPAT_10
options 	COMPAT_11
options 	COMPAT_12
options 	ZS_CONSOLE_ABORT
options 	DISABLE_EXT_CACHE # Don't use IIci external cache
options 	MRG_ADB		# Use ROM-based ADB driver

config		netbsd	root on ? type ?

asc0		at obio?			# ASC/EASC audio

nubus0		at mainbus?

ae*		at nubus?			# 8390-based Ethernet NIC
macvid*		at nubus?			# NuBus video card

grf*		at macvid?

ite0		at grf?

sbc0		at obio? flags 0x5		# MI SCSI NCR 5380

scsibus*	at scsi?
sd*		at scsibus? target ? lun ?	# SCSI disk drives
st*		at scsibus? target ? lun ?	# SCSI tape drives
cd*		at scsibus? target ? lun ?	# SCSI CD-ROM drives
uk*		at scsibus? target ? lun ?	# SCSI unknown

pseudo-device	pty		16
pseudo-device	bpfilter	12
pseudo-device	vnd		2
pseudo-device	loop
