GENERIC revision 1.102
11.102Stsutsui# $NetBSD: GENERIC,v 1.102 2006/08/22 16:30:41 tsutsui Exp $
21.23Sgmcgarry#
31.23Sgmcgarry# GENERIC machine description file
41.23Sgmcgarry# 
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.102Stsutsui#ident 		"GENERIC-$Revision: 1.102 $"
261.1Ssoren
271.1Ssorenmaxusers	32
281.1Ssoren
291.1Ssoren# Standard system options
301.1Ssorenoptions 	KTRACE		# system call tracing support
311.101Schristos#options 	SYSTRACE	# system call vetting via systrace(1)
321.1Ssorenoptions 	SYSVMSG		# System V message queues
331.1Ssorenoptions 	SYSVSEM		# System V semaphores
341.21Slukem#options 	SEMMNI=10	# number of semaphore identifiers
351.21Slukem#options 	SEMMNS=60	# number of semaphores in system
361.21Slukem#options 	SEMUME=10	# max number of undo entries per process
371.21Slukem#options 	SEMMNU=30	# number of undo structures in system
381.1Ssorenoptions 	SYSVSHM		# System V shared memory
391.1Ssoren#options 	SHMMAXPGS=1024	# 1024 pages is the default
401.60Sbouyeroptions 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
411.93Stsutsuioptions 	LKM		# loadable kernel modules
421.93Stsutsuioptions 	NTP		# network time protocol
431.33Slukemoptions 	USERCONF	# userconf(4) support
441.26Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
451.61Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
461.38Sjunyoung
471.39Swiz# Enable experimental buffer queue strategy for better responsiveness under 
481.38Sjunyoung# high disk I/O load. Use it with caution - it's not proven to be stable yet.
491.73Stsutsui#options 	BUFQ_READPRIO
501.73Stsutsui#options 	BUFQ_PRIOCSCAN
511.1Ssoren
521.1Ssoren# Debugging options
531.83Schs#options 	DIAGNOSTIC	# extra kernel sanity checking
541.1Ssoren#options 	DEBUG		# extra kernel debugging support
551.21Slukem#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
561.1Ssorenoptions 	DDB		# kernel dynamic debugger
571.1Ssoren#options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
581.21Slukem#makeoptions	DEBUG="-g"	# compile full symbol table
591.100Stsutsuimakeoptions	CPUFLAGS="-march=vr5000 -mabi=32"
601.1Ssoren
611.1Ssoren# Compatibility options
621.1Ssorenoptions 	COMPAT_43	# compatibility with 4.3BSD binaries
631.45Stsutsui#options 	COMPAT_09	# NetBSD 0.9 binary compatibility
641.1Ssoren#options 	COMPAT_10	# NetBSD 1.0 binary compatibility
651.1Ssoren#options 	COMPAT_11	# NetBSD 1.1 binary compatibility
661.1Ssoren#options 	COMPAT_12	# NetBSD 1.2 binary compatibility
671.1Ssoren#options 	COMPAT_13	# NetBSD 1.3 binary compatibility
681.1Ssoren#options 	COMPAT_14	# NetBSD 1.4 binary compatibility
691.48Stsutsuioptions 	COMPAT_16	# NetBSD 1.6 binary compatibility
701.70Ssimonboptions 	COMPAT_20	# NetBSD 2.0 binary compatibility
711.80Schristosoptions 	COMPAT_30	# NetBSD 3.0 compatibility.
721.1Ssoren#options 	EXEC_ECOFF	# exec ECOFF binaries
731.1Ssoren#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
741.17Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
751.63Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
761.1Ssoren
771.1Ssoren# File systems
781.1Ssorenfile-system	FFS		# Berkeley Fast Filesystem
791.21Slukemfile-system 	EXT2FS		# second extended file system (linux)
801.1Ssorenfile-system	NFS		# Sun NFS-compatible filesystem client
811.93Stsutsuifile-system	KERNFS		# kernel data-structure filesystem
821.93Stsutsuifile-system	NULLFS		# NULL layered filesystem
831.7Ssoren#file-system 	OVERLAY		# overlay file system
841.1Ssorenfile-system	MFS		# memory-based filesystem
851.1Ssorenfile-system	FDESC		# user file descriptor filesystem
861.1Ssoren#file-system	UMAPFS		# uid/gid remapping filesystem
871.93Stsutsuifile-system	LFS		# Log-based filesystem (still experimental)
881.1Ssoren#file-system	PORTAL		# portal filesystem (still experimental)
891.93Stsutsuifile-system	PROCFS		# /proc
901.93Stsutsuifile-system	CD9660		# ISO 9660 + Rock Ridge file system
911.93Stsutsuifile-system	UNION		# union file system
921.93Stsutsuifile-system	MSDOSFS		# MS-DOS FAT filesystem(s).
931.1Ssoren#file-system 	CODA		# Coda File System; also needs vcoda (below)
941.93Stsutsuifile-system	PTYFS		# /dev/pts/N support
951.82Sjmmv#file-system	TMPFS		# experimental - Efficient memory file-system
961.90Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
971.1Ssoren
981.1Ssoren# File system options
991.1Ssorenoptions 	NFSSERVER	# Sun NFS-compatible filesystem server
1001.1Ssorenoptions 	QUOTA		# FFS quotas
1011.1Ssoren#options 	FFS_EI		# FFS Endian Independant support
1021.21Slukemoptions 	SOFTDEP		# FFS soft updates support.
1031.66Srumble#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1041.93Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1051.1Ssoren#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1061.1Ssoren				# immutable) behave as system flags.
1071.1Ssoren
1081.1Ssoren# Networking options
1091.1Ssoren#options 	GATEWAY		# IP packet forwarding
1101.1Ssorenoptions 	INET		# Internet protocols
1111.93Stsutsuioptions 	INET6		# IPV6
1121.1Ssoren#options 	IPSEC		# IP security
1131.1Ssoren#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1141.75Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
1151.1Ssoren#options 	IPSEC_DEBUG	# debug for IP security
1161.1Ssoren#options 	MROUTING	# packet forwarding of multicast packets
1171.62Smanu#options 	PIM		# Protocol Independent Multicast
1181.1Ssoren#options 	NS		# Xerox NS networking
1191.1Ssoren#options 	NSIP		# Xerox NS tunneling over IP
1201.1Ssoren#options 	ISO,TPIP	# OSI networking
1211.1Ssoren#options 	EON		# OSI tunneling over IP
1221.1Ssoren#options 	CCITT,LLC,HDLC	# X.25
1231.1Ssoren#options 	NETATALK	# AppleTalk (over Ethernet) protocol
1241.1Ssoren#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1251.1Ssoren#options 	PPP_DEFLATE	# Deflate compression support for PPP
1261.10Ssoren#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1271.93Stsutsuioptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1281.93Stsutsuioptions 	IPFILTER_LOG	# ipmon(8) log support
1291.35Smartti#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1301.17Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1311.1Ssoren
1321.59Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1331.59Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1341.59Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1351.59Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1361.59Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1371.59Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1381.59Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1391.59Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1401.59Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1411.59Sabs#options 	ALTQ_RED	# Random Early Detection
1421.59Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1431.59Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1441.59Sabs
1451.1Ssoren# These options enable verbose messages for several subsystems.
1461.1Ssoren# Warning, these may compile large string tables into the kernel!
1471.1Ssorenoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1481.1Ssoren#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1491.21Slukemoptions 	SCSIVERBOSE	# human readable SCSI error messages
1501.98Stsutsuioptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1511.1Ssoren
1521.1Ssorenoptions 	NFS_BOOT_DHCP
1531.1Ssoren
1541.102Stsutsui# XXX Disable zero-copy page loaning in sosend() temporarily:
1551.102Stsutsui#     PV mappings created by sosend_loan() in sys/kern/uipc_socket.c may
1561.102Stsutsui#     produce virtual cache aliases and it seems to cause TLB MISS panic
1571.102Stsutsui#     in cache flush code called from bus_dmamap_sync(9) PREWRITE ops
1581.102Stsutsui#     during heavy TX packet traffic on tlp(4).
1591.102Stsutsuioptions 	SOSEND_NO_LOAN
1601.102Stsutsui
1611.1Ssorenconfig		netbsd	root on ? type ?
1621.1Ssoren
1631.1Ssorenmainbus0 	at root
1641.1Ssoren
1651.1Ssorencpu0 		at mainbus?
1661.1Ssoren
1671.94Stsutsuimcclock0	at mainbus? addr 0x10000070
1681.94Stsutsui
1691.1Ssorencom0		at mainbus? addr 0x1c800000 level 3
1701.55Sthorpejoptions 	COM_16650
1711.1Ssoren
1721.40Ssorenpanel0 		at mainbus? addr 0x1f000000
1731.40Ssoren
1741.1Ssorengt0 		at mainbus? addr 0x14000000
1751.1Ssoren
1761.1Ssorenpci* 		at gt0
1771.1Ssorenpchb* 		at pci? dev ? function ?
1781.1Ssorenpcib* 		at pci? dev ? function ?
1791.1Ssoren
1801.71Stsutsuioptions 	PCI_NETBSD_CONFIGURE
1811.71Stsutsui
1821.54Sjonathan# Cryptographic Devices
1831.54Sjonathan
1841.54Sjonathan# PCI cryptographic devices
1851.54Sjonathanhifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
1861.54Sjonathanubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
1871.54Sjonathan
1881.1Ssoren# PCI serial/parallel interfaces
1891.10Ssoren#puc* 		at pci? dev ? function ? 	# PCI "universal" comm. cards
1901.10Ssoren#com* 		at puc? port ?
1911.1Ssoren#lpt* 		at puc? port ?
1921.1Ssoren#cy* 		at pci? dev ? function ?	# Cyclades Cyclom-Y serial cards
1931.1Ssoren
1941.1Ssoren# PCI SCSI controllers
1951.1Ssoren#adv*		at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA]
1961.1Ssoren#adw*		at pci? dev ? function ?	# AdvanSys 9xxUW SCSI
1971.1Ssorenahc*		at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
1981.1Ssoren#bha*		at pci? dev ? function ?	# BusLogic 9xx SCSI
1991.1Ssoren#dpt*		at pci? dev ? function ?	# DPT SmartCache/SmartRAID
2001.1Ssoren#isp*		at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FC
2011.4Ssorensiop*		at pci? dev ? function ?	# NCR 53c8xx SCSI
2021.44Sbouyeresiop*		at pci? dev ? function ?	# NCR 53c82s75xx SCSI and newer
2031.1Ssoren#pcscp*		at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
2041.1Ssoren
2051.1Ssoren# SCSI bus support
2061.1Ssoren#scsibus* 	at adv?
2071.1Ssoren#scsibus* 	at adw?
2081.1Ssorenscsibus* 	at ahc?
2091.1Ssoren#scsibus* 	at bha?
2101.1Ssoren#scsibus* 	at dpt?
2111.1Ssoren#scsibus* 	at isp?
2121.4Ssorenscsibus* 	at siop?
2131.44Sbouyerscsibus* 	at esiop?
2141.1Ssoren#scsibus* 	at pcscp?
2151.1Ssoren
2161.1Ssoren# SCSI devices
2171.1Ssorensd*		at scsibus? target ? lun ?	# SCSI disk drives
2181.1Ssorenst*		at scsibus? target ? lun ?	# SCSI tape drives
2191.93Stsutsuicd*		at scsibus? target ? lun ?	# SCSI CD-ROM drives
2201.7Ssoren#ch*		at scsibus? target ? lun ?	# SCSI autochangers
2211.1Ssoren#ss*		at scsibus? target ? lun ?	# SCSI scanners
2221.10Ssoren#uk*		at scsibus? target ? lun ?	# SCSI unknown
2231.1Ssoren
2241.1Ssoren# RAID controllers and devices
2251.1Ssoren#cac*		at pci? dev ? function ?	# Compaq array controller
2261.1Ssoren#ca*		at cac? unit ?			# Compaq array disk device
2271.1Ssoren
2281.1Ssoren# IDE and related devices
2291.1Ssoren# PCI IDE controllers - see pciide(4) for supported hardware.
2301.1Ssoren# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
2311.1Ssoren# how to set up DMA modes for this chip. This may work, or may cause
2321.1Ssoren# a machine hang with some controllers.
2331.47Sbouyerpciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
2341.47Sbouyeracardide*	at pci? dev ? function ?	# Acard IDE controllers
2351.47Sbouyeraceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
2361.53Sthorpejartsata*	at pci? dev ? function ?	# Intel i31244 SATA controller
2371.47Sbouyercmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
2381.47Sbouyercypide* 	at pci? dev ? function ?	# Cypress IDE controllers
2391.47Sbouyerhptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
2401.47Sbouyeroptiide* 	at pci? dev ? function ?	# Opti IDE controllers
2411.47Sbouyerpdcide* 	at pci? dev ? function ?	# Promise IDE controllers
2421.64Sbouyerpdcsata* 	at pci? dev ? function ?	# Promise SATA150 controllers
2431.52Sthorpejsatalink*	at pci? dev ? function ?	# SiI SATALink controllers
2441.47Sbouyersiside* 	at pci? dev ? function ?	# SiS IDE controllers
2451.47Sbouyerslide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
2461.47Sbouyerviaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
2471.47Sbouyer
2481.47Sbouyer# ATA bus
2491.50Stsutsuiatabus* 	at ata?
2501.46Sbouyer
2511.1Ssoren# IDE drives
2521.1Ssoren# Flags are used only with controllers that support DMA operations
2531.1Ssoren# and mode settings (e.g. some pciide controllers)
2541.1Ssoren# The lowest order four bits (rightmost digit) of the flags define the PIO
2551.1Ssoren# mode to use, the next set of four bits the DMA mode and the third set the
2561.1Ssoren# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
2571.1Ssoren# to use, and the last bit must be 1 for this setting to be used.
2581.1Ssoren# For DMA and UDMA, 0xf (1111) means 'disable'.
2591.1Ssoren# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
2601.1Ssoren# (0xc=1100, 0xa=1010, 0xf=1111)
2611.1Ssoren# 0x0000 means "use whatever the drive claims to support".
2621.46Sbouyerwd* 		at atabus? drive ? flags 0x0000
2631.1Ssoren
2641.1Ssoren# PCI network interfaces
2651.1Ssoren#en*		at pci? dev ? function ?	# ENI/Adaptec ATM
2661.1Ssoren#ep*		at pci? dev ? function ?	# 3Com 3c59x
2671.18Shubertf#ex*		at pci? dev ? function ?	# 3Com 90x[BC]
2681.1Ssoren#epic*		at pci? dev ? function ?	# SMC EPIC/100 Ethernet
2691.1Ssoren#esh*		at pci? dev ? function ?	# Essential HIPPI card
2701.1Ssoren#fpa*		at pci? dev ? function ?	# DEC DEFPA FDDI
2711.1Ssoren#fxp*		at pci? dev ? function ?	# Intel EtherExpress PRO10+/100B
2721.1Ssoren#le*		at pci? dev ? function ?	# PCnet-PCI Ethernet
2731.1Ssoren#ne*		at pci? dev ? function ?	# NE2000-compatible Ethernet
2741.1Ssoren#ntwoc*		at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
2751.97Stsutsuiral*		at pci? dev ? function ?	# ralink wifi
2761.1Ssoren#sip*		at pci? dev ? function ?	# SiS 900 Ethernet
2771.1Ssoren#tl*		at pci? dev ? function ?	# ThunderLAN-based Ethernet
2781.30Smycrofttlp*		at pci? dev ? function ?	# DECchip 21x4x and clones
2791.1Ssoren#vr*		at pci? dev ? function ?	# VIA Rhine Fast Ethernet
2801.1Ssoren#lmc*		at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
2811.3Sgroo#rtk*		at pci? dev ? function ?	# Realtek 8129/8139
2821.1Ssoren
2831.1Ssoren# MII/PHY support
2841.1Ssoren#exphy*		at mii? phy ?			# 3Com internal PHYs
2851.27Swiz#icsphy*		at mii? phy ?			# ICS189x PHYs
2861.1Ssoren#inphy*		at mii? phy ?			# Intel 82555 PHYs
2871.1Ssoren#iophy*		at mii? phy ?			# Intel 82553 PHYs
2881.1Ssorenlxtphy*		at mii? phy ?			# Level One LXT-970 PHYs
2891.1Ssoren#nsphy*		at mii? phy ?			# NS83840 PHYs
2901.1Ssoren#nsphyter* 	at mii? phy ?			# NS83843 PHYs
2911.1Ssoren#qsphy*		at mii? phy ?			# Quality Semiconductor QS6612
2921.1Ssoren#sqphy*		at mii? phy ?			# Seeq 80220/80221/80223 PHYs
2931.1Ssoren#tlphy*		at mii? phy ?			# ThunderLAN PHYs
2941.1Ssoren#tqphy*		at mii? phy ?			# TDK Semiconductor PHYs
2951.1Ssoren#ukphy*		at mii? phy ?			# generic unknown PHYs
2961.1Ssoren
2971.76Skiyohara# PCI IEEE1394 controllers
2981.76Skiyohara#fwohci*	at pci? dev ? function ?		# IEEE1394 Open Host Controller
2991.76Skiyohara
3001.76Skiyohara#ieee1394if*	at fwohci?
3011.76Skiyohara#fwip*		at ieee1394if?			# IP over IEEE1394
3021.76Skiyohara#sbp*		at ieee1394if? euihi ? euilo ?
3031.76Skiyohara#scsibus*	at sbp?
3041.76Skiyohara
3051.1Ssoren# PCI audio devices
3061.1Ssoren#clcs*		at pci? dev ? function ?	# Cirrus Logic CS4280
3071.1Ssoren#eap*		at pci? dev ? function ?	# Ensoniq AudioPCI
3081.1Ssoren#eso*		at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
3091.1Ssoren#fms*		at pci? dev ? function ?	# Forte Media FM801
3101.1Ssoren#sbl*		at pci? dev ? function ?	# SoundBlaster Live!
3111.1Ssoren#sv*		at pci? dev ? function ?	# S3 SonicVibes
3121.1Ssoren
3131.1Ssoren# Pseudo-devices
3141.1Ssoren
3151.85Sthorpejpseudo-device 	crypto				# /dev/crypto device
3161.86Sthorpejpseudo-device	swcrypto			# software crypto implementation
3171.54Sjonathan
3181.1Ssoren# Disk/mass storage pseudo-devices
3191.7Ssoren#pseudo-device	ccd		4		# concatenated disk devices
3201.37Selric#pseudo-device	cgd		4		# cryptographic disk devices
3211.25Sosterpseudo-device	raid		8		# RAIDframe disk driver
3221.25Sosteroptions 	RAID_AUTOCONFIG			# auto-configuration of RAID
3231.25Soster# Options to enable various other RAIDframe RAID types.
3241.25Soster# options	RF_INCLUDE_EVENODD=1
3251.25Soster# options	RF_INCLUDE_RAID5_RS=1
3261.25Soster# options	RF_INCLUDE_PARITYLOGGING=1
3271.25Soster# options	RF_INCLUDE_CHAINDECLUSTER=1
3281.25Soster# options	RF_INCLUDE_INTERDECLUSTER=1
3291.25Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
3301.25Soster# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
3311.67Shannkenpseudo-device	fss		4		# file system snapshot device
3321.7Ssoren#pseudo-device	md		1		# memory disk device (ramdisk)
3331.93Stsutsuipseudo-device	vnd				# disk-like interface to files
3341.77Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
3351.1Ssoren
3361.1Ssoren# Network pseudo-devices
3371.91Srpaulopseudo-device	bpfilter			# Berkeley packet filter
3381.99Sliamjfoy#pseudo-device	carp			# Common Address Redundancy Protocol
3391.93Stsutsuipseudo-device	ipfilter			# IP filter (firewall) and NAT
3401.1Ssorenpseudo-device	loop				# network loopback
3411.92Scube#pseudo-device	ppp				# Point-to-Point Protocol
3421.97Stsutsuipseudo-device	pppoe				# PPP over Ethernet (RFC 2516)
3431.92Scube#pseudo-device	sl				# Serial Line IP
3441.92Scube#pseudo-device	strip				# Starmode Radio IP (Metricom)
3451.92Scube#pseudo-device	tun				# network tunneling over tty
3461.65Scube#pseudo-device	tap				# virtual Ethernet
3471.92Scube#pseudo-device	gre				# generic L3 over IP tunnel
3481.92Scube#pseudo-device	gif				# RFC1933 tunnel
3491.92Scube#pseudo-device	faith				# IPv[46] tcp relay translation
3501.92Scube#pseudo-device	stf				# 6to4 IPv6 over IPv4 encapsulation
3511.14Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
3521.22Satatatpseudo-device	bridge			# simple inter-network bridging
3531.41Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
3541.1Ssoren
3551.1Ssoren# Miscellaneous pseudo-devices
3561.13Sjdolecekpseudo-device	pty				# pseudo-terminals
3571.1Ssoren#pseudo-device	sequencer	1		# MIDI sequencer
3581.1Ssorenpseudo-device	rnd				# /dev/random & kernel generator
3591.1Ssoren#options 	RND_COM				# use "com" randomness (BROKEN)
3601.32Slukempseudo-device	clockctl		# user control of clock subsystem
3611.49Scdipseudo-device	nullcons			# no-op console
3621.1Ssoren
3631.1Ssoren# A pseudo device needed for Coda		# also needs CODA (above)
3641.1Ssoren#pseudo-device	vcoda		4		# coda minicache <-> venus comm.
3651.43Sraggepseudo-device	ksyms				# /dev/ksyms
3661.58Sitojun#pseudo-device	pf			# PF packet filter
3671.58Sitojun#pseudo-device	pflog			# PF log if
3681.88Selad
3691.88Selad# Veriexec
3701.88Selad#options VERIFIED_EXEC
3711.88Selad#
3721.88Selad# a pseudo device needed for veriexec
3731.88Selad#pseudo-device	veriexec		1
3741.88Selad#
3751.88Selad# Uncomment the fingerprint methods below that are desired. Note that
3761.88Selad# removing fingerprint methods will have almost no impact on the kernel
3771.88Selad# code size.
3781.88Selad#
3791.88Selad#options VERIFIED_EXEC_FP_RMD160
3801.88Selad#options VERIFIED_EXEC_FP_SHA256
3811.88Selad#options VERIFIED_EXEC_FP_SHA384
3821.88Selad#options VERIFIED_EXEC_FP_SHA512
3831.88Selad#options VERIFIED_EXEC_FP_SHA1
3841.88Selad#options VERIFIED_EXEC_FP_MD5
385