files.sun3 revision 1.22 1 1.22 cgd # $NetBSD: files.sun3,v 1.22 1996/03/17 13:21:25 cgd Exp $
2 1.7 cgd
3 1.7 cgd #
4 1.7 cgd # sun3-specific configuration info
5 1.7 cgd #
6 1.7 cgd
7 1.7 cgd # maxpartitions must be first item in files.${ARCH}.newconf
8 1.8 gwr maxpartitions 8
9 1.7 cgd
10 1.7 cgd maxusers 2 8 64
11 1.7 cgd
12 1.7 cgd # Standard stuff
13 1.7 cgd file arch/sun3/sun3/autoconf.c
14 1.7 cgd file arch/sun3/sun3/cache.c havecache
15 1.7 cgd file arch/sun3/sun3/conf.c
16 1.7 cgd file arch/sun3/sun3/control.c
17 1.8 gwr file arch/sun3/sun3/ctrlsp.S
18 1.11 gwr file arch/sun3/sun3/dvma.c
19 1.7 cgd file arch/sun3/sun3/db_machdep.c ddb
20 1.22 cgd file arch/sun3/sun3/db_memrw.c ddb | kgdb
21 1.7 cgd file arch/sun3/sun3/disksubr.c
22 1.7 cgd file arch/sun3/sun3/isr.c
23 1.19 gwr file arch/sun3/sun3/kgdb_stub.c kgdb
24 1.7 cgd file arch/sun3/sun3/machdep.c
25 1.7 cgd file arch/sun3/sun3/mem.c
26 1.7 cgd file arch/sun3/sun3/pmap.c
27 1.8 gwr #file arch/sun3/sun3/stub.c
28 1.7 cgd file arch/sun3/sun3/sun3_startup.c
29 1.11 gwr file arch/sun3/sun3/sys_machdep.c
30 1.7 cgd file arch/sun3/sun3/trap.c
31 1.7 cgd file arch/sun3/sun3/vector.c
32 1.7 cgd file arch/sun3/sun3/vm_machdep.c
33 1.7 cgd
34 1.18 gwr include "../../m68k/fpe/files.fpe"
35 1.18 gwr
36 1.7 cgd file arch/m68k/m68k/copy.s
37 1.7 cgd file dev/cons.c
38 1.7 cgd
39 1.7 cgd # Declare our "catch-all" root node.
40 1.20 thorpej device mainbus {}
41 1.20 thorpej attach mainbus at root
42 1.7 cgd # Misc. mainbus things (catch-all)
43 1.7 cgd # Control space hack
44 1.20 thorpej device obctl {addr = -1, [level = -1]}
45 1.20 thorpej attach obctl at mainbus
46 1.7 cgd # Floating Point Unit
47 1.20 thorpej device fpu {}
48 1.20 thorpej attach fpu at mainbus
49 1.7 cgd file arch/sun3/sun3/fpu.c fpu
50 1.7 cgd
51 1.7 cgd # Bus types
52 1.7 cgd #
53 1.7 cgd # The implementation of the bus_* functions in autoconfig.c
54 1.7 cgd # requires these all to agree with <autoconf.h> struct bus_loc
55 1.7 cgd
56 1.7 cgd # On-board MEMory space
57 1.20 thorpej device obmem {addr = -1, [level = -1]}
58 1.20 thorpej attach obmem at mainbus
59 1.7 cgd # On-board I/O space
60 1.20 thorpej device obio {addr = -1, [level = -1]}
61 1.20 thorpej attach obio at mainbus
62 1.7 cgd # VME Short space (D16)
63 1.20 thorpej device vmes {addr = -1, [level = -1], [vect = -1]}
64 1.20 thorpej attach vmes at mainbus
65 1.7 cgd # VME Long space (D32)
66 1.20 thorpej device vmel {addr = -1, [level = -1], [vect = -1]}
67 1.20 thorpej attach vmel at mainbus
68 1.7 cgd
69 1.7 cgd file arch/sun3/dev/obctl.c obctl
70 1.7 cgd file arch/sun3/dev/obio.c obio
71 1.7 cgd file arch/sun3/dev/obmem.c obmem
72 1.22 cgd file arch/sun3/dev/vme.c vmes | vmel
73 1.7 cgd
74 1.7 cgd #
75 1.13 gwr # Machine-independent SCSI drivers
76 1.7 cgd #
77 1.13 gwr include "../../../scsi/files.scsi"
78 1.7 cgd
79 1.7 cgd #
80 1.7 cgd # On-Board I/O (OBIO)
81 1.7 cgd #
82 1.7 cgd
83 1.20 thorpej device eeprom
84 1.20 thorpej attach eeprom at obio
85 1.7 cgd file arch/sun3/dev/eeprom.c eeprom
86 1.7 cgd
87 1.20 thorpej device clock
88 1.20 thorpej attach clock at obio
89 1.7 cgd file arch/sun3/sun3/clock.c clock
90 1.7 cgd
91 1.20 thorpej device ie: ifnet, ether
92 1.20 thorpej attach ie at obio, vmes
93 1.7 cgd file arch/sun3/dev/if_ie.c ie
94 1.7 cgd file arch/sun3/dev/if_ie_subr.c ie
95 1.7 cgd
96 1.20 thorpej device le: ifnet, ether
97 1.20 thorpej attach le at obio
98 1.7 cgd file arch/sun3/dev/if_le.c le
99 1.7 cgd file arch/sun3/dev/if_le_subr.c le
100 1.7 cgd
101 1.20 thorpej device si: scsi
102 1.20 thorpej attach si at obio, vmes
103 1.7 cgd file arch/sun3/dev/si.c si
104 1.14 gwr
105 1.20 thorpej device ncr_si: scsi, ncr5380sbc
106 1.20 thorpej attach ncr_si at obio, vmes
107 1.14 gwr file arch/sun3/dev/ncr_si.c ncr_si
108 1.7 cgd
109 1.7 cgd #
110 1.17 gwr # Sun-compatible Frame Buffers (?)
111 1.17 gwr #
112 1.17 gwr define sunfb
113 1.17 gwr file arch/sun3/dev/fb.c sunfb
114 1.17 gwr
115 1.17 gwr #
116 1.7 cgd # On-Board MEMory (OBMEM)
117 1.1 glass #
118 1.20 thorpej device bwtwo: sunfb
119 1.20 thorpej attach bwtwo at obmem
120 1.7 cgd file arch/sun3/dev/bw2.c bwtwo needs-flag
121 1.7 cgd
122 1.20 thorpej device cgtwo: sunfb
123 1.21 cgd attach cgtwo at vmes
124 1.7 cgd file arch/sun3/dev/cg2.c cgtwo needs-flag
125 1.7 cgd
126 1.20 thorpej device cgfour: sunfb
127 1.20 thorpej attach cgfour at obmem
128 1.7 cgd file arch/sun3/dev/cg4.c cgfour needs-flag
129 1.7 cgd
130 1.7 cgd file arch/sun3/dev/bt_subr.c cgfour
131 1.7 cgd
132 1.7 cgd #
133 1.12 gwr # VME
134 1.12 gwr #
135 1.20 thorpej device xdc {drive = -1}
136 1.20 thorpej attach xdc at vmel
137 1.20 thorpej device xd: disk
138 1.20 thorpej attach xd at xdc
139 1.12 gwr file arch/sun3/dev/xd.c xd needs-flag
140 1.12 gwr
141 1.20 thorpej device xyc {drive = -1}
142 1.20 thorpej attach xyc at vmes
143 1.20 thorpej device xy: disk
144 1.20 thorpej attach xy at xyc
145 1.12 gwr file arch/sun3/dev/xy.c xy needs-flag
146 1.12 gwr
147 1.12 gwr
148 1.12 gwr #
149 1.7 cgd # On-Board Control (OBCTL)
150 1.7 cgd #
151 1.20 thorpej device idprom
152 1.20 thorpej attach idprom at obctl
153 1.7 cgd file arch/sun3/dev/idprom.c idprom needs-count
154 1.7 cgd
155 1.7 cgd #
156 1.7 cgd # Console (zs) related stuff
157 1.7 cgd #
158 1.20 thorpej device zsc {channel = -1}
159 1.20 thorpej attach zsc at obio
160 1.17 gwr file arch/sun3/dev/zs.c zsc needs-flag
161 1.17 gwr file dev/ic/z8530sc.c zsc
162 1.17 gwr
163 1.20 thorpej device zstty: tty
164 1.20 thorpej attach zstty at zsc
165 1.17 gwr file dev/ic/z8530tty.c zstty needs-flag
166 1.19 gwr file arch/sun3/dev/zs_kgdb.c kgdb
167 1.17 gwr
168 1.17 gwr define zsevent
169 1.17 gwr file dev/sun/event.c zsevent
170 1.17 gwr
171 1.20 thorpej device kbd: zsevent
172 1.21 cgd attach kbd at zsc
173 1.17 gwr file dev/sun/kbd.c kbd needs-flag
174 1.17 gwr file dev/sun/kbd_tables.c kbd
175 1.17 gwr file arch/sun3/dev/kd.c kbd
176 1.17 gwr
177 1.20 thorpej device ms: zsevent
178 1.20 thorpej attach ms at zsc
179 1.17 gwr file dev/sun/ms.c ms needs-flag
180 1.17 gwr
181 1.7 cgd
182 1.12 gwr # RAM Disk for boot tape
183 1.20 thorpej device rd
184 1.20 thorpej attach rd at mainbus
185 1.12 gwr file dev/ramdisk.c rd needs-count
186 1.12 gwr file arch/sun3/dev/rd_root.c ramdisk_hooks
187 1.7 cgd
188 1.7 cgd # Major numbers for root/swap device configuration
189 1.12 gwr major {xy=3} # Xylogics 450 and 451
190 1.9 gwr major {vnd=5} # vnode pseudo-device
191 1.7 cgd major {sd=7} # SCSI disk
192 1.12 gwr major {xd=10} # Xylogics 7053
193 1.12 gwr major {rd=13} # RAM disk (for mini-kernel)
194 1.7 cgd
195 1.7 cgd # Compatibility modules
196 1.6 glass
197 1.7 cgd # SunOS Binary Compatibility (COMPAT_SUNOS)
198 1.7 cgd include "../../../compat/sunos/files.sunos"
199 1.7 cgd file arch/m68k/m68k/sunos_machdep.c compat_sunos
200