1 # 2 # Distribution kernel (TOSHIBA TX3912 based model) kernel config file 3 4 # 5 # $NetBSD: TX3912,v 1.32 2001/11/20 12:56:28 lukem Exp $ 6 # 7 include "arch/hpcmips/conf/std.hpcmips" 8 9 maxusers 8 10 11 options MIPS1 # R2000/R3000 CPUs 12 options ENABLE_MIPS_TX3900 # R3900 CPU core 13 options NOFPU # No FPU 14 options SOFTFLOAT # emulate FPU insn 15 #options R3900_CACHE_DISABLE # Disable I/D-cache 16 17 options TX39XX # Toshiba TX39 series 18 options TX391X # Product TMPR3912 19 options KSEG2IOBUFSIZE=0x08000000 # MCS[0:3] are mapped to kseg2 20 21 options TX39_DEBUG 22 options TX39_WATCHDOGTIMER 23 #options TX39ICUDEBUG 24 #options TX39CLKDEBUG 25 #options TX39BIUDEBUG 26 #options TX39POWERDEBUG 27 #options TX39UARTDEBUG 28 29 options __NO_SOFT_SERIAL_INTERRUPT 30 options SERIALCONSSLOT=0 # UARTA 0, UARTB 1 31 32 options DDB # in-kernel debugger 33 #options DDB_ONPANIC=0 # don't enter debugger on panic 34 options DIAGNOSTIC # extra kernel debugging checks 35 options DEBUG # extra kernel debugging support 36 options KTRACE # system call tracing support 37 #options SYSCALL_DEBUG # for debug 38 #options MINIROOTSIZE=10000 39 options MSGBUFSIZE=65534 # for dmesg 40 41 #options MEMORY_DISK_HOOKS 42 #options MEMORY_DISK_IS_ROOT # force root on memory disk 43 #options MEMORY_DISK_SERVER=0 # no userspace memory disk support 44 #options MINIROOTSIZE=12288 # size of memory disk, in blocks 45 46 options PPP_BSDCOMP # BSD-Compress compression support for PPP 47 options PPP_DEFLATE # Deflate compression support for PPP 48 options PPP_FILTER # Active filter support for PPP (requires bpf) 49 50 options COMPAT_43 51 52 options SCSIVERBOSE # human readable SCSI error messages 53 options PCMCIAVERBOSE # verbose PCMCIA configuration messages 54 55 options NTP # network time protocol 56 #options UCONSOLE # users can redirect console (unsafe) 57 58 # File systems 59 file-system FFS # UFS 60 #file-system EXT2FS # second extended file system (linux) 61 #file-system LFS # log-structured file system 62 file-system MFS # memory file system 63 file-system NFS # Network File System client 64 #file-system CD9660 # ISO 9660 + Rock Ridge file system 65 file-system MSDOSFS # MS-DOS file system 66 file-system FDESC # /dev/fd 67 file-system KERNFS # /kern 68 #file-system NULLFS # loopback file system 69 #file-system OVERLAY # overlay file system 70 #file-system PORTAL # portal filesystem (still experimental) 71 file-system PROCFS # /proc 72 #file-system UMAPFS # NULLFS + uid and gid remapping 73 file-system UNION # union file system 74 #file-system CODA # Coda File System; also needs vcoda (below) 75 76 # Networking options 77 #options GATEWAY # IP packet forwarding 78 options INET # IP + ICMP + TCP + UDP 79 options INET6 # IPV6 80 #options IPSEC # IP security 81 #options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) 82 #options IPSEC_DEBUG # debug for IP security 83 #options MROUTING # Multicast routing support 84 #options ISO # OSI networking 85 #options TPIP # TPIP 86 #options EON # OSI tunneling over IP 87 #options CCITT,LLC,HDLC # X.25 88 89 options NFSSERVER # Sun NFS-compatible filesystem (server) 90 options SOFTDEP # FFS soft updates support. 91 #options QUOTA # UFS quotas 92 options VNODE_OP_NOINLINE # don't inline vnode op calls 93 94 options NFS_BOOT_DHCP 95 96 config netbsd root on ? type ? 97 98 # temporally power management 99 hpcapm0 at mainbus0 # power management 100 apmdev0 at hpcapm0 # APM 101 102 txsim* at mainbus0 103 # 104 # System Internal Modules 105 # 106 tx39biu* at txsim? 107 tx39icu* at txsim? 108 tx39clock* at txsim? 109 tx39power* at txsim? 110 tx3912video* at txsim? 111 tx39io* at txsim? 112 tx39sib* at txsim? 113 tx39uart* at txsim? 114 txcom0 at tx39uart? slot 0 115 txcom1 at tx39uart? slot 1 116 tx39ir* at txcom1 117 118 # 119 # TX39 external modules. (Platform dependent) 120 # 121 options USE_POLL # keyboard / touchpanel device requires this 122 123 # IO module manager (virtual bridge) DO NOT DELETE 124 txioman* at txsim? 125 # iochip 0 TX39 internal IO 126 # 1 TX39 internal MFIO 127 # 2 BETTY IO 128 # (3 ITE IO notyet) 129 # edge 0 no interrupt. 130 # edge 1 positive edge 131 # edge 2 negative edge 132 # edge 3 both edge 133 # initial ... set initial state (on/off) 134 hpcioman3 at txioman? platform COMPAQ_C_2010 135 hpcout* at hpcioman3 iochip 1 evtype POWER id PWCTL_LED port 3 initvalue 0 136 hpcin* at hpcioman3 iochip 0 evtype BUTTON id BTN_REC port 6 edge 1 137 hpcin* at hpcioman3 iochip 0 evtype BUTTON id BTN_APP0 port 5 edge 1 138 hpcin* at hpcioman3 iochip 1 evtype EVENT id PME_AC port 28 edge 1 139 hpcin* at hpcioman3 iochip 1 evtype EVENT id COM0_DCD port 30 edge 3 140 hpcin* at hpcioman3 iochip 1 evtype EVENT id COM0_CTS port 5 edge 3 141 hpcout* at hpcioman3 iochip 1 evtype SET id COM0_DTR port 31 142 hpcout* at hpcioman3 iochip 1 evtype SET id COM0_RTS port 6 143 144 hpcioman4 at txioman? platform COMPAQ_C_810 145 hpcout* at hpcioman4 iochip 1 evtype POWER id PWCTL_LED port 3 initvalue 0 146 hpcin* at hpcioman4 iochip 0 evtype BUTTON id BTN_REC port 6 edge 1 147 hpcin* at hpcioman4 iochip 0 evtype BUTTON id BTN_APP0 port 5 edge 1 148 hpcin* at hpcioman4 iochip 1 evtype EVENT id PME_AC port 28 edge 1 149 hpcin* at hpcioman4 iochip 1 evtype EVENT id COM0_DCD port 30 edge 3 150 hpcin* at hpcioman4 iochip 1 evtype EVENT id COM0_CTS port 5 edge 3 151 hpcout* at hpcioman4 iochip 1 evtype SET id COM0_DTR port 31 152 hpcout* at hpcioman4 iochip 1 evtype SET id COM0_RTS port 6 153 hpcout* at hpcioman4 iochip 2 evtype BUTTON id BTN_LIGHT port 5 154 155 hpcioman5 at txioman? platform SHARP_MOBILON 156 hpcout* at hpcioman5 iochip 1 evtype POWER id PWCTL_LCDLIGHT port 14 157 hpcin* at hpcioman5 iochip 0 evtype BUTTON id BTN_REC port 0 edge 1 158 hpcin* at hpcioman5 iochip 1 evtype BUTTON id BTN_APP0 port 31 edge 1 159 hpcin* at hpcioman5 iochip 1 evtype BUTTON id BTN_COVER port 29 edge 1 160 #hpcin* at hpcioman5 iochip 0 evtype EVENT id COM0_CTS port 4 edge 3 # DANGER 161 #hpcin* at hpcioman5 iochip 0 evtype EVENT id COM0_DCD port 6 edge 3 # DANGER 162 hpcout* at hpcioman5 iochip 0 evtype SET id COM0_RTS port 5 163 hpcout* at hpcioman5 iochip 1 evtype SET id COM0_DTR port 15 164 165 # Chip select manager 166 txcsbus3 at tx39biu? platform COMPAQ_C 167 txcsbus4 at tx39biu? platform PHILIPS_NINO 168 txcsbus5 at tx39biu? platform SHARP_MOBILON 169 txcsbus* at tx39biu? # misc unknown. 170 171 # PHILIPS 74ALVC*1624? / TOSHIBA TC5165BFTS buffer chip (keyboard) 172 tc5165buf* at txcsbus3 iocs 3 iocsbase 0 iocssize 0x100 iocswidth 16 173 tc5165buf* at txcsbus5 iocs 4 iocsbase 0 iocssize 0x100 iocswidth 16 174 hpckbd* at tc5165buf? 175 176 # ITE IT8368E PCMCIA / TOSHIBA TC6345AF buffer chip (PCMCIA) 177 # card/insert ... 3:2 (98) 178 # remove ... 5:8 (168) 179 options IT8368E_LEGACY_MODE # Mobilon HC-4100 requires this 180 it8368e* at txcsbus? regcs 2 regcsbase 0 regcssize 0x20 regcswidth 16 iocs 8 iocsbase 0 iocssize 0x4000000 iocswidth 16 irq1 98 irq2 168 irq3 98 181 182 # PHILIPS UCB1200 / TOSHIBA TC35413F (modem/audio analog front-end) 183 ucb* at tx39sib? slot 0 184 ucbtp* at ucb? 185 ucbsnd* at ucb? 186 ucbio* at ucb? 187 188 # WS console uses SUN or VT100 terminal emulation 189 hpcfb* at tx3912video? 190 wsdisplay* at hpcfb? 191 wskbd* at hpckbd? mux 1 192 wsmouse* at ucbtp? mux 0 193 btnmgr0 at mainbus0 194 wskbd* at btnmgr0 mux 1 195 196 options WSEMUL_VT100 197 options WS_KERNEL_FG=WSCOL_BROWN 198 options WS_KERNEL_BG=WSCOL_BLUE 199 options WSDISPLAY_DEFAULTSCREENS=4 200 options FONT_VT220L8x10 201 # compatibility to other console drivers 202 options WSDISPLAY_COMPAT_PCVT # emulate some ioctls 203 options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 204 options WSDISPLAY_COMPAT_USL # VT handling 205 options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 206 207 # PCMCIA bus support 208 pcmcia* at it8368e? controller ? socket ? 209 210 # PCMCIA IDE disk 211 wdc* at pcmcia? function ? 212 wd* at wdc? channel ? drive ? flags 0x0000 213 214 # ATAPI bus support 215 atapibus* at wdc? channel ? 216 217 # ATAPI devices 218 # flags have the same meaning as for IDE drives. 219 cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 220 sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 221 #uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 222 223 # PCMCIA network interfaces 224 #awi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS) 225 #cnw* at pcmcia? function ? # Xircom/Netwave AirSurfer 226 #ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 227 #mbe* at pcmcia? function ? # MB8696x based Ethernet 228 #ne* at pcmcia? function ? # NE2000-compatible Ethernet 229 #ray* at pcmcia? function ? # Raytheon Raylink (802.11) 230 #sm* at pcmcia? function ? # Megahertz Ethernet 231 #wi* at pcmcia? function ? # Lucent WaveLan IEEE (802.11) 232 #xe* at pcmcia? function ? # Xircom PCMCIA cards 233 234 #mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 235 #com* at mhzc? 236 #sm* at mhzc? 237 238 # PCMCIA serial interfaces 239 #com* at pcmcia? function ? # Modems and serial cards 240 241 #pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 242 #com* at pcmcom? slave ? # ...and the slave devices 243 244 # PCMCIA SCSI interfaces 245 aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 246 esp* at pcmcia? function ? # Qlogic ESP406/FAS408 SCSI 247 248 scsibus* at aic? 249 scsibus* at esp? 250 251 # SCSI devices 252 sd* at scsibus? target ? lun ? # SCSI disk drives 253 #st* at scsibus? target ? lun ? # SCSI tape drives 254 #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 255 #ch* at scsibus? target ? lun ? # SCSI autochangers 256 #ss* at scsibus? target ? lun ? # SCSI scanners 257 #uk* at scsibus? target ? lun ? # SCSI unknown 258 259 # disk/mass storage pseudo-devices 260 #pseudo-device ccd 4 # concatenated disks 261 #pseudo-device raid 4 # RAIDframe disk driver 262 #options RAID_AUTOCONFIG # auto-configuration of RAID components 263 pseudo-device md 1 # memory disk 264 pseudo-device vnd 4 # disk-like interface to files 265 266 # network pseudo-devices 267 pseudo-device bpfilter 8 # Berkeley packet filter 268 pseudo-device ipfilter # IP filter (firewall) and NAT 269 pseudo-device loop 1 # network loopback 270 pseudo-device ppp 2 # Point-to-Point Protocol 271 272 # mouse & keyboard multiplexor pseudo-devices 273 pseudo-device wsmux 274 275 # a pseudo device needed for Coda # also needs CODA (above) 276 #pseudo-device vcoda 4 # coda minicache <-> venus comm. 277 278 # miscellaneous pseudo-devices 279 pseudo-device rnd # /dev/random and in-kernel generator 280 pseudo-device pty # pseudo-terminals 281 282 # for IPv6 283 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 284 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f 285