1 # 2 # Distribution kernel (TOSHIBA TX3922 based model) kernel config file 3 # 4 # $NetBSD: TX3922,v 1.93 2012/06/05 08:44:12 abs Exp $ 5 # 6 include "arch/hpcmips/conf/std.hpcmips" 7 8 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary 9 10 maxusers 16 11 12 include "arch/hpcmips/conf/std.hpcmips.tx39" 13 makeoptions CPUFLAGS="-march=r3900" # CPU codegen options 14 options TX392X # Toshiba TX3922 15 16 options TX39_DEBUG 17 #options TX39_WATCHDOGTIMER 18 #options WINCE_DEFAULT_SETTING # Debugging use 19 #options TX39ICU_DEBUG 20 #options TX39BIU_DEBUG 21 #options TX39POWER_DEBUG 22 #options TX39UART_DEBUG 23 24 options KLOADER 25 options KLOADER_KERNEL_PATH="\"/netbsd\"" 26 options KLOADER_DEBUG 27 28 options DDB # in-kernel debugger 29 #options DIAGNOSTIC # extra kernel debugging checks 30 options DEBUG # extra kernel debugging support 31 options KTRACE # system call tracing support 32 options MSGBUFSIZE=65534 33 34 options SERIALCONSSLOT=0 # UARTA 0, UARTB 1 35 36 options COMPAT_43 37 options COMPAT_16 38 options COMPAT_20 39 options COMPAT_30 # NetBSD 3.0 compatibility. 40 options COMPAT_40 # NetBSD 4.0 compatibility. 41 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 42 43 #options SCSIVERBOSE # human readable SCSI error messages 44 #options PCMCIAVERBOSE # verbose PCMCIA configuration messages 45 #options USBVERBOSE # verbose USB device autoconfig messages 46 #options MIIVERBOSE # verbose PHY autoconfig messages 47 48 options NTP # network time protocol 49 50 options USERCONF # userconf(4) support 51 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 52 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 53 54 # File systems 55 file-system FFS # UFS 56 #file-system EXT2FS # second extended file system (linux) 57 #file-system LFS # log-structured file system 58 file-system MFS # memory file system 59 file-system NFS # Network File System client 60 #file-system CD9660 # ISO 9660 + Rock Ridge file system 61 file-system MSDOSFS # MS-DOS file system 62 file-system FDESC # /dev/fd 63 file-system KERNFS # /kern 64 #file-system NULLFS # loopback file system 65 #file-system OVERLAY # overlay file system 66 file-system PROCFS # /proc 67 #file-system UMAPFS # NULLFS + uid and gid remapping 68 file-system UNION # union file system 69 #file-system CODA # Coda File System; also needs vcoda (below) 70 file-system PTYFS # /dev/pts/N support 71 72 # Networking options 73 #options GATEWAY # IP packet forwarding 74 options INET # IP + ICMP + TCP + UDP 75 options INET6 # IPV6 76 #options IPSEC # IP security 77 #options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) 78 #options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 79 #options IPSEC_DEBUG # debug for IP security 80 #options MROUTING # Multicast routing support 81 #options PIM # Protocol Independent Multicast 82 #options ISO # OSI networking 83 #options TPIP # TPIP 84 #options EON # OSI tunneling over IP 85 86 options NFSSERVER # Sun NFS-compatible filesystem (server) 87 options WAPBL # File system journaling support 88 #options QUOTA # legacy UFS quotas 89 #options QUOTA2 # new, in-filesystem UFS quotas 90 options FFS_NO_SNAPSHOT # No FFS snapshot support 91 92 options NFS_BOOT_DHCP 93 94 # compile options 95 #makeoptions DEFGP="-G 18" 96 97 config netbsd root on ? type ? 98 99 # Networking options 100 options PPP_BSDCOMP # BSD-Compress compression support for PPP 101 options PPP_DEFLATE # Deflate compression support for PPP 102 options PPP_FILTER # Active filter support for PPP (requires bpf) 103 104 # temporally power management 105 hpcapm0 at mainbus0 # power management 106 apmdev0 at hpcapm0 # APM 107 108 txcsbus1 at tx39biu? platform SHARP_TELIOS 109 txcsbus2 at tx39biu? platform VICTOR_INTERLINK 110 txcsbus3 at tx39biu? platform FUJITSU_PENCENTRA_200 111 112 # IO module manager (virtual bridge) DO NOT DELETE 113 txioman* at txsim? 114 # iochip 0 TX39 internal MFIO 115 # 1 TX39 internal IO 116 # 2 BETTY IO 117 # (3) ITE IO notyet 118 # (4) Plum2 IO (EXTPW[0:2]) notyet 119 hpcioman1 at txioman? platform SHARP_TELIOS_HCAJ 120 hpcin* at hpcioman1 iochip 1 evtype BUTTON id BTN_APP0 port 7 edge 1 # IE button 121 hpcin* at hpcioman1 iochip 1 evtype BUTTON id BTN_APP1 port 8 edge 1 # Mail button 122 hpcin* at hpcioman1 iochip 1 evtype PMEVENT id PME_AC port 6 edge 1 # AC-power 123 hpcin* at hpcioman1 iochip 0 evtype EVENT id COM0_CTS port 27 edge 3 124 hpcin* at hpcioman1 iochip 0 evtype EVENT id COM0_DCD port 29 edge 3 125 hpcout* at hpcioman1 iochip 1 evtype POWER id PWCTL_LED port 4 flags 3 #(blink) 126 127 hpcioman2 at txioman? platform SHARP_TELIOS_HCVJ 128 hpcin* at hpcioman2 iochip 1 evtype BUTTON id BTN_APP0 port 7 edge 1 # IE button 129 hpcin* at hpcioman2 iochip 1 evtype BUTTON id BTN_APP1 port 8 edge 1 # Mail button 130 hpcin* at hpcioman2 iochip 1 evtype BUTTON id BTN_APP2 port 11 edge 1 # Video button 131 hpcin* at hpcioman2 iochip 1 evtype BUTTON id BTN_APP3 port 12 edge 1 # Head phone button 132 hpcin* at hpcioman2 iochip 1 evtype PMEVENT id PME_AC port 6 133 hpcin* at hpcioman2 iochip 0 evtype EVENT id COM0_CTS port 27 edge 3 134 hpcin* at hpcioman2 iochip 1 evtype EVENT id COM0_DCD port 13 edge 3 135 hpcout* at hpcioman2 iochip 1 evtype POWER id PWCTL_COM0 port 15 136 hpcout* at hpcioman2 iochip 1 evtype POWER id PWCTL_LED port 4 flags 3 #(blink) 137 138 # InterLink (not maintainanced.) 139 hpcioman3 at txioman? platform VICTOR_INTERLINK 140 hpcin* at hpcioman3 iochip 1 evtype BUTTON id BTN_COVER port 4 141 hpcin* at hpcioman3 iochip 1 evtype BUTTON id BTN_REC port 7 142 hpcin* at hpcioman3 iochip 0 evtype EVENT id COM0_DCD port 29 143 hpcin* at hpcioman3 iochip 0 evtype EVENT id COM0_CTS port 30 144 # kbd MFIO:7 ? 145 146 options USE_POLL 147 148 # PHILIPS UCB1200 / TOSHIBA TC35413F modem/audio analog front-end 149 ucb* at tx39sib? slot 0 150 ucbtp* at ucb? 151 ucbsnd* at ucb? 152 ucbio* at ucb? 153 154 # PHILIPS 74ALVC*1624? / TOSHIBA TC5165BFTS buffer chip (keyboard) 155 # chip select: CS1, IRQ: 3:12/4:12 (irq1 108) 156 # interrupt-mode don't work. use polling mode. 157 tc5165buf* at txcsbus1 iocs 1 iocsbase 0 iocssize 0x100 iocswidth 16 158 hpckbd* at tc5165buf? 159 wsmouse* at ucbtp? mux 0 160 161 # VICTOR InterLink keyboard driver 162 # chip select: CARD1 IRQ ??? 163 m38813c* at txcsbus2 iocs 8 iocswidth 16 iocsbase 0 iocssize 8 164 hpckbd* at m38813c? 165 166 # Sharp Telios LCD and battery control driver 167 # register space: KUCS3 168 teliosio* at txcsbus1 regcs 13 regcswidth 16 169 170 # TC6358TB(Plum2) 171 # register space: CS3, 172 # I/O space: MCS0 & MCS1, IRQ: 8:21 (IO[5] positive) 173 # 174 plum* at txcsbus? regcs 3 regcswidth 32 iocs 4 iocswidth 32 memcs 5 memcswidth 32 irq1 277 175 plumicu* at plum? 176 plumpower* at plum? 177 plumvideo* at plum? 178 plumpcmcia* at plum? 179 #plumiobus* at plum? 180 #plumisab0 at plumiobus? platform ? slot 0 181 ohci* at plum? 182 183 # USB bus support 184 usb* at ohci? 185 186 # USB Hubs 187 uhub* at usb? 188 uhub* at uhub? port ? 189 190 # USB HID device 191 uhidev* at uhub? port ? configuration ? interface ? 192 193 # USB Mice 194 ums* at uhidev? reportid ? 195 wsmouse* at ums? mux 0 196 197 # USB Keyboards 198 ukbd* at uhidev? reportid ? 199 wskbd* at ukbd? console ? mux 1 200 201 # USB serial adapter 202 ucycom* at uhidev? reportid ? 203 204 # USB Generic HID devices 205 uhid* at uhidev? reportid ? 206 207 # USB joystick, game pad 208 #ujoy* at uhub? configuration ? interface ? 209 210 # USB Printer 211 ulpt* at uhub? port ? configuration ? interface ? 212 213 # USB Modem 214 umodem* at uhub? port ? configuration ? 215 ucom* at umodem? 216 217 # Option N.V. Wireless WAN modems 218 uhso* at uhub? port ? configuration ? 219 220 # USB Mass Storage 221 umass* at uhub? port ? configuration ? interface ? 222 scsibus* at umass? channel ? 223 224 # USB audio 225 uaudio* at uhub? port ? configuration ? 226 audio* at uaudio? 227 228 # USB Ethernet adapters 229 aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 230 axe* at uhub? port ? # ASIX AX88172 based adapters 231 cue* at uhub? port ? # CATC USB-EL1201A based adapters 232 kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 233 url* at uhub? port ? # Realtek RTL8150L based adapters 234 235 # Prolific PL2301/PL2302 host-to-host adapter 236 upl* at uhub? port ? 237 238 # USB Handspring Visor 239 uvisor* at uhub? port ? 240 ucom* at uvisor? 241 242 # Kyocera AIR-EDGE PHONE 243 ukyopon* at uhub? port ? 244 ucom* at ukyopon? portno ? 245 246 # USB scanners 247 uscanner* at uhub? port ? 248 249 # Y@P firmware loader 250 uyap* at uhub? port ? 251 252 # USB Generic driver 253 ugen* at uhub? port ? 254 255 # MII/PHY support 256 exphy* at mii? phy ? # 3Com internal PHYs 257 icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x 258 inphy* at mii? phy ? # Intel 82555 PHYs 259 iophy* at mii? phy ? # Intel 82553 PHYs 260 lxtphy* at mii? phy ? # Level One LXT-970 PHYs 261 nsphy* at mii? phy ? # NS83840 PHYs 262 nsphyter* at mii? phy ? # NS83843 PHYs 263 qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 264 sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 265 tlphy* at mii? phy ? # ThunderLAN PHYs 266 tqphy* at mii? phy ? # TDK Semiconductor PHYs 267 ukphy* at mii? phy ? # generic unknown PHYs 268 269 # WS console uses SUN or VT100 terminal emulation 270 hpcfb* at plumvideo? 271 wsdisplay* at hpcfb? 272 wskbd* at hpckbd? mux 1 273 btnmgr0 at mainbus0 274 wskbd* at btnmgr0 mux 1 275 276 options WSEMUL_VT100 277 options WSDISPLAY_DEFAULTSCREENS=4 278 options FONT_VT220L8x10 279 options WS_KERNEL_FG=WSCOL_BROWN 280 options WS_KERNEL_BG=WSCOL_BLUE 281 # compatibility to other console drivers 282 options WSDISPLAY_COMPAT_PCVT # emulate some ioctls 283 options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 284 options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 285 options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 286 287 # PCMCIA bus support 288 pcmcia* at plumpcmcia? controller ? socket ? 289 290 # PCMCIA IDE disk 291 wdc* at pcmcia? function ? 292 293 # ATA (IDE) bus support 294 atabus* at ata? 295 296 # IDE drives 297 wd* at atabus? drive ? flags 0x0000 298 299 # ATAPI bus support 300 atapibus* at atapi? 301 302 # ATAPI devices 303 # flags have the same meaning as for IDE drives. 304 cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 305 sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 306 #uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 307 308 # PCMCIA network interfaces 309 awi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS) 310 cnw* at pcmcia? function ? # Xircom/Netwave AirSurfer 311 ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 312 mbe* at pcmcia? function ? # MB8696x based Ethernet 313 ne* at pcmcia? function ? # NE2000-compatible Ethernet 314 ray* at pcmcia? function ? # Raytheon Raylink (802.11) 315 sm* at pcmcia? function ? # Megahertz Ethernet 316 wi* at pcmcia? function ? # Lucent WaveLan IEEE (802.11) 317 #xe* at pcmcia? function ? # Xircom PCMCIA cards 318 319 mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 320 com* at mhzc? 321 sm* at mhzc? 322 323 # PCMCIA serial interfaces 324 com* at pcmcia? function ? # Modems and serial cards 325 326 pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 327 com* at pcmcom? slave ? # ...and the slave devices 328 329 # PCMCIA SCSI interfaces 330 aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 331 esp* at pcmcia? function ? # Qlogic ESP406/FAS408 SCSI 332 333 scsibus* at aic? 334 scsibus* at esp? 335 336 # SCSI devices 337 sd* at scsibus? target ? lun ? # SCSI disk drives 338 #st* at scsibus? target ? lun ? # SCSI tape drives 339 #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 340 #ch* at scsibus? target ? lun ? # SCSI autochangers 341 #ss* at scsibus? target ? lun ? # SCSI scanners 342 #uk* at scsibus? target ? lun ? # SCSI unknown 343 344 # disk/mass storage pseudo-devices 345 #pseudo-device ccd 4 # concatenated disks 346 #pseudo-device raid 4 # RAIDframe disk driver 347 #options RAID_AUTOCONFIG # auto-configuration of RAID components 348 #pseudo-device fss # file system snapshot device 349 pseudo-device md # memory disk 350 pseudo-device vnd # disk-like interface to files 351 352 # network pseudo-devices 353 pseudo-device bpfilter # Berkeley packet filter 354 pseudo-device ipfilter # IP filter (firewall) and NAT 355 pseudo-device loop 1 # network loopback 356 pseudo-device ppp # Point-to-Point Protocol 357 358 # mouse & keyboard multiplexor pseudo-devices 359 pseudo-device wsmux 360 361 # miscellaneous pseudo-devices 362 pseudo-device pty # pseudo-terminals 363 pseudo-device clockctl # user control of clock subsystem 364 365 # a pseudo device needed for Coda # also needs CODA (above) 366 #pseudo-device vcoda 4 # coda minicache <-> venus comm. 367 368 # for IPv6 369 pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 370 #pseudo-device faith # IPv[46] tcp relay translation i/f 371 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 372