files.alpha revision 1.12
1#	$NetBSD: files.alpha,v 1.12 1996/04/17 22:01:50 cgd Exp $
2#
3# alpha-specific configuration info
4
5# maxpartitions must be first item in files.${ARCH}.newconf
6maxpartitions 8
7
8maxusers 2 8 64
9
10
11#
12# Bus-independent devices
13#
14
15device	mainbus { }	              # no locators (yet?)
16attach	mainbus at root
17
18device	cpu { }				# not really optional; can be a 'bus'
19attach	cpu at mainbus
20file	arch/alpha/alpha/cpu.c		cpu
21
22
23#
24# Machine-independent SCSI drivers
25#
26
27include "../../../scsi/files.scsi"
28major { st = 2 }
29major { cd = 3 }
30major { sd = 8 }
31
32
33#
34# raster console routines
35#
36
37define	raster
38include "../../../dev/rcons/files.rcons"
39file	arch/alpha/wscons/wscons_rinit.c	raster
40file	arch/alpha/wscons/wscons_rops.c		raster
41
42
43#
44# "Workstation Console" glue; attaches frame buffer to emulator & kbd.
45#
46define  wsconsdev {[console = -1]}
47device	wscons
48attach	wscons at wsconsdev
49file	arch/alpha/wscons/wscons.c	wscons		needs-flag
50file	arch/alpha/wscons/wscons_emul.c	wscons
51
52file	arch/alpha/wscons/event.c	wscons
53file	arch/alpha/wscons/kbd.c		wscons
54file	arch/alpha/wscons/ms.c		wscons
55
56
57#
58# TurboChannel Devices
59#
60
61include "../../../dev/tc/files.tc"
62
63device	tcasic: tcbus
64attach	tcasic at mainbus
65file	arch/alpha/tc/tcasic.c		tcasic
66file	arch/alpha/tc/tc_3000_500.c	dec_3000_500
67file	arch/alpha/tc/tc_3000_300.c	dec_3000_300
68
69# the TurboChannel IOCTL ASIC
70device	ioasic { offset = -1 }
71attach	ioasic at tc
72file	arch/alpha/tc/ioasic.c		ioasic		needs-flag
73
74# Smart Frame buffer (XXX NOT YET SUPPORTED)
75device	sfb
76attach	sfb at tc
77file	arch/alpha/tc/sfb.c		sfb
78
79# 8530 UARTs
80device	scc
81attach	scc at ioasic
82file	arch/alpha/tc/scc.c		scc		needs-count
83
84# the TCDS ASIC
85device	tcds { slot = -1 }
86attach	tcds at tc
87file	arch/alpha/tc/tcds.c		tcds		needs-count
88
89# 53C[F]90 SCSI
90device	esp: scsi
91attach	esp at tcds
92file	arch/alpha/tc/esp.c		esp		needs-count
93file	arch/alpha/tc/tcds_dma.c	esp
94
95# Baseboard Lance ethernet.
96device	le: ether, ifnet
97attach	le at ioasic, tc with le_tc
98file	dev/tc/if_le.c			le	needs-flag # for le_iomem
99
100#
101# ISA Bus support
102#
103
104include "../../../dev/pci/files.pci"	# XXX some ISA devs are 'at pci' too.
105include "../../../dev/isa/files.isa"
106
107#file	arch/alpha/isa/isafcns_jensen.c	dec_2000_300
108
109
110#
111# ISA Bus devices
112#
113
114#device	ibus at mainbus { }
115#device	jcombo at ibus: isabus
116#device	jeisa at ibus: eisabus
117
118device  pckbd
119attach  pckbd at isa
120file    arch/alpha/isa/pckbd.c           pckbd needs-flag
121device  pms
122attach  pms at isa
123file    arch/alpha/isa/pms.c             pms needs-flag
124
125
126#
127# EISA Bus support
128#
129
130include "../../../dev/eisa/files.eisa"
131
132
133#
134# PCI Bus support
135#
136
137# include "../../../dev/pci/files.pci" XXX SEE ABOVE
138
139device	apecs: pcibus
140attach	apecs at mainbus
141file	arch/alpha/pci/apecs.c		apecs
142file	arch/alpha/pci/apecs_pci.c	apecs
143
144device	lca: pcibus
145attach	lca at mainbus
146file	arch/alpha/pci/lca.c		lca
147file	arch/alpha/pci/lca_pci.c	lca
148
149file	arch/alpha/pci/apecs_lca_bus_io.c	apecs | lca
150file	arch/alpha/pci/apecs_lca_bus_mem.c	apecs | lca
151
152device	cia: pcibus
153attach	cia at mainbus
154file	arch/alpha/pci/cia.c		cia
155file	arch/alpha/pci/cia_bus_io.c	cia
156file	arch/alpha/pci/cia_bus_mem.c	cia
157file	arch/alpha/pci/cia_pci.c	cia
158
159file	arch/alpha/pci/pci_2100_a50.c	dec_2100_a50
160file	arch/alpha/pci/pci_kn20aa.c	dec_kn20aa
161file	arch/alpha/pci/pci_axppci_33.c	dec_axppci_33
162
163
164#
165# PCI Bus devices
166#
167
168file	arch/alpha/pci/pci_machdep.c	pci
169
170device	sio: isabus
171attach	sio at pci
172device	pceb: isabus, eisabus
173attach	pceb at pci
174file	arch/alpha/pci/sio.c		sio | pceb	needs-flag
175file	arch/alpha/pci/sio_pic.c	sio | pceb
176
177device	tga: raster, wsconsdev
178attach	tga at pci
179file	arch/alpha/pci/tga.c		tga		needs-flag
180file	arch/alpha/pci/tga_conf.c	tga
181file	arch/alpha/pci/tga_bt463.c	tga
182file	arch/alpha/pci/tga_bt485.c	tga
183
184
185device	pcivga: wsconsdev
186attach	pcivga at pci
187file	arch/alpha/pci/pcivga.c		pcivga		needs-flag
188
189
190#
191# Devices that can live on multiple busses
192#
193
194device	mcclock
195attach	mcclock at ioasic with mcclock_ioasic
196attach	mcclock at isa with mcclock_isa
197file	arch/alpha/alpha/mcclock.c	mcclock
198file	arch/alpha/tc/mcclock_ioasic.c	mcclock_ioasic
199file	arch/alpha/isa/mcclock_isa.c	mcclock_isa
200
201#
202# Standard files
203#
204
205file	arch/alpha/alpha/autoconf.c
206file	arch/alpha/alpha/clock.c
207file	arch/alpha/alpha/conf.c
208file	arch/alpha/alpha/interrupt.c
209file	arch/alpha/alpha/machdep.c
210file	arch/alpha/alpha/mainbus.c
211file	arch/alpha/alpha/mem.c
212file	arch/alpha/alpha/pmap.c
213file	arch/alpha/alpha/process_machdep.c
214file	arch/alpha/alpha/prom.c
215file	arch/alpha/alpha/support.c
216file	arch/alpha/alpha/sys_machdep.c
217file	arch/alpha/alpha/trap.c
218file	arch/alpha/alpha/vm_machdep.c
219file	arch/alpha/alpha/disksubr.c
220file	dev/cons.c
221file	netinet/in_cksum.c
222
223
224#
225# Optional/miscellaneous files
226#
227
228file	netns/ns_cksum.c		ns
229
230# XXX
231file	arch/alpha/alpha/promcons.c
232
233# XXX
234file	arch/alpha/alpha/dec_3000_500.c		dec_3000_500
235file	arch/alpha/alpha/dec_3000_300.c		dec_3000_300
236file	arch/alpha/alpha/dec_2100_a50.c		dec_2100_a50
237file	arch/alpha/alpha/dec_kn20aa.c		dec_kn20aa
238file	arch/alpha/alpha/dec_axppci_33.c	dec_axppci_33
239file	arch/alpha/alpha/dec_21000.c		dec_21000
240
241# OSF/1 Binary Compatibility (COMPAT_OSF1)
242include "../../../compat/osf1/files.osf1"
243