files.sun3 revision 1.42 1 # $NetBSD: files.sun3,v 1.42 1997/10/17 02:59:10 gwr Exp $
2
3 #
4 # sun3-specific configuration info
5 #
6
7 # maxpartitions must be first item in files.${ARCH}.newconf
8 maxpartitions 8
9
10 maxusers 2 8 64
11
12 # Standard stuff
13 file arch/sun3/sun3/autoconf.c
14 file arch/sun3/sun3/bus_subr.c
15 file arch/sun3/sun3/cache.c havecache
16 file arch/sun3/sun3/conf.c
17 file arch/sun3/sun3/control.c
18 file arch/sun3/sun3/ctrlsp.S
19 file arch/sun3/sun3/db_machdep.c ddb
20 file arch/sun3/sun3/db_memrw.c ddb | kgdb
21 file arch/sun3/sun3/disksubr.c
22 file arch/sun3/sun3/dvma.c
23 file arch/sun3/sun3/fpu.c
24 file arch/sun3/sun3/isr.c
25 file arch/sun3/sun3/kgdb_machdep.c kgdb
26 file arch/sun3/sun3/leds.c
27 file arch/sun3/sun3/machdep.c
28 file arch/sun3/sun3/mem.c
29 file arch/sun3/sun3/pmap.c
30 file arch/sun3/sun3/stub.c
31 file arch/sun3/sun3/sun3_startup.c
32 file arch/sun3/sun3/sunmon.c
33 file arch/sun3/sun3/sys_machdep.c
34 file arch/sun3/sun3/trap.c
35 file arch/sun3/sun3/vector.c
36 file arch/sun3/sun3/vm_machdep.c
37
38 file arch/sun3/dev/idprom.c
39
40 include "arch/m68k/fpe/files.fpe"
41
42 file arch/m68k/m68k/sig_machdep.c
43 file dev/cons.c
44
45 # Compatibility modules
46
47 # SunOS Binary Compatibility (COMPAT_SUNOS)
48 include "../../../compat/sunos/files.sunos"
49 file arch/m68k/m68k/sunos_machdep.c compat_sunos
50
51 #
52 # Bus types
53 #
54
55 device mainbus {}
56 attach mainbus at root
57 file arch/sun3/sun3/mainbus.c mainbus
58
59 # On-board I/O space
60 device obio {addr = -1, [level = -1]}
61 attach obio at mainbus
62 file arch/sun3/dev/obio.c obio
63
64 # On-board MEMory space
65 device obmem {addr = -1, [level = -1]}
66 attach obmem at mainbus
67 file arch/sun3/dev/obmem.c obmem
68
69 # VME Short space (D16)
70 device vmes {addr = -1, [level = -1], [vect = -1]}
71 attach vmes at mainbus
72
73 # VME Long space (D32)
74 device vmel {addr = -1, [level = -1], [vect = -1]}
75 attach vmel at mainbus
76
77 file arch/sun3/dev/vme.c vmes | vmel
78
79 #
80 # Machine-independent SCSI drivers
81 #
82 include "../../../dev/scsipi/files.scsipi"
83
84 #
85 # Devices and attributes needed below
86 #
87 device ie: ifnet, ether, arp
88 file arch/sun3/dev/if_ie.c ie
89
90 device si: scsi, ncr5380sbc
91 file arch/sun3/dev/si.c si
92
93 define sunfb
94 file arch/sun3/dev/fb.c # sunfb needs-flag
95
96 #
97 # On-Board I/O (OBIO)
98 #
99 device zsc {channel = -1}
100 attach zsc at obio
101 file arch/sun3/dev/zs.c zsc needs-flag
102 file dev/ic/z8530sc.c zsc
103
104 device eeprom
105 attach eeprom at obio
106 file arch/sun3/dev/eeprom.c eeprom
107
108 device clock
109 attach clock at obio
110 file arch/sun3/sun3/clock.c clock
111 file dev/clock_subr.c clock
112
113 device memerr
114 attach memerr at obio
115 file arch/sun3/dev/memerr.c memerr
116
117 device intreg
118 attach intreg at obio
119 file arch/sun3/sun3/intreg.c intreg
120
121 attach ie at obio with ie_obio
122 file arch/sun3/dev/if_ie_obio.c ie_obio
123
124 # device defined in sys/conf/files
125 attach le at obio
126 file arch/sun3/dev/if_le.c le
127
128 attach si at obio with si_obio
129 file arch/sun3/dev/si_obio.c si_obio
130
131 #
132 # On-Board MEMory (OBMEM)
133 #
134 device bwtwo: sunfb
135 attach bwtwo at obmem
136 file arch/sun3/dev/bw2.c bwtwo needs-flag
137
138 device cgfour: sunfb
139 attach cgfour at obmem
140 file arch/sun3/dev/cg4.c cgfour needs-flag
141
142 #
143 # VME A16 (vmes)
144 #
145 attach ie at vmes with ie_vmes
146 file arch/sun3/dev/if_ie_vmes.c ie_vmes
147
148 attach si at vmes with si_vmes
149 file arch/sun3/dev/si_vme.c si_vmes
150
151 device sebuf {}
152 attach sebuf at vmes
153 file arch/sun3/dev/sebuf.c sebuf
154
155 attach ie at sebuf with ie_sebuf
156 file arch/sun3/dev/if_ie_sebuf.c ie_sebuf
157
158 attach si at sebuf with si_sebuf
159 file arch/sun3/dev/si_sebuf.c si_sebuf
160
161 device cgtwo: sunfb
162 attach cgtwo at vmes
163 file arch/sun3/dev/cg2.c cgtwo needs-flag
164
165 device xyc {drive = -1}
166 attach xyc at vmes
167 device xy: disk
168 attach xy at xyc
169 file arch/sun3/dev/xy.c xy needs-flag
170
171 #
172 # VME A32 (vmel)
173 #
174 device xdc {drive = -1}
175 attach xdc at vmel
176 device xd: disk
177 attach xd at xdc
178 file arch/sun3/dev/xd.c xd needs-flag
179
180
181
182 #
183 # Console (zs) related stuff
184 #
185
186 device zstty: tty
187 attach zstty at zsc
188 file dev/ic/z8530tty.c zstty needs-flag
189 file arch/sun3/dev/zs_kgdb.c kgdb
190
191 define zsevent
192 file dev/sun/event.c zsevent
193
194 device kbd: zsevent
195 attach kbd at zsc
196 file dev/sun/kbd.c kbd needs-flag
197 file dev/sun/kbd_tables.c kbd
198 file arch/sun3/dev/kd.c kbd
199
200 device ms: zsevent
201 attach ms at zsc
202 file dev/sun/ms.c ms needs-flag
203
204
205 # Memory Disk for boot tape
206 file arch/sun3/dev/md_root.c memory_disk_hooks
207
208 # Major numbers for root/swap device configuration
209 major {xy=3} # Xylogics 450 and 451
210 major {vnd=5} # vnode pseudo-device
211 major {sd=7} # SCSI disk
212 major {xd=10} # Xylogics 7053
213 major {md=13} # Memory disk (for mini-kernel)
214