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