1 1.31 gwr # $NetBSD: files.sun3,v 1.31 1997/02/13 22:21:22 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.29 gwr 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.7 cgd file arch/sun3/sun3/db_machdep.c ddb 19 1.22 cgd file arch/sun3/sun3/db_memrw.c ddb | kgdb 20 1.29 gwr file arch/sun3/sun3/disksubr.c 21 1.29 gwr file arch/sun3/sun3/dvma.c 22 1.23 gwr file arch/sun3/sun3/fpu.c 23 1.7 cgd file arch/sun3/sun3/isr.c 24 1.30 gwr file arch/sun3/sun3/kgdb_machdep.c kgdb 25 1.29 gwr file arch/sun3/sun3/machdep.c 26 1.29 gwr file arch/sun3/sun3/mem.c 27 1.29 gwr file arch/sun3/sun3/pmap.c 28 1.31 gwr file arch/sun3/sun3/sig_machdep.c 29 1.29 gwr file arch/sun3/sun3/stub.c 30 1.29 gwr file arch/sun3/sun3/sun3_startup.c 31 1.29 gwr file arch/sun3/sun3/sunmon.c 32 1.11 gwr file arch/sun3/sun3/sys_machdep.c 33 1.29 gwr file arch/sun3/sun3/trap.c 34 1.29 gwr file arch/sun3/sun3/vector.c 35 1.29 gwr file arch/sun3/sun3/vm_machdep.c 36 1.7 cgd 37 1.23 gwr file arch/sun3/dev/idprom.c 38 1.23 gwr 39 1.25 jtc include "arch/m68k/fpe/files.fpe" 40 1.18 gwr 41 1.7 cgd file arch/m68k/m68k/copy.s 42 1.7 cgd file dev/cons.c 43 1.7 cgd 44 1.23 gwr # 45 1.7 cgd # Bus types 46 1.7 cgd # 47 1.7 cgd # The implementation of the bus_* functions in autoconfig.c 48 1.7 cgd # requires these all to agree with <autoconf.h> struct bus_loc 49 1.7 cgd 50 1.23 gwr device mainbus {} 51 1.23 gwr attach mainbus at root 52 1.23 gwr file arch/sun3/sun3/mainbus.c mainbus 53 1.23 gwr 54 1.23 gwr # On-board I/O space 55 1.23 gwr device obio {addr = -1, [level = -1]} 56 1.23 gwr attach obio at mainbus 57 1.23 gwr file arch/sun3/dev/obio.c obio 58 1.23 gwr 59 1.7 cgd # On-board MEMory space 60 1.20 thorpej device obmem {addr = -1, [level = -1]} 61 1.20 thorpej attach obmem at mainbus 62 1.23 gwr file arch/sun3/dev/obmem.c obmem 63 1.23 gwr 64 1.7 cgd # VME Short space (D16) 65 1.20 thorpej device vmes {addr = -1, [level = -1], [vect = -1]} 66 1.20 thorpej attach vmes at mainbus 67 1.23 gwr 68 1.7 cgd # VME Long space (D32) 69 1.20 thorpej device vmel {addr = -1, [level = -1], [vect = -1]} 70 1.20 thorpej attach vmel at mainbus 71 1.7 cgd 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.23 gwr device zsc {channel = -1} 83 1.23 gwr attach zsc at obio 84 1.23 gwr file arch/sun3/dev/zs.c zsc needs-flag 85 1.23 gwr file dev/ic/z8530sc.c zsc 86 1.7 cgd 87 1.20 thorpej device eeprom 88 1.20 thorpej attach eeprom at obio 89 1.7 cgd file arch/sun3/dev/eeprom.c eeprom 90 1.7 cgd 91 1.20 thorpej device clock 92 1.20 thorpej attach clock at obio 93 1.7 cgd file arch/sun3/sun3/clock.c clock 94 1.7 cgd 95 1.23 gwr device memerr 96 1.23 gwr attach memerr at obio 97 1.23 gwr file arch/sun3/dev/memerr.c memerr 98 1.23 gwr 99 1.23 gwr device intreg 100 1.23 gwr attach intreg at obio 101 1.23 gwr file arch/sun3/sun3/intreg.c intreg 102 1.23 gwr 103 1.20 thorpej device ie: ifnet, ether 104 1.23 gwr attach ie at obio with ie_obio 105 1.23 gwr attach ie at vmes with ie_vmes 106 1.23 gwr file arch/sun3/dev/if_ie_obio.c ie_obio 107 1.23 gwr file arch/sun3/dev/if_ie_vmes.c ie_vmes 108 1.7 cgd file arch/sun3/dev/if_ie.c ie 109 1.7 cgd 110 1.24 thorpej # device defined in sys/conf/files 111 1.20 thorpej attach le at obio 112 1.7 cgd file arch/sun3/dev/if_le.c le 113 1.7 cgd 114 1.23 gwr device si: scsi, ncr5380sbc 115 1.7 cgd file arch/sun3/dev/si.c si 116 1.23 gwr attach si at obio with si_obio 117 1.23 gwr file arch/sun3/dev/si_obio.c si_obio 118 1.23 gwr attach si at vmes with si_vmes 119 1.23 gwr file arch/sun3/dev/si_vme.c si_vmes 120 1.7 cgd 121 1.7 cgd # 122 1.17 gwr # Sun-compatible Frame Buffers (?) 123 1.17 gwr # 124 1.17 gwr define sunfb 125 1.23 gwr file arch/sun3/dev/fb.c # sunfb needs-flag 126 1.17 gwr 127 1.17 gwr # 128 1.7 cgd # On-Board MEMory (OBMEM) 129 1.1 glass # 130 1.20 thorpej device bwtwo: sunfb 131 1.20 thorpej attach bwtwo at obmem 132 1.7 cgd file arch/sun3/dev/bw2.c bwtwo needs-flag 133 1.7 cgd 134 1.20 thorpej device cgtwo: sunfb 135 1.21 cgd attach cgtwo at vmes 136 1.7 cgd file arch/sun3/dev/cg2.c cgtwo needs-flag 137 1.7 cgd 138 1.20 thorpej device cgfour: sunfb 139 1.20 thorpej attach cgfour at obmem 140 1.7 cgd file arch/sun3/dev/cg4.c cgfour needs-flag 141 1.7 cgd 142 1.7 cgd # 143 1.12 gwr # VME 144 1.12 gwr # 145 1.20 thorpej device xdc {drive = -1} 146 1.20 thorpej attach xdc at vmel 147 1.20 thorpej device xd: disk 148 1.20 thorpej attach xd at xdc 149 1.12 gwr file arch/sun3/dev/xd.c xd needs-flag 150 1.12 gwr 151 1.20 thorpej device xyc {drive = -1} 152 1.20 thorpej attach xyc at vmes 153 1.20 thorpej device xy: disk 154 1.20 thorpej attach xy at xyc 155 1.12 gwr file arch/sun3/dev/xy.c xy needs-flag 156 1.12 gwr 157 1.12 gwr 158 1.7 cgd 159 1.7 cgd # 160 1.7 cgd # Console (zs) related stuff 161 1.7 cgd # 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.27 pk # Memory Disk for boot tape 183 1.27 pk file arch/sun3/dev/md_root.c memory_disk_hooks 184 1.7 cgd 185 1.7 cgd # Major numbers for root/swap device configuration 186 1.12 gwr major {xy=3} # Xylogics 450 and 451 187 1.9 gwr major {vnd=5} # vnode pseudo-device 188 1.7 cgd major {sd=7} # SCSI disk 189 1.12 gwr major {xd=10} # Xylogics 7053 190 1.27 pk major {md=13} # Memory disk (for mini-kernel) 191 1.7 cgd 192 1.7 cgd # Compatibility modules 193 1.6 glass 194 1.7 cgd # SunOS Binary Compatibility (COMPAT_SUNOS) 195 1.7 cgd include "../../../compat/sunos/files.sunos" 196 1.7 cgd file arch/m68k/m68k/sunos_machdep.c compat_sunos 197