TX3922 revision 1.2
1#
2# Distribution kernel (TX3922 based model) kernel config file
3
4#
5#	$NetBSD: TX3922,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		TX392X			# Toshiba TX3922
18options		KSEG2IOBUFSIZE=0x08000000	# MCS0/MCS1 are mapped to kseg2
19
20options		TX39_DEBUG
21#options	TX39_WATCHDOGTIMER
22#options	WINCE_DEFAULT_SETTING	# Debugging use
23options		TX39ICUDEBUG
24options		TX39BIUDEBUG
25options		TX39IODEBUG
26options		TX39POWERDEBUG
27#options		TX39UARTDEBUG
28
29options		DDB			# in-kernel debugger
30options		DIAGNOSTIC		# extra kernel debugging checks
31options		DEBUG			# extra kernel debugging support
32options		KTRACE			# system call tracing support
33options		NKMEMCLUSTERS=1024	# 4K pages in kernel malloc pool
34
35options		__NO_SOFT_SERIAL_INTERRUPT
36options		SERIALCONSSLOT=0	# UARTA 0, UARTB 1
37
38options		COMPAT_43
39
40options 	SCSIVERBOSE	# human readable SCSI error messages
41options		PCMCIAVERBOSE	# verbose PCMCIA configuration messages
42options 	USBVERBOSE	# verbose USB device autoconfig messages
43
44file-system	FFS		# fast filesystem with user and group quotas
45config		netbsd		root on ? type ?
46
47# Networking options
48options		INET		# Internet protocols
49
50txsim*	at	mainbus0
51#
52# TX39 System Internal Modules
53#
54tx39biu*	at	txsim?
55tx39icu*	at	txsim?
56tx39clock*	at	txsim?
57tx39power*	at	txsim?
58tx39io*		at	txsim?
59tx39uart*	at	txsim?
60txcom0		at	tx39uart? slot 0
61txcom1		at	tx39uart? slot 1
62
63txcsbus*	at	tx39biu? platform ?
64
65options USE_POLL	# m38813 requires this
66#
67# TC6358TB(Plum2) 
68#  register space: CS3,	 
69#  I/O space: MCS0 & MCS1,  IRQ: 8:21 (IO[5] positive)
70#
71plum*		at	txcsbus? regcs 3 regcswidth 32 iocs 4 iocswidth 32 memcs 5 memcswidth 32 irq1 277
72plumicu*	at	plum?
73plumpower*	at	plum?
74plumvideo*	at	plum?
75plumpcmcia*	at	plum?
76plumiobus*	at	plum?
77#ohci*		at	plum?
78#plumisab0	at	plumiobus? platform ? slot 0
79
80#
81# fake ISA-bridge directly connected TX3922 chip select.
82#
83# CS1 connect
84# IRQ MFIO 3:7
85#txisab*		at	txcsbus? iocs 1 iocswidth 16 irq1 103
86# CS2 connect
87#txisab*		at	txcsbus? iocs 2 iocswidth 16 irq1 103
88# CARD1 io/attr connect
89#txisab*		at	txcsbus? iocs 8 iocswidth 16 irq1 103
90m38813c*	at	txcsbus? iocs 8 iocswidth 16 iocsbase 0 iocssize 8 irq1 103
91skbd*		at	m38813c?
92wskbd*		at	skbd? mux 1
93
94# USB bus support
95#usb*		at ohci?
96# USB Hubs
97#uhub*	at usb?
98#uhub*	at uhub? port ? configuration ? interface ?
99
100# USB Mice
101#ums*	at uhub? port ? configuration ? interface ?
102#wsmouse*	at ums? mux 0
103
104# USB Keyboards
105#ukbd*	at uhub? port ? configuration ? interface ?
106#wskbd*	at ukbd? console ? mux 1
107
108# ISA bus support
109#isa*		at	plumisab?
110#isa*		at	txisab?
111
112# WS console uses SUN or VT100 terminal emulation
113fb*		at	plumvideo?
114wsdisplay*	at	fb?
115
116options 	WSEMUL_VT100
117options 	WSDISPLAY_DEFAULTSCREENS=4
118options 	FONT_VT220L8x10
119
120# PCMCIA bus support
121pcmcia* at plumpcmcia? controller ? socket ?
122
123# PCMCIA IDE disk
124wdc*	at pcmcia? function ?
125wd*	at wdc? channel ? drive ? flags 0x0000
126
127# ATAPI bus support
128atapibus* at wdc? channel ?
129
130# PCMCIA network interfaces
131ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
132mbe*	at pcmcia? function ?		# MB8696x based Ethernet
133ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
134sm*	at pcmcia? function ?		# Megahertz Ethernet
135
136com*	at pcmcia? function ?		# Modems and serial cards
137
138# PCMCIA SCSI interfaces
139aic*	at pcmcia? function ?
140scsibus* at aic?
141sd*	at scsibus? target ? lun ?	# SCSI disk drives
142
143pseudo-device	loop		1	# network loopback
144pseudo-device	pty		64	# pseudo ptys
145