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