1 # 2 # Distribution kernel (TX3922 based model) kernel config file 3 4 # 5 # $NetBSD: TX3922,v 1.11 2000/03/25 15:08:26 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 TX392X # Toshiba TX3922 19 options KSEG2IOBUFSIZE=0x08000000 # MCS0/MCS1 are mapped to kseg2 20 21 options TX39_DEBUG 22 #options TX39_WATCHDOGTIMER 23 #options WINCE_DEFAULT_SETTING # Debugging use 24 #options TX39ICUDEBUG 25 #options TX39BIUDEBUG 26 #options TX39IODEBUG 27 #options TX39POWERDEBUG 28 #options TX39UARTDEBUG 29 30 options DDB # in-kernel debugger 31 #options DIAGNOSTIC # extra kernel debugging checks 32 options DEBUG # extra kernel debugging support 33 options KTRACE # system call tracing support 34 35 options __NO_SOFT_SERIAL_INTERRUPT 36 options SERIALCONSSLOT=0 # UARTA 0, UARTB 1 37 38 options COMPAT_43 39 40 options SCSIVERBOSE # human readable SCSI error messages 41 options PCMCIAVERBOSE # verbose PCMCIA configuration messages 42 options USBVERBOSE # verbose USB device autoconfig messages 43 44 45 file-system FFS # fast filesystem with user and group quotas 46 file-system NFS # Sun NFS-compatible filesystem (client) 47 file-system MFS # memory-based filesystem 48 file-system KERNFS # /kern (kernel informational filesystem) 49 file-system PROCFS # /proc 50 file-system UNION # union file system 51 52 options NFSSERVER # Sun NFS-compatible filesystem (server) 53 54 options NFS_BOOT_DHCP 55 56 config netbsd root on ? type ? 57 58 # Networking options 59 options PPP_BSDCOMP # BSD-Compress compression support for PPP 60 options PPP_DEFLATE # Deflate compression support for PPP 61 options PPP_FILTER # Active filter support for PPP (requires bpf) 62 63 options INET # Internet protocols 64 65 txsim* at mainbus0 66 # 67 # TX39 System Internal Modules 68 # 69 tx39biu* at txsim? 70 tx39icu* at txsim? 71 tx39clock* at txsim? 72 tx39power* at txsim? 73 tx39io* at txsim? 74 tx39sib* at txsim? 75 tx39uart* at txsim? 76 txcom0 at tx39uart? slot 0 77 txcom1 at tx39uart? slot 1 78 79 # IO module manager (Don't delete) 80 txioman* at tx39io? # misc unknown. 81 82 txcsbus1 at tx39biu? platform SHARP_TELIOS 83 txcsbus2 at tx39biu? platform VICTOR_INTERLINK 84 85 options USE_POLL # m38813,tc5165 requires this 86 87 # PHILIPS UCB1200 / TOSHIBA TC35413F modem/audio analog front-end 88 ucb* at tx39sib? slot 0 89 ucbtp* at ucb? 90 ucbsnd* at ucb? 91 92 # PHILIPS 74ALVC*1624? / TOSHIBA TC5165BFTS buffer chip (keyboard) 93 # chip select: CS1, IRQ: 3:12/4:12 94 tc5165buf* at txcsbus1 iocs 1 iocsbase 0 iocssize 0x100 iocswidth 16 95 skbd* at tc5165buf? 96 wsmouse* at ucbtp? mux 0 97 98 # VICTOR InterLink keyboard driver 99 # chip select: CARD1 IRQ ??? 100 m38813c* at txcsbus2 iocs 8 iocswidth 16 iocsbase 0 iocssize 8 101 skbd* at m38813c? 102 103 # TC6358TB(Plum2) 104 # register space: CS3, 105 # I/O space: MCS0 & MCS1, IRQ: 8:21 (IO[5] positive) 106 # 107 plum* at txcsbus? regcs 3 regcswidth 32 iocs 4 iocswidth 32 memcs 5 memcswidth 32 irq1 277 108 plumicu* at plum? 109 plumpower* at plum? 110 plumvideo* at plum? 111 plumpcmcia* at plum? 112 #plumiobus* at plum? 113 #plumisab0 at plumiobus? platform ? slot 0 114 options PLUM_BIG_OHCI_BUFFER # reserve V-RAM area for OHCI module 115 ohci* at plum? 116 usb* at ohci? 117 118 # USB Hubs 119 uhub* at usb? 120 uhub* at uhub? port ? configuration ? interface ? 121 122 # USB Mice 123 ums* at uhub? port ? configuration ? interface ? 124 wsmouse* at ums? mux 0 125 126 # USB Keyboards 127 ukbd* at uhub? port ? configuration ? interface ? 128 wskbd* at ukbd? console ? mux 1 129 130 uhid* at uhub? port ? configuration ? interface ? 131 ulpt* at uhub? port ? configuration ? interface ? 132 umodem* at uhub? port ? configuration ? 133 ucom* at umodem? 134 umass* at uhub? port ? configuration ? interface ? 135 scsibus* at umass? channel ? 136 #ujoy* at uhub? configuration ? interface ? 137 138 # USB audio 139 uaudio* at uhub? port ? configuration ? 140 audio* at uaudio? 141 142 # USB Ethernet adapters 143 aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 144 cue* at uhub? port ? # CATC USB-EL1201A based adapters 145 kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 146 147 # USB Generic driver 148 ugen* at uhub? port ? 149 150 # MII/PHY support 151 exphy* at mii? phy ? # 3Com internal PHYs 152 icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890 153 inphy* at mii? phy ? # Intel 82555 PHYs 154 iophy* at mii? phy ? # Intel 82553 PHYs 155 lxtphy* at mii? phy ? # Level One LXT-970 PHYs 156 nsphy* at mii? phy ? # NS83840 PHYs 157 nsphyter* at mii? phy ? # NS83843 PHYs 158 qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 159 sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 160 tlphy* at mii? phy ? # ThunderLAN PHYs 161 tqphy* at mii? phy ? # TDK Semiconductor PHYs 162 ukphy* at mii? phy ? # generic unknown PHYs 163 164 # WS console uses SUN or VT100 terminal emulation 165 bivideo* at plumvideo? 166 hpcfb* at bivideo? 167 wsdisplay* at hpcfb? 168 wskbd* at skbd? mux 1 169 btnmgr0 at mainbus0 170 wskbd* at btnmgr0 mux 1 171 172 options WSEMUL_VT100 173 options WSDISPLAY_DEFAULTSCREENS=4 174 options FONT_VT220L8x10 175 176 # PCMCIA bus support 177 pcmcia* at plumpcmcia? controller ? socket ? 178 179 # PCMCIA IDE disk 180 wdc* at pcmcia? function ? 181 wd* at wdc? channel ? drive ? flags 0x0000 182 183 # ATAPI bus support 184 atapibus* at wdc? channel ? 185 186 # PCMCIA network interfaces 187 ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 188 mbe* at pcmcia? function ? # MB8696x based Ethernet 189 ne* at pcmcia? function ? # NE2000-compatible Ethernet 190 mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 191 com* at mhzc? 192 sm* at mhzc? 193 194 com* at pcmcia? function ? # Modems and serial cards 195 196 # PCMCIA SCSI interfaces 197 aic* at pcmcia? function ? 198 scsibus* at aic? 199 sd* at scsibus? target ? lun ? # SCSI disk drives 200 201 # disk/mass storage pseudo-devices 202 pseudo-device vnd 4 # disk-like interface to files 203 pseudo-device md 1 # memory disk 204 205 pseudo-device bpfilter 8 # Berkeley packet filter 206 pseudo-device ipfilter # IP filter (firewall) and NAT 207 pseudo-device loop 1 # network loopback 208 pseudo-device ppp 2 # Point-to-Point Protocol 209 pseudo-device pty 64 # pseudo ptys 210 211 # mouse & keyboard multiplexor pseudo-devices 212 pseudo-device wsmux 2 213