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