1 # 2 # Distribution kernel (TX3922 based model) kernel config file 3 4 # 5 # $NetBSD: TX3922,v 1.7 2000/03/04 11:41:48 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 file-system FFS # fast filesystem with user and group quotas 45 file-system NFS # Sun NFS-compatible filesystem (client) 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 options NFSSERVER # Sun NFS-compatible filesystem (server) 52 53 config netbsd root on ? type ? 54 55 # Networking options 56 options INET # Internet protocols 57 58 txsim* at mainbus0 59 # 60 # TX39 System Internal Modules 61 # 62 tx39biu* at txsim? 63 tx39icu* at txsim? 64 tx39clock* at txsim? 65 tx39power* at txsim? 66 tx39io* at txsim? 67 tx39sib* at txsim? 68 tx39uart* at txsim? 69 txcom0 at tx39uart? slot 0 70 txcom1 at tx39uart? slot 1 71 72 # IO module manager (Don't delete) 73 txioman* at tx39io? # misc unknown. 74 75 txcsbus1 at tx39biu? platform SHARP_TELIOS 76 txcsbus2 at tx39biu? platform VICTOR_INTERLINK 77 78 options USE_POLL # m38813,tc5165 requires this 79 80 # PHILIPS UCB1200 / TOSHIBA TC35413F modem/audio analog front-end 81 ucb* at tx39sib? slot 0 82 ucbtp* at ucb? 83 ucbsnd* at ucb? 84 85 # PHILIPS 74ALVC*1624? / TOSHIBA TC5165BFTS buffer chip (keyboard) 86 # chip select: CS1, IRQ: 3:12/4:12 87 tc5165buf* at txcsbus1 iocs 1 iocsbase 0 iocssize 0x100 iocswidth 16 88 skbd* at tc5165buf? 89 wsmouse* at ucbtp? mux 0 90 91 # VICTOR InterLink keyboard driver 92 # chip select: CARD1 IRQ ??? 93 m38813c* at txcsbus2 iocs 8 iocswidth 16 iocsbase 0 iocssize 8 94 skbd* at m38813c? 95 96 # TC6358TB(Plum2) 97 # register space: CS3, 98 # I/O space: MCS0 & MCS1, IRQ: 8:21 (IO[5] positive) 99 # 100 plum* at txcsbus? regcs 3 regcswidth 32 iocs 4 iocswidth 32 memcs 5 memcswidth 32 irq1 277 101 plumicu* at plum? 102 plumpower* at plum? 103 plumvideo* at plum? 104 plumpcmcia* at plum? 105 #plumiobus* at plum? 106 #plumisab0 at plumiobus? platform ? slot 0 107 # 108 #include "arch/hpcmips/conf/usb.plum2" 109 110 # WS console uses SUN or VT100 terminal emulation 111 fb* at plumvideo? 112 wsdisplay* at fb? 113 wskbd* at skbd? mux 1 114 115 options WSEMUL_VT100 116 options WSDISPLAY_DEFAULTSCREENS=4 117 options FONT_VT220L8x10 118 119 # PCMCIA bus support 120 pcmcia* at plumpcmcia? controller ? socket ? 121 122 # PCMCIA IDE disk 123 wdc* at pcmcia? function ? 124 wd* at wdc? channel ? drive ? flags 0x0000 125 126 # ATAPI bus support 127 atapibus* at wdc? channel ? 128 129 # PCMCIA network interfaces 130 ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 131 mbe* at pcmcia? function ? # MB8696x based Ethernet 132 ne* at pcmcia? function ? # NE2000-compatible Ethernet 133 sm* at pcmcia? function ? # Megahertz Ethernet 134 135 com* at pcmcia? function ? # Modems and serial cards 136 137 # PCMCIA SCSI interfaces 138 aic* at pcmcia? function ? 139 scsibus* at aic? 140 sd* at scsibus? target ? lun ? # SCSI disk drives 141 142 pseudo-device loop 1 # network loopback 143 pseudo-device pty 64 # pseudo ptys 144 pseudo-device btnmgr 1 # button event handler 145