files.vax revision 1.35
1#       $NetBSD: files.vax,v 1.35 1998/05/17 18:58:07 ragge Exp $
2#
3# new style config file for vax architecture
4#
5
6# maxpartitions must be first item in files.${ARCH}.newconf
7maxpartitions 8
8
9maxusers 8 32 64
10
11device	backplane { }
12attach	backplane at root
13
14device	sbi { tr=-1 }
15attach	sbi at backplane
16file	arch/vax/vax/sbi.c		sbi needs-flag
17
18device	cmi { tr=-1 }
19attach	cmi at backplane
20
21device	bi { node=-1 }
22attach	bi at backplane
23file	arch/vax/bi/bi.c		bi needs-flag
24
25device	vsbus { }
26attach	vsbus at backplane
27file	arch/vax/vsa/vsbus.c		vsbus
28
29device	cpu
30attach	cpu at backplane with cpu_backplane
31attach	cpu at bi with cpu_bi
32
33device	mem
34attach	mem at backplane with mem_backplane
35attach	mem at bi with mem_bi
36attach	mem at sbi with mem_sbi
37attach	mem at cmi with mem_cmi
38
39device	mba { drive = -1 }
40attach	mba at sbi with mba_sbi
41attach	mba at cmi with mba_cmi
42file	arch/vax/mba/mba.c		mba needs-flag
43
44device  hp: disk
45attach  hp at mba
46file    arch/vax/mba/hp.c		hp needs-flag
47major	{hp = 0}
48
49device	ht: tape
50attach	ht at mba
51file	arch/vax/mba/ht.c		ht needs-flag
52
53# MSCP device drivers
54include "arch/vax/mscp/files.mscp"
55major	{ra = 9}
56major	{mt = 16}
57
58# KDB50 on BI
59device	kdb: mscp
60attach	kdb at bi
61file	arch/vax/bi/kdb.c		kdb
62
63device	uba { csr }
64attach	uba at backplane with uba_backplane
65attach	uba at sbi with uba_sbi
66attach	uba at cmi with uba_cmi
67attach	uba at bi with uba_bi
68file	arch/vax/uba/uba.c		uba
69
70device	mtc: mscp
71attach	mtc at uba
72device	uda: mscp
73attach	uda at uba
74file    arch/vax/uba/uda.c		uda | mtc
75
76device	de: ifnet, ether, arp
77attach	de at uba
78file	arch/vax/if/if_de.c		de needs-flag
79
80# DEQNA/DELQA used on Qbus
81device	qe: ifnet, ether, arp
82attach	qe at uba
83file	arch/vax/if/if_qe.c		qe needs-flag
84
85# DEBNA/DEBNT Ethernet Adapter
86device	ni: ifnet, ether, arp
87attach	ni at bi
88file	arch/vax/bi/ni.c		ni needs-flag
89
90# TS11 at UBA
91device	ts: tape
92attach	ts at uba
93file	arch/vax/uba/ts.c		ts needs-count
94
95# DHU-11 at UBA
96device	dhu: tty
97attach	dhu at uba
98file	arch/vax/uba/dhu.c		dhu needs-count
99
100# DZ11(-compatible) at UBA/vsbus
101device	dz: tty
102file	arch/vax/uba/dz.c		dz needs-count
103
104attach	dz at uba with dz_uba
105file	arch/vax/uba/dz_uba.c		dz_uba
106
107attach	dz at vsbus with dz_vsbus
108file	arch/vax/vsa/dz_vsbus.c		dz_vsbus
109
110# RD-type disks at VS2000's onboard MFM-controller
111device	hdc { drive = -1 }
112attach	hdc at vsbus
113file	arch/vax/vsa/hdc9224.c		hdc needs-flag
114
115device	rd: disk
116attach	rd at hdc
117major	{rd = 19}
118
119#
120# Machine-independent SCSI driver.
121#
122include "../../../dev/scsipi/files.scsipi"
123major	{ sd = 20 }
124major	{ st = 21 }
125major	{ cd = 22 }
126
127# Memory Disk for install floppy
128major	{ md = 23 }
129
130# builtin NCR5380 SCSI-controller on VAXstation 
131device	ncr: scsi, ncr5380sbc
132attach	ncr at vsbus
133file	arch/vax/vsa/ncr.c		ncr needs-flag
134
135# LANCE ethernet controller on VAXstation
136device	ln: ifnet, ether
137attach	ln at vsbus
138file	arch/vax/vsa/if_ln.c		ln
139
140# DC367-B in VAXstation 2000/3100 (DZ-like 4-port serial line controller,
141# controls keyboard, mouse, modem, and printer/console)
142device	dc: tty
143attach	dc at vsbus
144file	arch/vax/vsa/dc.c		dc needs-flag
145file	arch/vax/vsa/lk201.c		dc
146
147# PM Framebuffer in VAXstation 2000/3100
148device	pm
149attach	pm at vsbus
150file	arch/vax/vsa/pm.c		pm needs-flag
151
152# QDSS at UBA
153device	qd
154attach	qd at uba
155file	arch/vax/uba/qd.c		qd needs-count
156file	arch/vax/uba/qfont.c		qd
157
158device	dl: tty
159attach	dl at uba
160file	arch/vax/uba/dl.c		dl needs-flag
161
162# These devices aren't tested (or even compiled!)
163# They are just included here to make some files happy ;)
164#
165
166# Ikonas framebuffer
167device	ik
168attach	ik at uba
169file	arch/vax/uba/ik.c		ik needs-count
170
171device	vs
172attach	vs at uba
173file	arch/vax/uba/vs.c		vs needs-count
174
175# RK06/07 on UBA
176device	rk: disk
177attach	rk at uba
178file	arch/vax/uba/rk.c		rk needs-count
179
180# TM11/TE10 at UBA
181device	te: tape
182attach	te at uba
183file	arch/vax/uba/tm.c		te needs-count
184
185# TU78 at MBA
186device	mu: tape
187attach	mu at mba
188file	arch/vax/mba/mt.c		mu needs-count
189
190# DMF32 on UBA
191device	dmf # XXX?
192attach	dmf at uba
193file	arch/vax/uba/dmf.c		dmf needs-count
194file	arch/vax/uba/dmz.c		dmf needs-count
195
196# DMZ32 on UBA
197device	dmz # XXX?
198attach	dmz at uba
199file	arch/vax/uba/dmx.c		dmz needs-count
200
201# DN-11 on UBA
202device	dn # XXX?
203attach	dn at uba
204file	arch/vax/uba/dn.c		dn needs-count
205
206# IDC (RB730) on UBA (VAX 11/730)
207device	idc { drive=-1 }
208attach	idc at uba
209device	rb: disk
210attach	rb at idc
211file	arch/vax/uba/idc.c		rb needs-count
212
213# LP-11 at UBA
214device	lp
215attach	lp at uba
216file	arch/vax/uba/lp.c		lp needs-count
217
218# ???? at UBA
219device	lpa
220attach	lpa at uba
221file	arch/vax/uba/lpa.c		lpa needs-count
222
223# PS2 at UBA
224device	ps
225attach	ps at uba
226file	arch/vax/uba/ps.c		ps needs-count
227
228# RL02/RL11 at UBA
229device	hl { drive=-1 }
230attach	hl at uba
231device	rl: disk
232attach	rl at hl
233file	arch/vax/uba/rl.c		rl needs-count
234
235# SC-21/SC-31 at UBA
236device	sc { drive=-1 }
237attach	sc at uba
238device	up: disk
239attach	up at sc
240file	arch/vax/uba/up.c		up needs-count
241
242# TU45 at UBA
243device	ut { drive=-1}
244attach	ut at uba
245device	tj: tape
246attach	tj at ut
247file	arch/vax/uba/ut.c		tj needs-count
248
249# TU58/DECtape II
250device	uu: tape
251attach	uu at uba
252file	arch/vax/uba/uu.c		uu needs-count
253
254# Benson-Varian plotter at UBA
255device	va { drive=-1}
256attach	va at uba
257device	vz
258attach	vz at va
259file	arch/vax/uba/va.c		va needs-count
260
261# Versatec plotter at UBA
262device	vp
263attach	vp at uba
264file	arch/vax/uba/vp.c		vp needs-count
265
266# QVSS at UBA
267device	qv
268attach	qv at uba
269file	arch/vax/uba/qv.c		qv needs-count
270
271# Interlan NP100 at UBA
272device	np: ifnet
273attach	np at uba
274file	arch/vax/if/if_ix.c		np needs-count
275file	arch/vax/uba/np.c		np needs-count
276
277# ACC LH/DH IMP on UBA
278device	acc: ifnet
279attach	acc at uba
280file	arch/vax/if/if_acc.c		acc needs-count
281
282# DR11C at UBA
283device	ct # XXX
284attach	ct at uba
285file	arch/vax/uba/ct.c		ct needs-count
286
287# A/D-converter on UBA
288device	ad
289attach	ad at uba
290file	arch/vax/uba/ad.c		ad needs-count
291
292# DH-11/DM-11 on UBA
293device	dh # XXX?
294attach	dh at uba
295file	arch/vax/uba/dh.c		dh needs-count
296
297# These are general files needed for compilation.
298file	dev/cons.c
299file	dev/cninit.c
300file	dev/clock_subr.c		vax8200|vax410|vax43|vax630
301file	arch/vax/vax/locore.c
302file	arch/vax/vax/mem.c
303file	arch/vax/vax/clock.c
304file	arch/vax/vax/gencons.c	vax8600|vax8200|vax780|vax750|vax630|vax650
305file	arch/vax/vax/pmap.c
306file	arch/vax/vax/machdep.c
307file	arch/vax/vax/ka750.c		vax750
308file	arch/vax/vax/ctu.c		vax750
309file	arch/vax/vax/ka780.c		vax780
310file	arch/vax/vax/cfl.c		vax780
311file	arch/vax/vax/ka820.c		vax8200
312file	arch/vax/vax/ka860.c		vax8600
313file	arch/vax/vax/crl.c		vax8600
314file	arch/vax/vax/uvax.c		vax630 | vax410 | vax43
315file	arch/vax/vax/ka630.c		vax630
316file	arch/vax/vax/ka410.c		vax410
317file	arch/vax/vax/ka43.c		vax43
318file	arch/vax/vax/emulate.s		vax630|vax650|vax410
319file	arch/vax/vax/ka650.c		vax650
320file	arch/vax/vax/conf.c
321file	arch/vax/vax/urem.s
322file	arch/vax/vax/udiv.s
323file	arch/vax/vax/trap.c
324
325file	arch/vax/vax/vm_machdep.c
326file	arch/vax/vax/autoconf.c
327file	arch/vax/vax/in_cksum.c		inet
328file	arch/vax/vax/ns_cksum.c		ns
329file	arch/vax/vax/disksubr.c		disk | tape
330file	arch/vax/if/if_uba.c		de | qe
331file	arch/vax/vax/db_machdep.c	ddb
332file	arch/vax/vax/db_disasm.c	ddb
333
334include "../../../compat/ultrix/files.ultrix"
335
336# Dom h{ra f}r vara kvar s} l{nge f}r vi se vilka vi beh|ver...
337#arch/vax/vax/dkbad.c         standard
338#arch/vax/vax/ka730.c         standard
339#arch/vax/vax/rx50.c          standard
340#arch/vax/vax/iidr.o          optional ii
341#arch/vax/vax/iidrsys.o       optional ii
342#arch/vax/vax/iidr_glob.o     optional ii
343#arch/vax/if/if_css.c         optional css imp device-driver
344#arch/vax/if/if_dp.c          optional dp device-driver
345#arch/vax/if/if_ddn.c         optional ddn device-driver
346#arch/vax/if/if_dmc.c         optional dmc device-driver
347#arch/vax/if/if_dmv.c         optional dmv device-driver
348#arch/vax/if/if_ec.c          optional ec device-driver
349#arch/vax/if/if_en.c          optional en device-driver
350#arch/vax/if/if_ex.c          optional ex device-driver
351#arch/vax/if/if_hdh.c         optional hdh device-driver
352#arch/vax/if/if_hy.c          optional hy device-driver
353#arch/vax/if/if_il.c          optional il device-driver
354#arch/vax/if/if_pcl.c         optional pcl device-driver
355#arch/vax/if/if_vv.c          optional vv device-driver
356#arch/vax/if/raw_hy.c         optional hy device-driver
357