1 # 2 # Distribution kernel (TX3912 based model) kernel config file 3 4 # 5 # $NetBSD: TX3912,v 1.9 2000/01/16 21:47:00 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 NKMEMCLUSTERS=1024 # 4K pages in kernel malloc pool 40 #options MINIROOTSIZE=10000 41 42 options PPP_BSDCOMP # BSD-Compress compression support for PPP 43 options PPP_DEFLATE # Deflate compression support for PPP 44 options PPP_FILTER # Active filter support for PPP (requires bpf) 45 46 options COMPAT_43 47 48 options SCSIVERBOSE # human readable SCSI error messages 49 options PCMCIAVERBOSE # verbose PCMCIA configuration messages 50 51 file-system FFS # fast filesystem with user and group quotas 52 file-system MFS # memory-based filesystem 53 file-system KERNFS # /kern (kernel informational filesystem) 54 file-system PROCFS # /proc 55 file-system UNION 56 57 # Networking options 58 options INET # Internet protocols 59 60 config netbsd root on ? type ? 61 62 txsim* at mainbus0 63 64 # 65 # System Internal Modules 66 # 67 tx39biu* at txsim? 68 tx39icu* at txsim? 69 tx39clock* at txsim? 70 tx39power* at txsim? 71 tx3912video* at txsim? 72 tx39io* at txsim? 73 tx39sib* at txsim? 74 tx39uart* at txsim? 75 txcom0 at tx39uart? slot 0 76 txcom1 at tx39uart? slot 1 77 tx39ir* at txcom1 78 79 # 80 # TX39 external modules. (Platform dependent) 81 # 82 options USE_POLL # keyboard / touchpanel device requires this 83 84 # IO module manager (Don't delete) 85 txioman3 at tx39io? platform COMPAQ_C 86 txioman4 at tx39io? platform PHILIPS_NINO 87 txioman5 at tx39io? platform SHARP_MOBILON 88 txioman* at tx39io? # misc unknown. 89 90 # Chip select manager 91 txcsbus3 at tx39biu? platform COMPAQ_C 92 txcsbus4 at tx39biu? platform PHILIPS_NINO 93 txcsbus5 at tx39biu? platform SHARP_MOBILON 94 txcsbus* at tx39biu? # misc unknown. 95 96 # PHILIPS 74ALVC*1624? / TOSHIBA TC5165BFTS buffer chip (keyboard) 97 tc5165buf* at txcsbus3 iocs 3 iocsbase 0 iocssize 0x100 iocswidth 16 98 tc5165buf* at txcsbus5 iocs 4 iocsbase 0 iocssize 0x100 iocswidth 16 99 skbd* at tc5165buf? 100 101 # ITE IT8368E PCMCIA / TOSHIBA TC6345AF buffer chip (PCMCIA) 102 # card ... 3:2 (98) 103 # insert/remove ... 5:1/8 (161/168) 104 options IT8368E_LEGACY_MODE # Mobilon HC-4100 requires this 105 it8368e* at txcsbus? regcs 2 regcsbase 0 regcssize 0x20 regcswidth 16 iocs 8 iocsbase 0 iocssize 0x4000000 iocswidth 16 irq1 161 irq2 168 irq3 98 106 107 # PHILIPS UCB1200 / TOSHIBA TC35413F (modem/audio analog front-end) 108 ucb* at tx39sib? slot 0 109 ucbtp* at ucb? 110 ucbsnd* at ucb? 111 112 # WS console uses SUN or VT100 terminal emulation 113 fb* at tx3912video? 114 wsdisplay* at fb? 115 wskbd* at skbd? mux 1 116 wsmouse* at ucbtp? mux 0 117 118 options WSEMUL_VT100 119 options WSDISPLAY_DEFAULTSCREENS=4 120 options WS_KERNEL_FG=WSCOL_GREEN 121 #options FONT_VT220L8x8 122 options FONT_VT220L8x10 123 124 # PCMCIA bus support 125 pcmcia* at it8368e? controller ? socket ? 126 127 # PCMCIA IDE disk 128 wdc* at pcmcia? function ? 129 wd* at wdc? channel ? drive ? flags 0x0000 130 131 # ATAPI bus support 132 atapibus* at wdc? channel ? 133 134 # PCMCIA network interfaces 135 ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 136 mbe* at pcmcia? function ? # MB8696x based Ethernet 137 ne* at pcmcia? function ? # NE2000-compatible Ethernet 138 mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 139 com* at mhzc? 140 sm* at mhzc? 141 142 com* at pcmcia? function ? # Modems and serial cards 143 144 # PCMCIA SCSI interfaces 145 aic* at pcmcia? function ? 146 scsibus* at aic? 147 sd* at scsibus? target ? lun ? # SCSI disk drives 148 149 # disk/mass storage pseudo-devices 150 pseudo-device vnd 4 # disk-like interface to files 151 pseudo-device md 1 # memory disk 152 153 pseudo-device bpfilter 8 # Berkeley packet filter 154 pseudo-device ipfilter # IP filter (firewall) and NAT 155 pseudo-device loop 1 # network loopback 156 pseudo-device ppp 2 # Point-to-Point Protocol 157 pseudo-device pty 64 # pseudo ptys 158 159 # mouse & keyboard multiplexor pseudo-devices 160 pseudo-device wsmux 2 161 pseudo-device btnmgr 1 # button event handler 162