VR41XX revision 1.58
1# $NetBSD: VR41XX,v 1.58 2013/04/27 18:19:37 christos 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"
23#ident 		"GENERIC-$Revision: 1.58 $"
24
25#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
26
27maxusers	16
28
29# Support for specific models of H/PC MIPS
30makeoptions	CPUFLAGS="-mips2"	# CPU codegen options
31options 	VR4102			# NEC VR4102
32options 	VR4111			# NEC VR4111
33options 	VR4121			# NEC VR4121
34options 	VR4122			# NEC VR4122
35options 	VR4131			# NEC VR4131
36
37# Standard system options
38options 	DDB			# in-kernel debugger
39#options 	DDB_ONPANIC=0		# don't enter debugger on panic
40#options 	KGDB			# remote debugger
41#options 	DIAGNOSTIC		# extra kernel debugging checks
42#options 	DEBUG			# extra kernel debugging support
43options 	KTRACE			# system call tracing support
44options 	MSGBUFSIZE=8192		# dmesg buffer size
45options 	USERCONF		# userconf(4) support
46#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
47#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
48options 	KLOADER_KERNEL_PATH="\"/netbsd\""
49options		KLOADER_DEBUG
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
59#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
60#options 	RTC_OFFSET=-540		# JST-9
61#options 	RTC_OFFSET=480		# PST8
62					# In NO RTC_OFFSET , inherit RTC_OFFSET
63					# from Windows CE.
64options 	NTP			# network time protocol
65
66#options 	WINCE_DEFAULT_SETTING	# Debugging use
67
68#options 	SYSCALL_DEBUG		# for debug
69#options 	HPCMIPS_L1CACHE_DISABLE	# disable L1 cache for debug
70
71# Filesystem options
72file-system 	FFS		# fast filesystem with user and group quotas
73file-system 	MFS		# memory-based filesystem
74file-system 	NFS		# Sun NFS-compatible filesystem (client)
75#file-system	LFS		# Log-based filesystem (still experimental)
76file-system 	CD9660		# ISO 9660 + Rock Ridge file system
77file-system 	MSDOSFS		# MS-DOS file system
78#file-system 	FDESC		# /dev/fd
79file-system 	KERNFS		# /kern (kernel informational filesystem)
80#file-system 	NULLFS		# loopback file system
81#file-system 	OVERLAY		# overlay file system
82file-system 	PROCFS		# /proc
83#file-system 	UMAPFS		# NULLFS + uid and gid remapping
84file-system 	UNION
85file-system	PTYFS		# /dev/pts/N support
86
87#options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
88options 	WAPBL		# File system journaling support
89#options 	QUOTA		# legacy UFS quotas
90#options 	QUOTA2		# new, in-filesystem UFS quotas
91options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
92
93# Networking options
94#options 	GATEWAY		# IP packet forwarding
95options 	INET		# IP + ICMP + TCP + UDP
96options 	INET6		# IPV6
97#options 	IPSEC		# IP security
98#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
99#options 	IPSEC_DEBUG	# debug for IP security
100#options 	MROUTING	# Multicast routing support
101#options 	PIM		# Protocol Independent Multicast
102options 	PFIL_HOOKS	# pfil(9) packet filter hooks
103options 	IPFILTER_LOG	# ipmon(8) log support
104options 	IPFILTER_LOOKUP	# ippool(8) support
105options 	IPFILTER_COMPAT # Compat for IP-Filter
106#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
107
108# NetBSD backwards compatibility
109options 	COMPAT_43
110options 	COMPAT_16
111options 	COMPAT_20
112options 	COMPAT_30	# NetBSD 3.0 compatibility.
113options 	COMPAT_40	# NetBSD 4.0 compatibility.
114options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
115
116options 	NFS_BOOT_DHCP
117
118config		netbsd		root on ? type ?
119
120# compile options
121#makeoptions	DEFGP="-G 8"
122
123# WS console uses SUN or VT100 terminal emulation
124options 	WSEMUL_VT100
125#options 	WSDISPLAY_DEFAULTSCREENS=4
126#options 	FONT_VT220L8x8
127options 	FONT_VT220L8x10
128# compatibility to other console drivers
129options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
130options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
131options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
132options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
133#
134# Hpckbd will set key board layout appropriately. You can use option
135# 'PCKBD_LAYOUT' to overrite the default layout.
136#
137#options 	PCKBD_LAYOUT="(KB_US | KB_SWAPCTRLCAPS | KB_MACHDEP)"
138
139# temporally power management
140hpcapm0	at mainbus0			# power management
141apmdev0	at hpcapm0			# APM
142
143options 	MQ200_DEBUG
144#options 	MQ200_USECRT
145mqvideo0 at vr4102ip? addr 0x0a000000 size 0x800000	# MQ200 video controller
146hpcfb*		at	mqvideo?
147
148ite8181video0 at vr4102ip? addr 0x0a000000 size 0x800000 # ITE8181 video controller
149hpcfb*		at	ite8181video?
150
151vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_430
152vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_510
153vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_520
154vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_520A
155vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_530
156vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_SIGMARION
157vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_530A
158vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_700
159vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_700A
160vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_730
161vrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_730A
162
163# Workstation Console attachments
164bivideo0	at	mainbus0
165hpcfb*		at	bivideo0
166wsdisplay*	at	hpcfb?
167wskbd*		at	hpckbd? mux 1
168wsmouse*	at	vrpiu? mux 0
169btnmgr0		at	mainbus0
170wskbd*		at	btnmgr0 mux 1
171
172#
173# hpcmips isa? bus irq locator means:
174#
175# 0x0000000f ISA IRQ#
176# 0x00ff0000 GPIO port#
177# 0x01000000 interrupt signal hold/through	(1:hold/0:though)
178# 0x02000000 interrupt detection level		(1:low /0:high	)
179# 0x04000000 interrupt detection trigger	(1:edge/0:level	)
180
181#
182# MC-R300, MC-R500
183# Button to GPIO port # mapping
184#  + REC button       : 4
185#  + Open/Close button: 6
186# (PCIC-ISA : 9)
187# (COM power:14)
188#
189# MC-R510
190# Button to GPIO port # mapping
191#  + Open/Close button: 3
192# (PCIC-ISA : 9)
193# (COM power:14)
194#
195# MC-R530
196# Button to GPIO port # mapping
197#  + Open/Close button: 3
198#  + Application button: 2
199# (PCIC-ISA : 9)
200# (COM power:46)
201#
202# MC-R700
203# Button to GPIO port # mapping
204#  + Open/Close button: 3
205# (PCIC-ISA : 9)
206# (COM power:46)
207#
208# MC-CS
209# Button to GPIO port # mapping
210# (PCIC-ISA : 9)
211# (COM power:14)
212#
213# IBM WorkPad z50
214# Button to GPIO port # mapping
215#  + REC button       : 1
216#  + Application button?      : 2
217# (PCIC-ISA : 9)
218#
219button0 at vrgiu? platform NEC_MCR_3XX id BTN_REC port 4
220button0 at vrgiu? platform NEC_MCR_500 id BTN_REC port 4
221button0 at vrgiu? platform IBM_WORKPAD id BTN_REC port 1 active 0
222button1 at vrgiu? platform NEC_MCR_430 id BTN_COVER port 3
223button1 at vrgiu? platform NEC_MCR_510 id BTN_COVER port 3
224button1 at vrgiu? platform NEC_MCR_520 id BTN_COVER port 3
225#button1 at vrgiu? platform NEC_MCR_520A id BTN_COVER port 3
226button1 at vrgiu? platform NEC_MCR_530 id BTN_COVER port 3
227#button1 at vrgiu? platform NEC_MCR_530A id BTN_COVER port 3
228button1 at vrgiu? platform NEC_MCR_SIGMARION id BTN_COVER port 3
229button1 at vrgiu? platform NEC_MCR_7XX id BTN_COVER port 3
230button1 at vrgiu? platform NEC_MCR_3XX id BTN_COVER port 6
231button1 at vrgiu? platform NEC_MCR_500 id BTN_COVER port 6
232button2 at vrgiu? platform NEC_MCR_530 id BTN_APP0  port 2
233button2 at vrgiu? platform IBM_WORKPAD id BTN_APP0  port 2 active 0
234button3 at vrgiu? platform NEC_MCCS id BTN_LIGHT port 8
235pwctl0 at vrgiu? platform NEC_MCR_3XX id PWCTL_COM0 port 14
236pwctl0 at vrgiu? platform NEC_MCR_430 id PWCTL_COM0 port 46
237pwctl0 at vrgiu? platform NEC_MCR_500 id PWCTL_COM0 port 14
238pwctl0 at vrgiu? platform NEC_MCR_530 id PWCTL_COM0 port 46
239pwctl0 at vrgiu? platform NEC_MCR_530A id PWCTL_COM0 port 46
240#pwctl0 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM0 port 46
241pwctl0 at vrgiu? platform NEC_MCR_7XX id PWCTL_COM0 port 46
242pwctl0 at vrgiu? platform NEC_MCCS id PWCTL_COM0 port 14
243pwctl1 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCDLIGHT port 45
244pwctl1 at vrgiu? platform NEC_MCR_500 id PWCTL_LCDLIGHT port 45
245pwctl1 at vrgiu? platform NEC_MCCS id PWCTL_LCDLIGHT port 45
246pwctl2 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCD port 10
247pwctl2 at vrgiu? platform NEC_MCR_500 id PWCTL_LCD port 10
248pwctl2 at vrgiu? platform NEC_MCCS id PWCTL_LCD port 10
249pwctl3 at vrgiu? platform NEC_MCCS id PWCTL_SPEAKER port 12
250pwctl3 at vrgiu? platform NEC_MCR_3XX id PWCTL_SPEAKER port 12
251pwctl3 at vrgiu? platform NEC_MCR_430 id PWCTL_SPEAKER port 44
252pwctl3 at vrgiu? platform NEC_MCR_500 id PWCTL_SPEAKER port 12
253pwctl3 at vrgiu? platform NEC_MCR_510 id PWCTL_SPEAKER port 44
254pwctl3 at vrgiu? platform NEC_MCR_520 id PWCTL_SPEAKER port 44
255#pwctl3 at vrgiu? platform NEC_MCR_520A id PWCTL_SPEAKER port 44
256pwctl3 at vrgiu? platform NEC_MCR_530 id PWCTL_SPEAKER port 44
257#pwctl3 at vrgiu? platform NEC_MCR_530A id PWCTL_SPEAKER port 44
258#pwctl3 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_SPEAKER port 44
259pwctl3 at vrgiu? platform IBM_WORKPAD id PWCTL_SPEAKER port 49
260#pwctl4 at vrgiu? platform NEC_MCR_430 id PWCTL_COM1 port 47
261#pwctl4 at vrgiu? platform NEC_MCR_530 id PWCTL_COM1 port 47
262#pwctl4 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM1 port 47
263vrisab0 at vrgiu? platform NEC_MCR
264vrisab0 at vrgiu? platform NEC_MCCS
265vrisab0 at vrgiu? platform IBM_WORKPAD isaportoffset 0x1000000
266isa0	at vrisab0
267pcic0	at isa0 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00090003
268#
269# Freestyle
270# Button to GPIO port # mapping
271#    +---------+
272# 1 +|         |
273#    |         |+ 7
274#    |         |
275#20 +|   LCD   |+ 4
276#    |         | + 6
277# 8 +|         |+ 5
278#    |         |
279#    |         |+----Power On/Off (connected to PMU)
280#    +---------+
281#          +9
282#        +12 +10
283#          +11
284# (PCIC-ISA : 23)
285button0 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP0 port 9
286button1 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP1 port 10
287button2 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP2 port 11
288button3 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP3 port 12
289button4 at vrgiu? platform EVEREX_FREESTYLE id BTN_CANCEL port 7
290button5 at vrgiu? platform EVEREX_FREESTYLE id BTN_UP port 4
291button6 at vrgiu? platform EVEREX_FREESTYLE id BTN_OK port 6
292button7 at vrgiu? platform EVEREX_FREESTYLE id BTN_DOWN port 5
293button8 at vrgiu? platform EVEREX_FREESTYLE id BTN_REC port 1
294button9 at vrgiu? platform EVEREX_FREESTYLE id BTN_LIGHT port 20
295button10 at vrgiu? platform EVEREX_FREESTYLE id BTN_CONTRAST port 8
296vrisab1 at vrgiu? platform EVEREX_FREESTYLE isaportoffset 0x1000000
297isa1	at vrisab1
298pcic0	at isa1 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00170003
299
300options 	PCIC_ISA_INTR_ALLOC_MASK=0x0008 # IRQ 3 only (MCR/Freestyle)
301
302#
303# Fujitsu INTERTOP CX300
304#
305pwctl0	at vrgiu? platform FUJITSU_INTERTOP id PWCTL_COM0 port 15
306vrisab2	at vrgiu? platform FUJITSU_INTERTOP isaportoffset 0x1000000
307isa2	at vrisab2
308pcic0	at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003
309
310#
311# Vadem Clio and Sharp Tripad
312#
313vrisab3	at vrgiu? platform SHARP_TRIPAD isaportoffset 0x0
314vrisab3	at vrgiu? platform VADEM_CLIO_C isaportoffset 0x0
315isa3	at vrisab3
316pcic0	at isa3 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x000d0003
317
318#
319# CASIO CASSIOPEIA E55 and for DoCoMo
320#
321button0 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_OK active 0 port 6
322button1 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_CANCEL active 0 port 7
323button2 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP0 active 0 port 8
324button3 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP1 active 0 port 9
325button4 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP2 active 0 port 10
326button5 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP3 active 0 port 11
327button6 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_DOWN active 0 port 12
328button7 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_UP active 0 port 13
329pwctl0	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_COM0 port 38
330pwctl1	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_LCDLIGHT port 26
331
332# 'CF hack' for all CASSIOPEIA E series
333vrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXX isaportoffset 0xc000
334vrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXXX isaportoffset 0xc000
335isa4	at vrisab4
336wdc0	at isa4 port 0x170 irq 0x02000003 flags 0x0002  # single drive
337
338#
339# Fujitsu PenCentra 130
340#
341vrc4172gpio0 at vrgiu? platform FUJITSU_PENCENTRA_130 addr 0x15001080 size 0x4a port 10
342vrisab5	at vrc4172gpio0 isaportoffset 0x1000000
343isa5	at vrisab5
344pcic0	at isa5 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00010003
345
346#
347# SigmarionII
348#
349com*	at vrgiu? platform NEC_MCR_SIGMARION2 addr 0x0b600000 port 8
350vrisab6	at vrgiu? platform NEC_MCR_SIGMARION2 isaportoffset 0xf780f800
351isa6	at vrisab6
352ne*	at isa6 port 0x300 irq  0x00090003 # port 9, active high and thorough
353#wdc*	at isa6 port 0x170 irq 0x00090003 flags 0x0002  # single drive
354hpcioman6 at vrgiu? platform NEC_MCR_SIGMARION2
355hpcin*	at hpcioman6 evtype PCIINTR id PCIINTR_00_12_02 port 0 level 1 connect 1
356
357#
358# MP-C303/304
359#
360hpcioman7 at vrgiu? platform VICTOR_INTERLINK_MPC303
361hpcioman7 at vrgiu? platform VICTOR_INTERLINK_MPC304
362hpcin*	at hpcioman7 evtype PCIINTR id PCIINTR_00_19_02 port 1 level 0 hold 1 connect 1
363
364
365# PCI bus support
366options 	PCIVERBOSE
367pci*	at vrpciu?
368
369# VRC4173
370vrc4173bcu* at pci? dev ? function ?	# VRC4173 BCU
371#vrc4173cmu* at vrc4173bcu?		# VRC4173 CMU
372#vrc4173piu* at vrc4173bcu?		# VRC4173 PIU
373#vrc4173kiu* at vrc4173bcu?		# VRC4173 KIU
374
375#vrc4173cardu* at pci? dev ? function ?	# VRC4173 CARDU
376#pcmcia*	at vrc4173cardu?
377
378# PCI USB controllers
379ohci*	at pci?	dev ? function ?	# Open Host Controller
380#options 	OHCI_DEBUG, USB_DEBUG, UHUB_DEBUG
381
382# PCMCIA bus support
383pcmcia*	at pcic? controller 0 socket ?
384
385# PCMCIA IDE disk
386wdc*	at pcmcia? function ?
387
388# ATA (IDE) bus support
389atabus* at ata?
390
391# IDE drives
392wd*	at atabus? drive ? flags 0x0000
393
394# PCMCIA network interfaces
395ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
396mbe*	at pcmcia? function ?		# MB8696x based Ethernet
397ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
398ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
399sm*	at pcmcia? function ?		# Megahertz Ethernet
400wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
401awi*	at pcmcia? function ?		# WLI-PCM
402an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
403
404# PCMCIA Serial interfaces
405com*	at pcmcia? function ?		# Modems and serial cards
406
407# PCMCIA SCSI interfaces
408aic*	at pcmcia? function ?
409esp*	at pcmcia? function ?		# NCR53c406 SCSI
410
411# ATAPI bus support
412atapibus* at atapi?
413cd*	at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
414sd*	at atapibus? drive ? flags 0x0000 # ATAPI disk drives
415
416# SCSI bus support
417scsibus* at aic?
418scsibus* at esp?
419sd*	at scsibus? target ? lun ?	# SCSI disk drives
420cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
421
422# USB Hubs
423usb*	at ohci?
424uhub*	at usb?
425uhub*	at uhub? port ?
426
427# USB HID device
428uhidev*	at uhub? port ? configuration ? interface ?
429
430# USB Mice
431ums*	at uhidev? reportid ?
432wsmouse*	at ums? mux 0
433
434# USB Keyboards
435ukbd*	at uhidev? reportid ?
436wskbd*	at ukbd? console ? mux 1
437
438# USB serial adapter
439ucycom*	at uhidev? reportid ?
440
441# USB Generic HID devices
442uhid*	at uhidev? reportid ?
443
444# USB Printer
445ulpt*	at uhub? port ? configuration ? interface ?
446
447# USB Modem
448umodem*	at uhub? port ? configuration ?
449ucom*	at umodem?
450
451# Option N.V. Wireless WAN modems
452uhso*	at uhub? port ? configuration ?
453
454# USB Mass Storage
455umass*	at uhub? port ? configuration ? interface ?
456scsibus* at umass? channel ?
457
458# USB audio
459uaudio*	at uhub? port ? configuration ?
460
461# USB MIDI
462umidi* at uhub? port ? configuration ?
463
464# USB IrDA bridges
465#uirda* at uhub? port ? configuration ? interface ?
466#irframe* at uirda?
467
468# USB Ethernet adapters
469aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
470axe*	at uhub? port ?		# ASIX AX88172 based adapters
471cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
472kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
473url*	at uhub? port ?		# Realtek RTL8150L based adapters
474
475# Prolific PL2301/PL2302 host-to-host adapter
476upl*	at uhub? port ?
477
478# Serial adapters
479# FTDI FT8U100AX serial adapter
480uftdi*	at uhub? port ?
481ucom*	at uftdi? portno ?
482
483uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
484ucom*	at uplcom? portno ?
485
486umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
487ucom*	at umct? portno ?
488
489# Diamond Multimedia Rio 500
490urio*	at uhub? port ?
491
492# USB Handspring Visor
493uvisor*	at uhub? port ?
494ucom*	at uvisor?
495
496# Kyocera AIR-EDGE PHONE
497ukyopon* at uhub? port ?
498ucom*	at ukyopon? portno ?
499
500# USB scanners
501uscanner* at uhub? port ?
502
503# USB scanners that use SCSI emulation, e.g., HP5300
504usscanner* at uhub? port ?
505scsibus* at usscanner? channel ?
506
507# Y@P firmware loader
508uyap* at uhub? port ?
509
510# USB Generic driver
511ugen*	at uhub? port ?
512
513audio*	at uaudio?
514
515pseudo-device	loop			# network loopback
516pseudo-device	ppp			# serial-line IP ports
517pseudo-device	pty			# pseudo-terminals
518pseudo-device	bpfilter		# packet filter ports
519pseudo-device	ipfilter		# IP filter, NAT
520
521pseudo-device	vnd			# virtual disk ick
522#pseudo-device	ccd			# concatenated disks
523pseudo-device	clockctl		# user control of clock subsystem
524
525pseudo-device	biconsdev	1	# build-in console device
526pseudo-device	wsmux			# mouse & keyboard multiplexor
527#pseudo-device	md			# memory disk device (ramdisk)
528
529#pseudo-device	raid		4	# RAIDframe disk driver
530#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
531#pseudo-device	fss			# file system snapshot device
532
533# for IPv6
534pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
535#pseudo-device	faith			# IPv[46] tcp relay translation i/f
536pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
537
538## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
539pseudo-device	vlan
540
541## Simple inter-network traffic bridging
542pseudo-device	bridge
543