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