TX3912 revision 1.2
1#
2# Distribution kernel (TX3912 based model) kernel config file
3
4#
5#	$NetBSD: TX3912,v 1.2 1999/12/08 15:56:03 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		TX391X			# Product TMPR3912
18
19options		TX39_DEBUG
20#options		TX39_WATCHDOGTIMER
21#options		WINCE_DEFAULT_SETTING # Debugging use
22#options		TX39ICUDEBUG
23#options		TX39CLKDEBUG
24#options		TX39BIUDEBUG
25#options		TX39IODEBUG
26#options		TX39POWERDEBUG
27#options		TX39UARTDEBUG
28#options		IT8368DEBUG
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		COMPAT_43
41
42options 	SCSIVERBOSE	# human readable SCSI error messages
43options		PCMCIAVERBOSE	# verbose PCMCIA configuration messages
44
45file-system	FFS		# fast filesystem with user and group quotas
46file-system	MFS		# memory-based filesystem
47file-system	KERNFS		# /kern (kernel informational filesystem)
48file-system	PROCFS		# /proc
49file-system	UNION
50
51# Networking options
52options		INET		# Internet protocols
53
54config		netbsd		root on ? type ?
55
56txsim*	at	mainbus0
57#
58# System Internal Modules
59#
60tx39biu*	at	txsim?
61tx39icu*	at	txsim?
62tx39clock*	at	txsim?
63tx39power*	at	txsim?
64tx3912video*	at	txsim?
65tx39io*		at	txsim?
66tx39uart*	at	txsim?
67txcom0		at	tx39uart? slot 0
68txcom1		at	tx39uart? slot 1
69
70#
71# TX39 external modules. (Platform dependent)
72#
73options USE_POLL	# p7416buf requires this
74
75#
76#	COMPAQ C-series
77#
78#options COMPAQ_LOCAL_INTR
79txcsbus3	at	tx39biu? platform COMPAQ_C
80
81# PHILIPS 74ALVC*1624? connected keyboard
82#
83p7416buf*	at	txcsbus3 iocs 3 iocsbase 0 iocssize 0x100 iocswidth 16
84skbd*		at	p7416buf?
85
86# ITE IT8368E PCMCIA buffer chip
87# card		... 3:2 (98)
88# insert/remove ... 5:1/8 (161/168)
89it8368e*	at	txcsbus3 regcs 2 regcsbase 0 regcssize 0x20 regcswidth 16 iocs 8 iocsbase 0 iocssize 0x4000000 iocswidth 16 irq1 161 irq2 168 irq3 98
90
91#
92#	Philips Nino300
93#
94txcsbus4	at	tx39biu? platform PHILIPS_NINO
95it8368e*	at	txcsbus4 regcs 2 regcsbase 0 regcssize 0x20 regcswidth 16 iocs 8 iocsbase 0 iocssize 0x4000000 iocswidth 16 irq1 161 irq2 168 irq3 98
96
97#
98#	misc unknown.
99#
100txcsbus*	at	tx39biu?
101
102# WS console uses SUN or VT100 terminal emulation
103fb*		at	tx3912video?
104wsdisplay*	at	fb?
105wskbd*		at	skbd? mux 1
106
107options 	WSEMUL_VT100
108options 	WSDISPLAY_DEFAULTSCREENS=4
109#options 	FONT_VT220L8x8
110options 	FONT_VT220L8x10
111
112# PCMCIA bus support
113pcmcia* at it8368e? controller ? socket ?
114
115# PCMCIA IDE disk
116wdc*	at pcmcia? function ?
117wd*	at wdc? channel ? drive ? flags 0x0000
118
119# ATAPI bus support
120atapibus* at wdc? channel ?
121
122# PCMCIA network interfaces
123ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
124mbe*	at pcmcia? function ?		# MB8696x based Ethernet
125ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
126sm*	at pcmcia? function ?		# Megahertz Ethernet
127
128com*	at pcmcia? function ?		# Modems and serial cards
129
130# PCMCIA SCSI interfaces
131aic*	at pcmcia? function ?
132scsibus* at aic?
133sd*	at scsibus? target ? lun ?	# SCSI disk drives
134
135pseudo-device	loop		1	# network loopback
136pseudo-device	pty		64	# pseudo ptys
137#pseudo-device	md		1	# memory disk
138pseudo-device	biconsdev	1	# build-in console device
139
140