#
#  4.4 BSD UNIX on the IBM RT PC
#
# modified from CA-NET-GENERIC
#
machine		rt
cpu		"IBMRTPC"
ident		MD_KERNEL
timezone	- 1 dst
maxusers	24
#options		GENERIC
options		INET
options		NS
options		NSIP
#options		KADB
options		QUOTA
options		FIFO
options		NFS
options		MFS
options		KERNFS
options		ISOFS
options		"TCP_COMPAT_42"
options		"COMPAT_43"
options		GATEWAY
options		MROUTING
options		KTRACE
options         MAPMEM
options         SYSVSHM  
# The following is only needed for model 015s and 025s, I think
options		SGP
options		"MOD135"
options		ROMPC
# RT's should run their clock at either 64 or 128 hz
options		"HZ=64"

# Resource Limits
#   Maximum and default data size (0x7fffffff -> unlimited)
options		MAXDSIZ=33554432
options		DFLDSIZ=33554432
#   Maximum and default stack size
options		MAXSSIZ=16777216
options		DFLSSIZ=16777216
#   Maximum text size
options		MAXTSIZ=6291456

# OSI stuff:
#options		ISO
#options		TPIP
#options		EON
#options		TUBA

# kernel debugger
options		RDB
options		DEBUG
# WARNING! leave the next line in if you turn DEBUG on, otherwise
# you'll get panics in the hd driver! -md
options		NOHDASSERTIONS

config		vmunix	root on hd0 swap on hd0 and hd1 and hd2 and xt0 and xt1
#config		vmunix	swap generic

controller	iocc0	at nexus ?

# ethernet
device		ub0	at iocc0 csr 0xf4080000 priority 5
device		ub1	at iocc0 csr 0xf4088000 priority 4

# IBM 4MB token ring
#controller	lanc0   at iocc0 csr 0xf00001c0 priority 12
#device		lan0    at lanc0 drive 0

# IBM 4/16MB token ring
#device		tr0	at iocc0 csr 0xf0000a20 priority 3

# planar serial port
device	 	psp0	at iocc0 csr 0xf0008000 flags 0x00 priority 2

# single port, 4 port, and 8 port rs232 cards
device		asy0	at iocc0 csr 0xf00003f8 flags 0xFF priority 4
device	 	asq0	at iocc0 csr 0xf0001230 flags 0x00 priority 9
#device	 	asq1	at iocc0 csr 0xf0002230 flags 0x00 priority 10
#device	 	asx0	at iocc0 csr 0xf0007160 flags 0x00 priority 9

controller	hdc0	at iocc0 csr 0xf00001f0 priority ?
controller	hdc1	at iocc0 csr 0xf0000170 priority ?
disk		hd0	at hdc0 drive 0
disk		hd1	at hdc ? drive ?
disk		hd2	at hdc ? drive ?
disk		hd3	at hdc ? drive ?
disk		hd4	at hdc ? drive ?
disk		hd5	at hdc ? drive ?

controller	fdc0	at iocc0 csr 0xf00003f2 priority 6
controller	fdc1	at iocc0 csr 0xf0000372 priority 6
device		fd0	at fdc ? drive 0 flags 0x01
device		fd1	at fdc ? drive 1

controller	aha0	at iocc0 csr 0 priority ?
target		xtc0	at aha0 target 0
target		xtc1	at aha0 target 1
target		xtc2	at aha0 target 2
#target		xtc3	at aha0 target 3
#target		xtc4	at aha0 target 4
#target		xtc5	at aha0 target 5
#target		xtc6	at aha0 target 6
target		cdc0	at aha0 target 6
target		csc0	at aha0 target 5
#target		csc1	at aha0 target 1
disk		xt0	at xtc0 lun 0
disk		xt1	at xtc1 lun 0
disk		xt2	at xtc2 lun 0
#disk		xt3	at xtc3 lun 0
#disk		xt4	at xtc4 lun 0
#disk		xt5	at xtc5 lun 0
#disk		xt6	at xtc6 lun 0
#disk		xt8	at xtc6 lun 1
disk		cd0	at cdc0 lun 0
tape		cs0	at csc0 lun 0
#tape		cs1	at csc1 lun 0

#controller	aha1	at iocc0 csr 0 priority ?
#target		xtc10	at aha1 target 0
#disk		xt3	at xtc10 lun 0

controller	stc0	at iocc0 csr 0xf00001e8 priority 12
tape		st0	at stc0 drive 0

# 4216 personal page printer
device         ps0     at iocc0 csr 0xf0000278 priority 7

pseudo-device	bpfilter 16
pseudo-device	ether
#pseudo-device	token
pseudo-device	loop
pseudo-device   sl 2
pseudo-device   ppp 2
pseudo-device	pty

# the following are displays and other gorp needed for X11.
# aed   = ACIS experimental
# apa16 = IBM 6155
# apa8c = IBM 6154
# apa8  = IBM 6153
# ega   = IBM 5154
# mono  = IBM 5151
# mpel  = IBM 5081
#pseudo-device	aed
#pseudo-device	apasixteen
pseudo-device	apaeightc
pseudo-device	apaeight
#pseudo-device	ega
#pseudo-device	mono
pseudo-device	mpel
pseudo-device	ms
pseudo-device	tb
pseudo-device	xemul
#pseudo-device	xtenemul
