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