TX3922 revision 1.13 1 #
2 # Distribution kernel (TX3922 based model) kernel config file
3
4 #
5 # $NetBSD: TX3922,v 1.13 2000/04/09 14:14:50 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 options NTP # network time protocol
45 #options UCONSOLE # users can redirect console (unsafe)
46
47 # File systems
48 file-system FFS # UFS
49 #file-system EXT2FS # second extended file system (linux)
50 #file-system LFS # log-structured file system
51 file-system MFS # memory file system
52 file-system NFS # Network File System client
53 #file-system CD9660 # ISO 9660 + Rock Ridge file system
54 file-system MSDOSFS # MS-DOS file system
55 file-system FDESC # /dev/fd
56 file-system KERNFS # /kern
57 #file-system NULLFS # loopback file system
58 #file-system OVERLAY # overlay file system
59 #file-system PORTAL # portal filesystem (still experimental)
60 file-system PROCFS # /proc
61 #file-system UMAPFS # NULLFS + uid and gid remapping
62 file-system UNION # union file system
63 #file-system CODA # Coda File System; also needs vcoda (below)
64
65 # Pull in config fragments for kernel crypto. Use only one of these,
66 # and adjust the prefixes as necessary.
67
68 #prefix ../crypto-us/sys
69 #cinclude "conf/files.crypto-us"
70 #prefix
71
72 #prefix ../crypto-intl/sys
73 #cinclude "conf/files.crypto-intl"
74 #prefix
75
76 # Networking options
77 #options GATEWAY # IP packet forwarding
78 options INET # IP + ICMP + TCP + UDP
79 options INET6 # IPV6
80 #options IPSEC # IP security
81 #options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
82 #options IPSEC_DEBUG # debug for IP security
83 #options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
84 #options MROUTING # Multicast routing support
85 #options ISO # OSI networking
86 #options TPIP # TPIP
87 #options EON # OSI tunneling over IP
88 #options CCITT,LLC,HDLC # X.25
89
90 options NFSSERVER # Sun NFS-compatible filesystem (server)
91 options SOFTDEP # FFS soft updates support.
92 #options QUOTA # UFS quotas
93
94 options NFS_BOOT_DHCP
95
96 config netbsd root on ? type ?
97
98 # Networking options
99 options PPP_BSDCOMP # BSD-Compress compression support for PPP
100 options PPP_DEFLATE # Deflate compression support for PPP
101 options PPP_FILTER # Active filter support for PPP (requires bpf)
102
103 txsim* at mainbus0
104 #
105 # TX39 System Internal Modules
106 #
107 tx39biu* at txsim?
108 tx39icu* at txsim?
109 tx39clock* at txsim?
110 tx39power* at txsim?
111 tx39io* at txsim?
112 tx39sib* at txsim?
113 tx39uart* at txsim?
114 txcom0 at tx39uart? slot 0
115 txcom1 at tx39uart? slot 1
116
117 # IO module manager (Don't delete)
118 txioman* at tx39io? # misc unknown.
119
120 txcsbus1 at tx39biu? platform SHARP_TELIOS
121 txcsbus2 at tx39biu? platform VICTOR_INTERLINK
122
123 options USE_POLL # m38813,tc5165 requires this
124
125 # PHILIPS UCB1200 / TOSHIBA TC35413F modem/audio analog front-end
126 ucb* at tx39sib? slot 0
127 ucbtp* at ucb?
128 ucbsnd* at ucb?
129
130 # PHILIPS 74ALVC*1624? / TOSHIBA TC5165BFTS buffer chip (keyboard)
131 # chip select: CS1, IRQ: 3:12/4:12
132 tc5165buf* at txcsbus1 iocs 1 iocsbase 0 iocssize 0x100 iocswidth 16
133 skbd* at tc5165buf?
134 wsmouse* at ucbtp? mux 0
135
136 # VICTOR InterLink keyboard driver
137 # chip select: CARD1 IRQ ???
138 m38813c* at txcsbus2 iocs 8 iocswidth 16 iocsbase 0 iocssize 8
139 skbd* at m38813c?
140
141 # TC6358TB(Plum2)
142 # register space: CS3,
143 # I/O space: MCS0 & MCS1, IRQ: 8:21 (IO[5] positive)
144 #
145 plum* at txcsbus? regcs 3 regcswidth 32 iocs 4 iocswidth 32 memcs 5 memcswidth 32 irq1 277
146 plumicu* at plum?
147 plumpower* at plum?
148 plumvideo* at plum?
149 plumpcmcia* at plum?
150 #plumiobus* at plum?
151 #plumisab0 at plumiobus? platform ? slot 0
152 options PLUM_BIG_OHCI_BUFFER # reserve V-RAM area for OHCI module
153 ohci* at plum?
154
155 # USB bus support
156 usb* at ohci?
157
158 # USB Hubs
159 uhub* at usb?
160 uhub* at uhub? port ? configuration ? interface ?
161
162 # USB Mice
163 ums* at uhub? port ? configuration ? interface ?
164 wsmouse* at ums? mux 0
165
166 # USB Keyboards
167 ukbd* at uhub? port ? configuration ? interface ?
168 wskbd* at ukbd? console ? mux 1
169
170 # USB joystick, game pad
171 #ujoy* at uhub? configuration ? interface ?
172
173 # USB Generic HID devices
174 uhid* at uhub? port ? configuration ? interface ?
175
176 # USB Printer
177 ulpt* at uhub? port ? configuration ? interface ?
178
179 # USB Modem
180 umodem* at uhub? port ? configuration ?
181 ucom* at umodem?
182
183 # USB Mass Storage
184 umass* at uhub? port ? configuration ? interface ?
185 atapibus* at umass? channel ?
186 scsibus* at umass? channel ?
187
188 # USB audio
189 uaudio* at uhub? port ? configuration ?
190 audio* at uaudio?
191
192 # USB Ethernet adapters
193 aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
194 cue* at uhub? port ? # CATC USB-EL1201A based adapters
195 kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
196
197 # USB Generic driver
198 ugen* at uhub? port ?
199
200 # MII/PHY support
201 exphy* at mii? phy ? # 3Com internal PHYs
202 icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890
203 inphy* at mii? phy ? # Intel 82555 PHYs
204 iophy* at mii? phy ? # Intel 82553 PHYs
205 lxtphy* at mii? phy ? # Level One LXT-970 PHYs
206 nsphy* at mii? phy ? # NS83840 PHYs
207 nsphyter* at mii? phy ? # NS83843 PHYs
208 qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
209 sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
210 tlphy* at mii? phy ? # ThunderLAN PHYs
211 tqphy* at mii? phy ? # TDK Semiconductor PHYs
212 ukphy* at mii? phy ? # generic unknown PHYs
213
214 # WS console uses SUN or VT100 terminal emulation
215 bivideo* at plumvideo?
216 hpcfb* at bivideo?
217 wsdisplay* at hpcfb?
218 wskbd* at skbd? mux 1
219 btnmgr0 at mainbus0
220 wskbd* at btnmgr0 mux 1
221
222 options WSEMUL_VT100
223 options WSDISPLAY_DEFAULTSCREENS=4
224 options FONT_VT220L8x10
225
226 # PCMCIA bus support
227 pcmcia* at plumpcmcia? controller ? socket ?
228
229 # PCMCIA IDE disk
230 wdc* at pcmcia? function ?
231 wd* at wdc? channel ? drive ? flags 0x0000
232
233 # ATAPI bus support
234 atapibus* at wdc? channel ?
235
236 # ATAPI devices
237 # flags have the same meaning as for IDE drives.
238 cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
239 sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
240 #uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
241
242 # PCMCIA network interfaces
243 awi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS)
244 cnw* at pcmcia? function ? # Xircom/Netwave AirSurfer
245 ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
246 mbe* at pcmcia? function ? # MB8696x based Ethernet
247 ne* at pcmcia? function ? # NE2000-compatible Ethernet
248 ray* at pcmcia? function ? # Raytheon Raylink (802.11)
249 sm* at pcmcia? function ? # Megahertz Ethernet
250 wi* at pcmcia? function ? # Lucent WaveLan IEEE (802.11)
251 #xe* at pcmcia? function ? # Xircom PCMCIA cards
252
253 mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards
254 com* at mhzc?
255 sm* at mhzc?
256
257 # PCMCIA serial interfaces
258 com* at pcmcia? function ? # Modems and serial cards
259
260 pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards
261 com* at pcmcom? slave ? # ...and the slave devices
262
263 # PCMCIA SCSI interfaces
264 aic* at pcmcia? function ? # Adaptec APA-1460 SCSI
265 esp* at pcmcia? function ? # Qlogic ESP406/FAS408 SCSI
266
267 scsibus* at aic?
268 scsibus* at esp?
269
270 # SCSI devices
271 sd* at scsibus? target ? lun ? # SCSI disk drives
272 #st* at scsibus? target ? lun ? # SCSI tape drives
273 #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
274 #ch* at scsibus? target ? lun ? # SCSI autochangers
275 #ss* at scsibus? target ? lun ? # SCSI scanners
276 #uk* at scsibus? target ? lun ? # SCSI unknown
277
278 # disk/mass storage pseudo-devices
279 #pseudo-device ccd 4 # concatenated disks
280 #pseudo-device raid 4 # RAIDframe disk driver
281 #options RAID_AUTOCONFIG # auto-configuration of RAID components
282 pseudo-device md 1 # memory disk
283 pseudo-device vnd 4 # disk-like interface to files
284
285 # network pseudo-devices
286 pseudo-device bpfilter 8 # Berkeley packet filter
287 pseudo-device ipfilter # IP filter (firewall) and NAT
288 pseudo-device loop 1 # network loopback
289 pseudo-device ppp 2 # Point-to-Point Protocol
290
291 # mouse & keyboard multiplexor pseudo-devices
292 pseudo-device wsmux 2
293
294 # miscellaneous pseudo-devices
295 pseudo-device rnd # /dev/random and in-kernel generator
296 pseudo-device pty 64 # pseudo ptys
297
298 # a pseudo device needed for Coda # also needs CODA (above)
299 #pseudo-device vcoda 4 # coda minicache <-> venus comm.
300
301 # for IPv6
302 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
303 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
304