TX3912 revision 1.11
1#
2# Distribution kernel (TX3912 based model) kernel config file
3
4#
5#	$NetBSD: TX3912,v 1.11 2000/02/27 16:34:14 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		TX391X			# Product TMPR3912
19options		KSEG2IOBUFSIZE=0x08000000	# MCS[0:3] are mapped to kseg2
20
21options		TX39_DEBUG
22options		TX39_WATCHDOGTIMER
23#options		TX39ICUDEBUG
24#options		TX39CLKDEBUG
25#options		TX39BIUDEBUG
26#options		TX39IODEBUG
27#options		TX39POWERDEBUG
28#options		TX39UARTDEBUG
29
30options		__NO_SOFT_SERIAL_INTERRUPT
31options		SERIALCONSSLOT=0	# UARTA 0, UARTB 1
32
33options		DDB			# in-kernel debugger
34#options 	DDB_ONPANIC=0		# don't enter debugger on panic
35options		DIAGNOSTIC		# extra kernel debugging checks
36options		DEBUG			# extra kernel debugging support
37options		KTRACE			# system call tracing support
38#options 	SYSCALL_DEBUG		# for debug
39#options	 MINIROOTSIZE=10000
40
41#options 	MEMORY_DISK_HOOKS
42#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
43#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
44#options 	MINIROOTSIZE=12288	# size of memory disk, in blocks
45
46options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
47options 	PPP_DEFLATE	# Deflate compression support for PPP
48options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
49
50options		COMPAT_43
51
52options 	SCSIVERBOSE	# human readable SCSI error messages
53options		PCMCIAVERBOSE	# verbose PCMCIA configuration messages
54
55file-system	FFS		# fast filesystem with user and group quotas
56file-system	MFS		# memory-based filesystem
57file-system	KERNFS		# /kern (kernel informational filesystem)
58file-system	PROCFS		# /proc
59file-system	UNION
60
61# Networking options
62options		INET		# Internet protocols
63
64config		netbsd		root on ? type ?
65
66txsim*	at	mainbus0
67
68#
69# System Internal Modules
70#
71tx39biu*	at	txsim?
72tx39icu*	at	txsim?
73tx39clock*	at	txsim?
74tx39power*	at	txsim?
75tx3912video*	at	txsim?
76tx39io*		at	txsim?
77tx39sib*	at	txsim?
78tx39uart*	at	txsim?
79txcom0		at	tx39uart? slot 0
80txcom1		at	tx39uart? slot 1
81tx39ir*		at	txcom1
82
83#
84# TX39 external modules. (Platform dependent)
85#
86options USE_POLL	# keyboard / touchpanel device  requires this
87
88# IO module manager (Don't delete)
89txioman3	at	tx39io? platform COMPAQ_C
90txioman4	at	tx39io? platform PHILIPS_NINO
91txioman5	at	tx39io? platform SHARP_MOBILON
92txioman*	at	tx39io?	# misc unknown.
93
94# Chip select manager
95txcsbus3	at	tx39biu? platform COMPAQ_C
96txcsbus4	at	tx39biu? platform PHILIPS_NINO
97txcsbus5	at	tx39biu? platform SHARP_MOBILON
98txcsbus*	at	tx39biu?	# misc unknown.
99
100# PHILIPS 74ALVC*1624? / TOSHIBA TC5165BFTS buffer chip (keyboard)
101tc5165buf*	at	txcsbus3 iocs 3 iocsbase 0 iocssize 0x100 iocswidth 16
102tc5165buf*	at	txcsbus5 iocs 4 iocsbase 0 iocssize 0x100 iocswidth 16
103skbd*		at	tc5165buf?
104
105# ITE IT8368E PCMCIA / TOSHIBA TC6345AF buffer chip (PCMCIA)
106# card/insert	... 3:2 (98)
107# remove	... 5:8 (168)
108options	IT8368E_LEGACY_MODE	# Mobilon HC-4100 requires this
109it8368e*	at	txcsbus? regcs 2 regcsbase 0 regcssize 0x20 regcswidth 16 iocs 8 iocsbase 0 iocssize 0x4000000 iocswidth 16 irq1 98 irq2 168 irq3 98
110
111# PHILIPS UCB1200 / TOSHIBA TC35413F (modem/audio analog front-end)
112ucb*		at	tx39sib? slot 0
113ucbtp*		at	ucb?
114ucbsnd*		at	ucb?
115ucbio*		at	ucb?
116ucbioport*	at	ucbio? platform COMPAQ_C_810 id BTN_LIGHT port 5
117
118# WS console uses SUN or VT100 terminal emulation
119fb*		at	tx3912video?
120wsdisplay*	at	fb?
121wskbd*		at	skbd? mux 1
122wsmouse*	at	ucbtp? mux 0
123
124options 	WSEMUL_VT100
125options 	WSDISPLAY_DEFAULTSCREENS=4
126options		WS_KERNEL_FG=WSCOL_GREEN
127#options 	FONT_VT220L8x8
128options 	FONT_VT220L8x10
129
130# PCMCIA bus support
131pcmcia* at it8368e? controller ? socket ?
132
133# PCMCIA IDE disk
134wdc*	at pcmcia? function ?
135wd*	at wdc? channel ? drive ? flags 0x0000
136
137# ATAPI bus support
138atapibus* at wdc? channel ?
139
140# PCMCIA network interfaces
141ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
142mbe*	at pcmcia? function ?		# MB8696x based Ethernet
143ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
144mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
145com*	at mhzc?
146sm*	at mhzc?
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
155# disk/mass storage pseudo-devices
156pseudo-device	vnd		4	# disk-like interface to files
157pseudo-device	md		1	# memory disk
158
159pseudo-device	bpfilter	8	# Berkeley packet filter
160pseudo-device	ipfilter		# IP filter (firewall) and NAT
161pseudo-device	loop		1	# network loopback
162pseudo-device	ppp		2	# Point-to-Point Protocol
163pseudo-device	pty		64	# pseudo ptys
164
165# mouse & keyboard multiplexor pseudo-devices
166pseudo-device	wsmux		2
167pseudo-device	btnmgr		1	# button event handler
168