1 # 2 # Distribution kernel (TOSHIBA TX3912 based model) kernel config file 3 4 # 5 # $NetBSD: TX3912,v 1.21 2000/05/08 21:57:59 uch 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 TX39IODEBUG 27 #options TX39POWERDEBUG 28 #options TX39UARTDEBUG 29 30 options __NO_SOFT_SERIAL_INTERRUPT 31 options SERIALCONSSLOT=0 # UARTA 0, UARTB 1 32 33 options DDB # in-kernel debugger 34 #options DDB_ONPANIC=0 # don't enter debugger on panic 35 options DIAGNOSTIC # extra kernel debugging checks 36 options DEBUG # extra kernel debugging support 37 options KTRACE # system call tracing support 38 #options SYSCALL_DEBUG # for debug 39 #options MINIROOTSIZE=10000 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 # Pull in config fragments for kernel crypto. Use only one of these, 77 # and adjust the prefixes as necessary. 78 79 #prefix ../crypto-us/sys 80 #cinclude "conf/files.crypto-us" 81 #prefix 82 83 #prefix ../crypto-intl/sys 84 #cinclude "conf/files.crypto-intl" 85 #prefix 86 87 # Networking options 88 #options GATEWAY # IP packet forwarding 89 options INET # IP + ICMP + TCP + UDP 90 options INET6 # IPV6 91 #options IPSEC # IP security 92 #options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) 93 #options IPSEC_DEBUG # debug for IP security 94 #options MROUTING # Multicast routing support 95 #options ISO # OSI networking 96 #options TPIP # TPIP 97 #options EON # OSI tunneling over IP 98 #options CCITT,LLC,HDLC # X.25 99 100 options NFSSERVER # Sun NFS-compatible filesystem (server) 101 #options SOFTDEP # FFS soft updates support. 102 #options QUOTA # UFS quotas 103 104 options NFS_BOOT_DHCP 105 106 config netbsd root on ? type ? 107 108 txsim* at mainbus0 109 # 110 # System Internal Modules 111 # 112 tx39biu* at txsim? 113 tx39icu* at txsim? 114 tx39clock* at txsim? 115 tx39power* at txsim? 116 tx3912video* at txsim? 117 tx39io* at txsim? 118 tx39sib* at txsim? 119 tx39uart* at txsim? 120 txcom0 at tx39uart? slot 0 121 txcom1 at tx39uart? slot 1 122 tx39ir* at txcom1 123 124 # 125 # TX39 external modules. (Platform dependent) 126 # 127 options USE_POLL # keyboard / touchpanel device requires this 128 129 # IO module manager (Don't delete) 130 txioman3 at tx39io? platform COMPAQ_C 131 txioman4 at tx39io? platform PHILIPS_NINO 132 txioman5 at tx39io? platform SHARP_MOBILON 133 txioman* at tx39io? # misc unknown. 134 135 # Chip select manager 136 txcsbus3 at tx39biu? platform COMPAQ_C 137 txcsbus4 at tx39biu? platform PHILIPS_NINO 138 txcsbus5 at tx39biu? platform SHARP_MOBILON 139 txcsbus* at tx39biu? # misc unknown. 140 141 # PHILIPS 74ALVC*1624? / TOSHIBA TC5165BFTS buffer chip (keyboard) 142 tc5165buf* at txcsbus3 iocs 3 iocsbase 0 iocssize 0x100 iocswidth 16 143 tc5165buf* at txcsbus5 iocs 4 iocsbase 0 iocssize 0x100 iocswidth 16 144 skbd* at tc5165buf? 145 146 # ITE IT8368E PCMCIA / TOSHIBA TC6345AF buffer chip (PCMCIA) 147 # card/insert ... 3:2 (98) 148 # remove ... 5:8 (168) 149 options IT8368E_LEGACY_MODE # Mobilon HC-4100 requires this 150 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 151 152 # PHILIPS UCB1200 / TOSHIBA TC35413F (modem/audio analog front-end) 153 ucb* at tx39sib? slot 0 154 ucbtp* at ucb? 155 ucbsnd* at ucb? 156 ucbio* at ucb? 157 ucbioport* at ucbio? platform COMPAQ_C_810 id BTN_LIGHT port 5 158 159 # WS console uses SUN or VT100 terminal emulation 160 hpcfb* at tx3912video? 161 wsdisplay* at hpcfb? 162 wskbd* at skbd? mux 1 163 wsmouse* at ucbtp? mux 0 164 btnmgr0 at mainbus0 165 wskbd* at btnmgr0 mux 1 166 167 options WSEMUL_VT100 168 options WS_KERNEL_FG=WSCOL_BROWN 169 options WS_KERNEL_BG=WSCOL_BLUE 170 options WSDISPLAY_DEFAULTSCREENS=4 171 options FONT_VT220L8x10 172 # compatibility to other console drivers 173 options WSDISPLAY_COMPAT_PCVT # emulate some ioctls 174 options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 175 options WSDISPLAY_COMPAT_USL # VT handling 176 options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 177 178 # PCMCIA bus support 179 pcmcia* at it8368e? controller ? socket ? 180 181 # PCMCIA IDE disk 182 wdc* at pcmcia? function ? 183 wd* at wdc? channel ? drive ? flags 0x0000 184 185 # ATAPI bus support 186 atapibus* at wdc? channel ? 187 188 # ATAPI devices 189 # flags have the same meaning as for IDE drives. 190 cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 191 sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 192 #uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 193 194 # PCMCIA network interfaces 195 #awi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS) 196 #cnw* at pcmcia? function ? # Xircom/Netwave AirSurfer 197 #ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 198 #mbe* at pcmcia? function ? # MB8696x based Ethernet 199 #ne* at pcmcia? function ? # NE2000-compatible Ethernet 200 #ray* at pcmcia? function ? # Raytheon Raylink (802.11) 201 #sm* at pcmcia? function ? # Megahertz Ethernet 202 #wi* at pcmcia? function ? # Lucent WaveLan IEEE (802.11) 203 #xe* at pcmcia? function ? # Xircom PCMCIA cards 204 205 #mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 206 #com* at mhzc? 207 #sm* at mhzc? 208 209 # PCMCIA serial interfaces 210 #com* at pcmcia? function ? # Modems and serial cards 211 212 #pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 213 #com* at pcmcom? slave ? # ...and the slave devices 214 215 # PCMCIA SCSI interfaces 216 aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 217 esp* at pcmcia? function ? # Qlogic ESP406/FAS408 SCSI 218 219 scsibus* at aic? 220 scsibus* at esp? 221 222 # SCSI devices 223 sd* at scsibus? target ? lun ? # SCSI disk drives 224 #st* at scsibus? target ? lun ? # SCSI tape drives 225 #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 226 #ch* at scsibus? target ? lun ? # SCSI autochangers 227 #ss* at scsibus? target ? lun ? # SCSI scanners 228 #uk* at scsibus? target ? lun ? # SCSI unknown 229 230 # disk/mass storage pseudo-devices 231 #pseudo-device ccd 4 # concatenated disks 232 #pseudo-device raid 4 # RAIDframe disk driver 233 #options RAID_AUTOCONFIG # auto-configuration of RAID components 234 pseudo-device md 1 # memory disk 235 pseudo-device vnd 4 # disk-like interface to files 236 237 # network pseudo-devices 238 pseudo-device bpfilter 8 # Berkeley packet filter 239 pseudo-device ipfilter # IP filter (firewall) and NAT 240 pseudo-device loop 1 # network loopback 241 pseudo-device ppp 2 # Point-to-Point Protocol 242 243 # mouse & keyboard multiplexor pseudo-devices 244 pseudo-device wsmux 2 245 246 # a pseudo device needed for Coda # also needs CODA (above) 247 #pseudo-device vcoda 4 # coda minicache <-> venus comm. 248 249 # miscellaneous pseudo-devices 250 pseudo-device rnd # /dev/random and in-kernel generator 251 pseudo-device pty 64 # pseudo ptys 252 253 # for IPv6 254 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 255 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f 256