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