# ALLEN
# Mac II, etc.
#
#	$Id: ALLEN,v 1.3 1994/02/27 16:48:33 briggs Exp $
#

include	"std.mac68k"

maxusers	16

# obsolete timezone spec
options               TIMEZONE=300, DST=1, MAXFDESCS=2048

# Standard system options
options		SWAPPAGER, VNODEPAGER #, DEVPAGER	# paging
options		NEWCONFIG
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

# Filesystem options
#options	FIFO		# POSIX fifo support (in all filesystems)
options		FFS
#options	QUOTA	# fast filesystem with user and group quotas
options		MFS		# memory-based filesystem
#options	NFSSERVER	# Sun NFS-compatible filesystem
#options	NFSCLIENT	# Sun NFS-compatible filesystem
options		LOFS		# Loop-back filesystem
options		KERNFS		# kernel data-structure filesystem
options		FDESC		# user file descriptor filesystem
#options	UMAPFS		# uid/gid remapping filesystem
#options	LFS		# Log-based filesystem (still experimental)
#options	PORTAL		# portal filesystem (still experimental)

# Networking options
options		INET
options		TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
options		GATEWAY		# IP packet forwarding
#options	ISO		# OSI networking
#options	TPIP
#options	EON
options		COMPAT_42
options		COMPAT_43
options		NS
options		MAPMEM,SYSVSHM

# Misc and mac-specific options
options		SCSI
#options	SCSIDEBUG
options		FPCOPROC
options		COMPAT_NOMID

config		netbsd	root on sd0 swap on sd0

ncr*	at mainbus?		# SCSI NCR 5380

scbus0	at scsi? target 7
sd0	at scbus0 drive ?
sd1	at scbus0 drive ?
sd2	at scbus0 drive ?
sd3	at scbus0 drive ?
sd4	at scbus0 drive ?
sd5	at scbus0 drive ?
sd6	at scbus0 drive ?
st0	at scbus0 drive ?
#cd0	at scbus0 drive ?

pseudo-device	loop
pseudo-device	pty	16
pseudo-device	sl

pseudo-device	con	6
