files.acorn32 revision 1.26.28.1 1 # $NetBSD: files.acorn32,v 1.26.28.1 2008/02/28 21:47:37 rjs Exp $
2 #
3 # First try for arm-specific configuration info
4 #
5
6 maxpartitions 8
7 maxusers 2 8 64
8
9 # Maintain Interrupt statistics
10 defflag IRQSTATS
11
12 # Simtec Hydra multiprocessor system
13 device hydra { slave = -1 }
14 attach hydra at mainbus
15 attach cpu at hydra with cpu_hydra
16 file arch/acorn32/acorn32/hydra.c hydra needs-flag
17 file arch/acorn32/acorn32/hydra_boot.S hydra needs-flag
18
19 #
20 # Machine-independent ATA drivers
21 #
22 include "dev/ata/files.ata"
23
24 # PIOC (Peripheral IO Controller) device
25 # parent to wdc, fdc, com and lpt
26 device pioc { [offset = -1], [dack = -1], [irq = -1] }
27 attach pioc at mainbus
28 file arch/acorn32/mainbus/pioc.c
29
30 # Standard NetBSD wdc driver
31 attach wdc at pioc with wdc_pioc
32 file arch/acorn32/mainbus/wdc_pioc.c wdc_pioc
33
34 # Standard parallel driver
35 attach lpt at pioc with lpt_pioc
36 file arch/acorn32/mainbus/lpt_pioc.c lpt_pioc & !ppbus needs-flag
37
38 # New parallel driver
39 attach atppc at pioc with atppc_pioc
40 file arch/acorn32/mainbus/atppc_pioc.c atppc_pioc
41
42 # Standard NetBSD fd driver
43 device fdc {drive = -1}
44 attach fdc at pioc
45 device fd: disk
46 attach fd at fdc
47 file arch/acorn32/mainbus/fd.c fdc needs-flag
48
49 # Standard serial driver
50 attach com at pioc with com_pioc
51 file arch/acorn32/mainbus/com_pioc.c com_pioc
52
53 # Memory disk driver
54 file arch/acorn32/dev/md_hooks.c md & memory_disk_hooks
55
56 # Include IOMD support
57 include "arch/arm/iomd/files.iomd"
58
59 # Podule bus device
60 include "dev/podulebus/files.podulebus"
61
62 attach podulebus at root
63 file arch/acorn32/podulebus/podulebus.c podulebus needs-flag
64 file arch/acorn32/podulebus/podulebus_io.c podulebus
65 file arch/acorn32/podulebus/podulebus_io_asm.S podulebus
66 file arch/acorn32/podulebus/netslot.c podulebus
67
68
69 # Ethernet devices
70
71 # Novell NE1000 and NE2000 clones (EtherM, EtherH)
72 attach ne at podulebus with ne_pbus: dp83905, mx98905
73 file arch/acorn32/podulebus/if_ne_pbus.c ne_pbus
74
75 device ie: ether, ifnet, arp
76 attach ie at podulebus
77 file arch/acorn32/podulebus/if_ie.c ie
78
79 #
80 # Machine-independent SCSI drivers
81 #
82
83 include "dev/scsipi/files.scsipi"
84
85 #
86 # Miscelanious podulebus devices not moved yet to dev/podules
87 #
88
89 # Generic sbic (WD3393) driver
90 define sbic
91 file arch/acorn32/podulebus/sbic.c sbic
92
93 # Acorn SCSI I specific layer for sbic
94 device asc: scsi, sbic, podloader
95 attach asc at podulebus
96 file arch/acorn32/podulebus/asc.c asc needs-flag
97
98 # Generic AMD AM53C94 driver
99 define esc
100 file arch/acorn32/podulebus/esc.c esc
101
102 # Connect32 specific layer for esc
103 device cosc: scsi, esc
104 attach cosc at podulebus
105 file arch/acorn32/podulebus/cosc.c cosc
106
107 # Generic fas216 + esp216 driver
108 define sfas
109 file arch/acorn32/podulebus/sfas.c sfas
110
111 device ptsc: scsi, sfas, podloader
112 attach ptsc at podulebus
113 file arch/acorn32/podulebus/ptsc.c ptsc
114
115 device csc: scsi, sfas, podloader
116 attach csc at podulebus
117 file arch/acorn32/podulebus/csc.c csc
118
119 # Cumana SCSI1 specific layer for ncr5380
120 device csa: scsi, ncr5380sbc, podloader
121 attach csa at podulebus
122 file arch/acorn32/podulebus/csa.c csa
123
124 # ICS IDE driver
125 device icside {[channel = -1]}: ata
126 attach icside at podulebus
127 file arch/acorn32/podulebus/icside.c icside
128 file arch/acorn32/podulebus/icside_io_asm.S icside
129
130 # Yellowstone RapIDE driver
131 device rapide {[channel = -1]}: ata
132 attach rapide at podulebus
133 file arch/acorn32/podulebus/rapide.c rapide
134 file arch/acorn32/podulebus/rapide_io_asm.S rapide
135
136 # Simtec IDE driver
137 device simide {[channel = -1]}: ata
138 attach simide at podulebus
139 file arch/acorn32/podulebus/simide.c simide
140 file arch/acorn32/podulebus/simide_io_asm.S simide
141
142 # RiscStation bus
143 device rsbus { [addr = 0], [size = 0], [irq = 0] }
144 attach rsbus at mainbus
145 file arch/acorn32/eb7500atx/rsbus.c rsbus
146 file arch/acorn32/eb7500atx/rsbus_io.c rsbus
147 file arch/acorn32/eb7500atx/rsbus_io_asm.S rsbus
148
149 # riscstation IDE driver
150 attach wdc at rsbus with rside
151 file arch/acorn32/eb7500atx/rside.c rside
152
153 # RiscStation's CS network driver
154 attach cs at rsbus with cs_rsbus
155 file arch/acorn32/eb7500atx/if_cs.c cs_rsbus
156
157 # Atomwide Multi-Port Serial driver
158 device amps {}
159 attach amps at podulebus
160 attach com at amps with com_amps
161 file arch/acorn32/podulebus/amps.c amps
162
163
164 # Generic MD files
165 file arch/acorn32/acorn32/autoconf.c
166 file arch/acorn32/acorn32/conf.c
167
168 file arch/arm/arm/disksubr.c disk
169 file arch/arm/arm/disksubr_acorn.c disk
170 file arch/arm/arm/disksubr_mbr.c disk
171
172 file arch/arm/arm32/intr.c
173 file arch/arm/arm32/spl.S
174
175 # RiscPC specific files
176 file arch/acorn32/acorn32/rpc_machdep.c !rsbus
177
178 # eb7500atx specific files
179 file arch/acorn32/eb7500atx/eb7500atx_machdep.c rsbus
180
181 #
182 # Machine-independent I2O drivers.
183 #
184 include "dev/i2o/files.i2o"
185
186 #
187 # MI PC keyboard port drivers
188 #
189 include "dev/pckbport/files.pckbport"
190
191 #
192 # maybe we will use these later one time :
193 #
194 # Include USB stuff
195 #include "dev/usb/files.usb"
196
197 include "arch/acorn32/conf/majors.acorn32"
198