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