GENERIC revision 1.140
11.140Schristos# $NetBSD: GENERIC,v 1.140 2013/04/27 22:21:13 christos Exp $
21.23Sgmcgarry#
31.23Sgmcgarry# GENERIC machine description file
41.130Stsutsui#
51.23Sgmcgarry# This machine description file is used to generate the default NetBSD
61.23Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
71.23Sgmcgarry# and device drivers, but should be useful for most applications.
81.23Sgmcgarry#
91.23Sgmcgarry# The machine description file can be customised for your specific
101.23Sgmcgarry# machine to reduce the kernel size and improve its performance.
111.23Sgmcgarry#
121.23Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
131.23Sgmcgarry# man page.
141.23Sgmcgarry#
151.23Sgmcgarry# For further information on hardware support for this architecture, see
161.23Sgmcgarry# the intro(4) man page.  For further information about kernel options
171.23Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
181.23Sgmcgarry# of each device driver in this file see the section 4 man page for the
191.23Sgmcgarry# device.
201.1Ssoren
211.1Ssoreninclude 	"arch/cobalt/conf/std.cobalt"
221.1Ssoren
231.31Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.31Satatat
251.140Schristos#ident 		"GENERIC-$Revision: 1.140 $"
261.1Ssoren
271.1Ssorenmaxusers	32
281.1Ssoren
291.1Ssoren# Standard system options
301.1Ssorenoptions 	KTRACE		# system call tracing support
311.1Ssorenoptions 	SYSVMSG		# System V message queues
321.1Ssorenoptions 	SYSVSEM		# System V semaphores
331.1Ssorenoptions 	SYSVSHM		# System V shared memory
341.93Stsutsuioptions 	NTP		# network time protocol
351.33Slukemoptions 	USERCONF	# userconf(4) support
361.26Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
371.61Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
381.38Sjunyoung
391.130Stsutsui# Enable experimental buffer queue strategy for better responsiveness under
401.38Sjunyoung# high disk I/O load. Use it with caution - it's not proven to be stable yet.
411.73Stsutsui#options 	BUFQ_READPRIO
421.73Stsutsui#options 	BUFQ_PRIOCSCAN
431.1Ssoren
441.1Ssoren# Debugging options
451.128Smattoptions 	DIAGNOSTIC	# extra kernel sanity checking
461.1Ssoren#options 	DEBUG		# extra kernel debugging support
471.21Slukem#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
481.1Ssorenoptions 	DDB		# kernel dynamic debugger
491.1Ssoren#options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
501.128Smattmakeoptions	DEBUG="-g"	# compile full symbol table
511.128Smattmakeoptions	CPUFLAGS="-march=vr5000"
521.1Ssoren
531.1Ssoren# Compatibility options
541.1Ssorenoptions 	COMPAT_43	# compatibility with 4.3BSD binaries
551.45Stsutsui#options 	COMPAT_09	# NetBSD 0.9 binary compatibility
561.1Ssoren#options 	COMPAT_10	# NetBSD 1.0 binary compatibility
571.1Ssoren#options 	COMPAT_11	# NetBSD 1.1 binary compatibility
581.1Ssoren#options 	COMPAT_12	# NetBSD 1.2 binary compatibility
591.1Ssoren#options 	COMPAT_13	# NetBSD 1.3 binary compatibility
601.1Ssoren#options 	COMPAT_14	# NetBSD 1.4 binary compatibility
611.105Smanu#options 	COMPAT_15	# NetBSD 1.5 binary compatibility
621.48Stsutsuioptions 	COMPAT_16	# NetBSD 1.6 binary compatibility
631.70Ssimonboptions 	COMPAT_20	# NetBSD 2.0 binary compatibility
641.80Schristosoptions 	COMPAT_30	# NetBSD 3.0 compatibility.
651.112Stsutsuioptions 	COMPAT_40	# NetBSD 4.0 compatibility.
661.122Smrgoptions 	COMPAT_50	# NetBSD 5.0 compatibility.
671.135Sapboptions 	COMPAT_60	# NetBSD 6.0 compatibility.
681.1Ssoren#options 	EXEC_ECOFF	# exec ECOFF binaries
691.1Ssoren#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
701.17Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
711.63Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
721.1Ssoren
731.1Ssoren# File systems
741.1Ssorenfile-system	FFS		# Berkeley Fast Filesystem
751.21Slukemfile-system 	EXT2FS		# second extended file system (linux)
761.1Ssorenfile-system	NFS		# Sun NFS-compatible filesystem client
771.93Stsutsuifile-system	KERNFS		# kernel data-structure filesystem
781.93Stsutsuifile-system	NULLFS		# NULL layered filesystem
791.7Ssoren#file-system 	OVERLAY		# overlay file system
801.1Ssorenfile-system	MFS		# memory-based filesystem
811.1Ssorenfile-system	FDESC		# user file descriptor filesystem
821.1Ssoren#file-system	UMAPFS		# uid/gid remapping filesystem
831.93Stsutsuifile-system	LFS		# Log-based filesystem (still experimental)
841.93Stsutsuifile-system	PROCFS		# /proc
851.93Stsutsuifile-system	CD9660		# ISO 9660 + Rock Ridge file system
861.93Stsutsuifile-system	UNION		# union file system
871.93Stsutsuifile-system	MSDOSFS		# MS-DOS FAT filesystem(s).
881.1Ssoren#file-system 	CODA		# Coda File System; also needs vcoda (below)
891.118Stsutsuifile-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
901.93Stsutsuifile-system	PTYFS		# /dev/pts/N support
911.125Schsfile-system	TMPFS		# Efficient memory file-system
921.90Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
931.1Ssoren
941.1Ssoren# File system options
951.1Ssorenoptions 	NFSSERVER	# Sun NFS-compatible filesystem server
961.129Sbouyeroptions 	QUOTA		# legacy UFS quotas
971.129Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
981.131Swiz#options 	FFS_EI		# FFS Endian Independent support
991.133Sdhollandoptions 	WAPBL		# File system journaling support
1001.66Srumble#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1011.93Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1021.1Ssoren#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1031.1Ssoren				# immutable) behave as system flags.
1041.1Ssoren
1051.1Ssoren# Networking options
1061.1Ssoren#options 	GATEWAY		# IP packet forwarding
1071.1Ssorenoptions 	INET		# Internet protocols
1081.93Stsutsuioptions 	INET6		# IPV6
1091.1Ssoren#options 	IPSEC		# IP security
1101.75Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
1111.1Ssoren#options 	IPSEC_DEBUG	# debug for IP security
1121.1Ssoren#options 	MROUTING	# packet forwarding of multicast packets
1131.62Smanu#options 	PIM		# Protocol Independent Multicast
1141.1Ssoren#options 	NETATALK	# AppleTalk (over Ethernet) protocol
1151.1Ssoren#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1161.1Ssoren#options 	PPP_DEFLATE	# Deflate compression support for PPP
1171.10Ssoren#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1181.93Stsutsuioptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1191.93Stsutsuioptions 	IPFILTER_LOG	# ipmon(8) log support
1201.104Schristosoptions 	IPFILTER_LOOKUP	# ippool(8) support
1211.126Smrgoptions 	IPFILTER_COMPAT # Compat for IP-Filter
1221.35Smartti#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1231.17Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1241.1Ssoren
1251.59Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1261.59Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1271.59Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1281.59Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1291.59Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1301.59Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1311.59Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1321.59Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1331.59Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1341.59Sabs#options 	ALTQ_RED	# Random Early Detection
1351.59Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1361.59Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1371.59Sabs
1381.1Ssoren# These options enable verbose messages for several subsystems.
1391.1Ssoren# Warning, these may compile large string tables into the kernel!
1401.1Ssorenoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1411.1Ssoren#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1421.21Slukemoptions 	SCSIVERBOSE	# human readable SCSI error messages
1431.98Stsutsuioptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1441.1Ssoren
1451.1Ssorenoptions 	NFS_BOOT_DHCP
1461.1Ssoren
1471.1Ssorenconfig		netbsd	root on ? type ?
1481.1Ssoren
1491.1Ssorenmainbus0 	at root
1501.1Ssoren
1511.1Ssorencpu0 		at mainbus?
1521.1Ssoren
1531.94Stsutsuimcclock0	at mainbus? addr 0x10000070
1541.94Stsutsui
1551.1Ssorencom0		at mainbus? addr 0x1c800000 level 3
1561.55Sthorpejoptions 	COM_16650
1571.1Ssoren
1581.115Stsutsuizsc0		at mainbus? addr 0x1c800000 irq 4
1591.115Stsutsuizstty0		at zsc0 channel 0
1601.115Stsutsuizstty1		at zsc0 channel 1
1611.115Stsutsui
1621.40Ssorenpanel0 		at mainbus? addr 0x1f000000
1631.40Ssoren
1641.1Ssorengt0 		at mainbus? addr 0x14000000
1651.1Ssoren
1661.1Ssorenpci* 		at gt0
1671.1Ssorenpchb* 		at pci? dev ? function ?
1681.1Ssorenpcib* 		at pci? dev ? function ?
1691.1Ssoren
1701.71Stsutsuioptions 	PCI_NETBSD_CONFIGURE
1711.71Stsutsui
1721.54Sjonathan# Cryptographic Devices
1731.54Sjonathan
1741.54Sjonathan# PCI cryptographic devices
1751.54Sjonathanhifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
1761.54Sjonathanubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
1771.54Sjonathan
1781.1Ssoren# PCI serial/parallel interfaces
1791.113Stsutsuipuc* 		at pci? dev ? function ? 	# PCI "universal" comm. cards
1801.113Stsutsuicom* 		at puc? port ?
1811.1Ssoren#lpt* 		at puc? port ?
1821.1Ssoren#cy* 		at pci? dev ? function ?	# Cyclades Cyclom-Y serial cards
1831.1Ssoren
1841.1Ssoren# PCI SCSI controllers
1851.1Ssoren#adv*		at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA]
1861.1Ssoren#adw*		at pci? dev ? function ?	# AdvanSys 9xxUW SCSI
1871.1Ssorenahc*		at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
1881.1Ssoren#bha*		at pci? dev ? function ?	# BusLogic 9xx SCSI
1891.1Ssoren#dpt*		at pci? dev ? function ?	# DPT SmartCache/SmartRAID
1901.1Ssoren#isp*		at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FC
1911.4Ssorensiop*		at pci? dev ? function ?	# NCR 53c8xx SCSI
1921.44Sbouyeresiop*		at pci? dev ? function ?	# NCR 53c82s75xx SCSI and newer
1931.1Ssoren#pcscp*		at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
1941.1Ssoren
1951.1Ssoren# SCSI bus support
1961.1Ssoren#scsibus* 	at adv?
1971.1Ssoren#scsibus* 	at adw?
1981.1Ssorenscsibus* 	at ahc?
1991.1Ssoren#scsibus* 	at bha?
2001.1Ssoren#scsibus* 	at dpt?
2011.1Ssoren#scsibus* 	at isp?
2021.4Ssorenscsibus* 	at siop?
2031.44Sbouyerscsibus* 	at esiop?
2041.1Ssoren#scsibus* 	at pcscp?
2051.1Ssoren
2061.1Ssoren# SCSI devices
2071.1Ssorensd*		at scsibus? target ? lun ?	# SCSI disk drives
2081.1Ssorenst*		at scsibus? target ? lun ?	# SCSI tape drives
2091.93Stsutsuicd*		at scsibus? target ? lun ?	# SCSI CD-ROM drives
2101.7Ssoren#ch*		at scsibus? target ? lun ?	# SCSI autochangers
2111.1Ssoren#ss*		at scsibus? target ? lun ?	# SCSI scanners
2121.10Ssoren#uk*		at scsibus? target ? lun ?	# SCSI unknown
2131.1Ssoren
2141.1Ssoren# RAID controllers and devices
2151.1Ssoren#cac*		at pci? dev ? function ?	# Compaq array controller
2161.1Ssoren#ca*		at cac? unit ?			# Compaq array disk device
2171.1Ssoren
2181.1Ssoren# IDE and related devices
2191.1Ssoren# PCI IDE controllers - see pciide(4) for supported hardware.
2201.1Ssoren# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
2211.1Ssoren# how to set up DMA modes for this chip. This may work, or may cause
2221.1Ssoren# a machine hang with some controllers.
2231.47Sbouyerpciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
2241.47Sbouyeracardide*	at pci? dev ? function ?	# Acard IDE controllers
2251.114Stsutsui#aceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
2261.114Stsutsui#artsata*	at pci? dev ? function ?	# Intel i31244 SATA controller
2271.47Sbouyercmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
2281.114Stsutsui#cypide* 	at pci? dev ? function ?	# Cypress IDE controllers
2291.47Sbouyerhptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
2301.114Stsutsui#optiide* 	at pci? dev ? function ?	# Opti IDE controllers
2311.47Sbouyerpdcide* 	at pci? dev ? function ?	# Promise IDE controllers
2321.64Sbouyerpdcsata* 	at pci? dev ? function ?	# Promise SATA150 controllers
2331.52Sthorpejsatalink*	at pci? dev ? function ?	# SiI SATALink controllers
2341.114Stsutsui#siside* 	at pci? dev ? function ?	# SiS IDE controllers
2351.114Stsutsui#slide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
2361.47Sbouyerviaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
2371.47Sbouyer
2381.47Sbouyer# ATA bus
2391.50Stsutsuiatabus* 	at ata?
2401.46Sbouyer
2411.1Ssoren# IDE drives
2421.1Ssoren# Flags are used only with controllers that support DMA operations
2431.1Ssoren# and mode settings (e.g. some pciide controllers)
2441.1Ssoren# The lowest order four bits (rightmost digit) of the flags define the PIO
2451.1Ssoren# mode to use, the next set of four bits the DMA mode and the third set the
2461.1Ssoren# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
2471.1Ssoren# to use, and the last bit must be 1 for this setting to be used.
2481.1Ssoren# For DMA and UDMA, 0xf (1111) means 'disable'.
2491.1Ssoren# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
2501.1Ssoren# (0xc=1100, 0xa=1010, 0xf=1111)
2511.1Ssoren# 0x0000 means "use whatever the drive claims to support".
2521.46Sbouyerwd* 		at atabus? drive ? flags 0x0000
2531.1Ssoren
2541.1Ssoren# PCI network interfaces
2551.1Ssoren#en*		at pci? dev ? function ?	# ENI/Adaptec ATM
2561.1Ssoren#ep*		at pci? dev ? function ?	# 3Com 3c59x
2571.18Shubertf#ex*		at pci? dev ? function ?	# 3Com 90x[BC]
2581.1Ssoren#epic*		at pci? dev ? function ?	# SMC EPIC/100 Ethernet
2591.1Ssoren#esh*		at pci? dev ? function ?	# Essential HIPPI card
2601.1Ssoren#fpa*		at pci? dev ? function ?	# DEC DEFPA FDDI
2611.1Ssoren#fxp*		at pci? dev ? function ?	# Intel EtherExpress PRO10+/100B
2621.1Ssoren#le*		at pci? dev ? function ?	# PCnet-PCI Ethernet
2631.1Ssoren#ne*		at pci? dev ? function ?	# NE2000-compatible Ethernet
2641.1Ssoren#ntwoc*		at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
2651.97Stsutsuiral*		at pci? dev ? function ?	# ralink wifi
2661.1Ssoren#sip*		at pci? dev ? function ?	# SiS 900 Ethernet
2671.1Ssoren#tl*		at pci? dev ? function ?	# ThunderLAN-based Ethernet
2681.30Smycrofttlp*		at pci? dev ? function ?	# DECchip 21x4x and clones
2691.1Ssoren#vr*		at pci? dev ? function ?	# VIA Rhine Fast Ethernet
2701.1Ssoren#lmc*		at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
2711.3Sgroo#rtk*		at pci? dev ? function ?	# Realtek 8129/8139
2721.1Ssoren
2731.1Ssoren# MII/PHY support
2741.1Ssoren#exphy*		at mii? phy ?			# 3Com internal PHYs
2751.27Swiz#icsphy*		at mii? phy ?			# ICS189x PHYs
2761.1Ssoren#inphy*		at mii? phy ?			# Intel 82555 PHYs
2771.1Ssoren#iophy*		at mii? phy ?			# Intel 82553 PHYs
2781.1Ssorenlxtphy*		at mii? phy ?			# Level One LXT-970 PHYs
2791.1Ssoren#nsphy*		at mii? phy ?			# NS83840 PHYs
2801.1Ssoren#nsphyter* 	at mii? phy ?			# NS83843 PHYs
2811.1Ssoren#qsphy*		at mii? phy ?			# Quality Semiconductor QS6612
2821.1Ssoren#sqphy*		at mii? phy ?			# Seeq 80220/80221/80223 PHYs
2831.1Ssoren#tlphy*		at mii? phy ?			# ThunderLAN PHYs
2841.1Ssoren#tqphy*		at mii? phy ?			# TDK Semiconductor PHYs
2851.1Ssoren#ukphy*		at mii? phy ?			# generic unknown PHYs
2861.1Ssoren
2871.76Skiyohara# PCI IEEE1394 controllers
2881.76Skiyohara#fwohci*	at pci? dev ? function ?		# IEEE1394 Open Host Controller
2891.76Skiyohara
2901.76Skiyohara#ieee1394if*	at fwohci?
2911.76Skiyohara#fwip*		at ieee1394if?			# IP over IEEE1394
2921.76Skiyohara#sbp*		at ieee1394if? euihi ? euilo ?
2931.76Skiyohara#scsibus*	at sbp?
2941.76Skiyohara
2951.1Ssoren# PCI audio devices
2961.1Ssoren#clcs*		at pci? dev ? function ?	# Cirrus Logic CS4280
2971.1Ssoren#eap*		at pci? dev ? function ?	# Ensoniq AudioPCI
2981.119Stsutsui#emuxki* 	at pci? dev ? function ?	# SoundBlaster Live!
2991.1Ssoren#eso*		at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
3001.1Ssoren#fms*		at pci? dev ? function ?	# Forte Media FM801
3011.1Ssoren#sv*		at pci? dev ? function ?	# S3 SonicVibes
3021.1Ssoren
3031.119Stsutsui# Audio support
3041.119Stsutsui#audio*		at audiobus?
3051.119Stsutsui
3061.1Ssoren# Pseudo-devices
3071.1Ssoren
3081.85Sthorpejpseudo-device 	crypto				# /dev/crypto device
3091.86Sthorpejpseudo-device	swcrypto			# software crypto implementation
3101.54Sjonathan
3111.1Ssoren# Disk/mass storage pseudo-devices
3121.138Schristos#pseudo-device	ccd				# concatenated disk devices
3131.138Schristos#pseudo-device	cgd				# cryptographic disk devices
3141.139Schristospseudo-device	raid				# RAIDframe disk driver
3151.25Sosteroptions 	RAID_AUTOCONFIG			# auto-configuration of RAID
3161.25Soster# Options to enable various other RAIDframe RAID types.
3171.25Soster# options	RF_INCLUDE_EVENODD=1
3181.25Soster# options	RF_INCLUDE_RAID5_RS=1
3191.25Soster# options	RF_INCLUDE_PARITYLOGGING=1
3201.25Soster# options	RF_INCLUDE_CHAINDECLUSTER=1
3211.25Soster# options	RF_INCLUDE_INTERDECLUSTER=1
3221.25Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
3231.25Soster# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
3241.124Spookapseudo-device	fss				# file system snapshot device
3251.127Shannken#pseudo-device	md				# memory disk device (ramdisk)
3261.93Stsutsuipseudo-device	vnd				# disk-like interface to files
3271.77Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
3281.1Ssoren
3291.1Ssoren# Network pseudo-devices
3301.91Srpaulopseudo-device	bpfilter			# Berkeley packet filter
3311.99Sliamjfoy#pseudo-device	carp			# Common Address Redundancy Protocol
3321.93Stsutsuipseudo-device	ipfilter			# IP filter (firewall) and NAT
3331.1Ssorenpseudo-device	loop				# network loopback
3341.92Scube#pseudo-device	ppp				# Point-to-Point Protocol
3351.97Stsutsuipseudo-device	pppoe				# PPP over Ethernet (RFC 2516)
3361.92Scube#pseudo-device	sl				# Serial Line IP
3371.92Scube#pseudo-device	strip				# Starmode Radio IP (Metricom)
3381.92Scube#pseudo-device	tun				# network tunneling over tty
3391.65Scube#pseudo-device	tap				# virtual Ethernet
3401.92Scube#pseudo-device	gre				# generic L3 over IP tunnel
3411.92Scube#pseudo-device	gif				# RFC1933 tunnel
3421.92Scube#pseudo-device	faith				# IPv[46] tcp relay translation
3431.92Scube#pseudo-device	stf				# 6to4 IPv6 over IPv4 encapsulation
3441.14Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
3451.22Satatatpseudo-device	bridge			# simple inter-network bridging
3461.41Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
3471.108Smartinpseudo-device	agr			# IEEE 802.3ad link aggregation
3481.1Ssoren
3491.117Stls#
3501.117Stls# accept filters
3511.117Stlspseudo-device   accf_data		# "dataready" accept filter
3521.117Stlspseudo-device   accf_http		# "httpready" accept filter
3531.117Stls
3541.1Ssoren# Miscellaneous pseudo-devices
3551.13Sjdolecekpseudo-device	pty				# pseudo-terminals
3561.140Schristos#pseudo-device	sequencer			# MIDI sequencer
3571.1Ssoren#options 	RND_COM				# use "com" randomness (BROKEN)
3581.32Slukempseudo-device	clockctl		# user control of clock subsystem
3591.49Scdipseudo-device	nullcons			# no-op console
3601.1Ssoren
3611.1Ssoren# A pseudo device needed for Coda		# also needs CODA (above)
3621.139Schristos#pseudo-device	vcoda				# coda minicache <-> venus comm.
3631.118Stsutsui
3641.118Stsutsui# a pseudo device needed for SMBFS
3651.118Stsutsuipseudo-device	nsmb				# experimental - SMB requester
3661.118Stsutsui
3671.43Sraggepseudo-device	ksyms				# /dev/ksyms
3681.58Sitojun#pseudo-device	pf			# PF packet filter
3691.58Sitojun#pseudo-device	pflog			# PF log if
3701.88Selad
3711.88Selad# Veriexec
3721.88Selad#
3731.88Selad# a pseudo device needed for veriexec
3741.139Schristos#pseudo-device	veriexec
3751.88Selad#
3761.88Selad# Uncomment the fingerprint methods below that are desired. Note that
3771.88Selad# removing fingerprint methods will have almost no impact on the kernel
3781.88Selad# code size.
3791.88Selad#
3801.88Selad#options VERIFIED_EXEC_FP_RMD160
3811.88Selad#options VERIFIED_EXEC_FP_SHA256
3821.88Selad#options VERIFIED_EXEC_FP_SHA384
3831.88Selad#options VERIFIED_EXEC_FP_SHA512
3841.88Selad#options VERIFIED_EXEC_FP_SHA1
3851.88Selad#options VERIFIED_EXEC_FP_MD5
386