files.vax revision 1.61
1#       $NetBSD: files.vax,v 1.61 2000/01/10 02:35:35 matt 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 with ze_ibus
54file	arch/vax/if/if_ze.c		ze_ibus
55attach	ze at vsbus with ze_vsbus
56file	arch/vax/vsa/if_ze_vsbus.c	ze_vsbus
57
58attach	le at ibus with le_ibus:	le24
59file	arch/vax/if/if_le.c		le_ibus
60
61attach	mba at sbi with mba_sbi
62attach	mba at cmi with mba_cmi
63file	arch/vax/mba/mba.c		mba needs-flag
64
65device  hp: disk
66attach  hp at mba
67file    arch/vax/mba/hp.c		hp needs-flag
68major	{hp = 0}
69
70device	ht: tape
71attach	ht at mba
72file	arch/vax/mba/ht.c		ht needs-flag
73
74# wscons files.
75include "dev/wscons/files.wscons"
76
77# Memory Disk for install floppy
78file arch/vax/vax/md_root.c		memory_disk_hooks
79major	{md = 23}
80
81# MSCP device drivers
82include "dev/mscp/files.mscp"
83major	{ra = 9}
84
85# Unibus/Q22 bus definitions
86include "dev/qbus/files.uba"
87
88attach	uba at ibus with uba_ibus
89file	arch/vax/uba/uba_ibus.c		uba_ibus
90attach	uba at sbi with uba_sbi
91file	arch/vax/uba/uba_sbi.c		uba_sbi
92attach	uba at cmi with uba_cmi
93file	arch/vax/uba/uba_cmi.c		uba_cmi
94
95# BI bus definitions
96include "dev/bi/files.bi"
97
98attach	bi at mainbus with bi_mainbus
99file	arch/vax/bi/bi_mainbus.c	bi_mainbus
100
101# VAX CPUs at BI, do not belong in MI code.
102attach	cpu at bi with cpu_bi
103attach	mem at bi with mem_bi
104
105# TS11 at UBA
106device	ts: tape
107attach	ts at uba
108file	arch/vax/uba/ts.c		ts needs-flag
109
110attach	dz at vsbus with dz_vsbus
111file	arch/vax/vsa/dz_ibus.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		ry | hdc | rd needs-flag
117
118device	rd: disk
119attach	rd at hdc
120major	{rd = 19}
121
122device	ry: disk
123attach	ry at hdc
124major	{ry = 24}
125
126#
127# Machine-independent SCSI driver.
128#
129include "dev/scsipi/files.scsipi"
130major	{ sd = 20 }
131major	{ cd = 22 }
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
139attach	le at vsbus with le_vsbus:	le24
140file	arch/vax/if/if_le_vsbus.c	le_vsbus
141
142# Monochrome framebuffer on VS3100.
143device	smg: wsemuldisplaydev, qfont
144attach	smg at vsbus
145file	arch/vax/vsa/smg.c		smg needs-flag
146
147# builtin NCR53C95 SCSI Controlller on VAXstation 4000 VLC/60/9x
148device	asc: scsi, ncr53c9x
149attach	asc at vsbus with asc_vsbus
150file	arch/vax/vsa/asc_vsbus.c	asc needs-flag
151
152device	lkc: qfont
153attach	lkc at dz
154file	arch/vax/vsa/lkc.c		lkc needs-flag
155
156# These devices aren't tested (or even compiled!)
157# They are just included here to make some files happy ;)
158#
159
160# Ikonas framebuffer
161device	ik
162attach	ik at uba
163file	arch/vax/uba/ik.c		ik needs-flag
164
165device	vs
166attach	vs at uba
167file	arch/vax/uba/vs.c		vs needs-flag
168
169# RK06/07 on UBA
170device	rk: disk
171attach	rk at uba
172file	arch/vax/uba/rk.c		rk needs-flag
173
174# TM11/TE10 at UBA
175device	te: tape
176attach	te at uba
177file	arch/vax/uba/tm.c		te needs-flag
178
179# TU78 at MBA
180device	mu: tape
181attach	mu at mba
182file	arch/vax/mba/mt.c		mu needs-flag
183
184# DMF32 on UBA
185device	dmf # XXX?
186attach	dmf at uba
187file	arch/vax/uba/dmf.c		dmf needs-flag
188file	arch/vax/uba/dmz.c		dmf needs-flag
189
190# DMZ32 on UBA
191device	dmz # XXX?
192attach	dmz at uba
193file	arch/vax/uba/dmx.c		dmz needs-flag
194
195# DN-11 on UBA
196device	dn # XXX?
197attach	dn at uba
198file	arch/vax/uba/dn.c		dn needs-flag
199
200# IDC (RB730) on UBA (VAX 11/730)
201device	idc { drive=-1 }
202attach	idc at uba
203device	rb: disk
204attach	rb at idc
205file	arch/vax/uba/idc.c		rb needs-flag
206
207# LP-11 at UBA
208device	lp
209attach	lp at uba
210file	arch/vax/uba/lp.c		lp needs-flag
211
212# ???? at UBA
213device	lpa
214attach	lpa at uba
215file	arch/vax/uba/lpa.c		lpa needs-flag
216
217# PS2 at UBA
218device	ps
219attach	ps at uba
220file	arch/vax/uba/ps.c		ps needs-flag
221
222# RL02/RL11 at UBA
223device	hl { drive=-1 }
224attach	hl at uba
225device	rl: disk
226attach	rl at hl
227file	arch/vax/uba/rl.c		rl needs-flag
228
229# SC-21/SC-31 at UBA
230device	sc { drive=-1 }
231attach	sc at uba
232device	up: disk
233attach	up at sc
234file	arch/vax/uba/up.c		up needs-flag
235
236# TU45 at UBA
237device	ut { drive=-1}
238attach	ut at uba
239device	tj: tape
240attach	tj at ut
241file	arch/vax/uba/ut.c		tj needs-flag
242
243# TU58/DECtape II
244device	uu: tape
245attach	uu at uba
246file	arch/vax/uba/uu.c		uu needs-flag
247
248# Benson-Varian plotter at UBA
249device	va { drive=-1}
250attach	va at uba
251device	vz
252attach	vz at va
253file	arch/vax/uba/va.c		va needs-flag
254
255# Versatec plotter at UBA
256device	vp
257attach	vp at uba
258file	arch/vax/uba/vp.c		vp needs-flag
259
260# QVSS at UBA
261device	qv
262attach	qv at uba
263file	arch/vax/uba/qv.c		qv needs-flag
264
265# Interlan NP100 at UBA
266device	np: ifnet
267attach	np at uba
268file	arch/vax/if/if_ix.c		np needs-flag
269file	arch/vax/uba/np.c		np needs-flag
270
271# ACC LH/DH IMP on UBA
272device	acc: ifnet
273attach	acc at uba
274file	arch/vax/if/if_acc.c		acc needs-flag
275
276# DR11C at UBA
277device	ct # XXX
278attach	ct at uba
279file	arch/vax/uba/ct.c		ct needs-flag
280
281# A/D-converter on UBA
282device	ad
283attach	ad at uba
284file	arch/vax/uba/ad.c		ad needs-flag
285
286# DH-11/DM-11 on UBA
287device	dh # XXX?
288attach	dh at uba
289file	arch/vax/uba/dh.c		dh needs-flag
290
291# These are general files needed for compilation.
292file	dev/cons.c
293file	dev/cninit.c
294file	dev/clock_subr.c	vax8200|vax410|vax43|vax630|vax670|vax46|vax48|vax49
295file	arch/vax/vax/locore.c
296file	arch/vax/vax/mem.c
297file	arch/vax/vax/clock.c
298file	arch/vax/vax/gencons.c	vax8600|vax8200|vax780|vax750|vax630|vax650|vax670
299file	arch/vax/vax/pmap.c
300file	arch/vax/vax/machdep.c
301file	arch/vax/vax/ka820.c		vax8200
302file	arch/vax/vax/crx.c		vax8200
303file	arch/vax/vax/ka630.c		vax630
304file	arch/vax/vax/ka410.c		vax410
305file	arch/vax/vax/ka43.c		vax43
306file	arch/vax/vax/ka46.c		vax46
307file	arch/vax/vax/ka48.c		vax48
308file	arch/vax/vax/ka49.c		vax49
309file	arch/vax/vax/emulate.s		vax630|vax650|vax410
310file	arch/vax/vax/ka650.c		vax650
311file	arch/vax/vax/ka670.c		vax670
312file	arch/vax/vax/scb.c
313file	arch/vax/vax/conf.c
314file	arch/vax/vax/urem.s
315file	arch/vax/vax/udiv.s
316file	arch/vax/vax/trap.c
317file	arch/vax/vax/bus_dma.c
318file	arch/vax/vax/bus_mem.c
319file	arch/vax/vax/sgmap.c
320file	arch/vax/vax/vm_machdep.c
321file	arch/vax/vax/findcpu.c
322file	arch/vax/vax/autoconf.c
323file	arch/vax/vax/in_cksum.c		inet
324file	arch/vax/vax/ns_cksum.c		ns
325file	arch/vax/vax/disksubr.c		disk | tape
326file	arch/vax/vax/db_machdep.c	ddb
327file	arch/vax/vax/db_disasm.c	ddb
328file	arch/vax/uba/uba_dma.c		uba
329
330include "compat/ultrix/files.ultrix"
331
332include "compat/ibcs2/files.ibcs2"
333file	arch/vax/vax/ibcs2_machdep.c	compat_ibcs2
334
335include "compat/vax1k/files.vax1k"
336
337# Dom h{ra f}r vara kvar s} l{nge f}r vi se vilka vi beh|ver...
338#arch/vax/vax/dkbad.c         standard
339#arch/vax/vax/ka730.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