files.vax revision 1.60
1#       $NetBSD: files.vax,v 1.60 1999/08/27 20:04:32 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 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
147device	lkc: qfont
148attach	lkc at dz
149file	arch/vax/vsa/lkc.c		lkc needs-flag
150
151# These devices aren't tested (or even compiled!)
152# They are just included here to make some files happy ;)
153#
154
155# Ikonas framebuffer
156device	ik
157attach	ik at uba
158file	arch/vax/uba/ik.c		ik needs-flag
159
160device	vs
161attach	vs at uba
162file	arch/vax/uba/vs.c		vs needs-flag
163
164# RK06/07 on UBA
165device	rk: disk
166attach	rk at uba
167file	arch/vax/uba/rk.c		rk needs-flag
168
169# TM11/TE10 at UBA
170device	te: tape
171attach	te at uba
172file	arch/vax/uba/tm.c		te needs-flag
173
174# TU78 at MBA
175device	mu: tape
176attach	mu at mba
177file	arch/vax/mba/mt.c		mu needs-flag
178
179# DMF32 on UBA
180device	dmf # XXX?
181attach	dmf at uba
182file	arch/vax/uba/dmf.c		dmf needs-flag
183file	arch/vax/uba/dmz.c		dmf needs-flag
184
185# DMZ32 on UBA
186device	dmz # XXX?
187attach	dmz at uba
188file	arch/vax/uba/dmx.c		dmz needs-flag
189
190# DN-11 on UBA
191device	dn # XXX?
192attach	dn at uba
193file	arch/vax/uba/dn.c		dn needs-flag
194
195# IDC (RB730) on UBA (VAX 11/730)
196device	idc { drive=-1 }
197attach	idc at uba
198device	rb: disk
199attach	rb at idc
200file	arch/vax/uba/idc.c		rb needs-flag
201
202# LP-11 at UBA
203device	lp
204attach	lp at uba
205file	arch/vax/uba/lp.c		lp needs-flag
206
207# ???? at UBA
208device	lpa
209attach	lpa at uba
210file	arch/vax/uba/lpa.c		lpa needs-flag
211
212# PS2 at UBA
213device	ps
214attach	ps at uba
215file	arch/vax/uba/ps.c		ps needs-flag
216
217# RL02/RL11 at UBA
218device	hl { drive=-1 }
219attach	hl at uba
220device	rl: disk
221attach	rl at hl
222file	arch/vax/uba/rl.c		rl needs-flag
223
224# SC-21/SC-31 at UBA
225device	sc { drive=-1 }
226attach	sc at uba
227device	up: disk
228attach	up at sc
229file	arch/vax/uba/up.c		up needs-flag
230
231# TU45 at UBA
232device	ut { drive=-1}
233attach	ut at uba
234device	tj: tape
235attach	tj at ut
236file	arch/vax/uba/ut.c		tj needs-flag
237
238# TU58/DECtape II
239device	uu: tape
240attach	uu at uba
241file	arch/vax/uba/uu.c		uu needs-flag
242
243# Benson-Varian plotter at UBA
244device	va { drive=-1}
245attach	va at uba
246device	vz
247attach	vz at va
248file	arch/vax/uba/va.c		va needs-flag
249
250# Versatec plotter at UBA
251device	vp
252attach	vp at uba
253file	arch/vax/uba/vp.c		vp needs-flag
254
255# QVSS at UBA
256device	qv
257attach	qv at uba
258file	arch/vax/uba/qv.c		qv needs-flag
259
260# Interlan NP100 at UBA
261device	np: ifnet
262attach	np at uba
263file	arch/vax/if/if_ix.c		np needs-flag
264file	arch/vax/uba/np.c		np needs-flag
265
266# ACC LH/DH IMP on UBA
267device	acc: ifnet
268attach	acc at uba
269file	arch/vax/if/if_acc.c		acc needs-flag
270
271# DR11C at UBA
272device	ct # XXX
273attach	ct at uba
274file	arch/vax/uba/ct.c		ct needs-flag
275
276# A/D-converter on UBA
277device	ad
278attach	ad at uba
279file	arch/vax/uba/ad.c		ad needs-flag
280
281# DH-11/DM-11 on UBA
282device	dh # XXX?
283attach	dh at uba
284file	arch/vax/uba/dh.c		dh needs-flag
285
286# These are general files needed for compilation.
287file	dev/cons.c
288file	dev/cninit.c
289file	dev/clock_subr.c	vax8200|vax410|vax43|vax630|vax670|vax46|vax48|vax49
290file	arch/vax/vax/locore.c
291file	arch/vax/vax/mem.c
292file	arch/vax/vax/clock.c
293file	arch/vax/vax/gencons.c	vax8600|vax8200|vax780|vax750|vax630|vax650|vax670
294file	arch/vax/vax/pmap.c
295file	arch/vax/vax/machdep.c
296file	arch/vax/vax/ka820.c		vax8200
297file	arch/vax/vax/crx.c		vax8200
298file	arch/vax/vax/ka630.c		vax630
299file	arch/vax/vax/ka410.c		vax410
300file	arch/vax/vax/ka43.c		vax43
301file	arch/vax/vax/ka46.c		vax46
302file	arch/vax/vax/ka48.c		vax48
303file	arch/vax/vax/ka49.c		vax49
304file	arch/vax/vax/emulate.s		vax630|vax650|vax410
305file	arch/vax/vax/ka650.c		vax650
306file	arch/vax/vax/ka670.c		vax670
307file	arch/vax/vax/scb.c
308file	arch/vax/vax/conf.c
309file	arch/vax/vax/urem.s
310file	arch/vax/vax/udiv.s
311file	arch/vax/vax/trap.c
312file	arch/vax/vax/bus_dma.c
313file	arch/vax/vax/bus_mem.c
314file	arch/vax/vax/sgmap.c
315file	arch/vax/vax/vm_machdep.c
316file	arch/vax/vax/findcpu.c
317file	arch/vax/vax/autoconf.c
318file	arch/vax/vax/in_cksum.c		inet
319file	arch/vax/vax/ns_cksum.c		ns
320file	arch/vax/vax/disksubr.c		disk | tape
321file	arch/vax/vax/db_machdep.c	ddb
322file	arch/vax/vax/db_disasm.c	ddb
323file	arch/vax/uba/uba_dma.c		uba
324
325include "compat/ultrix/files.ultrix"
326include "compat/vax1k/files.vax1k"
327
328# Dom h{ra f}r vara kvar s} l{nge f}r vi se vilka vi beh|ver...
329#arch/vax/vax/dkbad.c         standard
330#arch/vax/vax/ka730.c         standard
331#arch/vax/vax/iidr.o          optional ii
332#arch/vax/vax/iidrsys.o       optional ii
333#arch/vax/vax/iidr_glob.o     optional ii
334#arch/vax/if/if_css.c         optional css imp device-driver
335#arch/vax/if/if_dp.c          optional dp device-driver
336#arch/vax/if/if_ddn.c         optional ddn device-driver
337#arch/vax/if/if_dmc.c         optional dmc device-driver
338#arch/vax/if/if_dmv.c         optional dmv device-driver
339#arch/vax/if/if_ec.c          optional ec device-driver
340#arch/vax/if/if_en.c          optional en device-driver
341#arch/vax/if/if_ex.c          optional ex device-driver
342#arch/vax/if/if_hdh.c         optional hdh device-driver
343#arch/vax/if/if_hy.c          optional hy device-driver
344#arch/vax/if/if_il.c          optional il device-driver
345#arch/vax/if/if_pcl.c         optional pcl device-driver
346#arch/vax/if/if_vv.c          optional vv device-driver
347#arch/vax/if/raw_hy.c         optional hy device-driver
348