GENERIC revision 1.167
1# $NetBSD: GENERIC,v 1.167 2005/05/04 07:54:39 hamajima Exp $
2#
3# GENERIC machine description file
4# 
5# This machine description file is used to generate the default NetBSD
6# kernel.  The generic kernel does not include all options, subsystems
7# and device drivers, but should be useful for most applications.
8#
9# The machine description file can be customised for your specific
10# machine to reduce the kernel size and improve its performance.
11#
12# For further information on compiling NetBSD kernels, see the config(8)
13# man page.
14#
15# For further information on hardware support for this architecture, see
16# the intro(4) man page.  For further information about kernel options
17# for this architecture, see the options(4) man page.  For an explanation
18# of each device driver in this file see the section 4 man page for the
19# device.
20
21include		"arch/hpcmips/conf/std.hpcmips"
22include		"arch/hpcmips/conf/std.hpcmips.vr41"
23include		"arch/hpcmips/conf/std.hpcmips.tx39"
24
25options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
26
27#ident 		"GENERIC-$Revision: 1.167 $"
28
29maxusers	16
30
31makeoptions	CPUFLAGS="-mips2"	# CPU codegen options
32options 	VR4102			# NEC VR4102
33options 	VR4111			# NEC VR4111
34options 	VR4121			# NEC VR4121
35options 	VR4122			# NEC VR4122
36options 	VR4131			# NEC VR4131
37options 	TX392X			# Toshiba TX3922
38options 	KLOADER
39
40# Standard system options
41options 	DDB			# in-kernel debugger
42#options 	DDB_ONPANIC=0		# don't enter debugger on panic
43options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
44#options 	KGDB			# remote debugger
45#options 	DIAGNOSTIC		# extra kernel debugging checks
46#options 	DEBUG			# extra kernel debugging support
47options 	KTRACE			# system call tracing support
48options 	SYSTRACE		# system call vetting via systrace(1)
49options 	MSGBUFSIZE=8192		# dmesg buffer size
50
51## UVM options.
52#options 	UVM_PAGE_TRKOWN
53#options 	UVMHIST
54#options 	UVMHIST_PRINT	# Loud!
55
56#options 	SCSIVERBOSE		# human readable SCSI error messages
57#options 	PCMCIAVERBOSE		# verbose PCMCIA configuration messages
58#options 	PCMCIADEBUG
59#options 	PCMCIACISDEBUG
60
61#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
62#options 	RTC_OFFSET=-540		# JST-9
63#options 	RTC_OFFSET=480		# PST8
64					# In NO RTC_OFFSET , inherit RTC_OFFSET
65					# from Windows CE.
66options 	NTP			# network time protocol
67
68#options 	WINCE_DEFAULT_SETTING	# Debugging use
69
70#options 	SYSCALL_DEBUG		# for debug
71#options 	HPCMIPS_L1CACHE_DISABLE	# disable L1 cache for debug
72options 	USERCONF		# userconf(4) support
73#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
74options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
75
76# Filesystem options
77file-system 	FFS		# fast filesystem with user and group quotas
78file-system 	MFS		# memory-based filesystem
79file-system 	NFS		# Sun NFS-compatible filesystem (client)
80#file-system	LFS		# Log-based filesystem (still experimental)
81file-system 	CD9660		# ISO 9660 + Rock Ridge file system
82file-system 	MSDOSFS		# MS-DOS file system
83#file-system 	FDESC		# /dev/fd
84file-system 	KERNFS		# /kern (kernel informational filesystem)
85#file-system 	NULLFS		# loopback file system
86#file-system 	OVERLAY		# overlay file system
87#file-system 	PORTAL		# portal filesystem (still experimental)
88file-system 	PROCFS		# /proc
89#file-system 	UMAPFS		# NULLFS + uid and gid remapping
90file-system 	UNION
91
92options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
93options 	SOFTDEP		# FFS soft updates support.
94#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
95#options 	QUOTA		# UFS quotas
96options 	VNODE_OP_NOINLINE # don't inline vnode op calls
97#options 	FFS_NO_SNAPSHOT	# ffs snapshots
98
99# Networking options
100#options 	GATEWAY		# IP packet forwarding
101options 	INET		# IP + ICMP + TCP + UDP
102options 	INET6		# IPV6
103#options 	IPSEC		# IP security
104#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
105#options 	IPSEC_DEBUG	# debug for IP security
106#options 	MROUTING	# Multicast routing support
107#options 	PIM		# Protocol Independent Multicast
108#options 	ISO		# OSI networking
109#options 	TPIP		# TPIP
110#options 	EON		# OSI tunneling over IP
111#options 	CCITT,LLC,HDLC	# X.25
112
113#options 	ALTQ		# Manipulate network interfaces' output queues
114#options 	ALTQ_BLUE	# Stochastic Fair Blue
115#options 	ALTQ_CBQ	# Class-Based Queueing
116#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
117#options 	ALTQ_FIFOQ	# First-In First-Out Queue
118#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
119#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
120#options 	ALTQ_LOCALQ	# Local queueing discipline
121#options 	ALTQ_PRIQ	# Priority Queueing
122#options 	ALTQ_RED	# Random Early Detection
123#options 	ALTQ_RIO	# RED with IN/OUT
124#options 	ALTQ_WFQ	# Weighted Fair Queueing
125
126# NetBSD backwards compatibility
127options 	COMPAT_43
128options 	COMPAT_16
129options 	COMPAT_20
130options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
131
132options 	LKM		# loadable kernel modules
133
134#options 	NFS_BOOT_DHCP
135options 	NFS_BOOT_BOOTP
136#options 	NFS_BOOT_BOOTPARAM
137
138# compile options
139#makeoptions	DEFGP="-G 10"
140
141config		netbsd		root on ? type ?
142
143# WS console uses SUN or VT100 terminal emulation
144options 	WSEMUL_VT100
145#options 	WSDISPLAY_DEFAULTSCREENS=4
146#options 	FONT_VT220L8x8
147options 	FONT_VT220L8x10
148# compatibility to other console drivers
149options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
150options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
151options 	WSDISPLAY_COMPAT_USL		# VT handling
152options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
153#
154# Hpckbd will set key board layout appropriately. You can use option
155# 'PCKBD_LAYOUT' to overrite the default layout.
156#
157#options 	PCKBD_LAYOUT="(KB_US | KB_SWAPCTRLCAPS | KB_MACHDEP)"
158
159# temporally power management
160hpcapm0	at mainbus0			# power management
161apmdev0	at hpcapm0			# APM
162
163options 	MQ200_DEBUG
164#options 	MQ200_USECRT
165mqvideo*	at vr4102ip? addr 0x0a000000 size 0x800000	# MQ200 video
166hpcfb*		at	mqvideo?
167
168ite8181video*	at vr4102ip? addr 0x0a000000 size 0x800000 # ITE8181 video
169hpcfb*		at	ite8181video?
170
171vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_430
172vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_510
173vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_520
174vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_520A
175vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_530
176vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_SIGMARION
177vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_530A
178vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_700
179vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_700A
180vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_730
181vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_730A
182
183#
184# hpcmips isa? bus irq locator means:
185#
186# 0x0000000f ISA IRQ#
187# 0x00ff0000 GPIO port#
188# 0x01000000 interrupt signal hold/through	(1:hold/0:though)
189# 0x02000000 interrupt detection level		(1:low /0:high	)
190# 0x04000000 interrupt detection trigger	(1:edge/0:level	)
191
192#
193# MC-R300, MC-R500
194# Button to GPIO port # mapping
195#  + REC button       : 4
196#  + Open/Close button: 6
197# (PCIC-ISA : 9)
198# (COM power:14)
199#
200# MC-R510
201# Button to GPIO port # mapping
202#  + Open/Close button: 3
203# (PCIC-ISA : 9)
204# (COM power:14)
205#
206# MC-R530
207# Button to GPIO port # mapping
208#  + Open/Close button: 3
209#  + Application button: 2
210# (PCIC-ISA : 9)
211# (COM power:46)
212#
213# MC-R700
214# Button to GPIO port # mapping
215#  + Open/Close button: 3
216# (PCIC-ISA : 9)
217# (COM power:46)
218#
219# MC-CS
220# Button to GPIO port # mapping
221# (PCIC-ISA : 9)
222# (COM power:14)
223#
224# IBM WorkPad z50
225# Button to GPIO port # mapping
226#  + REC button       : 1
227#  + Application button?      : 2
228# (PCIC-ISA : 9)
229#
230button0 at vrgiu? platform NEC_MCR_3XX id BTN_REC port 4
231button0 at vrgiu? platform NEC_MCR_500 id BTN_REC port 4
232button0 at vrgiu? platform IBM_WORKPAD id BTN_REC port 1 active 0
233button1 at vrgiu? platform NEC_MCR_430 id BTN_COVER port 3
234button1 at vrgiu? platform NEC_MCR_510 id BTN_COVER port 3
235button1 at vrgiu? platform NEC_MCR_520 id BTN_COVER port 3
236#button1 at vrgiu? platform NEC_MCR_520A id BTN_COVER port 3
237button1 at vrgiu? platform NEC_MCR_530 id BTN_COVER port 3
238#button1 at vrgiu? platform NEC_MCR_530A id BTN_COVER port 3
239button1 at vrgiu? platform NEC_MCR_SIGMARION id BTN_COVER port 3
240button1 at vrgiu? platform NEC_MCR_7XX id BTN_COVER port 3
241button1 at vrgiu? platform NEC_MCR_3XX id BTN_COVER port 6
242button1 at vrgiu? platform NEC_MCR_500 id BTN_COVER port 6
243button2 at vrgiu? platform NEC_MCR_530 id BTN_APP0  port 2
244button2 at vrgiu? platform IBM_WORKPAD id BTN_APP0  port 2 active 0
245button3 at vrgiu? platform NEC_MCCS id BTN_LIGHT port 8
246pwctl0 at vrgiu? platform NEC_MCR_3XX id PWCTL_COM0 port 14
247pwctl0 at vrgiu? platform NEC_MCR_430 id PWCTL_COM0 port 46
248pwctl0 at vrgiu? platform NEC_MCR_500 id PWCTL_COM0 port 14
249pwctl0 at vrgiu? platform NEC_MCR_530 id PWCTL_COM0 port 46
250pwctl0 at vrgiu? platform NEC_MCR_530A id PWCTL_COM0 port 46
251#pwctl0 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM0 port 46
252pwctl0 at vrgiu? platform NEC_MCR_7XX id PWCTL_COM0 port 46
253pwctl0 at vrgiu? platform NEC_MCCS id PWCTL_COM0 port 14
254pwctl1 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCDLIGHT port 45
255pwctl1 at vrgiu? platform NEC_MCR_500 id PWCTL_LCDLIGHT port 45
256pwctl1 at vrgiu? platform NEC_MCCS id PWCTL_LCDLIGHT port 45
257pwctl2 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCD port 10
258pwctl2 at vrgiu? platform NEC_MCR_500 id PWCTL_LCD port 10
259pwctl2 at vrgiu? platform NEC_MCCS id PWCTL_LCD port 10
260pwctl3 at vrgiu? platform NEC_MCCS id PWCTL_SPEAKER port 12
261pwctl3 at vrgiu? platform NEC_MCR_3XX id PWCTL_SPEAKER port 12
262pwctl3 at vrgiu? platform NEC_MCR_430 id PWCTL_SPEAKER port 44
263pwctl3 at vrgiu? platform NEC_MCR_500 id PWCTL_SPEAKER port 12
264pwctl3 at vrgiu? platform NEC_MCR_510 id PWCTL_SPEAKER port 44
265pwctl3 at vrgiu? platform NEC_MCR_520 id PWCTL_SPEAKER port 44
266#pwctl3 at vrgiu? platform NEC_MCR_520A id PWCTL_SPEAKER port 44
267pwctl3 at vrgiu? platform NEC_MCR_530 id PWCTL_SPEAKER port 44
268#pwctl3 at vrgiu? platform NEC_MCR_530A id PWCTL_SPEAKER port 44
269#pwctl3 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_SPEAKER port 44
270pwctl3 at vrgiu? platform IBM_WORKPAD id PWCTL_SPEAKER port 49
271#pwctl4 at vrgiu? platform NEC_MCR_430 id PWCTL_COM1 port 47
272#pwctl4 at vrgiu? platform NEC_MCR_530 id PWCTL_COM1 port 47
273#pwctl4 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM1 port 47
274vrisab0 at vrgiu? platform NEC_MCR
275vrisab0 at vrgiu? platform NEC_MCCS
276vrisab0 at vrgiu? platform IBM_WORKPAD isaportoffset 0x1000000
277isa0	at vrisab0
278pcic0	at isa0 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00090003
279vrdsiu_mouse0 at vr4102ip? platform IBM_WORKPAD addr 0x0b0001a0 size 0x20 unit VRDSIU
280#
281# Freestyle
282# Button to GPIO port # mapping
283#    +---------+
284# 1 +|         |
285#    |         |+ 7
286#    |         |
287#20 +|   LCD   |+ 4
288#    |         | + 6
289# 8 +|         |+ 5
290#    |         |
291#    |         |+----Power On/Off (connected to PMU)
292#    +---------+
293#          +9
294#        +12 +10
295#          +11
296# (PCIC-ISA : 23)
297button0 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP0 port 9
298button1 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP1 port 10
299button2 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP2 port 11
300button3 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP3 port 12
301button4 at vrgiu? platform EVEREX_FREESTYLE id BTN_CANCEL port 7
302button5 at vrgiu? platform EVEREX_FREESTYLE id BTN_UP port 4
303button6 at vrgiu? platform EVEREX_FREESTYLE id BTN_OK port 6
304button7 at vrgiu? platform EVEREX_FREESTYLE id BTN_DOWN port 5
305button8 at vrgiu? platform EVEREX_FREESTYLE id BTN_REC port 1
306button9 at vrgiu? platform EVEREX_FREESTYLE id BTN_LIGHT port 20
307button10 at vrgiu? platform EVEREX_FREESTYLE id BTN_CONTRAST port 8
308vrisab1 at vrgiu? platform EVEREX_FREESTYLE isaportoffset 0x1000000
309isa1	at vrisab1
310pcic0	at isa1 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00170003
311
312options 	PCIC_ISA_INTR_ALLOC_MASK=0x0008 # IRQ 3 only (MCR/Freestyle)
313
314#
315# Fujitsu INTERTOP CX300
316#
317pwctl0	at vrgiu? platform FUJITSU_INTERTOP_IT300 id PWCTL_COM0 port 15
318vrisab2	at vrgiu? platform FUJITSU_INTERTOP_IT300 isaportoffset 0x1000000
319isa2	at vrisab2
320pcic0	at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003
321
322#
323# Vadem Clio and Sharp Tripad
324#
325vrisab3	at vrgiu? platform SHARP_TRIPAD isaportoffset 0x1000000
326vrisab3	at vrgiu? platform VADEM_CLIO_C isaportoffset 0x1000000
327isa3	at vrisab3
328pcic0	at isa3 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x000d0003
329
330#
331# CASIO CASSIOPEIA E55 and for DoCoMo
332#
333button0 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_OK active 0 port 6
334button1 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_CANCEL active 0 port 7
335button2 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP0 active 0 port 8
336button3 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP1 active 0 port 9
337button4 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP2 active 0 port 10
338button5 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP3 active 0 port 11
339button6 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_DOWN active 0 port 12
340button7 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_UP active 0 port 13
341pwctl0	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_COM0 port 38
342pwctl1	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_LCDLIGHT port 26
343
344# 'CF hack' for all CASSIOPEIA E series
345vrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXX isaportoffset 0xc000
346vrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXXX isaportoffset 0xc000
347isa4	at vrisab4
348wdc0	at isa4 port 0x170 irq 0x02000003 flags 0x0002  # single drive
349
350#
351# Fujitsu PenCentra 130
352#
353vrc4172gpio0 at vrgiu? platform FUJITSU_PENCENTRA_130 addr 0x15001080 size 0x4a port 10
354vrisab5	at vrc4172gpio0 isaportoffset 0x1000000
355isa5	at vrisab5
356pcic0	at isa5 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00010003
357vrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform FUJITSU_PENCENTRA_130
358pci*	at vrc4172pci?
359hpcioman5 at vrc4172gpio0 platform FUJITSU_PENCENTRA_130
360hpcin*	at hpcioman5 evtype PCIINTR id PCIINTR_00_00_01 port 7 level 0 connect 1
361
362#
363# SigmarionII
364#
365com*	at vrgiu? platform NEC_MCR_SIGMARION2 addr 0x0b600000 port 8
366vrisab6       at vrgiu? platform NEC_MCR_SIGMARION2 isaportoffset 0xf7800000 isamemoffset 0xfa000000
367isa6	at vrisab6
368pcic0 at isa6 port 0x3e0 iomem 0x10000 iosiz 0x4000 irq 0x00090003
369hpcioman6 at vrgiu? platform NEC_MCR_SIGMARION2
370hpcin*	at hpcioman6 evtype PCIINTR id PCIINTR_00_12_00 port 0 level 1 connect 1
371
372#
373# MP-C303/304
374#
375hpcioman7 at vrgiu? platform VICTOR_INTERLINK_MPC303
376hpcioman7 at vrgiu? platform VICTOR_INTERLINK_MPC304
377hpcin*	at hpcioman7 evtype PCIINTR id PCIINTR_00_19_00 port 1 level 0 hold 1 connect 1
378
379#
380# Fujitsu INTERTOP CX310
381#
382vrc4172gpio0 at vrgiu? platform FUJITSU_INTERTOP_IT310 addr 0x15001080 size 0x4a port 10
383vrisab8	at vrc4172gpio0 isaportoffset 0x1000000
384isa8	at vrisab8
385pcic0	at isa8 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00010003
386vrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform FUJITSU_INTERTOP_IT310
387pci*	at vrc4172pci?
388hpcioman8 at vrc4172gpio0 platform FUJITSU_INTERTOP_IT310
389hpcin*	at hpcioman8 evtype PCIINTR id PCIINTR_00_00_01 port 7 level 0 connect 1
390
391#
392# MC-R700 and Mobile Pro 800
393#
394options	VRC4172PCI_MCR700_SUPPORT
395vrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform NEC_MCR_700
396vrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform NEC_MCR_700A
397vrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform NEC_MCR_730
398vrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform NEC_MCR_730A
399pci*	at vrc4172pci?
400hpcioman9 at vrgiu? platform NEC_MCR_700
401hpcioman9 at vrgiu? platform NEC_MCR_700A
402hpcioman9 at vrgiu? platform NEC_MCR_730
403hpcioman9 at vrgiu? platform NEC_MCR_730A
404hpcin*	at hpcioman9 evtype PCIINTR id PCIINTR_00_00_01 port 13 level 0 connect 1
405
406#
407# Sharp Telios HC-AJ1/AJ2/AJ3, HC-VJ1C
408#
409txcsbus1	at tx39biu? platform SHARP_TELIOS
410#optpoint*	at tx39spi? slot 0
411#wsmouse*	at optpoint? mux 0
412
413# IO module manager (virtual bridge) DO NOT DELETE
414txioman* at txsim?
415# iochip 0 TX39 internal MFIO
416#	 1 TX39 internal IO
417#	 2 BETTY IO
418#	(3) ITE IO notyet
419#	(4) Plum2 IO (EXTPW[0:2]) notyet
420hpcioman1 at txioman? platform SHARP_TELIOS_HCAJ
421hpcin*	at hpcioman1 iochip 1 evtype BUTTON  id BTN_APP0   port 7  edge 1 # IE button
422hpcin*	at hpcioman1 iochip 1 evtype BUTTON  id BTN_APP1   port 8  edge 1 # Mail button
423hpcin*	at hpcioman1 iochip 1 evtype PMEVENT id PME_AC	   port 6  edge 1 # AC-power
424hpcin*	at hpcioman1 iochip 0 evtype EVENT   id COM0_CTS   port 27 edge 3
425hpcin*	at hpcioman1 iochip 0 evtype EVENT   id COM0_DCD   port 29 edge 3
426hpcout*	at hpcioman1 iochip 1 evtype POWER   id PWCTL_LED  port 4  flags 3 #(blink)
427
428hpcioman2 at txioman? platform SHARP_TELIOS_HCVJ
429hpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP0   port 7  edge 1 # IE button
430hpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP1   port 8  edge 1 # Mail button
431hpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP2   port 11 edge 1 # Video button
432hpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP3   port 12 edge 1 # Head phone button
433hpcin*	at hpcioman2 iochip 1 evtype PMEVENT id PME_AC     port 6
434hpcin*	at hpcioman2 iochip 0 evtype EVENT   id COM0_CTS   port 27 edge 3
435hpcin*	at hpcioman2 iochip 1 evtype EVENT   id COM0_DCD   port 13 edge 3
436hpcout*	at hpcioman2 iochip 1 evtype POWER   id PWCTL_COM0 port 15
437hpcout*	at hpcioman2 iochip 1 evtype POWER   id PWCTL_LED  port 4  flags 3 #(blink)
438
439options 	USE_POLL
440
441# PHILIPS UCB1200 / TOSHIBA TC35413F modem/audio analog front-end
442ucb*		at tx39sib? slot 0
443ucbtp*		at ucb?
444ucbsnd*		at ucb?
445ucbio*		at ucb?
446
447# PHILIPS 74ALVC*1624? / TOSHIBA TC5165BFTS buffer chip (keyboard)
448# chip select: CS1, IRQ: 3:12/4:12 (irq1 108)
449# interrupt-mode don't work. use polling mode.
450tc5165buf*	at txcsbus1 iocs 1 iocsbase 0 iocssize 0x100 iocswidth 16
451hpckbd*		at tc5165buf?
452#wsmouse*	at ucbtp? mux 0
453
454# TC6358TB(Plum2)
455#  register space: CS3,
456#  I/O space: MCS0 & MCS1,  IRQ: 8:21 (IO[5] positive)
457#
458plum*		at txcsbus? regcs 3 regcswidth 32 iocs 4 iocswidth 32 memcs 5 memcswidth 32 irq1 277
459plumicu*	at plum?
460plumpower*	at plum?
461plumvideo*	at plum?
462hpcfb*		at plumvideo?
463plumpcmcia*	at plum?
464ohci*		at plum?
465
466# Workstation Console attachments
467bivideo0	at	mainbus0
468hpcfb*		at	bivideo0
469wsdisplay*	at	hpcfb?
470wskbd*		at	hpckbd? mux 1
471wsmouse*	at	vrpiu? mux 0
472wsmouse*	at	vrc4173piu? mux 0
473wsmouse*	at	vrdsiu_mouse? mux 0
474btnmgr0		at	mainbus0
475wskbd*		at	btnmgr0 mux 1
476
477# PCI bus support
478options 	PCIVERBOSE
479pci*	at vrpciu?
480
481# VRC4173
482vrc4173bcu* at pci? dev ? function ?	# VRC4173 BCU
483vrkiu* at vrc4173bcu? addr 0x100 size 0x20 unit VRKIU	# VRC4173 KIU
484vrc4173piu* at vrc4173bcu? addr 0x0a0 size 0x20 addr2 0x0c0 size2 0x20 unit VRPIU	# VRC4173 PIU
485
486#vrc4173cardu* at pci? dev ? function ?	# VRC4173 CARDU
487#pcmcia*	at vrc4173cardu?
488
489# PCI USB controllers
490ohci*	at pci?	dev ? function ?	# Open Host Controller
491#options 	OHCI_DEBUG, USB_DEBUG, UHUB_DEBUG
492
493# miscellaneous PCI devices
494mqvideo*	at pci? dev ? function ?	# MQ200 video
495
496# PCMCIA bus support
497pcmcia* at plumpcmcia? controller ? socket ?
498pcmcia*	at pcic? controller 0 socket ?
499
500# PCMCIA IDE disk
501wdc*	at pcmcia? function ?
502
503# ATA (IDE) bus support
504atabus* at ata?
505
506# IDE drives
507wd*	at atabus? drive ? flags 0x0000
508
509# PCMCIA network interfaces
510ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
511mbe*	at pcmcia? function ?		# MB8696x based Ethernet
512ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
513ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
514sm*	at pcmcia? function ?		# Megahertz Ethernet
515wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
516xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
517com*	at xirc?
518xi*	at xirc?
519awi*	at pcmcia? function ?		# WLI-PCM
520an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
521mhzc*	at pcmcia? function ?
522com*	at mhzc?
523sm*	at mhzc?
524
525# PCMCIA Serial interfaces
526com*	at pcmcia? function ?		# Modems and serial cards
527
528# PCMCIA SCSI interfaces
529aic*	at pcmcia? function ?
530esp*	at pcmcia? function ?		# NCR53c406 SCSI
531spc*	at pcmcia? function ?
532
533# ATAPI bus support
534atapibus* at atapi?
535cd*	at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
536sd*	at atapibus? drive ? flags 0x0000 # ATAPI disk drives
537
538# SCSI bus support
539scsibus* at aic?
540scsibus* at esp?
541scsibus* at spc?
542sd*	at scsibus? target ? lun ?	# SCSI disk drives
543cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
544
545# USB Hubs
546usb*	at ohci?
547uhub*	at usb?
548uhub*	at uhub? port ? configuration ? interface ?
549
550# USB HID device
551uhidev*	at uhub? port ? configuration ? interface ?
552
553# USB Mice
554ums*	at uhidev? reportid ?
555wsmouse*	at ums? mux 0
556
557# USB Keyboards
558ukbd*	at uhidev? reportid ?
559wskbd*	at ukbd? console ? mux 1
560
561# USB Generic HID devices
562uhid*	at uhidev? reportid ?
563
564# USB Printer
565ulpt*	at uhub? port ? configuration ? interface ?
566
567# USB Modem
568umodem*	at uhub? port ? configuration ?
569ucom*	at umodem?
570
571# USB Mass Storage
572umass*	at uhub? port ? configuration ? interface ?
573atapibus* at umass?
574scsibus* at umass? channel ?
575
576# USB audio
577uaudio*	at uhub? port ? configuration ?
578
579# USB MIDI
580umidi* at uhub? port ? configuration ?
581
582# USB IrDA bridges
583#uirda* at uhub? port ? configuration ? interface ?
584#irframe* at uirda?
585
586# USB Ethernet adapters
587aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
588axe*	at uhub? port ?		# ASIX AX88172 based adapters
589cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
590kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
591url*	at uhub? port ?		# Realtek RTL8150L based adapters
592udav*	at uhub? port ?		# Davicom DM9601 based adapters
593
594# MII/PHY support
595ukphy*	at mii? phy ?		# generic unknown PHYs
596
597# Prolofic PL2301/PL2302 host-to-host adapter
598upl*	at uhub? port ?
599
600# Serial adapters
601# FTDI FT8U100AX serial adapter
602uftdi*	at uhub? port ?
603ucom*	at uftdi? portno ?
604
605uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
606ucom*	at uplcom? portno ?
607
608umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
609ucom*	at umct? portno ?
610
611# Diamond Multimedia Rio 500
612urio*	at uhub? port ?
613
614# USB Handspring Visor
615uvisor*	at uhub? port ?
616ucom*	at uvisor?
617
618# Kyocera AIR-EDGE PHONE
619ukyopon* at uhub? port ?
620ucom*	at ukyopon? portno ?
621
622# USB scanners
623uscanner* at uhub? port ?
624
625# USB scanners that use SCSI emulation, e.g., HP5300
626usscanner* at uhub? port ?
627scsibus* at usscanner? channel ?
628
629# Y@P firmware loader
630uyap* at uhub? port ?
631
632# USB Generic driver
633ugen*	at uhub? port ?
634
635audio*	at uaudio?
636
637# Pseudo-Devices
638
639pseudo-device	loop		1	# network loopback
640pseudo-device	ppp		2	# serial-line IP ports
641pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
642pseudo-device	pty			# pseudo-terminals
643pseudo-device	bpfilter	16	# packet filter ports
644pseudo-device	ipfilter		# IP filter, NAT
645
646pseudo-device	vnd		4	# virtual disk ick
647#pseudo-device	ccd		4	# concatenated disks
648pseudo-device	fss		4	# file system snapshot device
649#pseudo-device	cgd		4	# cryptographic disks
650pseudo-device	rnd			# /dev/random and in-kernel generator
651pseudo-device	clockctl		# user control of clock subsystem
652
653pseudo-device	biconsdev	1	# build-in console device
654pseudo-device	wsmux			# mouse & keyboard multiplexor
655#pseudo-device	md		1	# memory disk device (ramdisk)
656
657#pseudo-device	raid		8	# RAIDframe disk driver
658#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
659# Options to enable various other RAIDframe RAID types.
660# options	RF_INCLUDE_EVENODD=1
661# options	RF_INCLUDE_RAID5_RS=1
662# options	RF_INCLUDE_PARITYLOGGING=1
663# options	RF_INCLUDE_CHAINDECLUSTER=1
664# options	RF_INCLUDE_INTERDECLUSTER=1
665# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
666# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
667
668# for IPv6
669pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
670#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
671#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
672
673## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
674pseudo-device	vlan
675
676## Simple inter-network traffic bridging
677pseudo-device	bridge
678#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
679pseudo-device	ksyms			# /dev/ksyms
680#pseudo-device	pf			# PF packet filter
681#pseudo-device	pflog			# PF log if
682