TX3922 revision 1.5
1#
2# Distribution kernel (TX3922 based model) kernel config file
3
4#
5#	$NetBSD: TX3922,v 1.5 2000/01/16 21:47:00 uch Exp $
6#
7include		"arch/hpcmips/conf/std.hpcmips"
8
9maxusers	8
10
11options		MIPS1			# R2000/R3000 CPUs
12options		ENABLE_MIPS_TX3900	# R3900 CPU core
13options 	NOFPU			# No FPU
14options 	SOFTFLOAT		# emulate FPU insn
15#options		R3900_CACHE_DISABLE	# Disable I/D-cache
16
17options		TX39XX			# Toshiba TX39 series
18options		TX392X			# Toshiba TX3922
19options		KSEG2IOBUFSIZE=0x08000000	# MCS0/MCS1 are mapped to kseg2
20
21options		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
30options		DDB			# in-kernel debugger
31options		DIAGNOSTIC		# extra kernel debugging checks
32options		DEBUG			# extra kernel debugging support
33options		KTRACE			# system call tracing support
34options		NKMEMCLUSTERS=1024	# 4K pages in kernel malloc pool
35
36options		__NO_SOFT_SERIAL_INTERRUPT
37options		SERIALCONSSLOT=0	# UARTA 0, UARTB 1
38
39options		COMPAT_43
40
41options 	SCSIVERBOSE	# human readable SCSI error messages
42options		PCMCIAVERBOSE	# verbose PCMCIA configuration messages
43options 	USBVERBOSE	# verbose USB device autoconfig messages
44
45file-system	FFS		# fast filesystem with user and group quotas
46file-system	MFS		# memory-based filesystem
47file-system	KERNFS		# /kern (kernel informational filesystem)
48file-system	PROCFS		# /proc
49file-system	UNION
50
51config		netbsd		root on ? type ?
52
53# Networking options
54options		INET		# Internet protocols
55
56txsim*	at	mainbus0
57#
58# TX39 System Internal Modules
59#
60tx39biu*	at	txsim?
61tx39icu*	at	txsim?
62tx39clock*	at	txsim?
63tx39power*	at	txsim?
64tx39io*		at	txsim?
65tx39sib*	at	txsim?
66tx39uart*	at	txsim?
67txcom0		at	tx39uart? slot 0
68txcom1		at	tx39uart? slot 1
69
70# IO module manager (Don't delete)
71txioman*	at	tx39io?	# misc unknown.
72
73txcsbus1	at	tx39biu? platform SHARP_TELIOS
74txcsbus2	at	tx39biu? platform VICTOR_INTERLINK
75
76options USE_POLL	# m38813,tc5165 requires this
77
78# PHILIPS UCB1200 / TOSHIBA TC35413F modem/audio analog front-end
79ucb*		at	tx39sib? slot 0
80ucbsnd*		at	ucb?
81
82#
83# SHARP Telios keyboard driver 
84# chip select: CS1, IRQ: 3:12/4:12
85tc5165buf*	at	txcsbus1 iocs 1 iocsbase 0 iocssize 0x100 iocswidth 16
86skbd*		at	tc5165buf?
87
88#
89# VICTOR InterLink keyboard driver
90# chip select: CARD1 IRQ ???
91m38813c*	at	txcsbus2 iocs 8 iocswidth 16 iocsbase 0 iocssize 8
92skbd*		at	m38813c?
93
94#
95# TC6358TB(Plum2) 
96#  register space: CS3,	 
97#  I/O space: MCS0 & MCS1,  IRQ: 8:21 (IO[5] positive)
98#
99plum*		at	txcsbus? regcs 3 regcswidth 32 iocs 4 iocswidth 32 memcs 5 memcswidth 32 irq1 277
100plumicu*	at	plum?
101plumpower*	at	plum?
102plumvideo*	at	plum?
103plumpcmcia*	at	plum?
104plumiobus*	at	plum?
105#ohci*		at	plum?
106#plumisab0	at	plumiobus? platform ? slot 0
107
108#
109# fake ISA-bridge directly connected TX3922 chip select.
110#
111# CS1 connect
112# IRQ MFIO 3:7
113#txisab*		at	txcsbus? iocs 1 iocswidth 16 irq1 103
114# CS2 connect
115#txisab*		at	txcsbus? iocs 2 iocswidth 16 irq1 103
116# CARD1 io/attr connect
117#txisab*		at	txcsbus? iocs 8 iocswidth 16 irq1 103
118# ISA bus support
119#isa*		at	plumisab?
120#isa*		at	txisab?
121
122
123# USB bus support
124#usb*		at ohci?
125# USB Hubs
126#uhub*	at usb?
127#uhub*	at uhub? port ? configuration ? interface ?
128
129# USB Mice
130#ums*	at uhub? port ? configuration ? interface ?
131#wsmouse*	at ums? mux 0
132
133# USB Keyboards
134#ukbd*	at uhub? port ? configuration ? interface ?
135#wskbd*	at ukbd? console ? mux 1
136
137# WS console uses SUN or VT100 terminal emulation
138fb*		at	plumvideo?
139wsdisplay*	at	fb?
140wskbd*		at	skbd? mux 1
141
142options 	WSEMUL_VT100
143options 	WSDISPLAY_DEFAULTSCREENS=4
144options 	FONT_VT220L8x10
145
146# PCMCIA bus support
147pcmcia* at plumpcmcia? controller ? socket ?
148
149# PCMCIA IDE disk
150wdc*	at pcmcia? function ?
151wd*	at wdc? channel ? drive ? flags 0x0000
152
153# ATAPI bus support
154atapibus* at wdc? channel ?
155
156# PCMCIA network interfaces
157ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
158mbe*	at pcmcia? function ?		# MB8696x based Ethernet
159ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
160sm*	at pcmcia? function ?		# Megahertz Ethernet
161
162com*	at pcmcia? function ?		# Modems and serial cards
163
164# PCMCIA SCSI interfaces
165aic*	at pcmcia? function ?
166scsibus* at aic?
167sd*	at scsibus? target ? lun ?	# SCSI disk drives
168
169pseudo-device	loop		1	# network loopback
170pseudo-device	pty		64	# pseudo ptys
171pseudo-device	btnmgr		1	# button event handler
172