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