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