TX3912 revision 1.6
1#
2# Distribution kernel (TX3912 based model) kernel config file
3
4#
5#	$NetBSD: TX3912,v 1.6 2000/01/09 07:57:43 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	# MCS0/MCS1 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		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?
65#options COMPAQ_LOCAL_INTR
66tx39io*		at	txsim?
67tx39sib*	at	txsim?
68tx39uart*	at	txsim?
69txcom0		at	tx39uart? slot 0
70txcom1		at	tx39uart? slot 1
71
72#
73# TX39 external modules. (Platform dependent)
74#
75options USE_POLL	# keyboard device requires this
76
77txcsbus3	at	tx39biu? platform COMPAQ_C
78txcsbus4	at	tx39biu? platform PHILIPS_NINO
79txcsbus5	at	tx39biu? platform SHARP_MOBILON
80txcsbus*	at	tx39biu?	# misc unknown.
81
82# PHILIPS 74ALVC*1624? connected keyboard
83#
84tc5165buf*	at	txcsbus3 iocs 3 iocsbase 0 iocssize 0x100 iocswidth 16
85tc5165buf*	at	txcsbus5 iocs 4 iocsbase 0 iocssize 0x100 iocswidth 16
86skbd*		at	tc5165buf?
87
88# ITE IT8368E PCMCIA buffer chip
89# card		... 3:2 (98)
90# insert/remove ... 5:1/8 (161/168)
91options	IT8368E_LEGACY_MODE	# Mobilon HC-4100 requires this
92it8368e*	at	txcsbus? regcs 2 regcsbase 0 regcssize 0x20 regcswidth 16 iocs 8 iocsbase 0 iocssize 0x4000000 iocswidth 16 irq1 161 irq2 168 irq3 98
93
94# PHILIPS UCB1200 modem/audio analog front-end
95ucb*		at	tx39sib? slot 0
96
97# WS console uses SUN or VT100 terminal emulation
98fb*		at	tx3912video?
99wsdisplay*	at	fb?
100wskbd*		at	skbd? mux 1
101wsmouse*	at	ucb? mux 0
102
103options 	WSEMUL_VT100
104options 	WSDISPLAY_DEFAULTSCREENS=4
105options		WS_KERNEL_FG=WSCOL_GREEN
106#options 	FONT_VT220L8x8
107options 	FONT_VT220L8x10
108
109# PCMCIA bus support
110pcmcia* at it8368e? controller ? socket ?
111
112# PCMCIA IDE disk
113wdc*	at pcmcia? function ?
114wd*	at wdc? channel ? drive ? flags 0x0000
115
116# ATAPI bus support
117atapibus* at wdc? channel ?
118
119# PCMCIA network interfaces
120ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
121mbe*	at pcmcia? function ?		# MB8696x based Ethernet
122ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
123mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
124com*	at mhzc?
125sm*	at mhzc?
126
127com*	at pcmcia? function ?		# Modems and serial cards
128
129# PCMCIA SCSI interfaces
130aic*	at pcmcia? function ?
131scsibus* at aic?
132sd*	at scsibus? target ? lun ?	# SCSI disk drives
133
134# disk/mass storage pseudo-devices
135pseudo-device	vnd		4	# disk-like interface to files
136pseudo-device	md		1	# memory disk
137
138pseudo-device	bpfilter	8	# Berkeley packet filter
139pseudo-device	loop		1	# network loopback
140pseudo-device	ppp		2	# Point-to-Point Protocol
141pseudo-device	pty		64	# pseudo ptys
142
143# mouse & keyboard multiplexor pseudo-devices
144pseudo-device	wsmux		2
145