1 # 2 # Distribution kernel (TX3912 based model) kernel config file 3 4 # 5 # $NetBSD: TX3912,v 1.3 1999/12/12 17:07:13 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 SOFTFLOAT # No FPU 14 #options R3900_CACHE_DISABLE # Disable I/D-cache 15 16 options TX39XX # Toshiba TX39 series 17 options TX391X # Product TMPR3912 18 19 options TX39_DEBUG 20 #options TX39_WATCHDOGTIMER 21 #options WINCE_DEFAULT_SETTING # Debugging use 22 #options TX39ICUDEBUG 23 #options TX39CLKDEBUG 24 #options TX39BIUDEBUG 25 #options TX39IODEBUG 26 #options TX39POWERDEBUG 27 #options TX39UARTDEBUG 28 #options IT8368DEBUG 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 COMPAT_43 41 42 options SCSIVERBOSE # human readable SCSI error messages 43 options PCMCIAVERBOSE # verbose PCMCIA configuration messages 44 45 file-system FFS # fast filesystem with user and group quotas 46 file-system MFS # memory-based filesystem 47 file-system KERNFS # /kern (kernel informational filesystem) 48 file-system PROCFS # /proc 49 file-system UNION 50 51 # Networking options 52 options INET # Internet protocols 53 54 config netbsd root on ? type ? 55 56 txsim* at mainbus0 57 # 58 # System Internal Modules 59 # 60 tx39biu* at txsim? 61 tx39icu* at txsim? 62 tx39clock* at txsim? 63 tx39power* at txsim? 64 tx3912video* at txsim? 65 tx39io* at txsim? 66 tx39uart* at txsim? 67 txcom0 at tx39uart? slot 0 68 txcom1 at tx39uart? slot 1 69 70 # 71 # TX39 external modules. (Platform dependent) 72 # 73 options USE_POLL # p7416buf requires this 74 75 #options COMPAQ_LOCAL_INTR 76 txcsbus3 at tx39biu? platform COMPAQ_C 77 txcsbus4 at tx39biu? platform PHILIPS_NINO 78 79 # PHILIPS 74ALVC*1624? connected keyboard 80 # 81 p7416buf* at txcsbus3 iocs 3 iocsbase 0 iocssize 0x100 iocswidth 16 82 skbd* at p7416buf? 83 84 # ITE IT8368E PCMCIA buffer chip 85 # card ... 3:2 (98) 86 # insert/remove ... 5:1/8 (161/168) 87 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 88 89 # 90 # misc unknown. 91 # 92 txcsbus* at tx39biu? 93 94 # WS console uses SUN or VT100 terminal emulation 95 fb* at tx3912video? 96 wsdisplay* at fb? 97 wskbd* at skbd? mux 1 98 99 options WSEMUL_VT100 100 options WSDISPLAY_DEFAULTSCREENS=4 101 #options FONT_VT220L8x8 102 options FONT_VT220L8x10 103 104 # PCMCIA bus support 105 pcmcia* at it8368e? controller ? socket ? 106 107 # PCMCIA IDE disk 108 wdc* at pcmcia? function ? 109 wd* at wdc? channel ? drive ? flags 0x0000 110 111 # ATAPI bus support 112 atapibus* at wdc? channel ? 113 114 # PCMCIA network interfaces 115 ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 116 mbe* at pcmcia? function ? # MB8696x based Ethernet 117 ne* at pcmcia? function ? # NE2000-compatible Ethernet 118 sm* at pcmcia? function ? # Megahertz Ethernet 119 120 com* at pcmcia? function ? # Modems and serial cards 121 122 # PCMCIA SCSI interfaces 123 aic* at pcmcia? function ? 124 scsibus* at aic? 125 sd* at scsibus? target ? lun ? # SCSI disk drives 126 127 pseudo-device loop 1 # network loopback 128 pseudo-device pty 64 # pseudo ptys 129 #pseudo-device md 1 # memory disk 130 pseudo-device biconsdev 1 # build-in console device 131 132