files.sun3 revision 1.13 1 1.12 gwr # $NetBSD: files.sun3,v 1.13 1995/10/10 21:25:29 gwr 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.7 cgd file arch/sun3/sun3/disksubr.c
21 1.7 cgd file arch/sun3/sun3/isr.c
22 1.7 cgd file arch/sun3/sun3/machdep.c
23 1.7 cgd file arch/sun3/sun3/mem.c
24 1.7 cgd file arch/sun3/sun3/pmap.c
25 1.8 gwr #file arch/sun3/sun3/stub.c
26 1.7 cgd file arch/sun3/sun3/sun3_startup.c
27 1.11 gwr file arch/sun3/sun3/sys_machdep.c
28 1.7 cgd file arch/sun3/sun3/trap.c
29 1.7 cgd file arch/sun3/sun3/vector.c
30 1.7 cgd file arch/sun3/sun3/vm_machdep.c
31 1.7 cgd
32 1.7 cgd file arch/m68k/fpe/fpu_emulate.c fpu_emulate
33 1.7 cgd file arch/m68k/m68k/copy.s
34 1.7 cgd file dev/cons.c
35 1.7 cgd file dev/cninit.c
36 1.7 cgd
37 1.7 cgd # Declare our "catch-all" root node.
38 1.7 cgd device mainbus at root {}
39 1.7 cgd # Misc. mainbus things (catch-all)
40 1.7 cgd # Control space hack
41 1.7 cgd device obctl at mainbus {addr = -1, [level = -1]}
42 1.7 cgd # Floating Point Unit
43 1.7 cgd device fpu at mainbus {}
44 1.7 cgd file arch/sun3/sun3/fpu.c fpu
45 1.7 cgd
46 1.7 cgd # Bus types
47 1.7 cgd #
48 1.7 cgd # The implementation of the bus_* functions in autoconfig.c
49 1.7 cgd # requires these all to agree with <autoconf.h> struct bus_loc
50 1.7 cgd
51 1.7 cgd # On-board MEMory space
52 1.7 cgd device obmem at mainbus {addr = -1, [level = -1]}
53 1.7 cgd # On-board I/O space
54 1.7 cgd device obio at mainbus {addr = -1, [level = -1]}
55 1.7 cgd # VME Short space (D16)
56 1.7 cgd device vmes at mainbus {addr = -1, [level = -1], [vect = -1]}
57 1.7 cgd # VME Long space (D32)
58 1.7 cgd device vmel at mainbus {addr = -1, [level = -1], [vect = -1]}
59 1.7 cgd
60 1.7 cgd file arch/sun3/dev/obctl.c obctl
61 1.7 cgd file arch/sun3/dev/obio.c obio
62 1.7 cgd file arch/sun3/dev/obmem.c obmem
63 1.7 cgd file arch/sun3/dev/vme.c vmes vmel
64 1.7 cgd
65 1.7 cgd #
66 1.7 cgd # Sun-compatible Frame Buffers (?)
67 1.7 cgd #
68 1.7 cgd define sunfb {}
69 1.7 cgd
70 1.7 cgd #
71 1.13 gwr # Machine-independent SCSI drivers
72 1.7 cgd #
73 1.13 gwr include "../../../scsi/files.scsi"
74 1.7 cgd
75 1.7 cgd #
76 1.7 cgd # On-Board I/O (OBIO)
77 1.7 cgd #
78 1.7 cgd device zs at obio: tty
79 1.7 cgd file arch/sun3/dev/zs.c zs needs-count
80 1.7 cgd
81 1.7 cgd device eeprom at obio
82 1.7 cgd file arch/sun3/dev/eeprom.c eeprom
83 1.7 cgd
84 1.7 cgd device clock at obio
85 1.7 cgd file arch/sun3/sun3/clock.c clock
86 1.7 cgd
87 1.7 cgd device ie at obio, vmes: ifnet, ether
88 1.7 cgd file arch/sun3/dev/if_ie.c ie
89 1.7 cgd file arch/sun3/dev/if_ie_subr.c ie
90 1.7 cgd
91 1.7 cgd device le at obio: ifnet, ether
92 1.7 cgd file arch/sun3/dev/if_le.c le
93 1.7 cgd file arch/sun3/dev/if_le_subr.c le
94 1.7 cgd
95 1.7 cgd device si at obio, vmes: scsi
96 1.7 cgd file arch/sun3/dev/si.c si
97 1.7 cgd
98 1.7 cgd #
99 1.7 cgd # On-Board MEMory (OBMEM)
100 1.1 glass #
101 1.7 cgd device bwtwo at obmem: sunfb
102 1.7 cgd file arch/sun3/dev/bw2.c bwtwo needs-flag
103 1.7 cgd
104 1.7 cgd device cgtwo at vmes: sunfb
105 1.7 cgd file arch/sun3/dev/cg2.c cgtwo needs-flag
106 1.7 cgd
107 1.7 cgd device cgfour at obmem: sunfb
108 1.7 cgd file arch/sun3/dev/cg4.c cgfour needs-flag
109 1.7 cgd
110 1.7 cgd file arch/sun3/dev/bt_subr.c cgfour
111 1.7 cgd
112 1.7 cgd #
113 1.12 gwr # VME
114 1.12 gwr #
115 1.12 gwr device xdc at vmel {drive = -1}
116 1.12 gwr device xd at xdc: disk
117 1.12 gwr file arch/sun3/dev/xd.c xd needs-flag
118 1.12 gwr
119 1.12 gwr device xyc at vmel {drive = -1}
120 1.12 gwr device xy at xyc: disk
121 1.12 gwr file arch/sun3/dev/xy.c xy needs-flag
122 1.12 gwr
123 1.12 gwr
124 1.12 gwr #
125 1.7 cgd # On-Board Control (OBCTL)
126 1.7 cgd #
127 1.7 cgd device idprom at obctl
128 1.7 cgd file arch/sun3/dev/idprom.c idprom needs-count
129 1.7 cgd
130 1.7 cgd #
131 1.7 cgd # Console (zs) related stuff
132 1.7 cgd #
133 1.7 cgd file arch/sun3/dev/kbd.c zs
134 1.7 cgd file arch/sun3/dev/event.c zs
135 1.7 cgd file arch/sun3/dev/kd.c zs
136 1.7 cgd file arch/sun3/dev/ms.c zs
137 1.7 cgd file arch/sun3/dev/fb.c
138 1.7 cgd
139 1.12 gwr # RAM Disk for boot tape
140 1.12 gwr device rd at mainbus
141 1.12 gwr file dev/ramdisk.c rd needs-count
142 1.12 gwr file arch/sun3/dev/rd_root.c ramdisk_hooks
143 1.7 cgd
144 1.7 cgd # Major numbers for root/swap device configuration
145 1.12 gwr major {xy=3} # Xylogics 450 and 451
146 1.9 gwr major {vnd=5} # vnode pseudo-device
147 1.7 cgd major {sd=7} # SCSI disk
148 1.12 gwr major {xd=10} # Xylogics 7053
149 1.12 gwr major {rd=13} # RAM disk (for mini-kernel)
150 1.7 cgd
151 1.7 cgd # Compatibility modules
152 1.6 glass
153 1.7 cgd # SunOS Binary Compatibility (COMPAT_SUNOS)
154 1.7 cgd include "../../../compat/sunos/files.sunos"
155 1.7 cgd file arch/m68k/m68k/sunos_machdep.c compat_sunos
156