TX3912 revision 1.10
1#
2# Distribution kernel (TX3912 based model) kernel config file
3
4#
5#	$NetBSD: TX3912,v 1.10 2000/02/12 03:21:07 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		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
41options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
42options 	PPP_DEFLATE	# Deflate compression support for PPP
43options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
44
45options		COMPAT_43
46
47options 	SCSIVERBOSE	# human readable SCSI error messages
48options		PCMCIAVERBOSE	# verbose PCMCIA configuration messages
49
50file-system	FFS		# fast filesystem with user and group quotas
51file-system	MFS		# memory-based filesystem
52file-system	KERNFS		# /kern (kernel informational filesystem)
53file-system	PROCFS		# /proc
54file-system	UNION
55
56# Networking options
57options		INET		# Internet protocols
58
59config		netbsd		root on ? type ?
60
61txsim*	at	mainbus0
62
63#
64# System Internal Modules
65#
66tx39biu*	at	txsim?
67tx39icu*	at	txsim?
68tx39clock*	at	txsim?
69tx39power*	at	txsim?
70tx3912video*	at	txsim?
71tx39io*		at	txsim?
72tx39sib*	at	txsim?
73tx39uart*	at	txsim?
74txcom0		at	tx39uart? slot 0
75txcom1		at	tx39uart? slot 1
76tx39ir*		at	txcom1
77
78#
79# TX39 external modules. (Platform dependent)
80#
81options USE_POLL	# keyboard / touchpanel device  requires this
82
83# IO module manager (Don't delete)
84txioman3	at	tx39io? platform COMPAQ_C
85txioman4	at	tx39io? platform PHILIPS_NINO
86txioman5	at	tx39io? platform SHARP_MOBILON
87txioman*	at	tx39io?	# misc unknown.
88
89# Chip select manager
90txcsbus3	at	tx39biu? platform COMPAQ_C
91txcsbus4	at	tx39biu? platform PHILIPS_NINO
92txcsbus5	at	tx39biu? platform SHARP_MOBILON
93txcsbus*	at	tx39biu?	# misc unknown.
94
95# PHILIPS 74ALVC*1624? / TOSHIBA TC5165BFTS buffer chip (keyboard)
96tc5165buf*	at	txcsbus3 iocs 3 iocsbase 0 iocssize 0x100 iocswidth 16
97tc5165buf*	at	txcsbus5 iocs 4 iocsbase 0 iocssize 0x100 iocswidth 16
98skbd*		at	tc5165buf?
99
100# ITE IT8368E PCMCIA / TOSHIBA TC6345AF buffer chip (PCMCIA)
101# card		... 3:2 (98)
102# insert/remove ... 5:1/8 (161/168)
103options	IT8368E_LEGACY_MODE	# Mobilon HC-4100 requires this
104it8368e*	at	txcsbus? regcs 2 regcsbase 0 regcssize 0x20 regcswidth 16 iocs 8 iocsbase 0 iocssize 0x4000000 iocswidth 16 irq1 161 irq2 168 irq3 98
105
106# PHILIPS UCB1200 / TOSHIBA TC35413F (modem/audio analog front-end)
107ucb*		at	tx39sib? slot 0
108ucbtp*		at	ucb?
109ucbsnd*		at	ucb?
110
111# WS console uses SUN or VT100 terminal emulation
112fb*		at	tx3912video?
113wsdisplay*	at	fb?
114wskbd*		at	skbd? mux 1
115wsmouse*	at	ucbtp? mux 0
116
117options 	WSEMUL_VT100
118options 	WSDISPLAY_DEFAULTSCREENS=4
119options		WS_KERNEL_FG=WSCOL_GREEN
120#options 	FONT_VT220L8x8
121options 	FONT_VT220L8x10
122
123# PCMCIA bus support
124pcmcia* at it8368e? controller ? socket ?
125
126# PCMCIA IDE disk
127wdc*	at pcmcia? function ?
128wd*	at wdc? channel ? drive ? flags 0x0000
129
130# ATAPI bus support
131atapibus* at wdc? channel ?
132
133# PCMCIA network interfaces
134ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
135mbe*	at pcmcia? function ?		# MB8696x based Ethernet
136ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
137mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
138com*	at mhzc?
139sm*	at mhzc?
140
141com*	at pcmcia? function ?		# Modems and serial cards
142
143# PCMCIA SCSI interfaces
144aic*	at pcmcia? function ?
145scsibus* at aic?
146sd*	at scsibus? target ? lun ?	# SCSI disk drives
147
148# disk/mass storage pseudo-devices
149pseudo-device	vnd		4	# disk-like interface to files
150pseudo-device	md		1	# memory disk
151
152pseudo-device	bpfilter	8	# Berkeley packet filter
153pseudo-device	ipfilter		# IP filter (firewall) and NAT
154pseudo-device	loop		1	# network loopback
155pseudo-device	ppp		2	# Point-to-Point Protocol
156pseudo-device	pty		64	# pseudo ptys
157
158# mouse & keyboard multiplexor pseudo-devices
159pseudo-device	wsmux		2
160pseudo-device	btnmgr		1	# button event handler
161