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