TX3922 revision 1.10
1#
2# Distribution kernel (TX3922 based model) kernel config file
3
4#
5#	$NetBSD: TX3922,v 1.10 2000/03/13 18:49:15 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
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
45file-system 	NFS		# Sun NFS-compatible filesystem (client)
46file-system	MFS		# memory-based filesystem
47file-system	KERNFS		# /kern (kernel informational filesystem)
48file-system	PROCFS		# /proc
49file-system	UNION
50
51options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
52
53options 	NFS_BOOT_DHCP
54
55config		netbsd		root on ? type ?
56
57# Networking options
58options		INET		# Internet protocols
59
60txsim*	at	mainbus0
61#
62# TX39 System Internal Modules
63#
64tx39biu*	at	txsim?
65tx39icu*	at	txsim?
66tx39clock*	at	txsim?
67tx39power*	at	txsim?
68tx39io*		at	txsim?
69tx39sib*	at	txsim?
70tx39uart*	at	txsim?
71txcom0		at	tx39uart? slot 0
72txcom1		at	tx39uart? slot 1
73
74# IO module manager (Don't delete)
75txioman*	at	tx39io?	# misc unknown.
76
77txcsbus1	at	tx39biu? platform SHARP_TELIOS
78txcsbus2	at	tx39biu? platform VICTOR_INTERLINK
79
80options USE_POLL	# m38813,tc5165 requires this
81
82# PHILIPS UCB1200 / TOSHIBA TC35413F modem/audio analog front-end
83ucb*		at	tx39sib? slot 0
84ucbtp*		at	ucb?
85ucbsnd*		at	ucb?
86
87# PHILIPS 74ALVC*1624? / TOSHIBA TC5165BFTS buffer chip (keyboard)
88# chip select: CS1, IRQ: 3:12/4:12
89tc5165buf*	at	txcsbus1 iocs 1 iocsbase 0 iocssize 0x100 iocswidth 16
90skbd*		at	tc5165buf?
91wsmouse*	at	ucbtp? mux 0
92
93# VICTOR InterLink keyboard driver
94# chip select: CARD1 IRQ ???
95m38813c*	at	txcsbus2 iocs 8 iocswidth 16 iocsbase 0 iocssize 8
96skbd*		at	m38813c?
97
98# TC6358TB(Plum2) 
99#  register space: CS3,	 
100#  I/O space: MCS0 & MCS1,  IRQ: 8:21 (IO[5] positive)
101#
102plum*		at	txcsbus? regcs 3 regcswidth 32 iocs 4 iocswidth 32 memcs 5 memcswidth 32 irq1 277
103plumicu*	at	plum?
104plumpower*	at	plum?
105plumvideo*	at	plum?
106plumpcmcia*	at	plum?
107#plumiobus*	at	plum?
108#plumisab0	at	plumiobus? platform ? slot 0
109#
110#include	"arch/hpcmips/conf/usb.plum2"
111
112# WS console uses SUN or VT100 terminal emulation
113bivideo*	at	plumvideo?
114hpcfb*		at	bivideo?
115wsdisplay*	at	hpcfb?
116wskbd*		at	skbd? mux 1
117btnmgr0		at	mainbus0
118wskbd*		at	btnmgr0 mux 1
119
120options 	WSEMUL_VT100
121options 	WSDISPLAY_DEFAULTSCREENS=4
122options 	FONT_VT220L8x10
123
124# PCMCIA bus support
125pcmcia* at plumpcmcia? controller ? socket ?
126
127# PCMCIA IDE disk
128wdc*	at pcmcia? function ?
129wd*	at wdc? channel ? drive ? flags 0x0000
130
131# ATAPI bus support
132atapibus* at wdc? channel ?
133
134# PCMCIA network interfaces
135ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
136mbe*	at pcmcia? function ?		# MB8696x based Ethernet
137ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
138sm*	at pcmcia? function ?		# Megahertz Ethernet
139
140com*	at pcmcia? function ?		# Modems and serial cards
141
142# PCMCIA SCSI interfaces
143aic*	at pcmcia? function ?
144scsibus* at aic?
145sd*	at scsibus? target ? lun ?	# SCSI disk drives
146
147pseudo-device	loop		1	# network loopback
148pseudo-device	pty		64	# pseudo ptys
149