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