#
#  4.4 BSD UNIX on the IBM RT PC
#
# modified from CA-NET-GENERIC
#
machine		rt
cpu		"IBMRTPC"
ident		GENERIC_SMALL
timezone	6 dst
maxusers	8
options		GENERIC
options		GENERIC_HD_MULTI_SWAP
options		INET
#options		NS
#options		NSIP
#options		KADB
#options		QUOTA
options		FIFO
options		NFS
options		MFS
#options		KERNFS
options		"TCP_COMPAT_42"
options		"COMPAT_43"
options		MROUTING
#options		KTRACE
# 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"
# The MAXDSIZ increase is to appease ISODE memory hunger (32*1024*1024)
# The MAXDSIZ increase is to appease ISODE memory hunger (48*1024*1024)
# options	MAXDSIZ=33554432
options		MAXDSIZ=50331648
# (16*1024*1024)
# options	DFLDSIZ=16777216
# (24*1024*1024)
options		DFLDSIZ=25165824

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

#config		vmunix	root on hd0 swap on hd0 and hd1 and hd2
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

# logitech BusMouse
device          lms0    at iocc0 csr 0xf000023c 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 0x00 priority 4
device          asy1    at iocc0 csr 0xf00002f8 flags 0x00 priority 3
device          asy1    at iocc0 csr 0xf00002f8 flags 0x00 priority 3
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

# parallel printer
device		lp0	at iocc0 csr 0xf00003bc priority 7
# device		lp1	at iocc0 csr 0xf0000378 priority 7
# device		lp2	at iocc0 csr 0xf0000278 priority 5

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 ?

# assume the second drive, if it exists, is a 1.44 meg drive
controller	fdc0	at iocc0 csr 0xf00003f2 priority 6
controller	fdc1	at iocc0 csr 0xf0000372 priority 6
device		fd0	at fdc ? drive 0
device		fd1	at fdc ? drive 1 flags 0x1

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

# The following pseudo devices are available:
#
pseudo-device	bpfilter 16
#   ethernet generic input/output routines.
pseudo-device	ether
#   token-ring generic input/output routines.
pseudo-device	token
#   loopback
pseudo-device	loop
#   slip
pseudo-device   sl 1
#   ppp
pseudo-device   ppp 1
#   pseudo tty
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
