1 # 2 # Distribution kernel (TOSHIBA TX3912 based model) kernel config file 3 4 # 5 # $NetBSD: TX3912,v 1.19 2000/05/02 18:00:54 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 WSDISPLAY_DEFAULTSCREENS=4 169 options FONT_VT220L8x10 170 171 # PCMCIA bus support 172 pcmcia* at it8368e? controller ? socket ? 173 174 # PCMCIA IDE disk 175 wdc* at pcmcia? function ? 176 wd* at wdc? channel ? drive ? flags 0x0000 177 178 # ATAPI bus support 179 atapibus* at wdc? channel ? 180 181 # ATAPI devices 182 # flags have the same meaning as for IDE drives. 183 cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 184 sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 185 #uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 186 187 # PCMCIA network interfaces 188 #awi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS) 189 #cnw* at pcmcia? function ? # Xircom/Netwave AirSurfer 190 #ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 191 #mbe* at pcmcia? function ? # MB8696x based Ethernet 192 #ne* at pcmcia? function ? # NE2000-compatible Ethernet 193 #ray* at pcmcia? function ? # Raytheon Raylink (802.11) 194 #sm* at pcmcia? function ? # Megahertz Ethernet 195 #wi* at pcmcia? function ? # Lucent WaveLan IEEE (802.11) 196 #xe* at pcmcia? function ? # Xircom PCMCIA cards 197 198 #mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 199 #com* at mhzc? 200 #sm* at mhzc? 201 202 # PCMCIA serial interfaces 203 #com* at pcmcia? function ? # Modems and serial cards 204 205 #pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 206 #com* at pcmcom? slave ? # ...and the slave devices 207 208 # PCMCIA SCSI interfaces 209 aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 210 esp* at pcmcia? function ? # Qlogic ESP406/FAS408 SCSI 211 212 scsibus* at aic? 213 scsibus* at esp? 214 215 # SCSI devices 216 sd* at scsibus? target ? lun ? # SCSI disk drives 217 #st* at scsibus? target ? lun ? # SCSI tape drives 218 #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 219 #ch* at scsibus? target ? lun ? # SCSI autochangers 220 #ss* at scsibus? target ? lun ? # SCSI scanners 221 #uk* at scsibus? target ? lun ? # SCSI unknown 222 223 # disk/mass storage pseudo-devices 224 #pseudo-device ccd 4 # concatenated disks 225 #pseudo-device raid 4 # RAIDframe disk driver 226 #options RAID_AUTOCONFIG # auto-configuration of RAID components 227 pseudo-device md 1 # memory disk 228 pseudo-device vnd 4 # disk-like interface to files 229 230 # network pseudo-devices 231 pseudo-device bpfilter 8 # Berkeley packet filter 232 pseudo-device ipfilter # IP filter (firewall) and NAT 233 pseudo-device loop 1 # network loopback 234 pseudo-device ppp 2 # Point-to-Point Protocol 235 236 # mouse & keyboard multiplexor pseudo-devices 237 pseudo-device wsmux 2 238 239 # a pseudo device needed for Coda # also needs CODA (above) 240 #pseudo-device vcoda 4 # coda minicache <-> venus comm. 241 242 # miscellaneous pseudo-devices 243 pseudo-device rnd # /dev/random and in-kernel generator 244 pseudo-device pty 64 # pseudo ptys 245 246 # for IPv6 247 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 248 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f 249