GENERIC revision 1.32
1#
2# Distribution kernel (any  model) kernel config file
3
4#
5# 	$NetBSD: GENERIC,v 1.32 2000/03/05 06:24:33 takemura Exp $
6#
7include		"arch/hpcmips/conf/std.hpcmips"
8
9#ident 		"GENERIC-$Revision: 1.32 $"
10
11maxusers	8
12
13options 	MIPS3			# R4000/R4400/R4600 CPUs
14
15# Support for specific models of H/PC MIPS
16options 	VR41X1			# NEC VR41x1 series
17options 	MIPS3_4100		# VR4100 core
18options 	NOFPU			# No FPU
19options 	SOFTFLOAT		# emulate FPU insn
20options 	MIPS3_L2CACHE_ABSENT
21
22# Standard system options
23options 	DDB			# in-kernel debugger
24#options 	DDB_ONPANIC=0		# don't enter debugger on panic
25#options 	DIAGNOSTIC		# extra kernel debugging checks
26#options 	DEBUG			# extra kernel debugging support
27options 	KTRACE			# system call tracing support
28
29options 	SCSIVERBOSE		# human readable SCSI error messages
30#options 	PCMCIAVERBOSE		# verbose PCMCIA configuration messages
31
32#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
33#options 	RTC_OFFSET=-540		# JST-9
34#options 	RTC_OFFSET=480		# PST8
35					# In NO RTC_OFFSET , inherit RTC_OFFSET
36					# from Windows CE.
37options 	NTP			# network time protocol
38#options 	UCONSOLE		# users can redirect console (unsafe)
39
40#options 	WINCE_DEFAULT_SETTING	# Debugging use
41#options 	DUMP_GIU_LEVEL2_INTR	# Debugging use
42#options 	DEBUG_FIND_PCIC		# Debugging use XXX harmful don't define until read source.
43
44#options 	SYSCALL_DEBUG		# for debug
45#options 	HPCMIPS_L1CACHE_DISABLE	# disable L1 cache for debug
46#options 	HPCMIPS_FLUSHCACHE_XXX	# for debug
47#options 	MIPS_16K_PAGE		# page size is 16KB
48
49# Filesystem options
50file-system 	FFS             # fast filesystem with user and group quotas
51file-system 	MFS		# memory-based filesystem
52file-system 	NFS		# Sun NFS-compatible filesystem (client)
53#file-system	LFS		# Log-based filesystem (still experimental)
54#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
55file-system 	MSDOSFS		# MS-DOS file system
56#file-system 	FDESC		# /dev/fd
57file-system 	KERNFS		# /kern (kernel informational filesystem)
58#file-system 	NULLFS		# loopback file system
59#file-system 	OVERLAY		# overlay file system
60#file-system 	PORTAL		# portal filesystem (still experimental)
61file-system 	PROCFS		# /proc
62#file-system 	UMAPFS		# NULLFS + uid and gid remapping
63file-system 	UNION
64
65#options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
66#options 	SOFTDEP         # FFS soft updates support.
67options 	QUOTA		# UFS quotas
68
69# Pull in config fragments for kernel crypto.  Use only one of these,
70# and adjust the prefixes as necessary.
71
72#prefix ../crypto-us/sys
73#cinclude "conf/files.crypto-us"
74#prefix
75
76#prefix ../crypto-intl/sys
77#cinclude "conf/files.crypto-intl"
78#prefix
79
80# Networking options
81#options 	GATEWAY		# IP packet forwarding
82options 	INET		# IP + ICMP + TCP + UDP
83options 	INET6		# IPV6
84#options 	IPSEC		# IP security
85#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
86#options 	IPSEC_DEBUG	# debug for IP security
87#options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
88#options 	MROUTING	# Multicast routing support
89#options 	ISO		# OSI networking
90#options 	TPIP		# TPIP
91#options 	EON		# OSI tunneling over IP
92#options 	CCITT,LLC,HDLC	# X.25
93
94# NetBSD backwards compatibility
95options 	COMPAT_43, COMPAT_13, COMPAT_14
96options 	COMPAT_386BSD_MBRPART # recognize old partition ID
97
98options 	NFS_BOOT_DHCP
99
100config		netbsd		root on ? type ?
101
102# WS console uses SUN or VT100 terminal emulation
103options 	WSEMUL_VT100
104options 	WSDISPLAY_DEFAULTSCREENS=4
105#options 	FONT_VT220L8x8
106options 	FONT_VT220L8x10
107
108vrip*	at mainbus0
109vrcmu*	at vrip? addr 0x0b000060 size 0x20
110vrbcu*	at vrip? addr 0x0b000000 size 0x20
111vrrtc*	at vrip? addr 0x0b0000c0 size 0x20 intr 2
112
113vrkiu*  at vrip? addr 0x0b000180 size 0x20 intr 7
114options 	__NO_SOFT_SERIAL_INTERRUPT
115com*	at vrip? addr 0x0c000000 size 0x20 intr 9 pwctl PWCTL_COM0
116vrgiu*	at vrip? addr 0x0b000100 size 0x20 intr 8
117vrpmu*	at vrip? addr 0x0b0000a0 size 0x20 intr 1 # power switch
118vrdsu*	at vrip? addr 0x0b0000e0 size 0x08
119vrpiu*	at vrip? addr 0x0b000120 size 0x1a0 intr 5
120
121# Workstation Console attachments
122fb*		at	mainbus0
123wsdisplay*	at	fb?
124wskbd*		at	vrkiu? mux 1
125wsmouse*	at	vrpiu? mux 0
126
127#
128# MC-R300, MC-R500
129# Button to GPIO port # mapping
130#  + REC button       : 4
131#  + Open/Close button: 6
132# (PCIC-ISA : 9)
133# (COM power:14)
134#
135# MC-R510
136# Button to GPIO port # mapping
137#  + Open/Close button: 3
138# (PCIC-ISA : 9)
139# (COM power:14)
140#
141# MC-R530
142# Button to GPIO port # mapping
143#  + Open/Close button: 3
144#  + Application button: 2
145# (PCIC-ISA : 9)
146# (COM power:14)
147#
148# MC-R700
149# Button to GPIO port # mapping
150#  + Open/Close button: 3
151# (PCIC-ISA : 9)
152# (COM power:46)
153#
154# MC-CS
155# Button to GPIO port # mapping
156# (PCIC-ISA : 9)
157# (COM power:14)
158#
159# IBM WorkPad z50
160# Button to GPIO port # mapping
161#  + REC button       : 1
162#  + Application button?      : 2
163# (PCIC-ISA : 9)
164#
165button0 at vrgiu? platform NEC_MCR_3XX id BTN_REC port 4
166button1 at vrgiu? platform NEC_MCR_3XX id BTN_COVER port 6
167button0 at vrgiu? platform NEC_MCR_500 id BTN_REC port 4
168button1 at vrgiu? platform NEC_MCR_500 id BTN_COVER port 6
169button0 at vrgiu? platform NEC_MCR_510 id BTN_COVER port 3
170button0 at vrgiu? platform NEC_MCR_530 id BTN_COVER port 3
171button1 at vrgiu? platform NEC_MCR_530 id BTN_APP0  port 2
172button0 at vrgiu? platform NEC_MCR_7XX id BTN_COVER port 3
173button0 at vrgiu? platform IBM_WORKPAD id BTN_REC port 1 active 0 
174button1 at vrgiu? platform IBM_WORKPAD id BTN_APP0  port 2 active 0
175pwctl0 at vrgiu? platform NEC_MCR_3XX id PWCTL_COM0 port 14
176pwctl0 at vrgiu? platform NEC_MCR_5XX id PWCTL_COM0 port 14
177pwctl0 at vrgiu? platform NEC_MCR_7XX id PWCTL_COM0 port 46
178pwctl0 at vrgiu? platform NEC_MCCS id PWCTL_COM0 port 14
179vrisab0 at vrgiu? platform NEC_MCR
180vrisab0 at vrgiu? platform NEC_MCCS
181vrisab0 at vrgiu? platform IBM_WORKPAD isaportoffset 0x1000000
182isa0	at vrisab0
183pcic0	at isa0 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00090003
184#
185# Freestyle
186# Button to GPIO port # mapping
187#    +---------+
188# 1 +|         |
189#    |         |+ 7
190#    |         |
191#20 +|   LCD   |+ 4
192#    |         | + 6
193# 8 +|         |+ 5
194#    |         |
195#    |         |+----Power On/Off (connected to PMU)
196#    +---------+
197#          +9
198#        +12 +10
199#          +11
200# (PCIC-ISA : 23)
201button0 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP0 port 9
202button1 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP1 port 10
203button2 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP2 port 11
204button3 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP3 port 12
205button4 at vrgiu? platform EVEREX_FREESTYLE id BTN_CANCEL port 7
206button5 at vrgiu? platform EVEREX_FREESTYLE id BTN_UP port 4
207button6 at vrgiu? platform EVEREX_FREESTYLE id BTN_OK port 6
208button7 at vrgiu? platform EVEREX_FREESTYLE id BTN_DOWN port 5
209button8 at vrgiu? platform EVEREX_FREESTYLE id BTN_REC port 1
210button9 at vrgiu? platform EVEREX_FREESTYLE id BTN_LIGHT port 20
211button10 at vrgiu? platform EVEREX_FREESTYLE id BTN_CONTRAST port 8
212vrisab1 at vrgiu? platform EVEREX_FREESTYLE isaportoffset 0x1000000
213isa1	at vrisab1
214pcic0	at isa1 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00170003
215
216options 	PCIC_ISA_INTR_ALLOC_MASK=0x0008 # IRQ 3 only (MCR/Freestyle)
217
218# CASIO CASSIOPEIA E55 and for DoCoMo
219# BUTTON_PRESS -> LOW
220#button0 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_OK active 0 port 6
221#button1 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_CANCEL active 0 port 7
222#button2 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP0 active 0 port 8
223#button3 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP1 active 0 port 9
224#button4 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP2 active 0 port 10
225#button5 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP3 active 0 port 11
226#button6 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_DOWN active 0 port 12
227#button7 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_UP active 0 port 13
228vrisab4 at vrgiu? platform CASIO_CASSIOPEIAE_E55 isaportoffset 0xc000
229isa4    at vrisab4
230wdc0    at isa4 port 0x170 irq 0x00090003 flags 0x0010  # AT_POLL
231
232#
233# Fujitsu INTERTOP CX300
234#
235pwctl0 at vrgiu? platform FUJITSU_INTERTOP id PWCTL_COM0 port 15
236vrisab2 at vrgiu? platform FUJITSU_INTERTOP isaportoffset 0x1000000
237isa2    at vrisab2
238pcic0   at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003
239#
240# Vadem Clio and Sharp Tripad
241#
242vrisab3 at vrgiu? platform SHARP_TRIPAD isaportoffset 0x1000000
243isa3    at vrisab3
244pcic0   at isa3 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x000d0003
245#
246# Unknown machines
247#
248vrisab4 at vrgiu?
249isa4	at vrisab4
250
251# PCMCIA bus support
252pcmcia*	at pcic? controller ? socket ?
253
254# PCMCIA IDE disk
255wdc*	at pcmcia? function ?
256wd*	at wdc? channel ? drive ? flags 0x0000
257
258# ATAPI bus support
259atapibus* at wdc? channel ?
260
261# PCMCIA network interfaces
262ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
263mbe*	at pcmcia? function ?		# MB8696x based Ethernet
264ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
265sm*	at pcmcia? function ?		# Megahertz Ethernet
266wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
267awi*	at pcmcia? function ?		# WLI-PCM
268
269com*	at pcmcia? function ?		# Modems and serial cards
270
271aic*	at pcmcia? function ?
272scsibus* at aic?
273sd*	at scsibus? target ? lun ?	# SCSI disk drives
274
275pseudo-device	loop		1	# network loopback
276pseudo-device	ppp		2	# serial-line IP ports
277pseudo-device	pty		64	# pseudo ptys
278pseudo-device	bpfilter	16	# packet filter ports
279pseudo-device	ipfilter		# IP filter, NAT
280
281pseudo-device	vnd		4	# virtual disk ick
282pseudo-device	ccd		4	# concatenated disks
283
284pseudo-device	biconsdev	1	# build-in console device
285pseudo-device	btnmgr		1	# button event handler
286
287# for IPv6
288pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
289#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
290