files.vax revision 1.67
1#       $NetBSD: files.vax,v 1.67 2000/04/22 16:48:54 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	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# Unibus disks
116major	{rl = 14}
117
118# BI bus definitions
119include "dev/bi/files.bi"
120
121attach	bi at mainbus with bi_mainbus
122file	arch/vax/bi/bi_mainbus.c	bi_mainbus
123
124# VAX CPUs at BI, do not belong in MI code.
125attach	cpu at bi with cpu_bi
126attach	mem at bi with mem_bi
127
128# TS11 at UBA
129device	ts: tape
130attach	ts at uba
131file	arch/vax/uba/ts.c		ts needs-flag
132
133attach	dz at vsbus with dz_vsbus
134file	arch/vax/vsa/dz_ibus.c		dz_vsbus
135
136# RD-type disks at VS2000's onboard MFM-controller
137device	hdc { drive = -1 }
138attach	hdc at vsbus
139file	arch/vax/vsa/hdc9224.c		ry | hdc | rd needs-flag
140
141device	rd: disk
142attach	rd at hdc
143major	{rd = 19}
144
145device	ry: disk
146attach	ry at hdc
147major	{ry = 24}
148
149#
150# Machine-independent SCSI driver.
151#
152include "dev/scsipi/files.scsipi"
153major	{ sd = 20 }
154major	{ cd = 22 }
155
156# builtin NCR5380 SCSI-controller on VAXstation 
157device	ncr: scsi, ncr5380sbc
158attach	ncr at vsbus
159file	arch/vax/vsa/ncr.c		ncr needs-flag
160
161# LANCE ethernet controller on VAXstation
162attach	le at vsbus with le_vsbus:	le24
163file	arch/vax/if/if_le_vsbus.c	le_vsbus
164
165# Monochrome framebuffer on VS3100.
166device	smg: wsemuldisplaydev, qfont
167attach	smg at vsbus
168file	arch/vax/vsa/smg.c		smg needs-flag
169
170# builtin NCR53C95 SCSI Controlller on VAXstation 4000 VLC/60/9x
171device	asc: scsi, ncr53c9x
172attach	asc at vsbus with asc_vsbus
173file	arch/vax/vsa/asc_vsbus.c	asc needs-flag
174
175device	lkc: qfont
176attach	lkc at dz
177file	arch/vax/vsa/lkc.c		lkc needs-flag
178
179# These devices aren't tested (or even compiled!)
180# They are just included here to make some files happy ;)
181#
182
183# Ikonas framebuffer
184device	ik
185attach	ik at uba
186file	arch/vax/uba/ik.c		ik needs-flag
187
188device	vs
189attach	vs at uba
190file	arch/vax/uba/vs.c		vs needs-flag
191
192# RK06/07 on UBA
193device	rk: disk
194attach	rk at uba
195file	arch/vax/uba/rk.c		rk needs-flag
196
197# TM11/TE10 at UBA
198device	te: tape
199attach	te at uba
200file	arch/vax/uba/tm.c		te needs-flag
201
202# TU78 at MBA
203device	mu: tape
204attach	mu at mba
205file	arch/vax/mba/mt.c		mu needs-flag
206
207# DMF32 on UBA
208device	dmf # XXX?
209attach	dmf at uba
210file	arch/vax/uba/dmf.c		dmf needs-flag
211file	arch/vax/uba/dmz.c		dmf needs-flag
212
213# DMZ32 on UBA
214device	dmz # XXX?
215attach	dmz at uba
216file	arch/vax/uba/dmx.c		dmz needs-flag
217
218# DN-11 on UBA
219device	dn # XXX?
220attach	dn at uba
221file	arch/vax/uba/dn.c		dn needs-flag
222
223# IDC (RB730) on UBA (VAX 11/730)
224device	idc { drive=-1 }
225attach	idc at uba
226device	rb: disk
227attach	rb at idc
228file	arch/vax/uba/idc.c		rb needs-flag
229
230# LP-11 at UBA
231device	lp
232attach	lp at uba
233file	arch/vax/uba/lp.c		lp needs-flag
234
235# ???? at UBA
236device	lpa
237attach	lpa at uba
238file	arch/vax/uba/lpa.c		lpa needs-flag
239
240# PS2 at UBA
241device	ps
242attach	ps at uba
243file	arch/vax/uba/ps.c		ps needs-flag
244
245# SC-21/SC-31 at UBA
246device	sc { drive=-1 }
247attach	sc at uba
248device	up: disk
249attach	up at sc
250file	arch/vax/uba/up.c		up needs-flag
251
252# TU45 at UBA
253device	ut { drive=-1}
254attach	ut at uba
255device	tj: tape
256attach	tj at ut
257file	arch/vax/uba/ut.c		tj needs-flag
258
259# TU58/DECtape II
260device	uu: tape
261attach	uu at uba
262file	arch/vax/uba/uu.c		uu needs-flag
263
264# Benson-Varian plotter at UBA
265device	va { drive=-1}
266attach	va at uba
267device	vz
268attach	vz at va
269file	arch/vax/uba/va.c		va needs-flag
270
271# Versatec plotter at UBA
272device	vp
273attach	vp at uba
274file	arch/vax/uba/vp.c		vp needs-flag
275
276# QVSS at UBA
277device	qv
278attach	qv at uba
279file	arch/vax/uba/qv.c		qv needs-flag
280
281# Interlan NP100 at UBA
282device	np: ifnet
283attach	np at uba
284file	arch/vax/if/if_ix.c		np needs-flag
285file	arch/vax/uba/np.c		np needs-flag
286
287# ACC LH/DH IMP on UBA
288device	acc: ifnet
289attach	acc at uba
290file	arch/vax/if/if_acc.c		acc needs-flag
291
292# DR11C at UBA
293device	ct # XXX
294attach	ct at uba
295file	arch/vax/uba/ct.c		ct needs-flag
296
297# A/D-converter on UBA
298device	ad
299attach	ad at uba
300file	arch/vax/uba/ad.c		ad needs-flag
301
302# DH-11/DM-11 on UBA
303device	dh # XXX?
304attach	dh at uba
305file	arch/vax/uba/dh.c		dh needs-flag
306
307# These are general files needed for compilation.
308file	dev/cons.c
309file	dev/cninit.c
310file	dev/clock_subr.c	vax8200|vax410|vax43|vax630|vax670|vax46|vax48|vax49
311file	arch/vax/vax/locore.c
312file	arch/vax/vax/mem.c
313file	arch/vax/vax/clock.c
314file	arch/vax/vax/gencons.c	vax8600|vax8200|vax780|vax750|vax630|vax650|vax670
315file	arch/vax/vax/pmap.c
316file	arch/vax/vax/machdep.c
317file	arch/vax/vax/ka820.c		vax8200
318file	arch/vax/vax/crx.c		vax8200
319file	arch/vax/vax/ka630.c		vax630
320file	arch/vax/vax/ka410.c		vax410
321file	arch/vax/vax/ka43.c		vax43
322file	arch/vax/vax/ka46.c		vax46
323file	arch/vax/vax/ka48.c		vax48
324file	arch/vax/vax/ka49.c		vax49
325file	arch/vax/vax/emulate.s		vax630|vax650|vax410
326file	arch/vax/vax/ka650.c		vax650
327file	arch/vax/vax/ka670.c		vax670
328file	arch/vax/vax/scb.c
329file	arch/vax/vax/conf.c
330file	arch/vax/vax/urem.s
331file	arch/vax/vax/udiv.s
332file	arch/vax/vax/trap.c
333file	arch/vax/vax/bus_dma.c
334file	arch/vax/vax/bus_mem.c
335file	arch/vax/vax/sgmap.c
336file	arch/vax/vax/vm_machdep.c
337file	arch/vax/vax/findcpu.c
338file	arch/vax/vax/autoconf.c
339file	arch/vax/vax/in_cksum.c		inet
340file	netinet/in4_cksum.c		inet
341file	arch/vax/vax/ns_cksum.c		ns
342file	arch/vax/vax/disksubr.c		disk | tape
343file	arch/vax/vax/db_machdep.c	ddb
344file	arch/vax/vax/db_disasm.c	ddb
345file	arch/vax/uba/uba_dma.c		uba
346
347include "compat/ibcs2/files.ibcs2"
348file	arch/vax/vax/ibcs2_machdep.c	compat_ibcs2
349
350include "compat/ultrix/files.ultrix"
351
352include "compat/vax1k/files.vax1k"
353
354# Dom h{ra f}r vara kvar s} l{nge f}r vi se vilka vi beh|ver...
355#arch/vax/vax/dkbad.c         standard
356#arch/vax/vax/ka730.c         standard
357#arch/vax/vax/iidr.o          optional ii
358#arch/vax/vax/iidrsys.o       optional ii
359#arch/vax/vax/iidr_glob.o     optional ii
360#arch/vax/if/if_css.c         optional css imp device-driver
361#arch/vax/if/if_dp.c          optional dp device-driver
362#arch/vax/if/if_ddn.c         optional ddn device-driver
363#arch/vax/if/if_dmc.c         optional dmc device-driver
364#arch/vax/if/if_dmv.c         optional dmv device-driver
365#arch/vax/if/if_ec.c          optional ec device-driver
366#arch/vax/if/if_en.c          optional en device-driver
367#arch/vax/if/if_ex.c          optional ex device-driver
368#arch/vax/if/if_hdh.c         optional hdh device-driver
369#arch/vax/if/if_hy.c          optional hy device-driver
370#arch/vax/if/if_il.c          optional il device-driver
371#arch/vax/if/if_pcl.c         optional pcl device-driver
372#arch/vax/if/if_vv.c          optional vv device-driver
373#arch/vax/if/raw_hy.c         optional hy device-driver
374