GENERIC revision 1.357
11.357Stsutsui# $NetBSD: GENERIC,v 1.357 2014/01/20 15:32:23 tsutsui Exp $
21.221Sitohy#
31.199Sgmcgarry# This machine description file is used to generate the default NetBSD
41.307Spavel# kernel.
51.145Scjs#
61.199Sgmcgarry# The machine description file can be customised for your specific
71.199Sgmcgarry# machine to reduce the kernel size and improve its performance.
81.199Sgmcgarry#
91.199Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
101.199Sgmcgarry# man page.
111.199Sgmcgarry#
121.199Sgmcgarry# For further information on hardware support for this architecture, see
131.199Sgmcgarry# the intro(4) man page.  For further information about kernel options
141.199Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
151.199Sgmcgarry# of each device driver in this file see the section 4 man page for the
161.199Sgmcgarry# device.
171.199Sgmcgarry
181.307Spavelinclude 	"arch/alpha/conf/std.alpha"
191.141Shubertf
201.208Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
211.208Satatat
221.357Stsutsuiident		"GENERIC-$Revision: 1.357 $"
231.1Scgd
241.77Sthorpejmaxusers 32
251.36Scgd
261.1Scgd# CPU Support
271.161Sthorpejoptions 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
281.58Smellonoptions 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
291.176Sthorpejoptions 	DEC_2100_A500	# Sable:	AlphaServer 2100
301.176Sthorpejoptions 	DEC_2100A_A500	# Lynx:		AlphaServer 2100A
311.58Smellonoptions 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
321.58Smellonoptions 	DEC_3000_300	# Pelican etc:	3000/300*
331.305Stsutsuioptions 	DEC_AXPPCI_33	# NoName:	AXPpci33, Multia, etc.
341.58Smellonoptions 	DEC_EB164	# EB164:	AlphaPC 164
351.58Smellonoptions 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
361.58Smellonoptions 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
371.58Smellonoptions 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
381.153Sthorpejoptions 	DEC_KN300	# KN300:	AlphaServer 4100 and 1200
391.89Sthorpejoptions 	DEC_550		# Miata:	Digital Personal Workstation
401.93Srossoptions 	DEC_1000	# Mikasa etc:	Digital AlphaServer 1000
411.90Srossoptions 	DEC_1000A	# Corelle etc:	Digital AlphaServer 800/1000A
421.92Sthorpejoptions 	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
431.94Sthorpejoptions 	DEC_EB66	# EB66:		21066 Evaluation Board
441.122Srossoptions 	DEC_6600	# EV6:		264DP OEM Board
451.156Sthorpejoptions 	API_UP1000	# EV6:		Alpha Processor, Inc. UP1000
461.1Scgd
471.1Scgd# Standard system options
481.58Smellonoptions 	KTRACE			# System call tracing support
491.180Slukemoptions 	NTP			# kernel PLL for NTP
501.218Sjunyoung
511.221Sitohy# Enable experimental buffer queue strategy for better responsiveness under
521.218Sjunyoung# high disk I/O load. Use it with caution - it's not proven to be stable yet.
531.265Stsutsui#options 	BUFQ_READPRIO
541.265Stsutsui#options 	BUFQ_PRIOCSCAN
551.1Scgd
561.38Scgd# Diagnostic/debugging support options
571.277Schs#options 	DIAGNOSTIC		# Cheap kernel consistency checks
581.307Spavel#options 	DEBUG			# Expensive debugging checks/support
591.307Spavel#options 	KMEMSTATS		# Collect kmem usage statistics
601.108Sthorpejoptions 	DDB			# kernel debugger
611.250Smycroftoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
621.356Sskrll#makeoptions	DEBUG="-g"
631.185Sross#makeoptions	DEBUGLIST="pattern1 pattern2 ..."
641.38Scgd
651.193Sthorpej#options 	KGDB			# Remote kernel GDB support
661.197Slukem#options 	KGDB_DEVNAME="\"com\""	# device to use for KGDB
671.193Sthorpej#options 	KGDB_DEVADDR=0x2f8	# at this address
681.193Sthorpej#options 	KGDB_DEVRATE=57600	# at this comm. rate
691.193Sthorpej
701.37Sthorpej# File systems
711.65Scgdfile-system	FFS		# Fast file system
721.65Scgdfile-system	MFS		# Memory-based file system
731.307Spavelfile-system	LFS		# Log-structured file system
741.65Scgdfile-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
751.307Spavelfile-system	ADOSFS		# AmigaDOS-compatible file system
761.65Scgdfile-system	MSDOSFS		# MS-DOS-compatible file system
771.140Scjsfile-system	NTFS		# Windows/NT file system (experimental)
781.307Spavelfile-system	EXT2FS		# Linux ext2 file system
791.65Scgdfile-system	NFS		# Sun NFS-compatible file system client
801.307Spavelfile-system	NULLFS		# Null file system layer
811.210Sjdolecekfile-system	KERNFS		# Kernel variable file system (/kern)
821.307Spavelfile-system	FDESC		# File descriptor file system (/dev/fd)
831.330Spookafile-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
841.307Spavelfile-system	UMAPFS		# User-mapping file system layer
851.210Sjdolecekfile-system	PROCFS		# Process file system (/proc)
861.307Spavelfile-system	UNION		# union file system
871.307Spavelfile-system	CODA		# CODA distributed file system
881.307Spavelfile-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
891.274Schristosfile-system	PTYFS		# /dev/pts/N support
901.335Schsfile-system	TMPFS		# Efficient memory file-system
911.283Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
921.37Sthorpej
931.1Scgd# File system options
941.339Sbouyeroptions 	QUOTA		# legacy UFS quotas
951.339Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
961.340Swiz#options 	FFS_EI		# FFS Endian Independent support
971.343Sdhollandoptions 	WAPBL		# File system journaling support
981.304Stsutsui#options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
991.214Sjdolecekoptions 	NFSSERVER	# Sun NFS-compatible file system server
1001.281Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1011.137Sitojun
1021.1Scgd# Networking options
1031.225Sgrant#options 	GATEWAY		# packet forwarding
1041.225Sgrantoptions 	INET		# IP + ICMP + TCP + UDP
1051.137Sitojunoptions 	INET6		# IPV6
1061.137Sitojun#options 	IPSEC		# IP security
1071.137Sitojun#options 	IPSEC_DEBUG	# debug for IP security
1081.225Sgrant#options 	MROUTING	# IP multicast routing
1091.251Smanu#options 	PIM		# Protocol Independent Multicast
1101.307Spaveloptions 	NETATALK	# AppleTalk networking protocols
1111.307Spaveloptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1121.307Spaveloptions 	PPP_DEFLATE	# Deflate compression support for PPP
1131.307Spaveloptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1141.276Sabsoptions 	IPFILTER_LOG	# ipmon(8) log support
1151.294Schristosoptions 	IPFILTER_LOOKUP	# ippool(8) support
1161.336Smrgoptions 	IPFILTER_COMPAT # Compat for IP-Filter
1171.225Sgrant#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1181.225Sgrant#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1191.1Scgd
1201.245Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1211.245Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1221.245Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1231.245Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1241.245Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1251.245Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1261.245Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1271.245Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1281.245Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1291.245Sabs#options 	ALTQ_RED	# Random Early Detection
1301.245Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1311.245Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1321.245Sabs
1331.1Scgd# 4.3BSD compatibility.  Should be optional, but necessary for now.
1341.58Smellonoptions 	COMPAT_43
1351.1Scgd
1361.9Scgd# Binary compatibility with previous versions of NetBSD.
1371.58Smellon#options 	COMPAT_09
1381.58Smellonoptions 	COMPAT_10
1391.58Smellonoptions 	COMPAT_11
1401.58Smellonoptions 	COMPAT_12
1411.72Smjacoboptions 	COMPAT_13
1421.123Saugustssoptions 	COMPAT_14
1431.300Smanuoptions 	COMPAT_15
1441.304Stsutsuioptions 	COMPAT_16
1451.304Stsutsuioptions 	COMPAT_20
1461.273Schristosoptions 	COMPAT_30	# NetBSD 3.0 compatibility.
1471.323Stsutsuioptions 	COMPAT_40	# NetBSD 4.0 compatibility.
1481.328Smrgoptions 	COMPAT_50	# NetBSD 5.0 compatibility.
1491.346Sapboptions 	COMPAT_60	# NetBSD 6.0 compatibility.
1501.307Spavel#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1511.118Scgd# OSF/1 binary compatibility
1521.118Scgdoptions 	COMPAT_OSF1
1531.174Smycroft
1541.174Smycroft# Linux binary compatibility
1551.174Smycroftoptions 	COMPAT_LINUX
1561.304Stsutsuioptions 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
1571.256Schristos
1581.70Smjacob# System V-like message queues
1591.70Smjacoboptions 	SYSVMSG
1601.307Spavel
1611.307Spavel# System V-like semaphores
1621.307Spaveloptions 	SYSVSEM
1631.70Smjacob
1641.34Scgd# System V-like shared memory
1651.58Smellonoptions 	SYSVSHM
1661.1Scgd
1671.246Sbouyer# p1003.1b semaphore support
1681.246Sbouyer
1691.7Scgd# Loadable Kernel Modules
1701.5Scgd
1711.5Scgd# Disable kernel security.
1721.116Sross#options 	INSECURE
1731.2Scgd
1741.7Scgd# Misc. options
1751.58Smellonoptions 	EISAVERBOSE		# recognize "unknown" EISA devices
1761.58Smellonoptions 	PCIVERBOSE		# recognize "unknown" PCI devices
1771.151Saugustssoptions 	MIIVERBOSE		# verbose PHY autoconfig messages
1781.146Scgd#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
1791.71Smjacoboptions 	SCSIVERBOSE		# Verbose SCSI errors
1801.304Stsutsuioptions 	USBVERBOSE		# verbose USB device autoconfig messages
1811.58Smellonoptions 	TCVERBOSE		# recognize "unknown" TC devices
1821.307Spaveloptions 	PCMCIAVERBOSE		# verbose PCMCIA configuration messages
1831.307Spavel#options 	EXTENT_DEBUG		# extent alloc/dealloc code debugging
1841.307Spaveloptions 	FIX_UNALIGNED_VAX_FP	# fix unaligned VAX FP loads & stores
1851.307Spavel#options 	NO_KERNEL_RCSIDS	# don't include kernel file RCS IDs
1861.213Slukemoptions 	USERCONF		# userconf(4) support
1871.221Sitohy#options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
1881.247Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
1891.221Sitohyoptions 	FONT_GALLANT12x22	# Console font for TC devices
1901.73Sdrochner
1911.73Sdrochner# The Alpha console firmware network boots using the BOOTP
1921.76Scgd# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
1931.76Scgd# in case we have NFS root.
1941.76Scgdoptions 	NFS_BOOT_DHCP		# superset of BOOTP
1951.7Scgd
1961.117Sross# WS console uses SUN or VT100 terminal emulation
1971.117Srossoptions 	WSEMUL_VT100
1981.345Sabsoptions 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
1991.101Sdrochner
2001.101Sdrochner# realtime clock compatible to OSF/1
2011.101Sdrochner#options 	CLOCK_COMPAT_OSF1
2021.81Sdrochner
2031.37Sthorpejconfig		netbsd	root on ? type ?
2041.57Smrg#config		netbsd	root on sd0 type ffs
2051.37Sthorpej#config		netbsd	root on ? type nfs
2061.7Scgd
2071.7Scgdmainbus0 at	root
2081.7Scgdcpu*	at	mainbus0
2091.1Scgd
2101.41Scgd# TurboLaser bus support and devices
2111.41Scgdtlsb*	at	mainbus0
2121.41Scgdgbus*	at	tlsb? node ? offset ?
2131.41Scgdtlsbmem* at	tlsb? node ? offset ?
2141.41Scgdkft*	at	tlsb? node ? offset ?
2151.41Scgd
2161.41Scgd# Gbus Devices
2171.85Sthorpejmcclock* at	gbus? offset ?
2181.41Scgd
2191.80Smjacob# MCBUS bus support
2201.80Smjacobmcbus*	at	mainbus0
2211.80Smjacobmcmem*	at	mcbus? mid ?
2221.80Smjacob
2231.80Smjacob#i2c	at	mcbus?
2241.80Smjacob
2251.122Sross#EV6 Tsunami Core Logic
2261.122Sross
2271.122Srosstsc*	at	mainbus0
2281.122Sross
2291.161Sthorpej# DECpc AXP150 (Jensen) internal bus support
2301.161Sthorpejjensenio* at	mainbus0
2311.161Sthorpej
2321.161Sthorpejcom*	at	jensenio? port ?
2331.161Sthorpejlpt*	at	jensenio? port ?
2341.161Sthorpejmcclock* at	jensenio? port ?
2351.161Sthorpejpckbc*	at	jensenio? port ?
2361.161Sthorpej
2371.170Stsutsui# TURBOchannel host bus adapter support
2381.10Scgdtcasic*	at	mainbus0
2391.10Scgd
2401.170Stsutsui# TURBOchannel bus support
2411.10Scgdtc*	at	tcasic?
2421.8Scgd
2431.170Stsutsui# TURBOchannel devices
2441.29Scgdioasic*	at	tc? slot ? offset ?
2451.29Scgdmcclock* at	ioasic? offset ?
2461.12Scgdle*	at	ioasic? offset ?
2471.221Sitohyzsc0	at	ioasic? offset 0x100000
2481.221Sitohyzsc1	at	ioasic? offset 0x180000
2491.170Stsutsuibba0	at	ioasic? offset ?
2501.87Sthorpejtcds*	at	tc? slot ? offset ?
2511.87Sthorpejasc*	at	tcds? chip ?
2521.194Ssimonbasc*	at	tc? slot ? offset ?
2531.12Scgdle*	at	tc? slot ? offset ?
2541.15Scgdfta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
2551.215Sadcfb*	at	tc? slot ? offset ?
2561.215Sadmfb*	at	tc? slot ? offset ?
2571.215Sadtfb*	at	tc? slot ? offset ?
2581.215Sadsfb*	at	tc? slot ? offset ?
2591.215Sad#sfbp*	at	tc? slot ? offset ?
2601.215Sadpx*	at	tc? slot ? offset ?
2611.215Sadpxg*	at	tc? slot ? offset ?
2621.215Sad
2631.305Stsutsui# TURBOchannel serial attachments
2641.309Spavelzstty0	at	zsc0 channel ?			# serial port on B channels
2651.306Spavel# /dev/ttyB1 has minor number 2 for historical reasons
2661.309Spavelzstty2	at	zsc1 channel ?			# serial port on B channels
2671.215Sadlkkbd0	at	zsc1 channel ?			# keyboard port on A channels
2681.215Sadvsms0	at	zsc0 channel ?			# mouse port on A channels
2691.1Scgd
2701.8Scgd# PCI host bus adapter support
2711.7Scgdapecs*	at	mainbus?
2721.9Scgdcia*	at	mainbus?
2731.156Sthorpejirongate* at	mainbus?
2741.9Scgdlca*	at	mainbus?
2751.41Scgddwlpx*	at	kft?
2761.80Smjacobmcpcia*	at	mcbus? mid ?
2771.122Srosstsp*	at	tsc?
2781.176Sthorpejttwoga*	at	mainbus?
2791.161Sthorpej
2801.161Sthorpej# Sable PCI and STDIO bus and devices
2811.176Sthorpejttwopci* at	ttwoga? hose ?
2821.176Sthorpejsableio* at	ttwopci? bus ?
2831.176Sthorpejcom*	at	sableio? port ?
2841.176Sthorpejlpt*	at	sableio? port ?
2851.176Sthorpejpckbc*	at	sableio? port ?
2861.176Sthorpejfdc*	at	sableio? port ?
2871.7Scgd
2881.8Scgd# PCI bus support
2891.7Scgdpci*	at	apecs?
2901.9Scgdpci*	at	cia?
2911.156Sthorpejpci*	at	irongate?
2921.9Scgdpci*	at	lca?
2931.9Scgdpci*	at	ppb?
2941.41Scgdpci*	at	dwlpx?
2951.80Smjacobpci*	at	mcpcia?
2961.122Srosspci*	at	tsp?
2971.176Sthorpejpci*	at	ttwopci?
2981.193Sthorpej
2991.193Sthorpej# AGP support
3001.193Sthorpejagp*	at	irongate?
3011.7Scgd
3021.8Scgd# PCI devices
3031.239Sjonathan
3041.239Sjonathan# PCI cryptographic devices
3051.239Sjonathanhifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
3061.239Sjonathanubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
3071.239Sjonathan
3081.126Sthorpejadv*	at	pci? dev ? function ?		# AdvanSys SCSI
3091.126Sthorpejadw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
3101.211Swiz#options 	SCSI_ADW_WDTR_DISABLE		# 	disable WDTR
3111.211Swiz#options 	SCSI_ADW_SDTR_DISABLE		# 	disable SDTR
3121.211Swiz#options 	SCSI_ADW_TAGQ_DISABLE		# 	disable Tag Queuing
3131.43Scgdahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
3141.212Snathanwautri*	at	pci? dev ? function ?		# Trident 4DWAVE based AC'97 Audio
3151.354Sjdcbge*	at	pci? dev ? function ?		# Broadcom 570x gigabit Ethernet
3161.43Scgdbha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
3171.150Sadcac*	at	pci? dev ? function ?		# Compaq array controller (untested)
3181.195Sitohycmpci*	at	pci? dev ? function ?		# C-Media CMI8338/8738 Audio
3191.49Scgdcy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
3201.155Smattcz*	at	pci? dev ? function ?		# Cyclades-Z (untested)
3211.129Saddpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
3221.120Schristoseap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
3231.20Scgden*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
3241.305Stsutsuiep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
3251.120Schristosepic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
3261.307Spavelesh*	at	pci? dev ? function ?		# Essential HIPPI card
3271.130Skleinkeso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
3281.191Shubertfex*	at	pci? dev ? function ?		# 3COM 3c90x[BC] Ethernet
3291.43Scgdfpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
3301.75Senamifxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
3311.187Sthorpejgsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
3321.186Slukemiha*	at	pci? dev ? function ?		# Initio INIC-940/950 SCSI
3331.43Scgdisp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
3341.20Scgdle*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
3351.187Sthorpejsf*	at	pci? dev ? function ?		# Adaptec AIC-6915 Ethernet
3361.161Sthorpejsiop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
3371.231Sbouyeresiop*	at	pci? dev ? function ?		# Symbios 53c875 SCSI and newer
3381.181Sadmlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
3391.228Sthorpejmpt*	at	pci? dev ? function ?		# LSI Fusion SCSI/FC
3401.120Schristosne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
3411.120Schristosohci*	at	pci? dev ? function ?		# USB Open Host Controller
3421.252Sreinoudehci*	at	pci? dev ? function ?		# USB-2 Host controller
3431.43Scgdpceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
3441.254Sreinoudpciide* at	pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
3451.254Sreinoudacardide* at	pci? dev ? function ?		# Acard IDE controllers
3461.254Sreinoudaceride* at	pci? dev ? function ?		# Acer Lab IDE controllers
3471.254Sreinoudartsata* at	pci? dev ? function ?		# Intel i31244 SATA controller
3481.254Sreinoudcmdide* at	pci? dev ? function ?		# CMD tech IDE controllers
3491.254Sreinoudcypide* at	pci? dev ? function ?		# Cypress IDE controllers
3501.254Sreinoudhptide* at	pci? dev ? function ?		# Triones/HighPoint IDE controllers
3511.254Sreinoudoptiide* at	pci? dev ? function ?		# Opti IDE controllers
3521.254Sreinoudpdcide* at	pci? dev ? function ?		# Promise IDE controllers
3531.305Stsutsuipdcsata* at	pci? dev ? function ?		# Promise SATA150 controllers
3541.254Sreinoudsatalink* at	pci? dev ? function ?		# SiI SATALink controllers
3551.254Sreinoudsiside* at	pci? dev ? function ?		# SiS IDE controllers
3561.254Sreinoudslide*  at	pci? dev ? function ?		# Symphony Labs IDE controllers
3571.254Sreinoudviaide* at	pci? dev ? function ?		# VIA/AMD/Nvidia IDE controllers
3581.303Stsutsuipcn*	at	pci? dev ? function ?		# AMD PCnet-PCI Ethernet
3591.108Sthorpejpcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
3601.43Scgdppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
3611.307Spavelpuc*	at 	pci? dev ? function ?		# PCI "universal" comm. cards
3621.357Stsutsuiradeonfb* at	pci? dev ? function ?		# ATI/AMD Radeon Graphics
3631.357Stsutsuioptions 	RADEONFB_DEPTH_32
3641.287Smrgre*	at	pci? dev ? function ?		# Realtek 8169 Ethernet
3651.240Swizrtk*	at	pci? dev ? function ?		# Realtek 8129/8139 Ethernet
3661.43Scgdsio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
3671.131Sthorpejsip*	at	pci? dev ? function ?		# SiS 900 Ethernet
3681.223Smjacobstge*	at	pci? dev ? function ?		# Sundance/Tamarack TC9021 GigE
3691.120Schristossv*	at	pci? dev ? function ?		# S3 SonicVibes
3701.43Scgdtga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
3711.131Sthorpejti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
3721.99Sthorpejtl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
3731.131Sthorpejtlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
3741.120Schristosuhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
3751.49Scgdvga*	at	pci? dev ? function ?		# PCI VGA Graphics
3761.120Schristosvr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
3771.222Sgrantwi*	at	pci? dev ? function ?		# Lucent/Intersil WaveLAN/IEEE
3781.302Stsutsuiwm*	at	pci? dev ? function ?		# Intel 8254x Ethernet
3791.183Sminourayds*	at	pci? dev ? function ?		# Yamaha DS-1 PCI Audio
3801.120Schristos
3811.195Sitohyopl*	at	cmpci? flags 1
3821.130Skleinkopl*	at	eso?
3831.354Sjdcopl*	at	sb?
3841.107Saugustss#opl*	at	sv?
3851.183Sminouraopl*	at	yds?
3861.130Skleink
3871.195Sitohympu*	at	cmpci?
3881.130Skleinkmpu*	at	eso?
3891.354Sjdcmpu*	at	sb?
3901.183Sminourampu*	at	yds?
3911.196Sitohy
3921.329Smhitch# I2O devices
3931.329Smhitchiop*	at pci? dev ? function ?	# I/O processor
3941.329Smhitchiopsp*	at iop? tid ?			# SCSI/FC-AL ports
3951.329Smhitchld*	at iop? tid ?			# block devices
3961.329Smhitch# XXX dpti.c wants a processor type that is not assigned for x86-64
3971.329Smhitch#dpti*	at iop? tid 0			# DPT/Adaptec control interface
3981.329Smhitch
3991.99Sthorpej# MII/PHY support
4001.121Schristosexphy*	at mii? phy ?			# 3Com internal PHYs
4011.205Swizicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
4021.121Schristosinphy*	at mii? phy ?			# Intel 82555 PHYs
4031.307Spaveliophy*	at mii? phy ?			# Intel 82553 PHYs
4041.121Schristoslxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
4051.187Sthorpejgphyter* at mii? phy ?			# NS83861 Gig-E PHY
4061.302Stsutsuimakphy*	at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
4071.121Schristosnsphy*	at mii? phy ?			# NS83840 PHYs
4081.305Stsutsuinsphyter* at mii? phy ?			# NS83843 PHYs
4091.121Schristosqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
4101.302Stsutsuirgephy*	at mii? phy ?			# Realtek 8169S internal PHYs
4111.302Stsutsuirlphy*	at mii? phy ?			# Realtek 8139 PHYs
4121.305Stsutsuisqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
4131.121Schristostlphy*	at mii? phy ?			# ThunderLAN PHYs
4141.307Spaveltqphy*	at mii? phy ?			# TDK Semiconductor PHYs
4151.121Schristosukphy*	at mii? phy ?			# generic unknown PHYs
4161.7Scgd
4171.9Scgd# ISA/EISA bus support
4181.161Sthorpejisa*	at	jensenio?
4191.161Sthorpejeisa*	at	jensenio?
4201.9Scgdisa*	at	pceb?
4211.9Scgdeisa*	at	pceb?
4221.9Scgdisa*	at	sio?
4231.177Smycroft#isapnp*	at	isa?
4241.8Scgd
4251.8Scgd# ISA devices
4261.29Scgdmcclock* at	isa? port 0x70
4271.140Scjspckbc*	at	isa?				# PC keyboard controller
4281.81Sdrochnerpckbd*	at	pckbc?				# PC keyboard (kbd port)
4291.109Sdrochnerpms*	at	pckbc?				# PS/2-style mouse (aux port)
4301.262Scubeattimer* at	isa?				# AT Timer
4311.83Sthorpejpcppi*	at	isa?				# PC prog. periph. interface
4321.83Sthorpejspkr0	at	pcppi?				# IBM BASIC emulation
4331.98Sdrochnerisabeep0 at	pcppi?				# "keyboard" beep
4341.29Scgdcom*	at	isa? port 0x3f8 irq 4		# standard serial ports
4351.29Scgdcom*	at	isa? port 0x2f8 irq 3
4361.97Sthorpejcs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
4371.170Stsutsuiec0	at	isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
4381.52Scjsep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
4391.177Smycroft#ep*	at	isapnp?
4401.177Smycroft#ix0	at	isa? port 0x300 irq 10		# EtherExpress/16
4411.177Smycroft#iy0	at	isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
4421.112Sthorpejfdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
4431.86Smattlc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
4441.86Smattlc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
4451.86Smattdepca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
4461.86Smattdepca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
4471.86Smattle*	at	depca?
4481.29Scgdlpt*	at	isa? port 0x3bc irq 7		# standard parallel port
4491.29Scgdvga*	at	isa?				# ISA (EISA: XXX) VGA
4501.74Sthorpejwdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
4511.74Sthorpejwdc1	at	isa? port 0x170 irq 15
4521.177Smycroft#wdc*	at	isapnp?
4531.198Slukemwe0	at	isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
4541.198Slukemwe1	at	isa? port 0x300 iomem 0xcc000 irq 10
4551.108Sthorpej#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
4561.177Smycroft#wss*	at	isapnp?
4571.204Sross
4581.204Srossess0	at	isa? port 0x220 irq 5 drq 1 drq2 5   # ESS 18XX
4591.114Srosssb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
4601.114Sross#sb*	at	isapnp?
4611.119Sdante#adv*	at	isa? port ? irq ? drq ?		# AdvanSys APB-514[02]
4621.56Sthorpejaha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
4631.56Sthorpejaha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
4641.56Sthorpejbha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
4651.56Sthorpejbha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
4661.56Sthorpejuha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
4671.56Sthorpejuha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
4681.152Smattpcic0	at	isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
4691.152Smattpcic1	at	isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
4701.152Smattpcmcia*	at	pcic? controller ? socket ?
4711.307Spavel#satlink0 at	isa? port 0x300 drq 1		# PlanetConnect Satellite receiver.
4721.15Scgd
4731.15Scgd# EISA devices
4741.56Sthorpejahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
4751.44Scgdahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
4761.44Scgdbha*	at	eisa? slot ?			# BusLogic 7xx SCSI
4771.53Scjsep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
4781.50Scgdfea*	at	eisa? slot ?			# DEC DEFEA FDDI
4791.184Sadmlx*	at	eisa? slot ?			# Mylex DAC960 / DEC SWXCR (untested)
4801.131Sthorpejtlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
4811.163Sthorpejdepca*	at	eisa? slot ?			# DEC DE-422 Ethernet
4821.163Sthorpejle*	at	depca?
4831.56Sthorpejuha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
4841.7Scgd
4851.152Smatt# PCMCIA device
4861.249Smycroftcom*	at	pcmcia? function ?	# Modems and serial cards
4871.249Smycroft
4881.249Smycroftaic*	at	pcmcia? function ?	# Adaptec APA-1460 SCSI
4891.290Shubertfspc*	at	pcmcia? function ?	# Fujitsu MB87030/MB89352 SCSI
4901.249Smycroft
4911.249Smycroftwdc*	at	pcmcia? function ?	# PCMCIA IDE controllers
4921.249Smycroft
4931.249Smycroftep*	at	pcmcia? function ?	# 3Com 3c589 and 3c562 Eth.
4941.249Smycroftmbe*	at	pcmcia? function ?	# MB8696x based Ethernet
4951.249Smycroftne*	at	pcmcia? function ?	# NE2000-compatible Eth.
4961.249Smycroftray*	at	pcmcia? function ?	# Raytheon Raylink (802.11)
4971.249Smycroftsm*	at	pcmcia? function ?	# Megahertz Ethernet
4981.249Smycroftwi*	at	pcmcia? function ?	# Lucent/Intersil WaveLAN/IEEE
4991.249Smycroftxirc*	at	pcmcia? function ?	# Xircom CreditCard Ethernet
5001.249Smycroftcom*	at	xirc?
5011.249Smycroftxi*	at	xirc?
5021.249Smycroftmhzc*	at	pcmcia? function ?	# Megahertz Ethernet/Modem combo cards
5031.249Smycroftcom*	at	mhzc?
5041.249Smycroftsm*	at	mhzc?
5051.152Smatt
5061.307Spavel# PUC devices
5071.307Spavelcom*	at puc? port ?			# 16x50s on "universal" comm boards
5081.307Spavellpt*	at puc? port ?			# || ports on "universal" comm boards
5091.307Spavel
5101.8Scgd# SCSI bus support
5111.241Sfairscsibus* at	scsi?
5121.1Scgd
5131.8Scgd# SCSI devices
5141.31Scgdcd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
5151.307Spavelch*	at	scsibus? target ? lun ?		# SCSI autochangers
5161.31Scgdsd*	at	scsibus? target ? lun ?		# SCSI disk drives
5171.307Spavelse*	at	scsibus? target ? lun ?		# Cabletron SCSI<->Ethernet
5181.307Spavelses*	at	scsibus? target ? lun ?		# SCSI SES/SAF-TE
5191.307Spavelss*	at	scsibus? target ? lun ?		# SCSI scanners
5201.31Scgdst*	at	scsibus? target ? lun ?		# SCSI tape drives
5211.307Spaveluk*	at	scsibus? target ? lun ?		# SCSI unknown
5221.51Scgd
5231.236Slukem# ATA (IDE) bus support
5241.236Slukematabus* at ata?
5251.234Sbouyer
5261.236Slukem# IDE drives
5271.234Sbouyerwd*	at	atabus? drive ?
5281.74Sthorpej
5291.74Sthorpej# ATAPI bus support
5301.236Slukematapibus* at	atapi?
5311.74Sthorpej
5321.74Sthorpej# ATAPI devices
5331.74Sthorpejsd*	at	atapibus? drive ?		# ATAPI disk devices
5341.74Sthorpejcd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
5351.112Sthorpej
5361.112Sthorpej# Floppy drives
5371.112Sthorpejfd*	at	fdc? drive ?
5381.150Sad
5391.150Sad# Hardware RAID devices
5401.173Sadld*	at	cac? unit ?
5411.182Sitojunld*	at	mlx? unit ?
5421.108Sthorpej
5431.354Sjdc# Acer Labs M7101 SMBus controller
5441.354Sjdcalipm* 	at pci? dev ? function ?
5451.354Sjdciic* 	at alipm?
5461.354Sjdc
5471.354Sjdc# AlphaServer DS20L enviromental monitoring
5481.354Sjdc#lmenv* 	at iic? addr 0x2c
5491.354Sjdc#lmenv* 	at iic? addr 0x2d
5501.354Sjdc#lmenv* 	at iic? addr 0x2e
5511.354Sjdc#lmenv* 	at iic? addr 0x2f
5521.354Sjdc
5531.317Skiyohara# PCMCIA USB controllers
5541.317Skiyoharaslhci*	at pcmcia? function ?			# ScanLogic SL811HS
5551.317Skiyohara
5561.108Sthorpej# USB bus support
5571.317Skiyoharausb*	at ehci?
5581.317Skiyoharausb*	at ohci?
5591.317Skiyoharausb*	at slhci?
5601.108Sthorpejusb*	at uhci?
5611.108Sthorpej
5621.127Saugustss# USB Hubs
5631.108Sthorpejuhub*	at usb?
5641.312Sdrochneruhub*	at uhub? port ?
5651.108Sthorpej
5661.201Saugustss# USB HID device
5671.201Saugustssuhidev*	at uhub? port ? configuration ? interface ?
5681.201Saugustss
5691.127Saugustss# USB Mice
5701.201Saugustssums*	at uhidev? reportid ?
5711.133Smycroftwsmouse*	at ums?
5721.108Sthorpej
5731.108Sthorpej# USB Keyboards
5741.201Saugustssukbd*	at uhidev? reportid ?
5751.133Smycroftwskbd*	at ukbd? console ?
5761.253Sreinoudoptions         WSDISPLAY_COMPAT_RAWKBD
5771.108Sthorpej
5781.292Sskrll# USB serial adapter
5791.272Sskrllucycom*	at uhidev? reportid ?
5801.272Sskrll
5811.108Sthorpej# USB Generic HID devices
5821.201Saugustssuhid*	at uhidev? reportid ?
5831.108Sthorpej
5841.127Saugustss# USB Printer
5851.127Saugustssulpt*	at uhub? port ? configuration ? interface ?
5861.127Saugustss
5871.127Saugustss# USB Modem
5881.127Saugustssumodem*	at uhub? port ? configuration ?
5891.142Saugustssucom*	at umodem?
5901.128Sthorpej
5911.331Splunky# Option N.V. Wireless WAN modems
5921.331Splunkyuhso*	at uhub? port ? configuration ?
5931.331Splunky
5941.128Sthorpej# USB Mass Storage
5951.128Sthorpejumass*	at uhub? port ? configuration ? interface ?
5961.138Saugustss
5971.254Sreinoud# USB audio
5981.254Sreinouduaudio*	at uhub? port ? configuration ?  
5991.254Sreinoud
6001.254Sreinoud# USB MIDI      
6011.254Sreinoudumidi*	at uhub? port ? configuration ?
6021.254Sreinoud
6031.254Sreinoud# USB IrDA
6041.254Sreinoud# USB-IrDA bridge spec
6051.254Sreinouduirda*	at uhub? port ? configuration ? interface ?
6061.254Sreinoudirframe* at uirda? 
6071.254Sreinoud
6081.254Sreinoud# SigmaTel STIr4200 USB/IrDA Bridge
6091.254Sreinoudustir*	at uhub? port ?  
6101.254Sreinoudirframe* at ustir?
6111.254Sreinoud
6121.138Saugustss# USB Ethernet adapters
6131.138Saugustssaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
6141.255Saugustssaxe*	at uhub? port ?		# ASIX AX88172 based adapters
6151.138Saugustsscue*	at uhub? port ?		# CATC USB-EL1201A based adapters
6161.138Saugustsskue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
6171.224Saugustssurl*	at uhub? port ?		# Realtek RTL8150L based adapters
6181.232Sitojunudav*	at uhub? port ?		# Davicom DM9601 based adapters
6191.178Snathanw
6201.178Snathanw# Serial adapters
6211.178Snathanw# FTDI FT8U100AX serial adapter
6221.178Snathanwuftdi*	at uhub? port ?
6231.178Snathanwucom*	at uftdi? portno ?
6241.169Saugustss
6251.263Sitohy# Kyocera AIR-EDGE PHONE
6261.307Spavelukyopon* at uhub? port ?
6271.307Spavelucom*	at ukyopon? portno ?
6281.263Sitohy
6291.169Saugustss# USB scanners
6301.169Saugustssuscanner* at uhub? port ?
6311.179Saugustss
6321.179Saugustss# Y@P firmware loader
6331.179Saugustssuyap* at uhub? port ?
6341.219Sfair
6351.219Sfair# D-Link DSB-R100 USB FM radio tuner
6361.219Sfairudsbr* at uhub? port ?
6371.219Sfairradio* at udsbr?
6381.127Saugustss
6391.127Saugustss# USB Generic driver
6401.127Saugustssugen*	at uhub? port ?
6411.11Scgd
6421.268Skiyohara# PCI IEEE1394 controllers
6431.268Skiyohara#fwohci*	at pci? dev ? function ?	# IEEE1394 Open Host Controller
6441.268Skiyohara
6451.268Skiyohara#ieee1394if* at fwohci?
6461.268Skiyohara#fwip*	at ieee1394if?			# IP over IEEE1394
6471.268Skiyohara#sbp*	at ieee1394if? euihi ? euilo ?
6481.268Skiyohara
6491.297Splunky
6501.297Splunky# Bluetooth Controller and Device support
6511.297Splunky
6521.297Splunky# Bluetooth PCMCIA Controllers
6531.297Splunkybt3c* at pcmcia? function ?		# 3Com 3CRWB6096-A
6541.316Skiyoharabtbc* at pcmcia? function ?		# AnyCom BlueCard LSE041/039/139
6551.297Splunky
6561.297Splunky# Bluetooth USB Controllers
6571.312Sdrochnerubt* at uhub? port ?
6581.341Sjakllschaubtfwl* at uhub? port ?
6591.297Splunky
6601.297Splunky# Bluetooth Device Hub
6611.320Skiyoharabthub* at bcsp?
6621.297Splunkybthub* at bt3c?
6631.316Skiyoharabthub* at btbc?
6641.311Skiyoharabthub* at btuart?
6651.297Splunkybthub* at ubt?
6661.297Splunky
6671.297Splunky# Bluetooth HID support
6681.297Splunkybthidev* at bthub?
6691.297Splunky
6701.297Splunky# Bluetooth Mouse
6711.297Splunkybtms* at bthidev? reportid ?
6721.297Splunkywsmouse* at btms? mux 0
6731.297Splunky
6741.297Splunky# Bluetooth Keyboard
6751.297Splunkybtkbd* at bthidev? reportid ?
6761.297Splunkywskbd* at btkbd? console ? mux 1
6771.297Splunky
6781.337Splunky# Bluetooth Apple Magic Mouse
6791.337Splunkybtmagic* at bthub?
6801.337Splunkywsmouse* at btmagic? mux 0
6811.337Splunky
6821.297Splunky# Bluetooth Audio support
6831.297Splunkybtsco* at bthub?
6841.297Splunky
6851.297Splunky
6861.254Sreinoud# Audio support
6871.254Sreinoudaudio*	at audiobus?
6881.254Sreinoudmidi*	at midibus?
6891.254Sreinoudmidi*	at pcppi?
6901.354Sjdcmidi*	at sb?
6911.254Sreinoud
6921.11Scgd# Workstation Console attachments
6931.215Sadwsdisplay*	at	cfb?
6941.215Sadwsdisplay*	at	mfb?
6951.215Sadwsdisplay*	at	tfb?
6961.215Sadwsdisplay*	at	sfb?
6971.215Sad#wsdisplay*	at	sfbp?
6981.215Sadwsdisplay*	at	px?
6991.215Sadwsdisplay*	at	pxg?
7001.357Stsutsuiwsdisplay*	at	radeonfb?
7011.81Sdrochnerwsdisplay*	at	vga?
7021.81Sdrochnerwsdisplay*	at	tga?
7031.215Sadwskbd*		at	lkkbd? console ?
7041.215Sadwsmouse*	at	vsms?
7051.133Smycroftwskbd*		at	pckbd?
7061.133Smycroftwsmouse*	at	pms?
7071.1Scgd
7081.325Stls#
7091.325Stls# accept filters
7101.325Stlspseudo-device   accf_data		# "dataready" accept filter
7111.325Stlspseudo-device   accf_http		# "httpready" accept filter
7121.325Stls
7131.279Sthorpejpseudo-device 	crypto			# /dev/crypto device
7141.280Sthorpejpseudo-device	swcrypto		# software crypto implementation
7151.239Sjonathan
7161.284Srpaulopseudo-device	bpfilter
7171.288Sliamjfoy#pseudo-device	carp			# Common Address Redundancy Protocol
7181.349Schristospseudo-device	ccd		
7191.349Schristospseudo-device	cgd			# cryptographic disk devices
7201.350Schristospseudo-device	raid			# RAIDframe disk driver
7211.202Sosteroptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
7221.202Soster# Options to enable various other RAIDframe RAID types.
7231.304Stsutsui#options 	RF_INCLUDE_EVENODD=1
7241.304Stsutsui#options 	RF_INCLUDE_RAID5_RS=1
7251.304Stsutsui#options 	RF_INCLUDE_PARITYLOGGING=1
7261.304Stsutsui#options 	RF_INCLUDE_CHAINDECLUSTER=1
7271.304Stsutsui#options 	RF_INCLUDE_INTERDECLUSTER=1
7281.304Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
7291.304Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
7301.334Spookapseudo-device	fss			# file system snapshot device
7311.349Schristospseudo-device	ipfilter
7321.349Schristospseudo-device	loop
7331.338Shannkenpseudo-device	md		
7341.285Scubepseudo-device	ppp		
7351.200Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
7361.166Sjdolecekpseudo-device	pty			# pseudo-terminals
7371.285Scubepseudo-device	sl		
7381.307Spavelpseudo-device	strip		
7391.307Spavelpseudo-device	tun		
7401.307Spavelpseudo-device	tap			# virtual Ethernet
7411.285Scubepseudo-device	vnd		
7421.269Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
7431.285Scube#pseudo-device	gre			# generic L3 over IP tunnel
7441.285Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
7451.285Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
7461.286Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
7471.175Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
7481.192Satatatpseudo-device	bridge			# simple inter-network bridging
7491.304Stsutsui#options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
7501.313Smartinpseudo-device	agr			# IEEE 802.3ad link aggregation
7511.351Schristospseudo-device	sequencer		# MIDI sequencer
7521.69Sexplorer#options 	RND_COM			# use "com" randomness too
7531.307Spavel# a pseudo device needed for Coda	# also needs CODA (above)
7541.350Schristospseudo-device	vcoda			# coda minicache <-> venus comm.
7551.307Spavel# a pseudo device needed for SMBFS
7561.307Spavelpseudo-device	nsmb			# experimental - SMB requester
7571.209Slukempseudo-device	clockctl		# user control of clock subsystem
7581.230Sgmcgarrypseudo-device	wsfont
7591.253Sreinoudpseudo-device	wsmux			# mouse and keyboad multiplexing
7601.229Sraggepseudo-device	ksyms			# /dev/ksyms
7611.244Sitojun#pseudo-device	pf			# PF packet filter
7621.244Sitojun#pseudo-device	pflog			# PF log if
7631.310Sadpseudo-device	lockstat		# lock profiling
7641.320Skiyoharapseudo-device	bcsp			# BlueCore Serial Protocol
7651.311Skiyoharapseudo-device	btuart			# Bluetooth HCI UART (H4)
7661.330Spookapseudo-device	putter			# for puffs and pud
7671.282Selad
7681.314Schristos#options	FILEASSOC		# fileassoc(9) - required for Veriexec
7691.314Schristos
7701.282Selad# Veriexec
7711.282Selad#
7721.282Selad# a pseudo device needed for veriexec
7731.350Schristos#pseudo-device	veriexec
7741.282Selad#
7751.282Selad# Uncomment the fingerprint methods below that are desired. Note that
7761.282Selad# removing fingerprint methods will have almost no impact on the kernel
7771.282Selad# code size.
7781.282Selad#
7791.304Stsutsui#options 	VERIFIED_EXEC_FP_RMD160
7801.304Stsutsui#options 	VERIFIED_EXEC_FP_SHA256
7811.304Stsutsui#options 	VERIFIED_EXEC_FP_SHA384
7821.304Stsutsui#options 	VERIFIED_EXEC_FP_SHA512
7831.304Stsutsui#options 	VERIFIED_EXEC_FP_SHA1
7841.304Stsutsui#options 	VERIFIED_EXEC_FP_MD5
7851.298Selad
7861.322Schristosoptions PAX_MPROTECT=0			# PaX mprotect(2) restrictions
7871.322Schristos#options PAX_SEGVGUARD=0			# PaX Segmentation fault guard
7881.322Schristosoptions PAX_ASLR=0			# PaX Address Space Layout Randomization
789