1 # 2 # Distribution kernel (TX3922 based model) kernel config file 3 4 # 5 # $NetBSD: TX3922,v 1.2 1999/12/08 15:56:03 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 TX392X # Toshiba TX3922 18 options KSEG2IOBUFSIZE=0x08000000 # MCS0/MCS1 are mapped to kseg2 19 20 options TX39_DEBUG 21 #options TX39_WATCHDOGTIMER 22 #options WINCE_DEFAULT_SETTING # Debugging use 23 options TX39ICUDEBUG 24 options TX39BIUDEBUG 25 options TX39IODEBUG 26 options TX39POWERDEBUG 27 #options TX39UARTDEBUG 28 29 options DDB # in-kernel debugger 30 options DIAGNOSTIC # extra kernel debugging checks 31 options DEBUG # extra kernel debugging support 32 options KTRACE # system call tracing support 33 options NKMEMCLUSTERS=1024 # 4K pages in kernel malloc pool 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 config netbsd root on ? type ? 46 47 # Networking options 48 options INET # Internet protocols 49 50 txsim* at mainbus0 51 # 52 # TX39 System Internal Modules 53 # 54 tx39biu* at txsim? 55 tx39icu* at txsim? 56 tx39clock* at txsim? 57 tx39power* at txsim? 58 tx39io* at txsim? 59 tx39uart* at txsim? 60 txcom0 at tx39uart? slot 0 61 txcom1 at tx39uart? slot 1 62 63 txcsbus* at tx39biu? platform ? 64 65 options USE_POLL # m38813 requires this 66 # 67 # TC6358TB(Plum2) 68 # register space: CS3, 69 # I/O space: MCS0 & MCS1, IRQ: 8:21 (IO[5] positive) 70 # 71 plum* at txcsbus? regcs 3 regcswidth 32 iocs 4 iocswidth 32 memcs 5 memcswidth 32 irq1 277 72 plumicu* at plum? 73 plumpower* at plum? 74 plumvideo* at plum? 75 plumpcmcia* at plum? 76 plumiobus* at plum? 77 #ohci* at plum? 78 #plumisab0 at plumiobus? platform ? slot 0 79 80 # 81 # fake ISA-bridge directly connected TX3922 chip select. 82 # 83 # CS1 connect 84 # IRQ MFIO 3:7 85 #txisab* at txcsbus? iocs 1 iocswidth 16 irq1 103 86 # CS2 connect 87 #txisab* at txcsbus? iocs 2 iocswidth 16 irq1 103 88 # CARD1 io/attr connect 89 #txisab* at txcsbus? iocs 8 iocswidth 16 irq1 103 90 m38813c* at txcsbus? iocs 8 iocswidth 16 iocsbase 0 iocssize 8 irq1 103 91 skbd* at m38813c? 92 wskbd* at skbd? mux 1 93 94 # USB bus support 95 #usb* at ohci? 96 # USB Hubs 97 #uhub* at usb? 98 #uhub* at uhub? port ? configuration ? interface ? 99 100 # USB Mice 101 #ums* at uhub? port ? configuration ? interface ? 102 #wsmouse* at ums? mux 0 103 104 # USB Keyboards 105 #ukbd* at uhub? port ? configuration ? interface ? 106 #wskbd* at ukbd? console ? mux 1 107 108 # ISA bus support 109 #isa* at plumisab? 110 #isa* at txisab? 111 112 # WS console uses SUN or VT100 terminal emulation 113 fb* at plumvideo? 114 wsdisplay* at fb? 115 116 options WSEMUL_VT100 117 options WSDISPLAY_DEFAULTSCREENS=4 118 options FONT_VT220L8x10 119 120 # PCMCIA bus support 121 pcmcia* at plumpcmcia? controller ? socket ? 122 123 # PCMCIA IDE disk 124 wdc* at pcmcia? function ? 125 wd* at wdc? channel ? drive ? flags 0x0000 126 127 # ATAPI bus support 128 atapibus* at wdc? channel ? 129 130 # PCMCIA network interfaces 131 ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 132 mbe* at pcmcia? function ? # MB8696x based Ethernet 133 ne* at pcmcia? function ? # NE2000-compatible Ethernet 134 sm* at pcmcia? function ? # Megahertz Ethernet 135 136 com* at pcmcia? function ? # Modems and serial cards 137 138 # PCMCIA SCSI interfaces 139 aic* at pcmcia? function ? 140 scsibus* at aic? 141 sd* at scsibus? target ? lun ? # SCSI disk drives 142 143 pseudo-device loop 1 # network loopback 144 pseudo-device pty 64 # pseudo ptys 145