#
# @(#) SDST50 from master 1.28 90/09/21 SMI
#
# Sun-3/50 with 1 SCSI disk and 1 SCSI tape
#
# Stripped down for best performance on 4 meg systems.
#
machine		"sun3"
cpu		"SUN3_50"	# Sun-3/50
ident		"SDST50"
maxusers	4

options	INET		# basic networking support - mandatory
options	QUOTA		# disk quotas for local disks
options	UFS		# filesystem code for local disks
options	NFSCLIENT	# NFS client side code
options	NFSSERVER	# NFS server side code
options	SYSACCT		# process accounting, see acct(2) & sa(8)
options	CRYPT		# software encryption
options	OLDSCSI		# Old SCSI architecture - mandatory

config	vmunix	root on sd0 swap on sd0

pseudo-device	pty		# pseudo-tty's, also needed for SunView
pseudo-device	ether		# basic Ethernet support
pseudo-device	loop		# loopback network - mandatory
pseudo-device	win64		# window devices, allow 64 windows
pseudo-device	dtop1		# desktops (screens), allow 1
pseudo-device	ms		# mouse support
pseudo-device	kb		# keyboard support

# connections for machine type 2 (SUN3_50)
controller	virtual 2 at nexus ?
controller	obmem 2 at nexus ?
controller	obio 2 at nexus ?

controller	si0 at obio ? csr 0x140000 priority 2
tape		st0 at si0 drive 040 flags 1
disk		sd0 at si0 drive 000 flags 0
device		zs0 at obio ? csr 0x20000 flags 3 priority 3
device		zs1 at obio ? csr 0x00000 flags 0x103 priority 3
device		le0 at obio ? csr 0x120000 priority 3
device		bwtwo0 at obmem 2 csr 0x100000 priority 4	# 3/50
