files.vax revision 1.58
1#       $NetBSD: files.vax,v 1.58 1999/08/08 11:45:01 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
14# Define a bunch of devices, needed in more than one place.
15device	cpu
16device	mem
17device	mba { drive = -1 }
18
19# SBI and related devices
20device	sbi { tr=-1 }
21attach	sbi at mainbus with sbi_mainbus
22file	arch/vax/vax/sbi.c		sbi
23
24attach	mem at sbi with mem_sbi
25file	arch/vax/vax/ka780.c		vax780 | mem_sbi
26file	arch/vax/vax/cfl.c		vax780 | mem_sbi
27
28# Abus and related devices
29device	abus { }
30attach	abus at mainbus
31attach	sbi at abus with sbi_abus
32file	arch/vax/vax/ka860.c		abus
33file	arch/vax/vax/crl.c		abus
34
35# CMI and related devices
36device	cmi { tr=-1 }
37attach	cmi at mainbus
38file	arch/vax/vax/cmi.c		cmi
39
40attach	mem at cmi with mem_cmi
41file	arch/vax/vax/ka750.c		vax750 | mem_cmi
42file	arch/vax/vax/ctu.c		vax750 | mem_cmi
43
44device	vsbus { csr }
45attach	vsbus at mainbus
46file	arch/vax/vsa/vsbus.c		vsbus
47
48device	ibus { }
49attach	ibus at mainbus
50file	arch/vax/vax/ibus.c		ibus
51
52device	ze: sgec, arp, ether, ifnet
53attach	ze at ibus
54file	arch/vax/if/if_ze.c		ze
55
56attach	mba at sbi with mba_sbi
57attach	mba at cmi with mba_cmi
58file	arch/vax/mba/mba.c		mba needs-flag
59
60device  hp: disk
61attach  hp at mba
62file    arch/vax/mba/hp.c		hp needs-flag
63major	{hp = 0}
64
65device	ht: tape
66attach	ht at mba
67file	arch/vax/mba/ht.c		ht needs-flag
68
69# wscons files.
70include "dev/wscons/files.wscons"
71
72# Memory Disk for install floppy
73file arch/vax/vax/md_root.c		memory_disk_hooks
74major	{md = 23}
75
76# MSCP device drivers
77include "dev/mscp/files.mscp"
78major	{ra = 9}
79
80# Unibus/Q22 bus definitions
81include "dev/qbus/files.uba"
82
83attach	uba at ibus with uba_ibus
84file	arch/vax/uba/uba_ibus.c		uba_ibus
85attach	uba at sbi with uba_sbi
86file	arch/vax/uba/uba_sbi.c		uba_sbi
87attach	uba at cmi with uba_cmi
88file	arch/vax/uba/uba_cmi.c		uba_cmi
89
90# BI bus definitions
91include "dev/bi/files.bi"
92
93attach	bi at mainbus with bi_mainbus
94file	arch/vax/bi/bi_mainbus.c	bi_mainbus
95
96# VAX CPUs at BI, do not belong in MI code.
97attach	cpu at bi with cpu_bi
98attach	mem at bi with mem_bi
99
100# TS11 at UBA
101device	ts: tape
102attach	ts at uba
103file	arch/vax/uba/ts.c		ts needs-flag
104
105attach	dz at vsbus with dz_vsbus
106file	arch/vax/vsa/dz_ibus.c		dz_vsbus
107
108# RD-type disks at VS2000's onboard MFM-controller
109device	hdc { drive = -1 }
110attach	hdc at vsbus
111file	arch/vax/vsa/hdc9224.c		ry | hdc | rd needs-flag
112
113device	rd: disk
114attach	rd at hdc
115major	{rd = 19}
116
117device	ry: disk
118attach	ry at hdc
119major	{ry = 24}
120
121#
122# Machine-independent SCSI driver.
123#
124include "dev/scsipi/files.scsipi"
125major	{ sd = 20 }
126major	{ cd = 22 }
127
128# builtin NCR5380 SCSI-controller on VAXstation 
129device	ncr: scsi, ncr5380sbc
130attach	ncr at vsbus
131file	arch/vax/vsa/ncr.c		ncr needs-flag
132
133# LANCE ethernet controller on VAXstation
134device	ln: ifnet, ether, arp
135attach	ln at vsbus
136file	arch/vax/vsa/if_ln.c		ln
137
138# Monochrome framebuffer on VS3100.
139device	smg: wsemuldisplaydev, qfont
140attach	smg at vsbus
141file	arch/vax/vsa/smg.c		smg needs-flag
142
143device	lkc: qfont
144attach	lkc at dz
145file	arch/vax/vsa/lkc.c		lkc needs-flag
146
147# These devices aren't tested (or even compiled!)
148# They are just included here to make some files happy ;)
149#
150
151# Ikonas framebuffer
152device	ik
153attach	ik at uba
154file	arch/vax/uba/ik.c		ik needs-flag
155
156device	vs
157attach	vs at uba
158file	arch/vax/uba/vs.c		vs needs-flag
159
160# RK06/07 on UBA
161device	rk: disk
162attach	rk at uba
163file	arch/vax/uba/rk.c		rk needs-flag
164
165# TM11/TE10 at UBA
166device	te: tape
167attach	te at uba
168file	arch/vax/uba/tm.c		te needs-flag
169
170# TU78 at MBA
171device	mu: tape
172attach	mu at mba
173file	arch/vax/mba/mt.c		mu needs-flag
174
175# DMF32 on UBA
176device	dmf # XXX?
177attach	dmf at uba
178file	arch/vax/uba/dmf.c		dmf needs-flag
179file	arch/vax/uba/dmz.c		dmf needs-flag
180
181# DMZ32 on UBA
182device	dmz # XXX?
183attach	dmz at uba
184file	arch/vax/uba/dmx.c		dmz needs-flag
185
186# DN-11 on UBA
187device	dn # XXX?
188attach	dn at uba
189file	arch/vax/uba/dn.c		dn needs-flag
190
191# IDC (RB730) on UBA (VAX 11/730)
192device	idc { drive=-1 }
193attach	idc at uba
194device	rb: disk
195attach	rb at idc
196file	arch/vax/uba/idc.c		rb needs-flag
197
198# LP-11 at UBA
199device	lp
200attach	lp at uba
201file	arch/vax/uba/lp.c		lp needs-flag
202
203# ???? at UBA
204device	lpa
205attach	lpa at uba
206file	arch/vax/uba/lpa.c		lpa needs-flag
207
208# PS2 at UBA
209device	ps
210attach	ps at uba
211file	arch/vax/uba/ps.c		ps needs-flag
212
213# RL02/RL11 at UBA
214device	hl { drive=-1 }
215attach	hl at uba
216device	rl: disk
217attach	rl at hl
218file	arch/vax/uba/rl.c		rl needs-flag
219
220# SC-21/SC-31 at UBA
221device	sc { drive=-1 }
222attach	sc at uba
223device	up: disk
224attach	up at sc
225file	arch/vax/uba/up.c		up needs-flag
226
227# TU45 at UBA
228device	ut { drive=-1}
229attach	ut at uba
230device	tj: tape
231attach	tj at ut
232file	arch/vax/uba/ut.c		tj needs-flag
233
234# TU58/DECtape II
235device	uu: tape
236attach	uu at uba
237file	arch/vax/uba/uu.c		uu needs-flag
238
239# Benson-Varian plotter at UBA
240device	va { drive=-1}
241attach	va at uba
242device	vz
243attach	vz at va
244file	arch/vax/uba/va.c		va needs-flag
245
246# Versatec plotter at UBA
247device	vp
248attach	vp at uba
249file	arch/vax/uba/vp.c		vp needs-flag
250
251# QVSS at UBA
252device	qv
253attach	qv at uba
254file	arch/vax/uba/qv.c		qv needs-flag
255
256# Interlan NP100 at UBA
257device	np: ifnet
258attach	np at uba
259file	arch/vax/if/if_ix.c		np needs-flag
260file	arch/vax/uba/np.c		np needs-flag
261
262# ACC LH/DH IMP on UBA
263device	acc: ifnet
264attach	acc at uba
265file	arch/vax/if/if_acc.c		acc needs-flag
266
267# DR11C at UBA
268device	ct # XXX
269attach	ct at uba
270file	arch/vax/uba/ct.c		ct needs-flag
271
272# A/D-converter on UBA
273device	ad
274attach	ad at uba
275file	arch/vax/uba/ad.c		ad needs-flag
276
277# DH-11/DM-11 on UBA
278device	dh # XXX?
279attach	dh at uba
280file	arch/vax/uba/dh.c		dh needs-flag
281
282# These are general files needed for compilation.
283file	dev/cons.c
284file	dev/cninit.c
285file	dev/clock_subr.c	vax8200|vax410|vax43|vax630|vax670|vax46|vax48|vax49
286file	arch/vax/vax/locore.c
287file	arch/vax/vax/mem.c
288file	arch/vax/vax/clock.c
289file	arch/vax/vax/gencons.c	vax8600|vax8200|vax780|vax750|vax630|vax650|vax670
290file	arch/vax/vax/pmap.c
291file	arch/vax/vax/machdep.c
292file	arch/vax/vax/ka820.c		vax8200
293file	arch/vax/vax/crx.c		vax8200
294file	arch/vax/vax/ka630.c		vax630
295file	arch/vax/vax/ka410.c		vax410
296file	arch/vax/vax/ka43.c		vax43
297file	arch/vax/vax/ka46.c		vax46
298file	arch/vax/vax/ka48.c		vax48
299file	arch/vax/vax/emulate.s		vax630|vax650|vax410
300file	arch/vax/vax/ka650.c		vax650
301file	arch/vax/vax/ka670.c		vax670
302file	arch/vax/vax/scb.c
303file	arch/vax/vax/conf.c
304file	arch/vax/vax/urem.s
305file	arch/vax/vax/udiv.s
306file	arch/vax/vax/trap.c
307file	arch/vax/vax/bus_dma.c
308file	arch/vax/vax/bus_mem.c
309file	arch/vax/vax/sgmap.c
310file	arch/vax/vax/vm_machdep.c
311file	arch/vax/vax/findcpu.c
312file	arch/vax/vax/autoconf.c
313file	arch/vax/vax/in_cksum.c		inet
314file	arch/vax/vax/ns_cksum.c		ns
315file	arch/vax/vax/disksubr.c		disk | tape
316file	arch/vax/vax/db_machdep.c	ddb
317file	arch/vax/vax/db_disasm.c	ddb
318file	arch/vax/uba/uba_dma.c		uba
319
320include "compat/ultrix/files.ultrix"
321include "compat/vax1k/files.vax1k"
322
323# Dom h{ra f}r vara kvar s} l{nge f}r vi se vilka vi beh|ver...
324#arch/vax/vax/dkbad.c         standard
325#arch/vax/vax/ka730.c         standard
326#arch/vax/vax/iidr.o          optional ii
327#arch/vax/vax/iidrsys.o       optional ii
328#arch/vax/vax/iidr_glob.o     optional ii
329#arch/vax/if/if_css.c         optional css imp device-driver
330#arch/vax/if/if_dp.c          optional dp device-driver
331#arch/vax/if/if_ddn.c         optional ddn device-driver
332#arch/vax/if/if_dmc.c         optional dmc device-driver
333#arch/vax/if/if_dmv.c         optional dmv device-driver
334#arch/vax/if/if_ec.c          optional ec device-driver
335#arch/vax/if/if_en.c          optional en device-driver
336#arch/vax/if/if_ex.c          optional ex device-driver
337#arch/vax/if/if_hdh.c         optional hdh device-driver
338#arch/vax/if/if_hy.c          optional hy device-driver
339#arch/vax/if/if_il.c          optional il device-driver
340#arch/vax/if/if_pcl.c         optional pcl device-driver
341#arch/vax/if/if_vv.c          optional vv device-driver
342#arch/vax/if/raw_hy.c         optional hy device-driver
343