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