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