files.vax revision 1.2
1#
2# new style config file for vax architecture
3#	$Id: files.vax,v 1.2 1994/08/16 23:41:13 ragge Exp $
4#
5
6maxusers 8 32 64
7
8
9device	nexus at root { }
10
11device	mba at nexus { drive = -1 }
12file	arch/vax/mba/mba.c		mba needs-count
13
14device  hp at mba
15file    arch/vax/mba/hp.c		hp needs-count
16
17device	uba at nexus { csr }		
18file	arch/vax/uba/uba.c		uba needs-count
19
20device	uda at uba { drive=-1 }
21file    arch/vax/uba/uda.c		uda needs-count
22
23device	ra at uda
24file	arch/vax/vax/mscp.c		ra needs-count
25
26device	de at uba:ifnet, ether
27file	arch/vax/if/if_uba.c		de
28file	arch/vax/if/if_de.c		de needs-count
29
30# These devices aren't tested (or even compiled!)
31# They are just included here to make some files happy ;)
32#
33
34# Ikonas framebuffer
35device	ik at uba
36file	arch/vax/uba/ik.c		ik needs-count
37
38device	vs at uba
39file	arch/vax/uba/vs.c		vs needs-count
40
41# TU58 on 750/730
42device	tu at root
43file	arch/vax/vax/tu.c		tu needs-count
44
45# RK06/07 on UBA
46device	rk at uba
47file	arch/vax/uba/rk.c		rk needs-count
48
49# TM11/TE10 at UBA
50device	te at uba
51file	arch/vax/uba/tm.c		te needs-count
52
53# TK50/TU81 at UBA
54device	tms at uba
55file	arch/vax/uba/tmscp.c		tms needs-count
56
57# TS11 at UBA
58device	ts at uba
59file	arch/vax/uba/ts.c		ts needs-count
60
61# TU78 at MBA
62device	mu at mba
63file	arch/vax/mba/mt.c		mu needs-count
64
65# BI-bus on root
66device	bi at root { node=-1 }
67file	arch/vax/bi/bi.c		bi needs-count
68
69# KDB50 on BI
70device	kra at bi
71file	arch/vax/bi/kdb.c		kra needs-count
72
73# DMF32 on UBA
74device	dmf at uba
75file	arch/vax/uba/dmf.c		dmf needs-count
76file	arch/vax/uba/dmz.c		dmf needs-count
77
78# DMZ32 on UBA
79device	dmz at uba
80file	arch/vax/uba/dmx.c		dmz needs-count
81
82# DN-11 on UBA
83device	dn at uba
84file	arch/vax/uba/dn.c		dn needs-count
85
86# DZ11 at UBA
87device	dz at uba
88file	arch/vax/uba/dz.c		dz needs-count
89
90# IDC (RB730) on UBA (VAX 11/730)
91device	idc at uba { drive=-1 }
92device	rb at idc
93file	arch/vax/uba/idc.c		rb needs-count
94
95# LP-11 at UBA
96device	lp at uba
97file	arch/vax/uba/lp.c		lp needs-count
98
99# ???? at UBA
100device	lpa at uba
101file	arch/vax/uba/lpa.c		lpa needs-count
102
103# PS2 at UBA
104device	ps at uba
105file	arch/vax/uba/ps.c		ps needs-count
106
107# RL02/RL11 at UBA
108device	hl at uba { drive=-1 }
109device	rl at hl
110file	arch/vax/uba/rl.c		rl needs-count
111
112# RX211/RX02 at UBA
113device	fx at uba { drive=-1 }
114device	rx at fx
115file	arch/vax/uba/rx.c		rx needs-count
116
117# SC-21/SC-31 at UBA
118device	sc at uba { drive=-1 }
119device	up at sc
120file	arch/vax/uba/up.c		up needs-count
121
122# TU45 at UBA
123device	ut at uba { drive=-1}
124device	tj at ut
125file	arch/vax/uba/ut.c		tj needs-count
126
127# TU58/DECtape II
128device	uu at uba
129file	arch/vax/uba/uu.c		uu needs-count
130
131# Benson-Varian plotter at UBA
132device	va at uba { drive=-1}
133device	vz at va
134file	arch/vax/uba/va.c		va needs-count
135
136# Versatec plotter at UBA
137device	vp at uba
138file	arch/vax/uba/vp.c		vp needs-count
139
140# QVSS at UBA
141device	qv at uba
142file	arch/vax/uba/qv.c		qv needs-count
143file	arch/vax/uba/qfont.c		qv needs-count
144
145# QDSS at UBA
146device	qd at uba
147file	arch/vax/uba/qd.c		qd needs-count
148
149# Interlan NP100 at UBA
150device	np at uba
151file	arch/vax/if/if_ix.c		np needs-count
152file	arch/vax/uba/np.c		np needs-count
153
154# ACC LH/DH IMP on UBA
155device	acc at uba
156file	arch/vax/if/if_acc.c		acc needs-count
157
158# DR11C at UBA
159device	ct at uba
160file	arch/vax/uba/ct.c		ct needs-count
161
162# A/D-converter on UBA
163device	ad at uba
164file	arch/vax/uba/ad.c		ad needs-count
165
166# DH-11/DM-11 on UBA
167device	dh at uba
168file	arch/vax/uba/dh.c		dh needs-count
169
170# DHU-11 at UBA
171device	dhu at uba
172file	arch/vax/uba/dhu.c		dhu needs-count
173
174# These are general files needed for compilation.
175file	dev/cons.c
176file	arch/vax/vax/gencons.c
177file	arch/vax/vax/pmap.c
178file	arch/vax/vax/skit.c
179file	arch/vax/vax/machdep.c
180file	arch/vax/vax/ka750.c
181file	arch/vax/vax/conf.c
182file	arch/vax/vax/urem.s
183file	arch/vax/vax/udiv.s
184file	arch/vax/vax/rootfil.c
185file	arch/vax/vax/bcopy.s
186file	arch/vax/vax/trap.c
187
188file	arch/vax/vax/vm_machdep.c
189file	arch/vax/vax/in_cksum.c		inet
190file	arch/vax/vax/disksubr.c		ffs
191file	arch/vax/vax/random.s		inet
192
193# Dom h{ra f}r vara kvar s} l{nge f}r vi se vilka vi beh|ver...
194#arch/vax/vax/clock.c         standard
195#arch/vax/vax/crl.c           standard
196#arch/vax/vax/dkbad.c         standard
197#arch/vax/vax/flp.c           standard
198#arch/vax/vax/ka650.c         standard
199#arch/vax/vax/ka630.c         standard
200#arch/vax/vax/ka730.c         standard
201#arch/vax/vax/ka750.c         standard
202#arch/vax/vax/ka780.c         standard
203#arch/vax/vax/ka820.c         standard
204#arch/vax/vax/ka860.c         standard
205#arch/vax/vax/kdb_machdep.c   optional kadb
206#arch/vax/vax/kdb_opset.c     optional kadb
207#arch/vax/vax/mem.c           standard
208#arch/vax/vax/mscp.c          optional kra
209#arch/vax/vax/ns_cksum.c      optional ns
210#arch/vax/vax/rx50.c          standard
211#arch/vax/vax/sys_machdep.c   standard
212#arch/vax/vax/trap.c          standard
213#arch/vax/vax/iidr.o          optional ii
214#arch/vax/vax/iidrsys.o       optional ii
215#arch/vax/vax/iidr_glob.o     optional ii
216#arch/vax/if/if_css.c         optional css imp device-driver
217#arch/vax/if/if_dp.c          optional dp device-driver
218#arch/vax/if/if_ddn.c         optional ddn device-driver
219#arch/vax/if/if_dmc.c         optional dmc device-driver
220#arch/vax/if/if_dmv.c         optional dmv device-driver
221#arch/vax/if/if_ec.c          optional ec device-driver
222#arch/vax/if/if_en.c          optional en device-driver
223#arch/vax/if/if_ex.c          optional ex device-driver
224#arch/vax/if/if_hdh.c         optional hdh device-driver
225#arch/vax/if/if_hy.c          optional hy device-driver
226#arch/vax/if/if_il.c          optional il device-driver
227#arch/vax/if/if_pcl.c         optional pcl device-driver
228#arch/vax/if/if_qe.c          optional qe device-driver
229##arch/vax/if/if_uba.c         optional ns device-driver
230#arch/vax/if/if_vv.c          optional vv device-driver
231#arch/vax/if/raw_hy.c         optional hy device-driver
232