TX3922 revision 1.1
1#
2# Distribution kernel (TX3922 based model) kernel config file
3
4#
5#	$NetBSD: TX3922,v 1.1 1999/11/21 07:04:32 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
25#options		TX39IODEBUG
26options		TX39POWERDEBUG
27#options		TX39UARTDEBUG
28
29options		DDB			# in-kernel debugger
30options		NKMEMCLUSTERS=1024	# 4K pages in kernel malloc pool
31options 	RTC_OFFSET=-540		# JST-9
32
33options		__NO_SOFT_SERIAL_INTERRUPT
34options		SERIALCONSSLOT=0	# UARTA 0, UARTB 1
35
36options		COMPAT_43
37
38options		PCMCIAVERBOSE	# verbose PCMCIA configuration messages
39
40file-system	FFS		# fast filesystem with user and group quotas
41config		netbsd		root on ? type ?
42
43# Networking options
44options		INET		# Internet protocols
45
46txsim*	at	mainbus0
47#
48# TX39 System Internal Modules
49#
50tx39biu*	at	txsim?
51tx39icu*	at	txsim?
52tx39clock*	at	txsim?
53tx39power*	at	txsim?
54tx39io*		at	txsim?
55tx39uart*	at	txsim?
56txcom0		at	tx39uart? slot 0
57txcom1		at	tx39uart? slot 1
58
59txcsbus*	at	tx39biu? platform ?
60
61#
62# TC6358TB(Plum2) register space: CS3,	 I/O space: MCS0 & MCS1,  IRQ: 8:21 (IO[5] positive)
63#
64plum*		at	txcsbus? regcs 3 regcswidth 32 iocs 4 iocswidth 32 memcs 5 memcswidth 32 irq1 277
65plumicu*	at	plum?
66plumpower*	at	plum?
67plumvideo*	at	plum?
68plumpcmcia*	at	plum?
69plumiobus*	at	plum?
70
71plumisab0	at	plumiobus? platform ? slot 0
72# ISA bus support
73isa0		at	plumisab0
74
75# WS console uses SUN or VT100 terminal emulation
76#fb*		at	plumvideo?
77#wsdisplay*	at	fb?
78
79options 	WSEMUL_VT100
80options 	WSDISPLAY_DEFAULTSCREENS=4
81#options 	FONT_VT220L8x8
82options 	FONT_VT220L8x10
83
84#pckbc0		at	isa0		# pc keyboard controller
85#pckbd*		at	pckbc?		# PC keyboard
86#wskbd* 		at	pckbd? console ?
87
88# PCMCIA bus support
89pcmcia* at plumpcmcia? controller ? socket ?
90
91# PCMCIA IDE disk
92wdc*	at pcmcia? function ?
93wd*	at wdc? channel ? drive ? flags 0x0000
94
95# ATAPI bus support
96atapibus* at wdc? channel ?
97
98# PCMCIA network interfaces
99ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
100mbe*	at pcmcia? function ?		# MB8696x based Ethernet
101ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
102sm*	at pcmcia? function ?		# Megahertz Ethernet
103
104com*	at pcmcia? function ?		# Modems and serial cards
105
106# PCMCIA SCSI interfaces
107aic*	at pcmcia? function ?
108scsibus* at aic?
109sd*	at scsibus? target ? lun ?	# SCSI disk drives
110
111pseudo-device	loop		1	# network loopback
112pseudo-device	pty		64	# pseudo ptys
113
114#pseudo-device	biconsdev	1	# build-in console device
115