GENERIC revision 1.133
1# $NetBSD: GENERIC,v 1.133 2007/03/20 17:20:59 garbled 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/prep/conf/std.prep"
22
23options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
24
25#ident		"GENERIC-$Revision: 1.133 $"
26
27maxusers	32
28
29# Platform support
30
31options 	OPENPIC				# OpenPIC support (7043-140)
32
33# Standard system options
34
35options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
36options 	NTP		# NTP phase/frequency locked loop
37
38options 	KTRACE		# system call tracing via ktrace(1)
39#options 	SYSTRACE	# system call vetting via systrace(1)
40
41options 	SYSVMSG		# System V-like message queues
42options 	SYSVSEM		# System V-like semaphores
43#options 	SEMMNI=10	# number of semaphore identifiers
44#options 	SEMMNS=60	# number of semaphores in system
45#options 	SEMUME=10	# max number of undo entries per process
46#options 	SEMMNU=30	# number of undo structures in system
47options 	SYSVSHM		# System V-like memory sharing
48#options 	SHMMAXPGS=1024	# 1024 pages is the default
49options 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
50
51options 	LKM		# loadable kernel modules
52
53options 	USERCONF	# userconf(4) support
54#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
55options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
56
57# Enable experimental buffer queue strategy for better responsiveness under 
58# high disk I/O load. Use it with caution - it's not proven to be stable yet.
59#options 	BUFQ_READPRIO
60#options 	BUFQ_PRIOCSCAN
61
62# Diagnostic/debugging support options
63#options 	DIAGNOSTIC	# cheap kernel consistency checks
64#options 	DEBUG		# expensive debugging checks/support
65#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
66options 	DDB		# in-kernel debugger
67#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
68#makeoptions	DEBUG="-g"
69
70# Compatibility options
71options 	COMPAT_13	# NetBSD 1.3,
72options 	COMPAT_14	# NetBSD 1.4,
73options 	COMPAT_15	# NetBSD 1.5,
74options 	COMPAT_16	# NetBSD 1.6,
75options 	COMPAT_20	# NetBSD 2.0,
76options 	COMPAT_30	# NetBSD 3.0 compatibility.
77options 	COMPAT_43	# and 4.3BSD
78#options 	COMPAT_LINUX	# Linux binary compatibility
79#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
80options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
81
82# File systems
83file-system 	FFS		# UFS
84file-system	EXT2FS		# second extended file system (linux)
85#file-system	LFS		# log-structured file system
86file-system 	MFS		# memory file system
87file-system 	NFS		# Network File System client
88#file-system	NTFS		# Windows/NT file system (experimental)
89file-system 	CD9660		# ISO 9660 + Rock Ridge file system
90file-system 	MSDOSFS		# MS-DOS file system
91#file-system 	FDESC		# /dev/fd
92file-system 	KERNFS		# /kern
93file-system 	NULLFS		# loopback file system
94#file-system	OVERLAY		# overlay file system
95#file-system 	PORTAL		# portal filesystem (still experimental)
96file-system 	PROCFS		# /proc
97#file-system 	UMAPFS		# NULLFS + uid and gid remapping
98file-system 	UNION		# union file system
99#file-system	CODA		# Coda File System; also needs vcoda (below)
100file-system	PTYFS		# /dev/pts/N support
101#file-system	TMPFS		# Efficient memory file-system
102#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
103
104# File system options
105options 	QUOTA		# UFS quotas
106#options 	FFS_EI		# FFS Endian Independant support
107options 	SOFTDEP		# FFS soft updates support.
108#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
109options 	NFSSERVER	# Network File System server
110#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
111#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
112 				# immutable) behave as system flags.
113
114# Networking options
115#options 	GATEWAY		# packet forwarding
116options 	INET		# IP + ICMP + TCP + UDP
117options 	INET6		# IPv6
118#options 	IPSEC		# IP security
119#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
120#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
121#options 	IPSEC_DEBUG	# debug for IP security
122#options 	MROUTING	# IP multicast routing
123#options 	PIM		# Protocol Independent Multicast
124#options 	NETATALK	# AppleTalk networking protocols
125options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
126options 	PPP_DEFLATE	# Deflate compression support for PPP
127options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
128options 	PFIL_HOOKS	# pfil(9) packet filter hooks
129options 	IPFILTER_LOG	# ipmon(8) log support
130options 	IPFILTER_LOOKUP	# ippool(8) support
131#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
132#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
133
134#options 	ALTQ		# Manipulate network interfaces' output queues
135#options 	ALTQ_BLUE	# Stochastic Fair Blue
136#options 	ALTQ_CBQ	# Class-Based Queueing
137#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
138#options 	ALTQ_FIFOQ	# First-In First-Out Queue
139#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
140#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
141#options 	ALTQ_LOCALQ	# Local queueing discipline
142#options 	ALTQ_PRIQ	# Priority Queueing
143#options 	ALTQ_RED	# Random Early Detection
144#options 	ALTQ_RIO	# RED with IN/OUT
145#options 	ALTQ_WFQ	# Weighted Fair Queueing
146
147# These options enable verbose messages for several subsystems.
148# Warning, these may compile large string tables into the kernel!
149#options 	MIIVERBOSE	# verbose PHY autoconfig messages
150options 	PCIVERBOSE	# verbose PCI device autoconfig messages
151#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
152#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
153options 	SCSIVERBOSE	# human readable SCSI error messages
154#options 	USBVERBOSE	# verbose USB device autoconfig messages
155#options 	RESIDUAL_DATA_DUMP	# verbosely dump residual data
156#options		NVRAM_DUMP	# verbosely dump contents of nvram.
157				# Warning: output may not be ascii!
158
159#options 	NFS_BOOT_BOOTP
160options 	NFS_BOOT_BOOTPARAM
161options 	NFS_BOOT_DHCP
162
163#
164# wscons options
165#
166# builtin terminal emulations
167options 	WSEMUL_VT100		# VT100 / VT220 emulation
168# different kernel output - see dev/wscons/wsdisplayvar.h
169options 	WS_KERNEL_FG=WSCOL_GREEN
170#options 	WS_KERNEL_BG=WSCOL_BLACK
171# see dev/pckbport/wskbdmap_mfii.c for implemented layouts
172#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
173# allocate a number of virtual screens at autoconfiguration time
174#options 	WSDISPLAY_DEFAULTSCREENS=4
175# use a large software cursor that doesn't blink
176options 	PCDISPLAY_SOFTCURSOR
177
178# Kernel root file system and dump configuration.
179config	netbsd	root on ? type ?
180#config	netbsd	root on tlp0 type nfs
181#config	netbsd	root on pcn0 type nfs
182
183
184#
185# Device configuration
186#
187
188mainbus0 at root
189cpu0	at mainbus0
190
191
192# Basic Bus Support
193
194# PCI bus support
195pci0	at mainbus0 bus ?
196pci*	at pchb? bus ?
197pci*	at ppb? bus ?
198
199# PCI bridges
200pchb*	at pci? dev ? function ?	# PCI-Host bridges
201ppb*	at pci? dev ? function ?	# PCI-PCI bridges
202pcib*	at pci? dev ? function ?	# PCI-ISA bridges
203pceb*	at pci? dev ? function ?	# PCI-EISA bridges
204
205# EISA bus support
206eisa*	at pceb?
207
208# ISA bus support
209isa*	at pcib?			# ISA on PCI-ISA bridge
210isa*	at pceb?
211
212# PCMCIA bus support
213pcmcia* at pcic? controller ? socket ?
214
215# ISA PCMCIA controllers
216pcic0	at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
217
218#options 	PCIC_ISA_INTR_ALLOC_MASK=0x4a00 # free irq 9,11,14
219#options 	PCIC_ISA_ALLOC_IOBASE=0x0400
220#options 	PCIC_ISA_ALLOC_IOSIZE=0x0100
221
222# ISA Plug-and-Play bus support
223#isapnp0	at isa?
224
225# on-board I/O for IBM Personal Power Series 830 IDE controller
226pnpbus0	at mainbus0
227
228# Console Devices
229
230# wscons
231pckbc0		at isa?			# pc keyboard controller
232pckbd*		at pckbc?		# PC keyboard
233pms*		at pckbc?		# PS/2 mouse for wsmouse
234vga*		at pci?
235wsdisplay*	at vga? console ?
236wskbd*		at pckbd? console ?
237wsmouse*	at pms? mux 0
238
239attimer0	at isa?			# AT Timer
240pcppi0	at isa?				# PC prog. periph. interface
241isabeep0 at pcppi?			# "keyboard" beep
242
243#mcclock0 at isa? port 0x70		# mc146818 and compatible
244mcclock* at pnpbus?			# mc146818 and compatible
245mkclock* at pnpbus?			# mk48t18 and compatible
246
247nvram*	at pnpbus?
248
249# Cryptographic Devices
250
251# PCI cryptographic devices
252#hifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
253#ubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
254
255
256# Serial Devices
257
258# ISA serial interfaces
259com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
260com1	at isa? port 0x2f8 irq 3
261
262# PCMCIA serial interfaces
263com*	at pcmcia? function ?		# Modems and serial cards
264
265#pcmcom* at pcmcia? function ?		# PCMCIA multi-port serial cards
266#com*	at pcmcom? slave ?		# ...and the slave devices
267
268
269# Parallel Printer Interfaces
270
271# ISA parallel printer interfaces
272lpt0	at isa? port 0x3bc irq 7	# standard PC parallel ports
273
274
275# SCSI Controllers and Devices
276
277# PCI SCSI controllers
278#adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
279ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
280#iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
281#pcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
282siop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
283esiop*	at pci? dev ? function ?	# Symbios 53c875 SCSI and newer
284
285# PCMCIA SCSI controllers
286aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
287spc* 	at pcmcia? function ?		# Fujitsu MB87030/MB89352 SCSI
288
289# SCSI bus support
290#scsibus* at adw?
291scsibus* at ahc?
292scsibus* at aic?
293#scsibus* at iha?
294#scsibus* at pcscp?
295scsibus* at siop?
296scsibus* at spc?
297scsibus* at esiop?
298
299# SCSI devices
300sd*	at scsibus? target ? lun ?	# SCSI disk drives
301st*	at scsibus? target ? lun ?	# SCSI tape drives
302cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
303#ch*	at scsibus? target ? lun ?	# SCSI autochangers
304#ss*	at scsibus? target ? lun ?	# SCSI scanners
305uk*	at scsibus? target ? lun ?	# SCSI unknown
306
307# IDE and related devices
308
309# IDE controller found on most Power Personal machines
310wdc*	at pnpbus?
311
312# PCI IDE controllers
313pciide*		at pci? dev ? function ? flags 0x0000
314hptide*		at pci? dev ? function ?
315options		PCIIDE_SLIDE_SETIRQA
316slide*		at pci? dev ? function ?
317
318#fdc0 at pnpbus?	# standard ISA floppy controller
319#fd0 at fdc0 drive ?
320
321# ISA Plug-and-Play IDE controllers
322#wdc*	at isapnp?
323
324# PCMCIA IDE controllers
325wdc*	at pcmcia? function ?
326
327# ATA (IDE) bus support
328atabus* at ata?
329
330# IDE drives
331# Flags are used only with controllers that support DMA operations
332# and mode settings (e.g. some pciide controllers)
333# The lowest order four bits (rightmost digit) of the flags define the PIO
334# mode to use, the next set of four bits the DMA mode and the third set the
335# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
336# to use, and the last bit must be 1 for this setting to be used.
337# For DMA and UDMA, 0xf (1111) means 'disable'.
338# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
339# (0xc=1100, 0xa=1010, 0xf=1111)
340# 0x0000 means "use whatever the drive claims to support".
341wd*	at atabus? drive ? flags 0x0000
342
343# ATAPI bus support
344atapibus* at atapi?
345
346# ATAPI devices
347# flags have the same meaning as for IDE drives.
348cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
349sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
350uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
351
352# Miscellaneous mass storage devices
353
354# ISA Floppy
355#fdc0 at isa? port 0x3f0 irq 6 drq 2	# standard ISA floppy controller
356#fd0 at fdc0 drive ?
357
358# Network Interfaces
359
360# PCI network interfaces
361ep*	at pci? dev ? function ?	# 3Com 3c59x
362ex*	at pci? dev ? function ?	# 3Com 3c90x[BC]
363fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
364ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
365pcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
366rtk*	at pci? dev ? function ?	# Realtek 8129/8139
367sip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
368tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
369vr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
370
371# pnpbus network interfaces
372we*	at pnpbus?			# WD/SMC Ethernet
373
374# ISA network interfaces
375#ep*	at isa? port ? irq ?		# 3Com 3c509 Ethernet
376#ne0	at isa? port 0x280 irq 9	# NE2000-compatible Ethernet
377#ne1	at isa? port 0x300 irq 10
378#we0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
379we1	at isa? port 0x300 iomem 0xe8000 irq 11
380
381# ISA Plug-and-Play network intefaces
382#ep*	at isapnp?			# 3Com 3c509 Ethernet
383#ne*	at isapnp?			# NE2000-compatible Ethernet
384
385# PCMCIA network interfaces
386ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
387ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
388
389# MII/PHY support
390dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
391exphy*	at mii? phy ?			# 3Com internal PHYs
392icsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
393inphy*	at mii? phy ?			# Intel 82555 PHYs
394iophy*	at mii? phy ?			# Intel 82553 PHYs
395lxtphy* at mii? phy ?			# Level One LXT-970 PHYs
396nsphy*	at mii? phy ?			# NS83840 PHYs
397nsphyter* at mii? phy ?			# NS83843 PHYs
398qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
399sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
400tlphy*	at mii? phy ?			# ThunderLAN PHYs
401tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
402ukphy*	at mii? phy ?			# generic unknown PHYs
403
404
405# USB Controller and Devices
406
407# PCI USB controllers
408#uhci*	at pci? dev ? function ?	# Universal Host Controller (Intel)
409#ohci*	at pci? dev ? function ?	# Open Host Controller
410
411# USB bus support
412#usb*	at uhci?
413#usb*	at ohci?
414
415# USB Hubs
416#uhub*	at usb?
417#uhub*	at uhub? port ?
418
419# USB HID device
420#uhidev*	at uhub? port ? configuration ? interface ?
421
422# USB Mice
423#ums*	at uhidev? reportid ?
424#wsmouse* at ums? mux 0
425
426# USB Keyboards
427#ukbd*	at uhidev? reportid ?
428#wskbd*	at ukbd? console ? mux 1
429
430# USB serial adapter
431#ucycom*	at uhidev? reportid ?
432
433# USB Generic HID devices
434#uhid*	at uhidev? reportid ?
435
436# USB Printer
437#ulpt*	at uhub? port ? configuration ? interface ?
438
439# USB Modem
440#umodem* at uhub? port ? configuration ?
441#ucom*	at umodem?
442
443# USB Mass Storage
444#umass*	at uhub? port ? configuration ? interface ?
445#scsibus* at umass? channel ?
446#atapibus* at umass?
447
448# USB audio
449#uaudio* at uhub? port ? configuration ?
450
451# USB Ethernet adapters
452#aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
453#axe*	at uhub? port ?		# ASIX AX88172 based adapters
454#cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
455#kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
456#url*	at uhub? port ?		# Realtek RTL8150L based adapters
457#udav*	at uhub? port ?		# Davicom DM9601 based adapters
458
459# Prolific PL2301/PL2302 host-to-host adapter
460#upl*	at uhub? port ?
461
462# Serial adapters
463#uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
464#ucom*	at uftdi? portno ?
465
466#umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
467#ucom*	at umct? portno ?
468
469#uplcom* at uhub? port ?	# I/O DATA USB-RSAQ2 serial adapter
470#ucom*	at uplcom? portno ?
471
472#uvscom* at uhub? port ?	# SUNTAC Slipper U VS-10U serial adapter
473#ucom*	at uvscom? portno ?
474
475# Diamond Multimedia Rio 500
476#urio*	at uhub? port ?
477
478# USB Handspring Visor
479#uvisor* at uhub? port ?
480#ucom*	at uvisor?
481
482# Kyocera AIR-EDGE PHONE
483#ukyopon* at uhub? port ?
484#ucom*	at ukyopon? portno ?
485
486# Y@P firmware loader
487#uyap* at uhub? port ?
488
489# USB Generic driver
490#ugen*	at uhub? port ?
491
492# USB scanners
493#uscanner* at uhub? port ?
494
495
496# Audio device
497
498# ISA Plug-and-Play audio devices
499#wss*	at isapnp?			# CS4232
500
501# Audio support
502#audio*	at uaudio?
503#audio*	at wss?
504
505# MIDI support
506#midi*	at pcppi?		# MIDI interface to the PC speaker
507
508# The spkr driver provides a simple tone interface to the built in speaker.
509#spkr0	at pcppi?		# PC speaker
510
511
512# Joysticks
513
514# ISA Plug-and-Play joysticks
515#joy*	at isapnp?			# Game ports (usually on audio cards)
516
517# ISA joysticks. Probe is a little strange; add only if you have one.
518#joy0	at isa? port 0x201
519
520# Pull in optional local configuration
521include "arch/prep/conf/GENERIC.local"
522
523# Pseudo-Devices
524
525pseudo-device 	crypto		# /dev/crypto device
526pseudo-device	swcrypto	# software crypto implementation
527
528# disk/mass storage pseudo-devices
529pseudo-device	ccd		4	# concatenated/striped disk devices
530#pseudo-device	cgd		4	# cryptographic disk devices
531pseudo-device	raid		8	# RAIDframe disk driver
532options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
533# Options to enable various other RAIDframe RAID types.
534# options	RF_INCLUDE_EVENODD=1
535# options	RF_INCLUDE_RAID5_RS=1
536# options	RF_INCLUDE_PARITYLOGGING=1
537# options	RF_INCLUDE_CHAINDECLUSTER=1
538# options	RF_INCLUDE_INTERDECLUSTER=1
539# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
540# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
541pseudo-device	fss		4	# file system snapshot device
542pseudo-device	md		1	# memory disk device (ramdisk)
543pseudo-device	vnd			# disk-like interface to files
544#options 	VND_COMPRESSION		# compressed vnd(4)
545
546# network pseudo-devices
547pseudo-device	loop			# network loopback
548pseudo-device	bpfilter		# Berkeley packet filter
549#pseudo-device	carp			# Common Address Redundancy Protocol
550pseudo-device	ipfilter		# IP filter (firewall) and NAT
551pseudo-device	ppp			# Point-to-Point Protocol
552pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
553#pseudo-device	sl			# Serial Line IP
554pseudo-device	strip			# Starmode Radio IP (Metricom)
555pseudo-device	tun			# network tunneling over tty
556pseudo-device	tap			# virtual Ethernet
557pseudo-device	gre			# generic L3 over IP tunnel
558pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
559#pseudo-device	faith			# IPv[46] tcp relay translation i/f
560pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
561pseudo-device	vlan			# IEEE 802.1q encapsulation
562pseudo-device	bridge			# simple inter-network bridging
563#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
564
565# miscellaneous pseudo-devices
566pseudo-device	pty			# pseudo-terminals
567#pseudo-device	sequencer	1	# MIDI sequencer
568pseudo-device	rnd			# /dev/random and in-kernel generator
569#options 	RND_COM			# use "com" randomness as well
570pseudo-device	clockctl		# user control of clock subsystem
571pseudo-device	ksyms			# /dev/ksyms
572#pseudo-device	pf			# PF packet filter
573#pseudo-device	pflog			# PF log if
574
575# a pseudo device needed for Coda	# also needs CODA (above)
576#pseudo-device	vcoda		4	# coda minicache <-> venus comm.
577
578# wscons pseudo-devices
579pseudo-device	wsmux			# mouse & keyboard multiplexor
580pseudo-device	wsfont
581
582options	FILEASSOC			# fileassoc(9) - required for Veriexec
583
584# Veriexec
585#
586# a pseudo device needed for veriexec
587pseudo-device	veriexec		1
588#
589# Uncomment the fingerprint methods below that are desired. Note that
590# removing fingerprint methods will have almost no impact on the kernel
591# code size.
592#
593options VERIFIED_EXEC_FP_RMD160
594options VERIFIED_EXEC_FP_SHA256
595options VERIFIED_EXEC_FP_SHA384
596options VERIFIED_EXEC_FP_SHA512
597options VERIFIED_EXEC_FP_SHA1
598options VERIFIED_EXEC_FP_MD5
599