files.vax revision 1.39
1#       $NetBSD: files.vax,v 1.39 1998/07/02 07:55:29 jonathan 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# wscons files.
54include "dev/wscons/files.wscons"
55
56# MSCP device drivers
57include "arch/vax/mscp/files.mscp"
58major	{ra = 9}
59major	{mt = 16}
60
61# KDB50 on BI
62device	kdb: mscp
63attach	kdb at bi
64file	arch/vax/bi/kdb.c		kdb
65
66device	uba { csr }
67attach	uba at backplane with uba_backplane
68attach	uba at sbi with uba_sbi
69attach	uba at cmi with uba_cmi
70attach	uba at bi with uba_bi
71file	arch/vax/uba/uba.c		uba
72
73device	mtc: mscp
74attach	mtc at uba
75device	uda: mscp
76attach	uda at uba
77file    arch/vax/uba/uda.c		uda | mtc
78
79device	de: ifnet, ether, arp
80attach	de at uba
81file	arch/vax/if/if_de.c		de needs-flag
82
83# DEQNA/DELQA used on Qbus
84device	qe: ifnet, ether, arp
85attach	qe at uba
86file	arch/vax/if/if_qe.c		qe needs-flag
87
88# DEBNA/DEBNT Ethernet Adapter
89device	ni: ifnet, ether, arp
90attach	ni at bi
91file	arch/vax/bi/ni.c		ni needs-flag
92
93# TS11 at UBA
94device	ts: tape
95attach	ts at uba
96file	arch/vax/uba/ts.c		ts needs-count
97
98# DHU-11 at UBA
99device	dhu: tty
100attach	dhu at uba
101file	arch/vax/uba/dhu.c		dhu needs-flag
102
103# DZ11(-compatible) at UBA/vsbus
104device	dz { }: tty
105file	arch/vax/uba/dz.c		dz needs-flag
106
107attach	dz at uba with dz_uba
108file	arch/vax/uba/dz_uba.c		dz_uba
109
110attach	dz at vsbus with dz_vsbus
111file	arch/vax/vsa/dz_vsbus.c		dz_vsbus
112
113# RD-type disks at VS2000's onboard MFM-controller
114device	hdc { drive = -1 }
115attach	hdc at vsbus
116file	arch/vax/vsa/hdc9224.c		hdc needs-flag
117
118device	rd: disk
119attach	rd at hdc
120major	{rd = 19}
121
122#
123# Machine-independent SCSI driver.
124#
125include "../../../dev/scsipi/files.scsipi"
126major	{ sd = 20 }
127major	{ st = 21 }
128major	{ cd = 22 }
129
130# Memory Disk for install floppy
131major	{ md = 23 }
132
133# builtin NCR5380 SCSI-controller on VAXstation 
134device	ncr: scsi, ncr5380sbc
135attach	ncr at vsbus
136file	arch/vax/vsa/ncr.c		ncr needs-flag
137
138# LANCE ethernet controller on VAXstation
139device	ln: ifnet, ether
140attach	ln at vsbus
141file	arch/vax/vsa/if_ln.c		ln
142
143# Monochrome framebuffer on VS3100.
144device	smg: wsemuldisplaydev
145attach	smg at vsbus
146file	arch/vax/vsa/smg.c		smg needs-flag
147
148device	lkc
149attach	lkc at dz
150file	arch/vax/vsa/lkc.c		lkc 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 | smg
157
158# DL-11 at UBA
159device	dl: tty
160attach	dl at uba
161file	arch/vax/uba/dl.c		dl needs-flag
162
163# These devices aren't tested (or even compiled!)
164# They are just included here to make some files happy ;)
165#
166
167# Ikonas framebuffer
168device	ik
169attach	ik at uba
170file	arch/vax/uba/ik.c		ik needs-flag
171
172device	vs
173attach	vs at uba
174file	arch/vax/uba/vs.c		vs needs-flag
175
176# RK06/07 on UBA
177device	rk: disk
178attach	rk at uba
179file	arch/vax/uba/rk.c		rk needs-flag
180
181# TM11/TE10 at UBA
182device	te: tape
183attach	te at uba
184file	arch/vax/uba/tm.c		te needs-flag
185
186# TU78 at MBA
187device	mu: tape
188attach	mu at mba
189file	arch/vax/mba/mt.c		mu needs-flag
190
191# DMF32 on UBA
192device	dmf # XXX?
193attach	dmf at uba
194file	arch/vax/uba/dmf.c		dmf needs-flag
195file	arch/vax/uba/dmz.c		dmf needs-flag
196
197# DMZ32 on UBA
198device	dmz # XXX?
199attach	dmz at uba
200file	arch/vax/uba/dmx.c		dmz needs-flag
201
202# DN-11 on UBA
203device	dn # XXX?
204attach	dn at uba
205file	arch/vax/uba/dn.c		dn needs-flag
206
207# IDC (RB730) on UBA (VAX 11/730)
208device	idc { drive=-1 }
209attach	idc at uba
210device	rb: disk
211attach	rb at idc
212file	arch/vax/uba/idc.c		rb needs-flag
213
214# LP-11 at UBA
215device	lp
216attach	lp at uba
217file	arch/vax/uba/lp.c		lp needs-flag
218
219# ???? at UBA
220device	lpa
221attach	lpa at uba
222file	arch/vax/uba/lpa.c		lpa needs-flag
223
224# PS2 at UBA
225device	ps
226attach	ps at uba
227file	arch/vax/uba/ps.c		ps needs-flag
228
229# RL02/RL11 at UBA
230device	hl { drive=-1 }
231attach	hl at uba
232device	rl: disk
233attach	rl at hl
234file	arch/vax/uba/rl.c		rl needs-flag
235
236# SC-21/SC-31 at UBA
237device	sc { drive=-1 }
238attach	sc at uba
239device	up: disk
240attach	up at sc
241file	arch/vax/uba/up.c		up needs-flag
242
243# TU45 at UBA
244device	ut { drive=-1}
245attach	ut at uba
246device	tj: tape
247attach	tj at ut
248file	arch/vax/uba/ut.c		tj needs-flag
249
250# TU58/DECtape II
251device	uu: tape
252attach	uu at uba
253file	arch/vax/uba/uu.c		uu needs-flag
254
255# Benson-Varian plotter at UBA
256device	va { drive=-1}
257attach	va at uba
258device	vz
259attach	vz at va
260file	arch/vax/uba/va.c		va needs-flag
261
262# Versatec plotter at UBA
263device	vp
264attach	vp at uba
265file	arch/vax/uba/vp.c		vp needs-flag
266
267# QVSS at UBA
268device	qv
269attach	qv at uba
270file	arch/vax/uba/qv.c		qv needs-count
271
272# Interlan NP100 at UBA
273device	np: ifnet
274attach	np at uba
275file	arch/vax/if/if_ix.c		np needs-flag
276file	arch/vax/uba/np.c		np needs-flag
277
278# ACC LH/DH IMP on UBA
279device	acc: ifnet
280attach	acc at uba
281file	arch/vax/if/if_acc.c		acc needs-flag
282
283# DR11C at UBA
284device	ct # XXX
285attach	ct at uba
286file	arch/vax/uba/ct.c		ct needs-flag
287
288# A/D-converter on UBA
289device	ad
290attach	ad at uba
291file	arch/vax/uba/ad.c		ad needs-flag
292
293# DH-11/DM-11 on UBA
294device	dh # XXX?
295attach	dh at uba
296file	arch/vax/uba/dh.c		dh needs-flag
297
298# These are general files needed for compilation.
299file	dev/cons.c
300file	dev/cninit.c
301file	dev/clock_subr.c		vax8200|vax410|vax43|vax630
302file	arch/vax/vax/locore.c
303file	arch/vax/vax/mem.c
304file	arch/vax/vax/clock.c
305file	arch/vax/vax/gencons.c	vax8600|vax8200|vax780|vax750|vax630|vax650
306file	arch/vax/vax/pmap.c
307file	arch/vax/vax/machdep.c
308file	arch/vax/vax/ka750.c		vax750
309file	arch/vax/vax/ctu.c		vax750
310file	arch/vax/vax/ka780.c		vax780
311file	arch/vax/vax/cfl.c		vax780
312file	arch/vax/vax/ka820.c		vax8200
313file	arch/vax/vax/ka860.c		vax8600
314file	arch/vax/vax/crl.c		vax8600
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