TX3922 revision 1.4
1#
2# Distribution kernel (TX3922 based model) kernel config file
3
4#
5#	$NetBSD: TX3922,v 1.4 2000/01/09 07:57:43 shin 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
24options		TX39ICUDEBUG
25options		TX39BIUDEBUG
26options		TX39IODEBUG
27options		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
46config		netbsd		root on ? type ?
47
48# Networking options
49options		INET		# Internet protocols
50
51txsim*	at	mainbus0
52#
53# TX39 System Internal Modules
54#
55tx39biu*	at	txsim?
56tx39icu*	at	txsim?
57tx39clock*	at	txsim?
58tx39power*	at	txsim?
59tx39io*		at	txsim?
60tx39uart*	at	txsim?
61txcom0		at	tx39uart? slot 0
62txcom1		at	tx39uart? slot 1
63
64txcsbus1	at	tx39biu? platform SHARP_TELIOS
65txcsbus2	at	tx39biu? platform VICTOR_INTERLINK
66
67options USE_POLL	# m38813,tc5165 requires this
68
69#
70# SHARP Telios keyboard driver 
71# chip select: CS1, IRQ: 3:12/4:12
72tc5165buf*	at	txcsbus1 iocs 1 iocsbase 0 iocssize 0x100 iocswidth 16 irq1 108
73skbd*		at	tc5165buf?
74
75#
76# VICTOR InterLink keyboard driver
77# chip select: CARD1 IRQ ???
78m38813c*	at	txcsbus2 iocs 8 iocswidth 16 iocsbase 0 iocssize 8
79skbd*		at	m38813c?
80
81#
82# TC6358TB(Plum2) 
83#  register space: CS3,	 
84#  I/O space: MCS0 & MCS1,  IRQ: 8:21 (IO[5] positive)
85#
86plum*		at	txcsbus? regcs 3 regcswidth 32 iocs 4 iocswidth 32 memcs 5 memcswidth 32 irq1 277
87plumicu*	at	plum?
88plumpower*	at	plum?
89plumvideo*	at	plum?
90plumpcmcia*	at	plum?
91plumiobus*	at	plum?
92#ohci*		at	plum?
93#plumisab0	at	plumiobus? platform ? slot 0
94
95#
96# fake ISA-bridge directly connected TX3922 chip select.
97#
98# CS1 connect
99# IRQ MFIO 3:7
100#txisab*		at	txcsbus? iocs 1 iocswidth 16 irq1 103
101# CS2 connect
102#txisab*		at	txcsbus? iocs 2 iocswidth 16 irq1 103
103# CARD1 io/attr connect
104#txisab*		at	txcsbus? iocs 8 iocswidth 16 irq1 103
105# ISA bus support
106#isa*		at	plumisab?
107#isa*		at	txisab?
108
109
110# USB bus support
111#usb*		at ohci?
112# USB Hubs
113#uhub*	at usb?
114#uhub*	at uhub? port ? configuration ? interface ?
115
116# USB Mice
117#ums*	at uhub? port ? configuration ? interface ?
118#wsmouse*	at ums? mux 0
119
120# USB Keyboards
121#ukbd*	at uhub? port ? configuration ? interface ?
122#wskbd*	at ukbd? console ? mux 1
123
124# WS console uses SUN or VT100 terminal emulation
125fb*		at	plumvideo?
126wsdisplay*	at	fb?
127wskbd*		at	skbd? mux 1
128
129options 	WSEMUL_VT100
130options 	WSDISPLAY_DEFAULTSCREENS=4
131options 	FONT_VT220L8x10
132
133# PCMCIA bus support
134pcmcia* at plumpcmcia? controller ? socket ?
135
136# PCMCIA IDE disk
137wdc*	at pcmcia? function ?
138wd*	at wdc? channel ? drive ? flags 0x0000
139
140# ATAPI bus support
141atapibus* at wdc? channel ?
142
143# PCMCIA network interfaces
144ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
145mbe*	at pcmcia? function ?		# MB8696x based Ethernet
146ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
147sm*	at pcmcia? function ?		# Megahertz Ethernet
148
149com*	at pcmcia? function ?		# Modems and serial cards
150
151# PCMCIA SCSI interfaces
152aic*	at pcmcia? function ?
153scsibus* at aic?
154sd*	at scsibus? target ? lun ?	# SCSI disk drives
155
156pseudo-device	loop		1	# network loopback
157pseudo-device	pty		64	# pseudo ptys
158