files.arc revision 1.40 1 1.40 jdolecek # $NetBSD: files.arc,v 1.40 2002/10/26 13:50:22 jdolecek Exp $
2 1.16 soda # $OpenBSD: files.arc,v 1.21 1999/09/11 10:20:20 niklas Exp $
3 1.14 soda #
4 1.14 soda # maxpartitions must be first item in files.${ARCH}
5 1.14 soda #
6 1.14 soda maxpartitions 16
7 1.14 soda
8 1.1 jonathan maxusers 2 8 64
9 1.1 jonathan
10 1.32 soda ##
11 1.32 soda ## Platform support option header and files
12 1.32 soda ##
13 1.32 soda
14 1.35 lukem defflag opt_platform.h PLATFORM_ACER_PICA_61
15 1.32 soda PLATFORM_DESKTECH_ARCSTATION_I
16 1.32 soda PLATFORM_DESKTECH_TYNE
17 1.32 soda PLATFORM_MICROSOFT_JAZZ
18 1.32 soda PLATFORM_NEC_JC94
19 1.32 soda PLATFORM_NEC_R94
20 1.32 soda PLATFORM_NEC_R96
21 1.32 soda PLATFORM_NEC_RAX94
22 1.32 soda PLATFORM_NEC_RD94
23 1.32 soda PLATFORM_SNI_RM200PCI
24 1.32 soda
25 1.32 soda file arch/arc/arc/c_isa.c platform_desktech_arcstation_i |
26 1.32 soda platform_desktech_tyne
27 1.32 soda file arch/arc/arc/c_jazz_eisa.c platform_acer_pica_61 |
28 1.32 soda platform_microsoft_jazz |
29 1.32 soda platform_nec_r94 |
30 1.32 soda platform_nec_r96
31 1.32 soda file arch/arc/arc/c_magnum.c platform_acer_pica_61 |
32 1.32 soda platform_microsoft_jazz
33 1.32 soda file arch/arc/arc/c_nec_eisa.c platform_nec_r94 |
34 1.32 soda platform_nec_r96
35 1.32 soda file arch/arc/arc/c_nec_jazz.c platform_nec_r94 |
36 1.32 soda platform_nec_r96 |
37 1.32 soda platform_nec_jc94 |
38 1.32 soda platform_nec_rax94 |
39 1.32 soda platform_nec_rd94
40 1.32 soda file arch/arc/arc/c_nec_pci.c platform_nec_jc94 |
41 1.32 soda platform_nec_rax94 |
42 1.32 soda platform_nec_rd94
43 1.32 soda
44 1.32 soda file arch/arc/arc/p_acer_pica_61.c platform_acer_pica_61
45 1.32 soda file arch/arc/arc/p_dti_arcstation.c platform_desktech_arcstation_i
46 1.32 soda file arch/arc/arc/p_dti_tyne.c platform_desktech_tyne
47 1.32 soda file arch/arc/arc/p_ms_jazz.c platform_microsoft_jazz
48 1.32 soda file arch/arc/arc/p_nec_jc94.c platform_nec_jc94
49 1.32 soda file arch/arc/arc/p_nec_r94.c platform_nec_r94
50 1.32 soda file arch/arc/arc/p_nec_r96.c platform_nec_r96
51 1.32 soda file arch/arc/arc/p_nec_rax94.c platform_nec_rax94
52 1.32 soda file arch/arc/arc/p_nec_rd94.c platform_nec_rd94
53 1.32 soda file arch/arc/arc/p_sni_rm200pci.c platform_sni_rm200pci
54 1.32 soda
55 1.32 soda file arch/arc/arc/platconf.c
56 1.32 soda file arch/arc/arc/platform.c
57 1.32 soda
58 1.32 soda ##
59 1.32 soda ## Required files
60 1.32 soda ##
61 1.14 soda
62 1.14 soda file arch/arc/arc/autoconf.c
63 1.14 soda file arch/arc/arc/disksubr.c
64 1.14 soda file arch/arc/arc/machdep.c
65 1.14 soda #file arch/arc/arc/minidebug.c
66 1.32 soda file arch/arc/arc/timer.c
67 1.32 soda file arch/arc/arc/todclock.c
68 1.32 soda file dev/clock_subr.c
69 1.14 soda file arch/arc/arc/arc_trap.c
70 1.21 soda file arch/arc/arc/bus_space.c
71 1.21 soda file arch/arc/arc/bus_space_sparse.c
72 1.21 soda file arch/arc/arc/bus_space_large.c
73 1.21 soda file arch/arc/arc/bus_dma.c
74 1.21 soda file arch/arc/arc/wired_map.c
75 1.14 soda
76 1.14 soda file arch/arc/arc/arcbios.c
77 1.14 soda
78 1.14 soda ##
79 1.34 lukem ## Machine-independent ATAPI drivers
80 1.14 soda ##
81 1.14 soda include "dev/ata/files.ata"
82 1.17 soda
83 1.21 soda # Raster operations
84 1.21 soda include "dev/rasops/files.rasops"
85 1.21 soda include "dev/wsfont/files.wsfont"
86 1.21 soda
87 1.17 soda #
88 1.17 soda # "Workstation Console" glue.
89 1.17 soda #
90 1.17 soda include "dev/wscons/files.wscons"
91 1.14 soda
92 1.21 soda include "dev/pckbc/files.pckbc"
93 1.21 soda
94 1.14 soda #
95 1.14 soda # System BUS types
96 1.14 soda #
97 1.11 thorpej device mainbus { } # no locators
98 1.2 thorpej attach mainbus at root
99 1.14 soda file arch/arc/arc/mainbus.c mainbus
100 1.1 jonathan
101 1.1 jonathan # Our CPU configurator
102 1.11 thorpej device cpu # not optional
103 1.2 thorpej attach cpu at mainbus
104 1.14 soda file arch/arc/arc/cpu.c cpu
105 1.14 soda
106 1.14 soda #
107 1.25 ur # Magnum and Jazz-Internal bus autoconfiguration devices
108 1.14 soda #
109 1.25 ur device jazzio {}
110 1.25 ur attach jazzio at mainbus # optional
111 1.25 ur file arch/arc/jazz/jazzio.c jazzio
112 1.25 ur file arch/arc/jazz/dma.c # XXX jazzio
113 1.25 ur file arch/arc/jazz/jazzdmatlb.c # XXX jazzio
114 1.25 ur file arch/arc/jazz/bus_dma_jazz.c # XXX jazzio
115 1.1 jonathan
116 1.1 jonathan #
117 1.14 soda # ISA Bus bridge
118 1.14 soda #
119 1.32 soda define isabr
120 1.14 soda file arch/arc/isa/isabus.c isabr
121 1.14 soda
122 1.32 soda device jazzisabr {} : isabus, isabr
123 1.32 soda attach jazzisabr at mainbus
124 1.32 soda file arch/arc/jazz/jazzisabr.c jazzisabr
125 1.32 soda
126 1.32 soda device arcsisabr {} : isabus, isabr # PLATFORM_DESKTECH_ARCSTATION_I
127 1.32 soda attach arcsisabr at mainbus
128 1.32 soda file arch/arc/isa/arcsisabr.c arcsisabr
129 1.32 soda file arch/arc/isa/isadma_bounce.c arcsisabr
130 1.32 soda
131 1.32 soda device tyneisabr {} : isabus, isabr # PLATFORM_DESKTECH_TYNE
132 1.32 soda attach tyneisabr at mainbus
133 1.32 soda file arch/arc/dti/tyneisabr.c tyneisabr
134 1.14 soda
135 1.21 soda #
136 1.21 soda # NEC RISCstation PCI host bridge
137 1.21 soda #
138 1.21 soda device necpb: pcibus
139 1.21 soda attach necpb at mainbus # optional
140 1.21 soda file arch/arc/pci/necpb.c necpb
141 1.21 soda
142 1.25 ur # Ethernet chip on Jazz-Internal bus
143 1.33 tsutsui # XXX device declaration of MI sonic should be moved into sys/conf/files
144 1.14 soda device sn: ifnet, ether, arp
145 1.33 tsutsui file dev/ic/dp83932.c sn
146 1.33 tsutsui attach sn at jazzio with sn_jazzio
147 1.33 tsutsui file arch/arc/jazz/if_sn_jazzio.c sn_jazzio
148 1.24 ad
149 1.24 ad #
150 1.24 ad # Machine-independent I2O drivers.
151 1.24 ad #
152 1.24 ad include "dev/i2o/files.i2o"
153 1.21 soda
154 1.1 jonathan # Use machine independent SCSI driver routines
155 1.12 thorpej include "dev/scsipi/files.scsipi"
156 1.1 jonathan
157 1.25 ur # Symbios 53C94 SCSI interface driver on Jazz-Internal bus
158 1.14 soda device asc: scsi
159 1.25 ur attach asc at jazzio
160 1.32 soda file arch/arc/jazz/asc.c asc needs-flag
161 1.29 tsutsui
162 1.29 tsutsui # Symbios 53C710 SCSI interface driver on Jazz-Internal bus
163 1.29 tsutsui attach osiop at jazzio with osiop_jazzio
164 1.29 tsutsui file arch/arc/jazz/osiop_jazzio.c osiop_jazzio
165 1.14 soda
166 1.25 ur # Floppy disk controller on Jazz-internal bus
167 1.14 soda device fdc {drive = -1}
168 1.30 soda file arch/arc/jazz/fd.c fdc needs-flag
169 1.30 soda
170 1.30 soda attach fdc at jazzio with fdc_jazzio
171 1.30 soda file arch/arc/jazz/fdc_jazzio.c fdc_jazzio
172 1.30 soda
173 1.14 soda device fd: disk
174 1.14 soda attach fd at fdc
175 1.14 soda
176 1.22 soda # bus independent raster console glue
177 1.22 soda device rasdisplay: wsemuldisplaydev, pcdisplayops
178 1.22 soda file arch/arc/dev/rasdisplay.c rasdisplay
179 1.22 soda
180 1.25 ur # raster console glue on Jazz-Internal bus
181 1.25 ur attach rasdisplay at jazzio with rasdisplay_jazzio
182 1.22 soda file arch/arc/jazz/rasdisplay_jazzio.c rasdisplay_jazzio needs-flag
183 1.22 soda
184 1.25 ur # VGA display driver on Jazz-Internal bus
185 1.25 ur attach vga at jazzio with vga_jazzio
186 1.22 soda file arch/arc/jazz/vga_jazzio.c vga_jazzio needs-flag
187 1.22 soda
188 1.25 ur # PC keyboard controller on Jazz-Internal bus
189 1.34 lukem attach pckbc at jazzio with pckbc_jazzio
190 1.34 lukem file arch/arc/jazz/pckbc_jazzio.c pckbc_jazzio needs-flag
191 1.22 soda
192 1.14 soda #
193 1.14 soda # Stock ISA bus support
194 1.14 soda #
195 1.15 soda define pcmcia {} # XXX dummy decl...
196 1.14 soda
197 1.14 soda include "dev/pci/files.pci"
198 1.14 soda include "dev/isa/files.isa"
199 1.14 soda
200 1.32 soda # Interval timer, must have one..
201 1.32 soda device timer
202 1.32 soda attach timer at jazzio with timer_jazzio
203 1.32 soda attach timer at isa with timer_isa
204 1.32 soda file arch/arc/jazz/timer_jazzio.c timer & timer_jazzio needs-flag
205 1.32 soda file arch/arc/isa/timer_isa.c timer & timer_isa needs-flag
206 1.32 soda
207 1.14 soda # Real time clock, must have one..
208 1.32 soda device mcclock
209 1.32 soda attach mcclock at jazzio with mcclock_jazzio
210 1.32 soda attach mcclock at isa with mcclock_isa
211 1.32 soda file arch/arc/dev/mcclock.c mcclock needs-flag
212 1.32 soda file arch/arc/jazz/mcclock_jazzio.c mcclock & mcclock_jazzio needs-flag
213 1.32 soda file arch/arc/isa/mcclock_isa.c mcclock & mcclock_isa needs-flag
214 1.14 soda
215 1.14 soda # Console driver on PC-style graphics
216 1.14 soda device pc: tty
217 1.32 soda file arch/arc/dev/pccons.c (pc | opms) &
218 1.32 soda (pc_jazzio | pc_isa |
219 1.32 soda opms_jazzio | opms_isa) needs-flag
220 1.25 ur attach pc at jazzio with pc_jazzio
221 1.32 soda file arch/arc/jazz/pccons_jazzio.c pc_jazzio | opms_jazzio
222 1.14 soda attach pc at isa with pc_isa
223 1.32 soda file arch/arc/isa/pccons_isa.c pc_isa
224 1.32 soda
225 1.32 soda # PS/2-style mouse
226 1.14 soda device opms: tty
227 1.32 soda file arch/arc/dev/opms.c opms
228 1.32 soda attach opms at jazzio with opms_jazzio
229 1.32 soda file arch/arc/jazz/opms_jazzio.c opms_jazzio
230 1.32 soda attach opms at isa with opms_isa
231 1.32 soda file arch/arc/isa/opms_isa.c opms_isa
232 1.14 soda
233 1.14 soda # BusLogic BT-445C VLB SCSI Controller. Special on TYNE local bus.
234 1.15 soda device btl: scsi
235 1.15 soda attach btl at isa
236 1.32 soda file arch/arc/dti/btl.c btl needs-flag
237 1.1 jonathan
238 1.1 jonathan # NS16450/16550 Serial line driver
239 1.25 ur attach com at jazzio with com_jazzio
240 1.25 ur file arch/arc/jazz/com_jazzio.c com & com_jazzio
241 1.25 ur
242 1.16 soda # Game adapter (joystick)
243 1.36 jdolecek file arch/arc/isa/joy_timer.c joy
244 1.1 jonathan
245 1.14 soda # National Semiconductor DS8390/WD83C690-based boards
246 1.14 soda # (WD/SMC 80x3 family, SMC Ultra [8216], 3Com 3C503, NE[12]000, and clones)
247 1.14 soda # XXX conflicts with other ports; can't be in files.isa
248 1.14 soda ## XXX: should fix conflict with files.isa
249 1.15 soda #device ed: ether, ifnet
250 1.15 soda #attach ed at isa with ed_isa
251 1.15 soda #attach ed at pcmcia with ed_pcmcia
252 1.15 soda #file dev/isa/if_ed.c ed & (ed_isa | ed_pcmcia) needs-flag
253 1.1 jonathan
254 1.14 soda # Parallel printer port driver
255 1.25 ur attach lpt at jazzio with lpt_jazzio
256 1.25 ur file arch/arc/jazz/lpt_jazzio.c lpt & lpt_jazzio
257 1.1 jonathan
258 1.1 jonathan
259 1.14 soda #
260 1.14 soda # PCI Bus support
261 1.14 soda #
262 1.1 jonathan
263 1.14 soda # PCI VGA display driver
264 1.14 soda device pcivga: tty
265 1.14 soda attach pcivga at pci
266 1.14 soda file arch/arc/pci/pci_vga.c pcivga
267 1.1 jonathan
268 1.1 jonathan #
269 1.14 soda # Specials.
270 1.14 soda #
271 1.16 soda # memory disk for installation
272 1.26 ur file dev/md_root.c memory_disk_hooks
273 1.28 tsutsui
274 1.28 tsutsui # USB
275 1.28 tsutsui include "dev/usb/files.usb"
276 1.1 jonathan
277 1.14 soda #
278 1.14 soda # Common files
279 1.14 soda #
280 1.1 jonathan
281 1.1 jonathan file dev/cons.c
282 1.14 soda #file dev/cninit.c
283 1.14 soda #file netinet/in_cksum.c
284 1.14 soda #file netns/ns_cksum.c ns
285 1.39 gehenna
286 1.39 gehenna include "arch/arc/conf/majors.arc"
287