MPC303 revision 1.44
1#
2# 	$NetBSD: MPC303,v 1.44 2006/03/28 20:58:40 pavel Exp $
3# 	From: NetBSD: GENERIC,v 1.91 2001/05/06 14:25:16 takemura Exp
4#
5# Kernel configuration file for Victor MP-C303; enami's test machine.
6#
7
8include		"arch/hpcmips/conf/std.hpcmips"
9
10#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
11
12#ident 		"GENERIC-$Revision: 1.44 $"
13
14maxusers	16
15
16options 	MIPS3			# R4000/R4400/R4600 CPUs
17
18# Support for specific models of H/PC MIPS
19makeoptions	CPUFLAGS="-mips3"	# CPU codegen options
20options 	MIPS3_4100		# VR4100 core
21options 	VR41XX			# NEC VR41xx series
22options 	VR4122			# NEC VR4122
23
24# Standard system options
25options 	DDB			# in-kernel debugger
26#options 	DDB_ONPANIC=0		# don't enter debugger on panic
27#options 	KGDB			# remote debugger
28options 	DIAGNOSTIC		# extra kernel debugging checks
29#options 	DEBUG			# extra kernel debugging support
30options 	KTRACE			# system call tracing support
31options 	MSGBUFSIZE=16384	# dmesg buffer size
32options 	USERCONF		# userconf(4) support
33#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
34#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
35
36## UVM options.
37#options 	UVM_PAGE_TRKOWN
38#options 	UVMHIST
39#options 	UVMHIST_PRINT	# Loud!
40
41#options 	SCSIVERBOSE		# human readable SCSI error messages
42#options 	PCMCIAVERBOSE		# verbose PCMCIA configuration messages
43
44#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
45options 	RTC_OFFSET=-540		# JST-9
46#options 	RTC_OFFSET=480		# PST8
47					# In NO RTC_OFFSET , inherit RTC_OFFSET
48					# from Windows CE.
49options 	NTP			# network time protocol
50
51#options 	WINCE_DEFAULT_SETTING	# Debugging use
52#options 	DUMP_GIU_LEVEL2_INTR	# Debugging use
53#options 	DEBUG_FIND_PCIC		# Debugging use XXX harmful don't define until read source.
54
55#options 	SYSCALL_DEBUG		# for debug
56#options 	HPCMIPS_L1CACHE_DISABLE	# disable L1 cache for debug
57
58# Filesystem options
59file-system 	FFS		# fast filesystem with user and group quotas
60file-system 	MFS		# memory-based filesystem
61file-system 	NFS		# Sun NFS-compatible filesystem (client)
62#file-system	LFS		# Log-based filesystem (still experimental)
63file-system 	CD9660		# ISO 9660 + Rock Ridge file system
64file-system 	MSDOSFS		# MS-DOS file system
65#file-system 	FDESC		# /dev/fd
66file-system 	KERNFS		# /kern (kernel informational filesystem)
67#file-system 	NULLFS		# loopback file system
68#file-system 	OVERLAY		# overlay file system
69#file-system 	PORTAL		# portal filesystem (still experimental)
70file-system 	PROCFS		# /proc
71#file-system 	UMAPFS		# NULLFS + uid and gid remapping
72file-system 	UNION
73file-system	PTYFS		# /dev/pts/N support
74
75#options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
76options 	SOFTDEP		# FFS soft updates support.
77#options 	QUOTA		# UFS quotas
78options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
79
80# Networking options
81#options 	GATEWAY		# IP packet forwarding
82options 	INET		# IP + ICMP + TCP + UDP
83options 	INET6		# IPV6
84#options 	IPSEC		# IP security
85#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
86#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
87#options 	IPSEC_DEBUG	# debug for IP security
88#options 	MROUTING	# Multicast routing support
89#options 	PIM		# Protocol Independent Multicast
90#options 	ISO		# OSI networking
91#options 	TPIP		# TPIP
92#options 	EON		# OSI tunneling over IP
93#options 	CCITT,LLC,HDLC	# X.25
94
95# NetBSD backwards compatibility
96options 	COMPAT_43
97options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
98
99#options 	NFS_BOOT_DHCP
100#options 	NFS_BOOT_BOOTP
101options 	NFS_BOOT_BOOTPARAM
102
103options 	VR_FIND_DRAMLIM=0x03800000
104
105# compile options
106#makeoptions	DEFGP="-G 14"
107
108#config		netbsd		root on ? type ?
109config		netbsd		root on aue0 type nfs
110
111# WS console uses SUN or VT100 terminal emulation
112options 	WSEMUL_VT100
113#options 	WSDISPLAY_DEFAULTSCREENS=4
114#options 	FONT_VT220L8x8
115options 	FONT_VT220L8x10
116# compatibility to other console drivers
117options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
118options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
119options 	WSDISPLAY_COMPAT_USL		# VT handling
120options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
121#
122# Hpckbd will set key board layout appropriately. You can use option
123# 'PCKBD_LAYOUT' to overrite the default layout.
124#
125#options 	PCKBD_LAYOUT="(KB_US | KB_SWAPCTRLCAPS | KB_MACHDEP)"
126
127# temporally power management
128hpcapm0	at mainbus0			# power management
129apmdev0	at hpcapm0			# APM
130
131vrip*	at mainbus0
132vrbcu*	at vrip? addr 0x0f000000 size 0x20
133vrcmu*	at vrip? addr 0x0f000060 size 0x20
134vrrtc*	at vrip? addr 0x0f000100 size 0x20 unit VRRTC
135
136#vrkiu*	at vrip? addr 0x0b000180 size 0x20 unit VRKIU
137#hpckbd*	at vrkiu?
138com*	at vrip? addr 0x0f000800 size 0x20 unit VRSIU pwctl PWCTL_COM0
139vrgiu*	at vrip? addr 0x0f000140 size 0x20 unit VRGIU
140vrpmu*	at vrip? addr 0x0f0000c0 size 0x20 unit VRPMU # power switch
141#vrdsu*	at vrip? addr 0x0b0000e0 size 0x08
142#vrpiu*	at vrip? addr 0x0b000120 size 0x1a0 unit VRPIU
143vrled*	at vrip? addr 0x0f000180 size 0x10 unit VRLED
144vrpciu*	at vrip? addr 0x0f000c00 size 0x200 unit VRPCIU
145
146# PCI bus support
147options 	PCIVERBOSE
148pci*	at vrpciu?
149
150# MQ200
151#mqvideo0 at pci? dev ? function ?
152#hpcfb*		at	mqvideo?
153
154# VRC4173
155vrc4173bcu* at pci? dev ? function ?	# VRC4173 BCU
156vrkiu* at vrc4173bcu? addr 0x100 size 0x20 unit VRKIU # VRC4173 KIU
157hpckbd*	at vrkiu?
158vrpiu* at vrc4173bcu? addr 0x0a0 size 0x20 addr2 0x0c0 size2 0x20 unit VRPIU	# VRC4173 PIU
159
160#vrc4173cardu* at pci? dev ? function ?	# VRC4173 CARDU
161#pcmcia*	at vrc4173cardu?
162
163# PCI USB controllers
164ohci*	at pci?	dev ? function ?	# Open Host Controller
165options 	OHCI_DEBUG, USB_DEBUG, UHUB_DEBUG
166
167# USB bus support
168usb*	at ohci?
169
170# USB Hubs
171uhub*	at usb?
172uhub*	at uhub? port ? configuration ? interface ?
173
174# USB HID device
175#uhidev*	at uhub? port ? configuration ? interface ?
176
177# USB Mice
178#ums*	at uhidev? reportid ?
179#wsmouse*	at ums? mux 0
180
181# USB Keyboards
182#ukbd*	at uhidev? reportid ?
183#wskbd*	at ukbd? console ? mux 1
184
185# USB serial adpater
186#ucycom*	at uhidev? reportid ?
187
188# USB Generic HID devices
189#uhid*	at uhidev? reportid ?
190
191# USB Printer
192#ulpt*	at uhub? port ? configuration ? interface ?
193
194# USB Modem
195#umodem*	at uhub? port ? configuration ?
196#ucom*	at umodem?
197
198# USB Mass Storage
199#umass*	at uhub? port ? configuration ? interface ?
200#atapibus* at umass?
201#scsibus* at umass? channel ?
202
203# USB Generic driver
204ugen*	at uhub? port ?
205
206# USB Ethernet adapters
207aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
208#axe*	at uhub? port ?		# ASIX AX88172 based adapters
209#url*	at uhub? port ?		# Realtek RTL8150L based adapters
210
211# MII/PHY support
212ukphy*	at mii? phy ?			# generic unknown PHYs
213
214options 	MQ200_DEBUG
215#options 	MQ200_USECRT
216#mqvideo0 at vrip? addr 0x0a000000 size 0x800000	# MQ200 video controller
217#hpcfb*		at	mqvideo?
218
219#ite8181video0 at vrip? addr 0x0a000000 size 0x800000 # ITE8181 video controller
220#hpcfb*		at	ite8181video?
221
222#vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_430
223#vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_510
224#vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_520
225#vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_520A
226#vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_530
227#vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_SIGMARION
228#vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_530A
229#vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_700
230
231# Workstation Console attachments
232bivideo0	at	mainbus0
233hpcfb*		at	bivideo0
234wsdisplay*	at	hpcfb?
235wskbd*		at	hpckbd? mux 1
236wsmouse*	at	vrpiu? mux 0
237btnmgr0		at	mainbus0
238wskbd*		at	btnmgr0 mux 1
239
240#
241# hpcmips isa? bus irq locator means:
242#
243# 0x0000000f ISA IRQ#
244# 0x00ff0000 GPIO port#
245# 0x01000000 interrupt signal hold/through	(1:hold/0:though)
246# 0x02000000 interrupt detection level		(1:low /0:high	)
247# 0x04000000 interrupt detection trigger	(1:edge/0:level	)
248
249#
250# MC-R300, MC-R500
251# Button to GPIO port # mapping
252#  + REC button       : 4
253#  + Open/Close button: 6
254# (PCIC-ISA : 9)
255# (COM power:14)
256#
257# MC-R510
258# Button to GPIO port # mapping
259#  + Open/Close button: 3
260# (PCIC-ISA : 9)
261# (COM power:14)
262#
263# MC-R530
264# Button to GPIO port # mapping
265#  + Open/Close button: 3
266#  + Application button: 2
267# (PCIC-ISA : 9)
268# (COM power:46)
269#
270# MC-R700
271# Button to GPIO port # mapping
272#  + Open/Close button: 3
273# (PCIC-ISA : 9)
274# (COM power:46)
275#
276# MC-CS
277# Button to GPIO port # mapping
278# (PCIC-ISA : 9)
279# (COM power:14)
280#
281# IBM WorkPad z50
282# Button to GPIO port # mapping
283#  + REC button       : 1
284#  + Application button?      : 2
285# (PCIC-ISA : 9)
286#
287button0 at vrgiu? platform NEC_MCR_3XX id BTN_REC port 4
288button0 at vrgiu? platform NEC_MCR_500 id BTN_REC port 4
289button0 at vrgiu? platform IBM_WORKPAD id BTN_REC port 1 active 0
290button1 at vrgiu? platform NEC_MCR_430 id BTN_COVER port 3
291button1 at vrgiu? platform NEC_MCR_510 id BTN_COVER port 3
292button1 at vrgiu? platform NEC_MCR_520 id BTN_COVER port 3
293#button1 at vrgiu? platform NEC_MCR_520A id BTN_COVER port 3
294button1 at vrgiu? platform NEC_MCR_530 id BTN_COVER port 3
295#button1 at vrgiu? platform NEC_MCR_530A id BTN_COVER port 3
296button1 at vrgiu? platform NEC_MCR_SIGMARION id BTN_COVER port 3
297button1 at vrgiu? platform NEC_MCR_7XX id BTN_COVER port 3
298button1 at vrgiu? platform NEC_MCR_3XX id BTN_COVER port 6
299button1 at vrgiu? platform NEC_MCR_500 id BTN_COVER port 6
300button2 at vrgiu? platform NEC_MCR_530 id BTN_APP0  port 2
301button2 at vrgiu? platform IBM_WORKPAD id BTN_APP0  port 2 active 0
302button3 at vrgiu? platform NEC_MCCS id BTN_LIGHT port 8
303pwctl0 at vrgiu? platform NEC_MCR_3XX id PWCTL_COM0 port 14
304pwctl0 at vrgiu? platform NEC_MCR_430 id PWCTL_COM0 port 46
305pwctl0 at vrgiu? platform NEC_MCR_500 id PWCTL_COM0 port 14
306pwctl0 at vrgiu? platform NEC_MCR_530 id PWCTL_COM0 port 46
307pwctl0 at vrgiu? platform NEC_MCR_530A id PWCTL_COM0 port 46
308#pwctl0 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM0 port 46
309pwctl0 at vrgiu? platform NEC_MCR_7XX id PWCTL_COM0 port 46
310pwctl0 at vrgiu? platform NEC_MCCS id PWCTL_COM0 port 14
311pwctl1 at vrgiu? platform NEC_MCR_300 id PWCTL_LCDLIGHT port 45
312pwctl1 at vrgiu? platform NEC_MCR_FORDOCOMO id PWCTL_LCDLIGHT port 45
313pwctl1 at vrgiu? platform NEC_MCR_500 id PWCTL_LCDLIGHT port 45
314pwctl1 at vrgiu? platform NEC_MCCS id PWCTL_LCDLIGHT port 45
315pwctl2 at vrgiu? platform NEC_MCR_300 id PWCTL_LCD port 10
316pwctl2 at vrgiu? platform NEC_MCR_FORDOCOMO id PWCTL_LCD port 10
317pwctl2 at vrgiu? platform NEC_MCR_500 id PWCTL_LCD port 10
318pwctl2 at vrgiu? platform NEC_MCCS id PWCTL_LCD port 10
319pwctl3 at vrgiu? platform NEC_MCR_3XX id PWCTL_SPEAKER port 12
320pwctl3 at vrgiu? platform NEC_MCR_430 id PWCTL_SPEAKER port 44
321pwctl3 at vrgiu? platform NEC_MCR_500 id PWCTL_SPEAKER port 12
322pwctl3 at vrgiu? platform NEC_MCR_510 id PWCTL_SPEAKER port 44
323pwctl3 at vrgiu? platform NEC_MCR_520 id PWCTL_SPEAKER port 44
324#pwctl3 at vrgiu? platform NEC_MCR_520A id PWCTL_SPEAKER port 44
325pwctl3 at vrgiu? platform NEC_MCR_530 id PWCTL_SPEAKER port 44
326#pwctl3 at vrgiu? platform NEC_MCR_530A id PWCTL_SPEAKER port 44
327#pwctl3 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_SPEAKER port 44
328pwctl3 at vrgiu? platform IBM_WORKPAD id PWCTL_SPEAKER port 49
329#pwctl4 at vrgiu? platform NEC_MCR_430 id PWCTL_COM1 port 47
330#pwctl4 at vrgiu? platform NEC_MCR_530 id PWCTL_COM1 port 47
331#pwctl4 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM1 port 47
332vrisab0 at vrgiu? platform NEC_MCR
333vrisab0 at vrgiu? platform NEC_MCCS
334vrisab0 at vrgiu? platform IBM_WORKPAD isaportoffset 0x1000000
335isa0	at vrisab0
336pcic0	at isa0 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00090003
337#
338# Freestyle
339# Button to GPIO port # mapping
340#    +---------+
341# 1 +|         |
342#    |         |+ 7
343#    |         |
344#20 +|   LCD   |+ 4
345#    |         | + 6
346# 8 +|         |+ 5
347#    |         |
348#    |         |+----Power On/Off (connected to PMU)
349#    +---------+
350#          +9
351#        +12 +10
352#          +11
353# (PCIC-ISA : 23)
354button0 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP0 port 9
355button1 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP1 port 10
356button2 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP2 port 11
357button3 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP3 port 12
358button4 at vrgiu? platform EVEREX_FREESTYLE id BTN_CANCEL port 7
359button5 at vrgiu? platform EVEREX_FREESTYLE id BTN_UP port 4
360button6 at vrgiu? platform EVEREX_FREESTYLE id BTN_OK port 6
361button7 at vrgiu? platform EVEREX_FREESTYLE id BTN_DOWN port 5
362button8 at vrgiu? platform EVEREX_FREESTYLE id BTN_REC port 1
363button9 at vrgiu? platform EVEREX_FREESTYLE id BTN_LIGHT port 20
364button10 at vrgiu? platform EVEREX_FREESTYLE id BTN_CONTRAST port 8
365vrisab1 at vrgiu? platform EVEREX_FREESTYLE isaportoffset 0x1000000
366isa1	at vrisab1
367pcic0	at isa1 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00170003
368
369options 	PCIC_ISA_INTR_ALLOC_MASK=0x0008 # IRQ 3 only (MCR/Freestyle)
370
371#
372# Fujitsu INTERTOP CX300
373#
374pwctl0	at vrgiu? platform FUJITSU_INTERTOP id PWCTL_COM0 port 15
375vrisab2 at vrgiu? platform FUJITSU_INTERTOP isaportoffset 0x1000000
376isa2	at vrisab2
377pcic0	at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003
378
379#
380# Vadem Clio and Sharp Tripad
381#
382vrisab3	at vrgiu? platform SHARP_TRIPAD isaportoffset 0x0
383vrisab3	at vrgiu? platform VADEM_CLIO_C isaportoffset 0x0
384isa3	at vrisab3
385pcic0	at isa3 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x000d0003
386
387#
388# CASIO CASSIOPEIA E55 and for DoCoMo
389#
390button0	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_OK active 0 port 6
391button1	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_CANCEL active 0 port 7
392button2	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP0 active 0 port 8
393button3	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP1 active 0 port 9
394button4	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP2 active 0 port 10
395button5	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP3 active 0 port 11
396button6	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_DOWN active 0 port 12
397button7	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_UP active 0 port 13
398pwctl0	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_COM0 port 38
399pwctl1	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_LCDLIGHT port 26
400
401# 'CF hack' for all CASSIOPEIA E series
402vrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXX isaportoffset 0xc000
403vrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXXX isaportoffset 0xc000
404isa4	at vrisab4
405wdc0	at isa4 port 0x170 irq 0x02000003 flags 0x0002	# single drive
406
407#
408# Fujitsu PenCentra 130
409#
410vrc4172gpio0 at vrgiu? platform FUJITSU_PENCENTRA_130 addr 0x15001080 size 0x4a port 10
411vrisab5	at vrc4172gpio0 isaportoffset 0x1000000
412isa5	at vrisab5
413pcic0	at isa5 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00010003
414
415#
416# SigmarionII
417#
418com*	at vrgiu? platform NEC_MCR_SIGMARION2 addr 0x0b600000 port 8
419vrisab6	at vrgiu? platform NEC_MCR_SIGMARION2 isaportoffset 0xf780f800
420isa6	at vrisab6
421ne*	at isa6 port 0x300 irq  0x00090003 # port 9, active high and thorough
422#wdc*	at isa6 port 0x170 irq 0x00090003 flags 0x0002  # single drive
423hpcioman6 at vrgiu? platform NEC_MCR_SIGMARION2
424hpcin*	at hpcioman6 evtype PCIINTR id PCIINTR_00_12_00 port 0 level 1 connect 1
425
426#
427# MP-C303/304
428#
429hpcioman7 at vrgiu? platform VICTOR_INTERLINK_MPC303
430hpcioman7 at vrgiu? platform VICTOR_INTERLINK_MPC304
431hpcin*	at hpcioman7 evtype PCIINTR id PCIINTR_00_19_00 port 1 level 0 hold 1 connect 1
432
433# PCMCIA bus support
434pcmcia*	at pcic? controller 0 socket ?
435
436# PCMCIA IDE disk
437wdc*	at pcmcia? function ?
438
439# ATA (IDE) bus support
440atabus* at ata?
441
442# IDE drives
443wd*	at atabus? drive ? flags 0x0000
444
445# PCMCIA network interfaces
446ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
447mbe*	at pcmcia? function ?		# MB8696x based Ethernet
448ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
449ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
450sm*	at pcmcia? function ?		# Megahertz Ethernet
451wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
452awi*	at pcmcia? function ?		# WLI-PCM
453an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
454
455# PCMCIA Serial interfaces
456com*	at pcmcia? function ?		# Modems and serial cards
457
458# PCMCIA SCSI interfaces
459aic*	at pcmcia? function ?
460esp*	at pcmcia? function ?		# NCR53c406 SCSI
461
462# ATAPI bus support
463atapibus* at atapi?
464cd*	at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
465sd*	at atapibus? drive ? flags 0x0000 # ATAPI disk drives
466
467# SCSI bus support
468scsibus* at aic?
469scsibus* at esp?
470sd*	at scsibus? target ? lun ?	# SCSI disk drives
471cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
472
473pseudo-device	loop		1	# network loopback
474pseudo-device	ppp			# serial-line IP ports
475pseudo-device	pty			# pseudo-terminals
476pseudo-device	bpfilter		# packet filter ports
477pseudo-device	ipfilter		# IP filter, NAT
478
479pseudo-device	vnd			# virtual disk ick
480#pseudo-device	ccd		4	# concatenated disks
481pseudo-device	rnd			# /dev/random and in-kernel generator
482pseudo-device	clockctl		# user control of clock subsystem
483
484pseudo-device	biconsdev	1	# build-in console device
485pseudo-device	wsmux			# mouse & keyboard multiplexor
486options 	MEMORY_DISK_HOOKS
487options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
488options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
489options 	MEMORY_DISK_DYNAMIC	# fs image don't exist in data section.
490pseudo-device	md		1	# memory disk device (ramdisk)
491
492#pseudo-device	raid		4	# RAIDframe disk driver
493#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
494#pseudo-device	fss		4	# file system snapshot device
495
496# for IPv6
497pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
498#pseudo-device	faith			# IPv[46] tcp relay translation i/f
499pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
500
501## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
502pseudo-device	vlan
503