1 # $NetBSD: files.acorn32,v 1.28 2008/02/20 21:43:33 drochner Exp $
3 # First try for arm-specific configuration info
9 # Maintain Interrupt statistics
13 # Machine-independent ATA drivers
15 include "dev/ata/files.ata"
17 # PIOC (Peripheral IO Controller) device
18 # parent to wdc, fdc, com and lpt
19 device pioc { [offset = -1], [dack = -1], [irq = -1] }
20 attach pioc at mainbus
21 file arch/acorn32/mainbus/pioc.c
23 # Standard NetBSD wdc driver
24 attach wdc at pioc with wdc_pioc
25 file arch/acorn32/mainbus/wdc_pioc.c wdc_pioc
27 # Standard parallel driver
28 attach lpt at pioc with lpt_pioc
29 file arch/acorn32/mainbus/lpt_pioc.c lpt_pioc & !ppbus needs-flag
32 attach atppc at pioc with atppc_pioc
33 file arch/acorn32/mainbus/atppc_pioc.c atppc_pioc
35 # Standard NetBSD fd driver
36 device fdc {drive = -1}
40 file arch/acorn32/mainbus/fd.c fdc needs-flag
42 # Standard serial driver
43 attach com at pioc with com_pioc
44 file arch/acorn32/mainbus/com_pioc.c com_pioc
47 file arch/acorn32/dev/md_hooks.c md & memory_disk_hooks
49 # Include IOMD support
50 include "arch/arm/iomd/files.iomd"
53 include "dev/podulebus/files.podulebus"
55 attach podulebus at root
56 file arch/acorn32/podulebus/podulebus.c podulebus needs-flag
57 file arch/acorn32/podulebus/podulebus_io.c podulebus
58 file arch/acorn32/podulebus/podulebus_io_asm.S podulebus
59 file arch/acorn32/podulebus/netslot.c podulebus
64 # Novell NE1000 and NE2000 clones (EtherM, EtherH)
65 attach ne at podulebus with ne_pbus: dp83905, mx98905
66 file arch/acorn32/podulebus/if_ne_pbus.c ne_pbus
68 device ie: ether, ifnet, arp
69 attach ie at podulebus
70 file arch/acorn32/podulebus/if_ie.c ie
73 # Machine-independent SCSI drivers
76 include "dev/scsipi/files.scsipi"
79 # Miscelanious podulebus devices not moved yet to dev/podules
82 # Generic sbic (WD3393) driver
84 file arch/acorn32/podulebus/sbic.c sbic
86 # Acorn SCSI I specific layer for sbic
87 device asc: scsi, sbic, podloader
88 attach asc at podulebus
89 file arch/acorn32/podulebus/asc.c asc needs-flag
91 # Generic AMD AM53C94 driver
93 file arch/acorn32/podulebus/esc.c esc
95 # Connect32 specific layer for esc
96 device cosc: scsi, esc
97 attach cosc at podulebus
98 file arch/acorn32/podulebus/cosc.c cosc
100 # Generic fas216 + esp216 driver
102 file arch/acorn32/podulebus/sfas.c sfas
104 device ptsc: scsi, sfas, podloader
105 attach ptsc at podulebus
106 file arch/acorn32/podulebus/ptsc.c ptsc
108 device csc: scsi, sfas, podloader
109 attach csc at podulebus
110 file arch/acorn32/podulebus/csc.c csc
112 # Cumana SCSI1 specific layer for ncr5380
113 device csa: scsi, ncr5380sbc, podloader
114 attach csa at podulebus
115 file arch/acorn32/podulebus/csa.c csa
118 device icside {[channel = -1]}: ata
119 attach icside at podulebus
120 file arch/acorn32/podulebus/icside.c icside
121 file arch/acorn32/podulebus/icside_io_asm.S icside
123 # Yellowstone RapIDE driver
124 device rapide {[channel = -1]}: ata
125 attach rapide at podulebus
126 file arch/acorn32/podulebus/rapide.c rapide
127 file arch/acorn32/podulebus/rapide_io_asm.S rapide
130 device simide {[channel = -1]}: ata
131 attach simide at podulebus
132 file arch/acorn32/podulebus/simide.c simide
133 file arch/acorn32/podulebus/simide_io_asm.S simide
136 device rsbus { [addr = 0], [size = 0], [irq = 0] }
137 attach rsbus at mainbus
138 file arch/acorn32/eb7500atx/rsbus.c rsbus
139 file arch/acorn32/eb7500atx/rsbus_io.c rsbus
140 file arch/acorn32/eb7500atx/rsbus_io_asm.S rsbus
142 # riscstation IDE driver
143 attach wdc at rsbus with rside
144 file arch/acorn32/eb7500atx/rside.c rside
146 # RiscStation's CS network driver
147 attach cs at rsbus with cs_rsbus
148 file arch/acorn32/eb7500atx/if_cs.c cs_rsbus
150 # Atomwide Multi-Port Serial driver
152 attach amps at podulebus
153 attach com at amps with com_amps
154 file arch/acorn32/podulebus/amps.c amps
158 file arch/acorn32/acorn32/autoconf.c
159 file arch/acorn32/acorn32/conf.c
161 file arch/arm/arm/disksubr.c disk
162 file arch/arm/arm/disksubr_acorn.c disk
163 file arch/arm/arm/disksubr_mbr.c disk
165 file arch/arm/arm32/intr.c
166 file arch/arm/arm32/spl.S
168 # RiscPC specific files
169 file arch/acorn32/acorn32/rpc_machdep.c !rsbus
171 # eb7500atx specific files
172 file arch/acorn32/eb7500atx/eb7500atx_machdep.c rsbus
175 # Machine-independent I2O drivers.
177 include "dev/i2o/files.i2o"
180 # MI PC keyboard port drivers
182 include "dev/pckbport/files.pckbport"
185 # maybe we will use these later one time :
188 #include "dev/usb/files.usb"
190 include "arch/acorn32/conf/majors.acorn32"