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