head	1.6;
access;
symbols;
locks
	md:1.6; strict;
comment	@# @;


1.6
date	93.05.01.16.58.46;	author md;	state Exp;
branches;
next	1.5;

1.5
date	93.01.23.15.14.06;	author md;	state Exp;
branches;
next	1.4;

1.4
date	93.01.21.20.34.33;	author md;	state Exp;
branches;
next	1.3;

1.3
date	92.12.18.08.25.57;	author md;	state Exp;
branches;
next	1.2;

1.2
date	92.12.10.18.59.04;	author md;	state Exp;
branches;
next	1.1;

1.1
date	92.12.09.09.12.17;	author md;	state Exp;
branches;
next	;


desc
@@


1.6
log
@add cd-rom device driver
@
text
@#
#  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	32
#options		GENERIC
options		INET
#options		NS
#options		NSIP
#options		KADB
#options		QUOTA
options		FIFO
options		NFS
options		MFS
options		ISOFS
options		"TCP_COMPAT_42"
options		"COMPAT_43"
#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"

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

# 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

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

# 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
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	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

# bpfilter is needed since we have only .o's for if_ub.c
pseudo-device	bpfilter 16
pseudo-device	ether
pseudo-device	loop
pseudo-device   sl 1
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
@


1.5
log
@include megapel drivers so we can run X.
@
text
@d20 1
d81 1
a81 1
#target		xtc1	at aha0 target 1
d87 2
a88 1
#target		csc0	at aha0 target 5
d91 1
a91 1
#disk		xt1	at xtc1 lun 0
d98 2
a99 1
#tape		cs0	at csc0 lun 0
@


1.4
log
@Configure swap to be on all commonly available disks.
Add 4216 printer driver.
@
text
@d125 2
a126 2
pseudo-device   mono
#pseudo-device	mpel
@


1.3
log
@fix debugging flags
@
text
@d11 1
a11 1
options		GENERIC
d42 2
a43 2
#config		vmunix	root on hd0 swap on hd0 and xt0 
config		vmunix	swap generic
d101 3
@


1.2
log
@correct timezone specification
@
text
@d11 1
a11 1
#options		GENERIC
d38 3
d42 2
a43 2
config		vmunix	root on hd0 swap on hd0 and xt0 
#config		vmunix	swap generic
@


1.1
log
@Initial revision
@
text
@d9 1
a9 1
timezone	6 dst
d11 1
a11 1
options		GENERIC
d39 2
a40 2
#config		vmunix	root on hd0 swap on hd0 and hd1 and hd2
config		vmunix	swap generic
d114 2
a115 2
pseudo-device	aed
pseudo-device	apasixteen
d118 1
a118 1
pseudo-device	ega
d120 1
a120 1
pseudo-device	mpel
@
