# $Id: SS5,v 1.3.2.2 1994/08/12 06:36:36 mycroft Exp $
# 
# Kernel for Theo's (mythical) SS5. NOTE: NetBSD 1.0 DOES NOT SUPPORT
# sun4m MACHINES -- THIS IS UNDER DEVELOPMENT AND INCOMPLETE

include	"std.sparc"

options		"SUN4M"
options		"SUN4C"

# obsolete timezone spec
options               TIMEZONE=0, DST=0

# Standard system options
options		SWAPPAGER, VNODEPAGER, DEVPAGER	# paging
options		DEBUG, DIAGNOSTIC	# extra kernel debugging
options		KTRACE			# system call tracing support
#options	KGDB			# support for kernel gdb
#options	KGDBDEV=0xc01, KGDBRATE=38400	# device & baud rate
options		RCONSOLE		# fast rasterop console
#options	SYSVMSG,SYSVSEM,SYSVSHM

# Filesystem options
options		FFS
options		NFSSERVER	# Sun NFS-compatible filesystem
#options	NFSCLIENT	# Sun NFS-compatible filesystem
#options	KERNFS		# kernel data-structure filesystem
#options	FIFO		# POSIX fifo support (in all filesystems)
#options	QUOTA		# fast filesystem with user and group quotas
#options	MFS		# memory-based filesystem
#options	LOFS		# Loop-back 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_43

#options	LKM

# Options for SPARCstation hardware
options		COMPAT_SUNOS		# compatibility with SunOS binaries

config		netbsd	root on sd0 swap on sd0

dma*	at sbus0 slot ? offset ?
esp*	at sbus0 slot ? offset ?	# nb., esp is a `scsi'

tg*	at scsi? target ?
sd*	at tg? drive ?

bwtwo*	at sbus? slot ? offset ?
cgthree* at sbus? slot ? offset ?
#cgsix* at sbus? slot ? offset ?

le*	at sbus? slot ? offset ?

pseudo-device	loop
pseudo-device	pty	32
#pseudo-device	sl	2
pseudo-device	kbd
#pseudo-device	ppp	2
#pseudo-device	tun	4
#pseudo-device	vn	3
#pseudo-device	bpfilter 16
