files.vax revision 1.64
1#       $NetBSD: files.vax,v 1.64 2000/02/14 21:42:54 thorpej 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
63
64device	ibus { }
65attach	ibus at mainbus
66file	arch/vax/vax/ibus.c		ibus
67
68device	ze: sgec, arp, ether, ifnet
69attach	ze at ibus with ze_ibus
70file	arch/vax/if/if_ze.c		ze_ibus
71attach	ze at vsbus with ze_vsbus
72file	arch/vax/vsa/if_ze_vsbus.c	ze_vsbus
73
74attach	le at ibus with le_ibus:	le24
75file	arch/vax/if/if_le.c		le_ibus
76
77attach	mba at sbi with mba_sbi
78attach	mba at cmi with mba_cmi
79file	arch/vax/mba/mba.c		mba needs-flag
80
81device  hp: disk
82attach  hp at mba
83file    arch/vax/mba/hp.c		hp needs-flag
84major	{hp = 0}
85
86device	ht: tape
87attach	ht at mba
88file	arch/vax/mba/ht.c		ht needs-flag
89
90# wscons files.
91include "dev/wscons/files.wscons"
92
93# Memory Disk for install floppy
94file arch/vax/vax/md_root.c		memory_disk_hooks
95major	{md = 23}
96
97# MSCP device drivers
98include "dev/mscp/files.mscp"
99major	{ra = 9}
100
101# Unibus/Q22 bus definitions
102include "dev/qbus/files.uba"
103
104attach	uba at ibus with uba_ibus
105file	arch/vax/uba/uba_ibus.c		uba_ibus
106attach	uba at sbi with uba_sbi
107file	arch/vax/uba/uba_sbi.c		uba_sbi
108attach	uba at cmi with uba_cmi
109file	arch/vax/uba/uba_cmi.c		uba_cmi
110
111# BI bus definitions
112include "dev/bi/files.bi"
113
114attach	bi at mainbus with bi_mainbus
115file	arch/vax/bi/bi_mainbus.c	bi_mainbus
116
117# VAX CPUs at BI, do not belong in MI code.
118attach	cpu at bi with cpu_bi
119attach	mem at bi with mem_bi
120
121# TS11 at UBA
122device	ts: tape
123attach	ts at uba
124file	arch/vax/uba/ts.c		ts needs-flag
125
126attach	dz at vsbus with dz_vsbus
127file	arch/vax/vsa/dz_ibus.c		dz_vsbus
128
129# RD-type disks at VS2000's onboard MFM-controller
130device	hdc { drive = -1 }
131attach	hdc at vsbus
132file	arch/vax/vsa/hdc9224.c		ry | hdc | rd needs-flag
133
134device	rd: disk
135attach	rd at hdc
136major	{rd = 19}
137
138device	ry: disk
139attach	ry at hdc
140major	{ry = 24}
141
142#
143# Machine-independent SCSI driver.
144#
145include "dev/scsipi/files.scsipi"
146major	{ sd = 20 }
147major	{ cd = 22 }
148
149# builtin NCR5380 SCSI-controller on VAXstation 
150device	ncr: scsi, ncr5380sbc
151attach	ncr at vsbus
152file	arch/vax/vsa/ncr.c		ncr needs-flag
153
154# LANCE ethernet controller on VAXstation
155attach	le at vsbus with le_vsbus:	le24
156file	arch/vax/if/if_le_vsbus.c	le_vsbus
157
158# Monochrome framebuffer on VS3100.
159device	smg: wsemuldisplaydev, qfont
160attach	smg at vsbus
161file	arch/vax/vsa/smg.c		smg needs-flag
162
163# builtin NCR53C95 SCSI Controlller on VAXstation 4000 VLC/60/9x
164device	asc: scsi, ncr53c9x
165attach	asc at vsbus with asc_vsbus
166file	arch/vax/vsa/asc_vsbus.c	asc needs-flag
167
168device	lkc: qfont
169attach	lkc at dz
170file	arch/vax/vsa/lkc.c		lkc needs-flag
171
172# These devices aren't tested (or even compiled!)
173# They are just included here to make some files happy ;)
174#
175
176# Ikonas framebuffer
177device	ik
178attach	ik at uba
179file	arch/vax/uba/ik.c		ik needs-flag
180
181device	vs
182attach	vs at uba
183file	arch/vax/uba/vs.c		vs needs-flag
184
185# RK06/07 on UBA
186device	rk: disk
187attach	rk at uba
188file	arch/vax/uba/rk.c		rk needs-flag
189
190# TM11/TE10 at UBA
191device	te: tape
192attach	te at uba
193file	arch/vax/uba/tm.c		te needs-flag
194
195# TU78 at MBA
196device	mu: tape
197attach	mu at mba
198file	arch/vax/mba/mt.c		mu needs-flag
199
200# DMF32 on UBA
201device	dmf # XXX?
202attach	dmf at uba
203file	arch/vax/uba/dmf.c		dmf needs-flag
204file	arch/vax/uba/dmz.c		dmf needs-flag
205
206# DMZ32 on UBA
207device	dmz # XXX?
208attach	dmz at uba
209file	arch/vax/uba/dmx.c		dmz needs-flag
210
211# DN-11 on UBA
212device	dn # XXX?
213attach	dn at uba
214file	arch/vax/uba/dn.c		dn needs-flag
215
216# IDC (RB730) on UBA (VAX 11/730)
217device	idc { drive=-1 }
218attach	idc at uba
219device	rb: disk
220attach	rb at idc
221file	arch/vax/uba/idc.c		rb needs-flag
222
223# LP-11 at UBA
224device	lp
225attach	lp at uba
226file	arch/vax/uba/lp.c		lp needs-flag
227
228# ???? at UBA
229device	lpa
230attach	lpa at uba
231file	arch/vax/uba/lpa.c		lpa needs-flag
232
233# PS2 at UBA
234device	ps
235attach	ps at uba
236file	arch/vax/uba/ps.c		ps needs-flag
237
238# RL02/RL11 at UBA
239device	hl { drive=-1 }
240attach	hl at uba
241device	rl: disk
242attach	rl at hl
243file	arch/vax/uba/rl.c		rl 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