1 # 2 # Distribution kernel (TOSHIBA TX3922 based model) kernel config file 3 # 4 # $NetBSD: TX3922,v 1.23 2000/06/29 11:42:30 shin Exp $ 5 # 6 include "arch/hpcmips/conf/std.hpcmips" 7 8 maxusers 8 9 10 options MIPS1 # R2000/R3000 CPUs 11 options ENABLE_MIPS_TX3900 # R3900 CPU core 12 options NOFPU # No FPU 13 options SOFTFLOAT # emulate FPU insn 14 #options R3900_CACHE_DISABLE # Disable I/D-cache 15 16 options TX39XX # Toshiba TX39 series 17 options TX392X # Toshiba TX3922 18 options KSEG2IOBUFSIZE=0x08000000 # MCS0/MCS1 are mapped to kseg2 19 20 options TX39_DEBUG 21 #options TX39_WATCHDOGTIMER 22 #options WINCE_DEFAULT_SETTING # Debugging use 23 #options TX39ICUDEBUG 24 #options TX39BIUDEBUG 25 #options TX39IODEBUG 26 #options TX39POWERDEBUG 27 #options TX39UARTDEBUG 28 29 options DDB # in-kernel debugger 30 #options DIAGNOSTIC # extra kernel debugging checks 31 options DEBUG # extra kernel debugging support 32 options KTRACE # system call tracing support 33 34 options __NO_SOFT_SERIAL_INTERRUPT 35 options SERIALCONSSLOT=0 # UARTA 0, UARTB 1 36 37 options COMPAT_43 38 39 options SCSIVERBOSE # human readable SCSI error messages 40 options PCMCIAVERBOSE # verbose PCMCIA configuration messages 41 options USBVERBOSE # verbose USB device autoconfig messages 42 options MIIVERBOSE # verbose PHY autoconfig messages 43 44 options NTP # network time protocol 45 #options UCONSOLE # users can redirect console (unsafe) 46 47 # File systems 48 file-system FFS # UFS 49 #file-system EXT2FS # second extended file system (linux) 50 #file-system LFS # log-structured file system 51 file-system MFS # memory file system 52 file-system NFS # Network File System client 53 #file-system CD9660 # ISO 9660 + Rock Ridge file system 54 file-system MSDOSFS # MS-DOS file system 55 file-system FDESC # /dev/fd 56 file-system KERNFS # /kern 57 #file-system NULLFS # loopback file system 58 #file-system OVERLAY # overlay file system 59 #file-system PORTAL # portal filesystem (still experimental) 60 file-system PROCFS # /proc 61 #file-system UMAPFS # NULLFS + uid and gid remapping 62 file-system UNION # union file system 63 #file-system CODA # Coda File System; also needs vcoda (below) 64 65 # Networking options 66 #options GATEWAY # IP packet forwarding 67 options INET # IP + ICMP + TCP + UDP 68 options INET6 # IPV6 69 #options IPSEC # IP security 70 #options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) 71 #options IPSEC_DEBUG # debug for IP security 72 #options MROUTING # Multicast routing support 73 #options ISO # OSI networking 74 #options TPIP # TPIP 75 #options EON # OSI tunneling over IP 76 #options CCITT,LLC,HDLC # X.25 77 78 options NFSSERVER # Sun NFS-compatible filesystem (server) 79 options SOFTDEP # FFS soft updates support. 80 #options QUOTA # UFS quotas 81 82 options NFS_BOOT_DHCP 83 84 config netbsd root on ? type ? 85 86 # Networking options 87 options PPP_BSDCOMP # BSD-Compress compression support for PPP 88 options PPP_DEFLATE # Deflate compression support for PPP 89 options PPP_FILTER # Active filter support for PPP (requires bpf) 90 91 txsim* at mainbus0 92 # 93 # TX39 System Internal Modules 94 # 95 tx39biu* at txsim? 96 tx39icu* at txsim? 97 tx39clock* at txsim? 98 tx39power* at txsim? 99 tx39io* at txsim? 100 tx39sib* at txsim? 101 tx39uart* at txsim? 102 txcom0 at tx39uart? slot 0 103 txcom1 at tx39uart? slot 1 104 105 # IO module manager (Don't delete) 106 txioman* at tx39io? # misc unknown. 107 108 txcsbus1 at tx39biu? platform SHARP_TELIOS 109 txcsbus2 at tx39biu? platform VICTOR_INTERLINK 110 111 options USE_POLL # m38813,tc5165 requires this 112 113 # PHILIPS UCB1200 / TOSHIBA TC35413F modem/audio analog front-end 114 ucb* at tx39sib? slot 0 115 ucbtp* at ucb? 116 ucbsnd* at ucb? 117 118 # PHILIPS 74ALVC*1624? / TOSHIBA TC5165BFTS buffer chip (keyboard) 119 # chip select: CS1, IRQ: 3:12/4:12 120 tc5165buf* at txcsbus1 iocs 1 iocsbase 0 iocssize 0x100 iocswidth 16 121 skbd* at tc5165buf? 122 wsmouse* at ucbtp? mux 0 123 124 # VICTOR InterLink keyboard driver 125 # chip select: CARD1 IRQ ??? 126 m38813c* at txcsbus2 iocs 8 iocswidth 16 iocsbase 0 iocssize 8 127 skbd* at m38813c? 128 129 # TC6358TB(Plum2) 130 # register space: CS3, 131 # I/O space: MCS0 & MCS1, IRQ: 8:21 (IO[5] positive) 132 # 133 plum* at txcsbus? regcs 3 regcswidth 32 iocs 4 iocswidth 32 memcs 5 memcswidth 32 irq1 277 134 plumicu* at plum? 135 plumpower* at plum? 136 plumvideo* at plum? 137 plumpcmcia* at plum? 138 #plumiobus* at plum? 139 #plumisab0 at plumiobus? platform ? slot 0 140 options PLUM_BIG_OHCI_BUFFER # reserve V-RAM area for OHCI module 141 ohci* at plum? 142 143 # USB bus support 144 usb* at ohci? 145 146 # USB Hubs 147 uhub* at usb? 148 uhub* at uhub? port ? configuration ? interface ? 149 150 # USB Mice 151 ums* at uhub? port ? configuration ? interface ? 152 wsmouse* at ums? mux 0 153 154 # USB Keyboards 155 ukbd* at uhub? port ? configuration ? interface ? 156 wskbd* at ukbd? console ? mux 1 157 158 # USB joystick, game pad 159 #ujoy* at uhub? configuration ? interface ? 160 161 # USB Generic HID devices 162 uhid* at uhub? port ? configuration ? interface ? 163 164 # USB Printer 165 ulpt* at uhub? port ? configuration ? interface ? 166 167 # USB Modem 168 umodem* at uhub? port ? configuration ? 169 ucom* at umodem? 170 171 # USB Mass Storage 172 umass* at uhub? port ? configuration ? interface ? 173 atapibus* at umass? channel ? 174 scsibus* at umass? channel ? 175 176 # USB audio 177 uaudio* at uhub? port ? configuration ? 178 audio* at uaudio? 179 180 # USB Ethernet adapters 181 aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 182 cue* at uhub? port ? # CATC USB-EL1201A based adapters 183 kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 184 185 # Prolofic PL2301/PL2302 host-to-host adapter 186 upl* at uhub? port ? 187 188 # USB Handspring Visor 189 uvisor* at uhub? port ? 190 ucom* at uvisor? 191 192 # USB Generic driver 193 ugen* at uhub? port ? 194 195 # MII/PHY support 196 exphy* at mii? phy ? # 3Com internal PHYs 197 icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890 198 inphy* at mii? phy ? # Intel 82555 PHYs 199 iophy* at mii? phy ? # Intel 82553 PHYs 200 lxtphy* at mii? phy ? # Level One LXT-970 PHYs 201 nsphy* at mii? phy ? # NS83840 PHYs 202 nsphyter* at mii? phy ? # NS83843 PHYs 203 qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 204 sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 205 tlphy* at mii? phy ? # ThunderLAN PHYs 206 tqphy* at mii? phy ? # TDK Semiconductor PHYs 207 ukphy* at mii? phy ? # generic unknown PHYs 208 209 # WS console uses SUN or VT100 terminal emulation 210 hpcfb* at plumvideo? 211 wsdisplay* at hpcfb? 212 wskbd* at skbd? mux 1 213 btnmgr0 at mainbus0 214 wskbd* at btnmgr0 mux 1 215 216 options WSEMUL_VT100 217 options WSDISPLAY_DEFAULTSCREENS=4 218 options FONT_VT220L8x10 219 options WS_KERNEL_FG=WSCOL_BROWN 220 options WS_KERNEL_BG=WSCOL_BLUE 221 # compatibility to other console drivers 222 options WSDISPLAY_COMPAT_PCVT # emulate some ioctls 223 options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 224 options WSDISPLAY_COMPAT_USL # VT handling 225 options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 226 227 # PCMCIA bus support 228 pcmcia* at plumpcmcia? controller ? socket ? 229 230 # PCMCIA IDE disk 231 wdc* at pcmcia? function ? 232 wd* at wdc? channel ? drive ? flags 0x0000 233 234 # ATAPI bus support 235 atapibus* at wdc? channel ? 236 237 # ATAPI devices 238 # flags have the same meaning as for IDE drives. 239 cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 240 sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 241 #uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 242 243 # PCMCIA network interfaces 244 awi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS) 245 cnw* at pcmcia? function ? # Xircom/Netwave AirSurfer 246 ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 247 mbe* at pcmcia? function ? # MB8696x based Ethernet 248 ne* at pcmcia? function ? # NE2000-compatible Ethernet 249 ray* at pcmcia? function ? # Raytheon Raylink (802.11) 250 sm* at pcmcia? function ? # Megahertz Ethernet 251 wi* at pcmcia? function ? # Lucent WaveLan IEEE (802.11) 252 #xe* at pcmcia? function ? # Xircom PCMCIA cards 253 254 mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 255 com* at mhzc? 256 sm* at mhzc? 257 258 # PCMCIA serial interfaces 259 com* at pcmcia? function ? # Modems and serial cards 260 261 pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 262 com* at pcmcom? slave ? # ...and the slave devices 263 264 # PCMCIA SCSI interfaces 265 aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 266 esp* at pcmcia? function ? # Qlogic ESP406/FAS408 SCSI 267 268 scsibus* at aic? 269 scsibus* at esp? 270 271 # SCSI devices 272 sd* at scsibus? target ? lun ? # SCSI disk drives 273 #st* at scsibus? target ? lun ? # SCSI tape drives 274 #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 275 #ch* at scsibus? target ? lun ? # SCSI autochangers 276 #ss* at scsibus? target ? lun ? # SCSI scanners 277 #uk* at scsibus? target ? lun ? # SCSI unknown 278 279 # disk/mass storage pseudo-devices 280 #pseudo-device ccd 4 # concatenated disks 281 #pseudo-device raid 4 # RAIDframe disk driver 282 #options RAID_AUTOCONFIG # auto-configuration of RAID components 283 pseudo-device md 1 # memory disk 284 pseudo-device vnd 4 # disk-like interface to files 285 286 # network pseudo-devices 287 pseudo-device bpfilter 8 # Berkeley packet filter 288 pseudo-device ipfilter # IP filter (firewall) and NAT 289 pseudo-device loop 1 # network loopback 290 pseudo-device ppp 2 # Point-to-Point Protocol 291 292 # mouse & keyboard multiplexor pseudo-devices 293 pseudo-device wsmux 2 294 295 # miscellaneous pseudo-devices 296 pseudo-device rnd # /dev/random and in-kernel generator 297 pseudo-device pty 64 # pseudo ptys 298 299 # a pseudo device needed for Coda # also needs CODA (above) 300 #pseudo-device vcoda 4 # coda minicache <-> venus comm. 301 302 # for IPv6 303 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 304 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f 305