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