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