GENERIC revision 1.309
11.309Spavel# $NetBSD: GENERIC,v 1.309 2007/01/06 08:51:22 pavel 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.309Spavelident		"GENERIC-$Revision: 1.309 $"
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.291Schristos#options 	SYSTRACE		# System call vetting via systrace(1)
501.180Slukemoptions 	NTP			# kernel PLL for NTP
511.218Sjunyoung
521.221Sitohy# Enable experimental buffer queue strategy for better responsiveness under
531.218Sjunyoung# high disk I/O load. Use it with caution - it's not proven to be stable yet.
541.265Stsutsui#options 	BUFQ_READPRIO
551.265Stsutsui#options 	BUFQ_PRIOCSCAN
561.1Scgd
571.38Scgd# Diagnostic/debugging support options
581.277Schs#options 	DIAGNOSTIC		# Cheap kernel consistency checks
591.307Spavel#options 	DEBUG			# Expensive debugging checks/support
601.307Spavel#options 	KMEMSTATS		# Collect kmem usage statistics
611.108Sthorpejoptions 	DDB			# kernel debugger
621.250Smycroftoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
631.111Sross#makeoptions	DEBUG="-g"
641.185Sross#makeoptions	DEBUGLIST="pattern1 pattern2 ..."
651.38Scgd
661.193Sthorpej#options 	KGDB			# Remote kernel GDB support
671.197Slukem#options 	KGDB_DEVNAME="\"com\""	# device to use for KGDB
681.193Sthorpej#options 	KGDB_DEVADDR=0x2f8	# at this address
691.193Sthorpej#options 	KGDB_DEVRATE=57600	# at this comm. rate
701.193Sthorpej
711.37Sthorpej# File systems
721.65Scgdfile-system	FFS		# Fast file system
731.65Scgdfile-system	MFS		# Memory-based file system
741.307Spavelfile-system	LFS		# Log-structured file system
751.65Scgdfile-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
761.307Spavelfile-system	ADOSFS		# AmigaDOS-compatible file system
771.65Scgdfile-system	MSDOSFS		# MS-DOS-compatible file system
781.140Scjsfile-system	NTFS		# Windows/NT file system (experimental)
791.307Spavelfile-system	EXT2FS		# Linux ext2 file system
801.65Scgdfile-system	NFS		# Sun NFS-compatible file system client
811.307Spavelfile-system	NULLFS		# Null file system layer
821.210Sjdolecekfile-system	KERNFS		# Kernel variable file system (/kern)
831.307Spavelfile-system	FDESC		# File descriptor file system (/dev/fd)
841.307Spavelfile-system	PORTAL		# Portal file system
851.307Spavelfile-system	UMAPFS		# User-mapping file system layer
861.210Sjdolecekfile-system	PROCFS		# Process file system (/proc)
871.307Spavelfile-system	UNION		# union file system
881.307Spavelfile-system	CODA		# CODA distributed file system
891.307Spavelfile-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
901.274Schristosfile-system	PTYFS		# /dev/pts/N support
911.301Sjmmv#file-system	TMPFS		# Efficient memory file-system
921.283Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
931.37Sthorpej
941.1Scgd# File system options
951.214Sjdolecekoptions 	QUOTA		# UFS quotas
961.78Sbouyer#options 	FFS_EI		# FFS Endian Independant support
971.158Sfvdloptions 	SOFTDEP		# FFS soft updates 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_ESP	# IP security (encryption part; define w/IPSEC)
1081.267Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
1091.137Sitojun#options 	IPSEC_DEBUG	# debug for IP security
1101.225Sgrant#options 	MROUTING	# IP multicast routing
1111.251Smanu#options 	PIM		# Protocol Independent Multicast
1121.307Spaveloptions 	ISO,TPIP	# OSI
1131.307Spaveloptions 	EON		# OSI tunneling over IP
1141.307Spaveloptions 	NETATALK	# AppleTalk networking protocols
1151.307Spaveloptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1161.307Spaveloptions 	PPP_DEFLATE	# Deflate compression support for PPP
1171.307Spaveloptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1181.307Spaveloptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1191.276Sabsoptions 	IPFILTER_LOG	# ipmon(8) log support
1201.294Schristosoptions 	IPFILTER_LOOKUP	# ippool(8) support
1211.225Sgrant#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1221.225Sgrant#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1231.1Scgd
1241.245Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1251.245Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1261.245Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1271.245Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1281.245Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1291.245Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1301.245Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1311.245Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1321.245Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1331.245Sabs#options 	ALTQ_RED	# Random Early Detection
1341.245Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1351.245Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1361.245Sabs
1371.1Scgd# 4.3BSD compatibility.  Should be optional, but necessary for now.
1381.58Smellonoptions 	COMPAT_43
1391.1Scgd
1401.9Scgd# Binary compatibility with previous versions of NetBSD.
1411.58Smellon#options 	COMPAT_09
1421.58Smellonoptions 	COMPAT_10
1431.58Smellonoptions 	COMPAT_11
1441.58Smellonoptions 	COMPAT_12
1451.72Smjacoboptions 	COMPAT_13
1461.123Saugustssoptions 	COMPAT_14
1471.300Smanuoptions 	COMPAT_15
1481.304Stsutsuioptions 	COMPAT_16
1491.304Stsutsuioptions 	COMPAT_20
1501.273Schristosoptions 	COMPAT_30	# NetBSD 3.0 compatibility.
1511.307Spavel#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1521.118Scgd# OSF/1 binary compatibility
1531.118Scgdoptions 	COMPAT_OSF1
1541.174Smycroft
1551.174Smycroft# Linux binary compatibility
1561.174Smycroftoptions 	COMPAT_LINUX
1571.304Stsutsuioptions 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
1581.256Schristos
1591.70Smjacob# System V-like message queues
1601.70Smjacoboptions 	SYSVMSG
1611.307Spavel
1621.307Spavel# System V-like semaphores
1631.307Spaveloptions 	SYSVSEM
1641.198Slukem#options 	SEMMNI=10	# number of semaphore identifiers
1651.198Slukem#options 	SEMMNS=60	# number of semaphores in system
1661.198Slukem#options 	SEMUME=10	# max number of undo entries per process
1671.198Slukem#options 	SEMMNU=30	# number of undo structures in system
1681.70Smjacob
1691.34Scgd# System V-like shared memory
1701.58Smellonoptions 	SYSVSHM
1711.58Smellon#options 	SHMMAXPGS=1024		# 1024 pages is the default
1721.1Scgd
1731.246Sbouyer# p1003.1b semaphore support
1741.246Sbouyeroptions 	P1003_1B_SEMAPHORE
1751.246Sbouyer
1761.7Scgd# Loadable Kernel Modules
1771.58Smellonoptions 	LKM
1781.5Scgd
1791.5Scgd# Disable kernel security.
1801.116Sross#options 	INSECURE
1811.2Scgd
1821.7Scgd# Misc. options
1831.58Smellonoptions 	EISAVERBOSE		# recognize "unknown" EISA devices
1841.58Smellonoptions 	PCIVERBOSE		# recognize "unknown" PCI devices
1851.151Saugustssoptions 	MIIVERBOSE		# verbose PHY autoconfig messages
1861.146Scgd#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
1871.71Smjacoboptions 	SCSIVERBOSE		# Verbose SCSI errors
1881.304Stsutsuioptions 	USBVERBOSE		# verbose USB device autoconfig messages
1891.58Smellonoptions 	TCVERBOSE		# recognize "unknown" TC devices
1901.307Spaveloptions 	PCMCIAVERBOSE		# verbose PCMCIA configuration messages
1911.307Spavel#options 	EXTENT_DEBUG		# extent alloc/dealloc code debugging
1921.307Spaveloptions 	FIX_UNALIGNED_VAX_FP	# fix unaligned VAX FP loads & stores
1931.307Spavel#options 	NO_KERNEL_RCSIDS	# don't include kernel file RCS IDs
1941.213Slukemoptions 	USERCONF		# userconf(4) support
1951.221Sitohy#options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
1961.247Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
1971.221Sitohyoptions 	FONT_GALLANT12x22	# Console font for TC devices
1981.73Sdrochner
1991.73Sdrochner# The Alpha console firmware network boots using the BOOTP
2001.76Scgd# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
2011.76Scgd# in case we have NFS root.
2021.76Scgdoptions 	NFS_BOOT_DHCP		# superset of BOOTP
2031.7Scgd
2041.117Sross# WS console uses SUN or VT100 terminal emulation
2051.117Srossoptions 	WSEMUL_VT100
2061.101Sdrochner
2071.101Sdrochner# realtime clock compatible to OSF/1
2081.101Sdrochner#options 	CLOCK_COMPAT_OSF1
2091.81Sdrochner
2101.37Sthorpejconfig		netbsd	root on ? type ?
2111.57Smrg#config		netbsd	root on sd0 type ffs
2121.37Sthorpej#config		netbsd	root on ? type nfs
2131.7Scgd
2141.7Scgdmainbus0 at	root
2151.7Scgdcpu*	at	mainbus0
2161.1Scgd
2171.41Scgd# TurboLaser bus support and devices
2181.41Scgdtlsb*	at	mainbus0
2191.41Scgdgbus*	at	tlsb? node ? offset ?
2201.41Scgdtlsbmem* at	tlsb? node ? offset ?
2211.41Scgdkft*	at	tlsb? node ? offset ?
2221.41Scgd
2231.41Scgd# Gbus Devices
2241.85Sthorpejmcclock* at	gbus? offset ?
2251.41Scgd
2261.80Smjacob# MCBUS bus support
2271.80Smjacobmcbus*	at	mainbus0
2281.80Smjacobmcmem*	at	mcbus? mid ?
2291.80Smjacob
2301.80Smjacob#i2c	at	mcbus?
2311.80Smjacob
2321.122Sross#EV6 Tsunami Core Logic
2331.122Sross
2341.122Srosstsc*	at	mainbus0
2351.122Sross
2361.161Sthorpej# DECpc AXP150 (Jensen) internal bus support
2371.161Sthorpejjensenio* at	mainbus0
2381.161Sthorpej
2391.161Sthorpejcom*	at	jensenio? port ?
2401.161Sthorpejlpt*	at	jensenio? port ?
2411.161Sthorpejmcclock* at	jensenio? port ?
2421.161Sthorpejpckbc*	at	jensenio? port ?
2431.161Sthorpej
2441.170Stsutsui# TURBOchannel host bus adapter support
2451.10Scgdtcasic*	at	mainbus0
2461.10Scgd
2471.170Stsutsui# TURBOchannel bus support
2481.10Scgdtc*	at	tcasic?
2491.8Scgd
2501.170Stsutsui# TURBOchannel devices
2511.29Scgdioasic*	at	tc? slot ? offset ?
2521.29Scgdmcclock* at	ioasic? offset ?
2531.12Scgdle*	at	ioasic? offset ?
2541.221Sitohyzsc0	at	ioasic? offset 0x100000
2551.221Sitohyzsc1	at	ioasic? offset 0x180000
2561.170Stsutsuibba0	at	ioasic? offset ?
2571.87Sthorpejtcds*	at	tc? slot ? offset ?
2581.87Sthorpejasc*	at	tcds? chip ?
2591.194Ssimonbasc*	at	tc? slot ? offset ?
2601.12Scgdle*	at	tc? slot ? offset ?
2611.15Scgdfta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
2621.215Sadcfb*	at	tc? slot ? offset ?
2631.215Sadmfb*	at	tc? slot ? offset ?
2641.215Sadtfb*	at	tc? slot ? offset ?
2651.215Sadsfb*	at	tc? slot ? offset ?
2661.215Sad#sfbp*	at	tc? slot ? offset ?
2671.215Sadpx*	at	tc? slot ? offset ?
2681.215Sadpxg*	at	tc? slot ? offset ?
2691.215Sad
2701.305Stsutsui# TURBOchannel serial attachments
2711.309Spavelzstty0	at	zsc0 channel ?			# serial port on B channels
2721.306Spavel# /dev/ttyB1 has minor number 2 for historical reasons
2731.309Spavelzstty2	at	zsc1 channel ?			# serial port on B channels
2741.215Sadlkkbd0	at	zsc1 channel ?			# keyboard port on A channels
2751.215Sadvsms0	at	zsc0 channel ?			# mouse port on A channels
2761.1Scgd
2771.8Scgd# PCI host bus adapter support
2781.7Scgdapecs*	at	mainbus?
2791.9Scgdcia*	at	mainbus?
2801.156Sthorpejirongate* at	mainbus?
2811.9Scgdlca*	at	mainbus?
2821.41Scgddwlpx*	at	kft?
2831.80Smjacobmcpcia*	at	mcbus? mid ?
2841.122Srosstsp*	at	tsc?
2851.176Sthorpejttwoga*	at	mainbus?
2861.161Sthorpej
2871.161Sthorpej# Sable PCI and STDIO bus and devices
2881.176Sthorpejttwopci* at	ttwoga? hose ?
2891.176Sthorpejsableio* at	ttwopci? bus ?
2901.176Sthorpejcom*	at	sableio? port ?
2911.176Sthorpejlpt*	at	sableio? port ?
2921.176Sthorpejpckbc*	at	sableio? port ?
2931.176Sthorpejfdc*	at	sableio? port ?
2941.7Scgd
2951.8Scgd# PCI bus support
2961.7Scgdpci*	at	apecs?
2971.9Scgdpci*	at	cia?
2981.156Sthorpejpci*	at	irongate?
2991.9Scgdpci*	at	lca?
3001.9Scgdpci*	at	ppb?
3011.41Scgdpci*	at	dwlpx?
3021.80Smjacobpci*	at	mcpcia?
3031.122Srosspci*	at	tsp?
3041.176Sthorpejpci*	at	ttwopci?
3051.193Sthorpej
3061.193Sthorpej# AGP support
3071.193Sthorpejagp*	at	irongate?
3081.7Scgd
3091.8Scgd# PCI devices
3101.239Sjonathan
3111.239Sjonathan# PCI cryptographic devices
3121.239Sjonathanhifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
3131.239Sjonathanubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
3141.239Sjonathan
3151.126Sthorpejadv*	at	pci? dev ? function ?		# AdvanSys SCSI
3161.126Sthorpejadw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
3171.211Swiz#options 	SCSI_ADW_WDTR_DISABLE		# 	disable WDTR
3181.211Swiz#options 	SCSI_ADW_SDTR_DISABLE		# 	disable SDTR
3191.211Swiz#options 	SCSI_ADW_TAGQ_DISABLE		# 	disable Tag Queuing
3201.43Scgdahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
3211.212Snathanwautri*	at	pci? dev ? function ?		# Trident 4DWAVE based AC'97 Audio
3221.43Scgdbha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
3231.150Sadcac*	at	pci? dev ? function ?		# Compaq array controller (untested)
3241.195Sitohycmpci*	at	pci? dev ? function ?		# C-Media CMI8338/8738 Audio
3251.49Scgdcy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
3261.155Smattcz*	at	pci? dev ? function ?		# Cyclades-Z (untested)
3271.129Saddpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
3281.120Schristoseap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
3291.20Scgden*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
3301.305Stsutsuiep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
3311.120Schristosepic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
3321.307Spavelesh*	at	pci? dev ? function ?		# Essential HIPPI card
3331.130Skleinkeso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
3341.191Shubertfex*	at	pci? dev ? function ?		# 3COM 3c90x[BC] Ethernet
3351.43Scgdfpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
3361.75Senamifxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
3371.187Sthorpejgsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
3381.186Slukemiha*	at	pci? dev ? function ?		# Initio INIC-940/950 SCSI
3391.43Scgdisp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
3401.20Scgdle*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
3411.187Sthorpejsf*	at	pci? dev ? function ?		# Adaptec AIC-6915 Ethernet
3421.161Sthorpejsiop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
3431.231Sbouyeresiop*	at	pci? dev ? function ?		# Symbios 53c875 SCSI and newer
3441.181Sadmlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
3451.228Sthorpejmpt*	at	pci? dev ? function ?		# LSI Fusion SCSI/FC
3461.120Schristosne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
3471.120Schristosohci*	at	pci? dev ? function ?		# USB Open Host Controller
3481.252Sreinoudehci*	at	pci? dev ? function ?		# USB-2 Host controller
3491.43Scgdpceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
3501.254Sreinoudpciide* at	pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
3511.254Sreinoudacardide* at	pci? dev ? function ?		# Acard IDE controllers
3521.254Sreinoudaceride* at	pci? dev ? function ?		# Acer Lab IDE controllers
3531.254Sreinoudartsata* at	pci? dev ? function ?		# Intel i31244 SATA controller
3541.254Sreinoudcmdide* at	pci? dev ? function ?		# CMD tech IDE controllers
3551.254Sreinoudcypide* at	pci? dev ? function ?		# Cypress IDE controllers
3561.254Sreinoudhptide* at	pci? dev ? function ?		# Triones/HighPoint IDE controllers
3571.254Sreinoudoptiide* at	pci? dev ? function ?		# Opti IDE controllers
3581.254Sreinoudpdcide* at	pci? dev ? function ?		# Promise IDE controllers
3591.305Stsutsuipdcsata* at	pci? dev ? function ?		# Promise SATA150 controllers
3601.254Sreinoudsatalink* at	pci? dev ? function ?		# SiI SATALink controllers
3611.254Sreinoudsiside* at	pci? dev ? function ?		# SiS IDE controllers
3621.254Sreinoudslide*  at	pci? dev ? function ?		# Symphony Labs IDE controllers
3631.254Sreinoudviaide* at	pci? dev ? function ?		# VIA/AMD/Nvidia IDE controllers
3641.303Stsutsuipcn*	at	pci? dev ? function ?		# AMD PCnet-PCI Ethernet
3651.108Sthorpejpcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
3661.43Scgdppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
3671.307Spavelpuc*	at 	pci? dev ? function ?		# PCI "universal" comm. cards
3681.287Smrgre*	at	pci? dev ? function ?		# Realtek 8169 Ethernet
3691.240Swizrtk*	at	pci? dev ? function ?		# Realtek 8129/8139 Ethernet
3701.43Scgdsio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
3711.131Sthorpejsip*	at	pci? dev ? function ?		# SiS 900 Ethernet
3721.223Smjacobstge*	at	pci? dev ? function ?		# Sundance/Tamarack TC9021 GigE
3731.120Schristossv*	at	pci? dev ? function ?		# S3 SonicVibes
3741.43Scgdtga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
3751.131Sthorpejti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
3761.99Sthorpejtl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
3771.131Sthorpejtlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
3781.120Schristosuhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
3791.49Scgdvga*	at	pci? dev ? function ?		# PCI VGA Graphics
3801.120Schristosvr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
3811.222Sgrantwi*	at	pci? dev ? function ?		# Lucent/Intersil WaveLAN/IEEE
3821.302Stsutsuiwm*	at	pci? dev ? function ?		# Intel 8254x Ethernet
3831.183Sminourayds*	at	pci? dev ? function ?		# Yamaha DS-1 PCI Audio
3841.120Schristos
3851.195Sitohyopl*	at	cmpci? flags 1
3861.130Skleinkopl*	at	eso?
3871.107Saugustss#opl*	at	sv?
3881.183Sminouraopl*	at	yds?
3891.130Skleink
3901.195Sitohympu*	at	cmpci?
3911.130Skleinkmpu*	at	eso?
3921.183Sminourampu*	at	yds?
3931.196Sitohy
3941.99Sthorpej# MII/PHY support
3951.121Schristosexphy*	at mii? phy ?			# 3Com internal PHYs
3961.205Swizicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
3971.121Schristosinphy*	at mii? phy ?			# Intel 82555 PHYs
3981.307Spaveliophy*	at mii? phy ?			# Intel 82553 PHYs
3991.121Schristoslxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
4001.187Sthorpejgphyter* at mii? phy ?			# NS83861 Gig-E PHY
4011.302Stsutsuimakphy*	at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
4021.121Schristosnsphy*	at mii? phy ?			# NS83840 PHYs
4031.305Stsutsuinsphyter* at mii? phy ?			# NS83843 PHYs
4041.121Schristosqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
4051.302Stsutsuirgephy*	at mii? phy ?			# Realtek 8169S internal PHYs
4061.302Stsutsuirlphy*	at mii? phy ?			# Realtek 8139 PHYs
4071.305Stsutsuisqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
4081.121Schristostlphy*	at mii? phy ?			# ThunderLAN PHYs
4091.307Spaveltqphy*	at mii? phy ?			# TDK Semiconductor PHYs
4101.121Schristosukphy*	at mii? phy ?			# generic unknown PHYs
4111.7Scgd
4121.9Scgd# ISA/EISA bus support
4131.161Sthorpejisa*	at	jensenio?
4141.161Sthorpejeisa*	at	jensenio?
4151.9Scgdisa*	at	pceb?
4161.9Scgdeisa*	at	pceb?
4171.9Scgdisa*	at	sio?
4181.177Smycroft#isapnp*	at	isa?
4191.8Scgd
4201.8Scgd# ISA devices
4211.29Scgdmcclock* at	isa? port 0x70
4221.140Scjspckbc*	at	isa?				# PC keyboard controller
4231.81Sdrochnerpckbd*	at	pckbc?				# PC keyboard (kbd port)
4241.109Sdrochnerpms*	at	pckbc?				# PS/2-style mouse (aux port)
4251.262Scubeattimer* at	isa?				# AT Timer
4261.83Sthorpejpcppi*	at	isa?				# PC prog. periph. interface
4271.83Sthorpejspkr0	at	pcppi?				# IBM BASIC emulation
4281.98Sdrochnerisabeep0 at	pcppi?				# "keyboard" beep
4291.29Scgdcom*	at	isa? port 0x3f8 irq 4		# standard serial ports
4301.29Scgdcom*	at	isa? port 0x2f8 irq 3
4311.97Sthorpejcs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
4321.170Stsutsuiec0	at	isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
4331.52Scjsep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
4341.177Smycroft#ep*	at	isapnp?
4351.177Smycroft#ix0	at	isa? port 0x300 irq 10		# EtherExpress/16
4361.177Smycroft#iy0	at	isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
4371.112Sthorpejfdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
4381.86Smattlc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
4391.86Smattlc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
4401.86Smattdepca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
4411.86Smattdepca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
4421.86Smattle*	at	depca?
4431.29Scgdlpt*	at	isa? port 0x3bc irq 7		# standard parallel port
4441.29Scgdvga*	at	isa?				# ISA (EISA: XXX) VGA
4451.74Sthorpejwdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
4461.74Sthorpejwdc1	at	isa? port 0x170 irq 15
4471.177Smycroft#wdc*	at	isapnp?
4481.198Slukemwe0	at	isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
4491.198Slukemwe1	at	isa? port 0x300 iomem 0xcc000 irq 10
4501.108Sthorpej#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
4511.177Smycroft#wss*	at	isapnp?
4521.204Sross
4531.204Srossess0	at	isa? port 0x220 irq 5 drq 1 drq2 5   # ESS 18XX
4541.114Srosssb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
4551.114Sross#sb*	at	isapnp?
4561.119Sdante#adv*	at	isa? port ? irq ? drq ?		# AdvanSys APB-514[02]
4571.56Sthorpejaha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
4581.56Sthorpejaha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
4591.56Sthorpejbha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
4601.56Sthorpejbha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
4611.56Sthorpejuha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
4621.56Sthorpejuha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
4631.152Smattpcic0	at	isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
4641.152Smattpcic1	at	isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
4651.152Smattpcmcia*	at	pcic? controller ? socket ?
4661.307Spavel#satlink0 at	isa? port 0x300 drq 1		# PlanetConnect Satellite receiver.
4671.15Scgd
4681.15Scgd# EISA devices
4691.56Sthorpejahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
4701.44Scgdahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
4711.44Scgdbha*	at	eisa? slot ?			# BusLogic 7xx SCSI
4721.53Scjsep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
4731.50Scgdfea*	at	eisa? slot ?			# DEC DEFEA FDDI
4741.184Sadmlx*	at	eisa? slot ?			# Mylex DAC960 / DEC SWXCR (untested)
4751.131Sthorpejtlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
4761.163Sthorpejdepca*	at	eisa? slot ?			# DEC DE-422 Ethernet
4771.163Sthorpejle*	at	depca?
4781.56Sthorpejuha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
4791.7Scgd
4801.152Smatt# PCMCIA device
4811.249Smycroftcom*	at	pcmcia? function ?	# Modems and serial cards
4821.249Smycroft
4831.249Smycroftaic*	at	pcmcia? function ?	# Adaptec APA-1460 SCSI
4841.290Shubertfspc*	at	pcmcia? function ?	# Fujitsu MB87030/MB89352 SCSI
4851.249Smycroft
4861.249Smycroftwdc*	at	pcmcia? function ?	# PCMCIA IDE controllers
4871.249Smycroft
4881.249Smycroftep*	at	pcmcia? function ?	# 3Com 3c589 and 3c562 Eth.
4891.249Smycroftmbe*	at	pcmcia? function ?	# MB8696x based Ethernet
4901.249Smycroftne*	at	pcmcia? function ?	# NE2000-compatible Eth.
4911.249Smycroftray*	at	pcmcia? function ?	# Raytheon Raylink (802.11)
4921.249Smycroftsm*	at	pcmcia? function ?	# Megahertz Ethernet
4931.249Smycroftwi*	at	pcmcia? function ?	# Lucent/Intersil WaveLAN/IEEE
4941.249Smycroftxirc*	at	pcmcia? function ?	# Xircom CreditCard Ethernet
4951.249Smycroftcom*	at	xirc?
4961.249Smycroftxi*	at	xirc?
4971.249Smycroftmhzc*	at	pcmcia? function ?	# Megahertz Ethernet/Modem combo cards
4981.249Smycroftcom*	at	mhzc?
4991.249Smycroftsm*	at	mhzc?
5001.152Smatt
5011.307Spavel# PUC devices
5021.307Spavelcom*	at puc? port ?			# 16x50s on "universal" comm boards
5031.307Spavellpt*	at puc? port ?			# || ports on "universal" comm boards
5041.307Spavel
5051.8Scgd# SCSI bus support
5061.241Sfairscsibus* at	scsi?
5071.1Scgd
5081.8Scgd# SCSI devices
5091.31Scgdcd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
5101.307Spavelch*	at	scsibus? target ? lun ?		# SCSI autochangers
5111.31Scgdsd*	at	scsibus? target ? lun ?		# SCSI disk drives
5121.307Spavelse*	at	scsibus? target ? lun ?		# Cabletron SCSI<->Ethernet
5131.307Spavelses*	at	scsibus? target ? lun ?		# SCSI SES/SAF-TE
5141.307Spavelss*	at	scsibus? target ? lun ?		# SCSI scanners
5151.31Scgdst*	at	scsibus? target ? lun ?		# SCSI tape drives
5161.307Spaveluk*	at	scsibus? target ? lun ?		# SCSI unknown
5171.51Scgd
5181.236Slukem# ATA (IDE) bus support
5191.236Slukematabus* at ata?
5201.234Sbouyer
5211.236Slukem# IDE drives
5221.234Sbouyerwd*	at	atabus? drive ?
5231.74Sthorpej
5241.74Sthorpej# ATAPI bus support
5251.236Slukematapibus* at	atapi?
5261.74Sthorpej
5271.74Sthorpej# ATAPI devices
5281.74Sthorpejsd*	at	atapibus? drive ?		# ATAPI disk devices
5291.74Sthorpejcd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
5301.112Sthorpej
5311.112Sthorpej# Floppy drives
5321.112Sthorpejfd*	at	fdc? drive ?
5331.150Sad
5341.150Sad# Hardware RAID devices
5351.173Sadld*	at	cac? unit ?
5361.182Sitojunld*	at	mlx? unit ?
5371.108Sthorpej
5381.108Sthorpej# USB bus support
5391.108Sthorpejusb*	at uhci?
5401.108Sthorpejusb*	at ohci?
5411.252Sreinoudusb*	at ehci?
5421.108Sthorpej
5431.127Saugustss# USB Hubs
5441.108Sthorpejuhub*	at usb?
5451.127Saugustssuhub*	at uhub? port ? configuration ? interface ?
5461.108Sthorpej
5471.201Saugustss# USB HID device
5481.201Saugustssuhidev*	at uhub? port ? configuration ? interface ?
5491.201Saugustss
5501.127Saugustss# USB Mice
5511.201Saugustssums*	at uhidev? reportid ?
5521.133Smycroftwsmouse*	at ums?
5531.108Sthorpej
5541.108Sthorpej# USB Keyboards
5551.201Saugustssukbd*	at uhidev? reportid ?
5561.133Smycroftwskbd*	at ukbd? console ?
5571.253Sreinoudoptions         WSDISPLAY_COMPAT_RAWKBD
5581.108Sthorpej
5591.292Sskrll# USB serial adapter
5601.272Sskrllucycom*	at uhidev? reportid ?
5611.272Sskrll
5621.108Sthorpej# USB Generic HID devices
5631.201Saugustssuhid*	at uhidev? reportid ?
5641.108Sthorpej
5651.127Saugustss# USB Printer
5661.127Saugustssulpt*	at uhub? port ? configuration ? interface ?
5671.127Saugustss
5681.127Saugustss# USB Modem
5691.127Saugustssumodem*	at uhub? port ? configuration ?
5701.142Saugustssucom*	at umodem?
5711.128Sthorpej
5721.128Sthorpej# USB Mass Storage
5731.128Sthorpejumass*	at uhub? port ? configuration ? interface ?
5741.138Saugustss
5751.254Sreinoud# USB audio
5761.254Sreinouduaudio*	at uhub? port ? configuration ?  
5771.254Sreinoud
5781.254Sreinoud# USB MIDI      
5791.254Sreinoudumidi*	at uhub? port ? configuration ?
5801.254Sreinoud
5811.254Sreinoud# USB IrDA
5821.254Sreinoud# USB-IrDA bridge spec
5831.254Sreinouduirda*	at uhub? port ? configuration ? interface ?
5841.254Sreinoudirframe* at uirda? 
5851.254Sreinoud
5861.254Sreinoud# SigmaTel STIr4200 USB/IrDA Bridge
5871.254Sreinoudustir*	at uhub? port ?  
5881.254Sreinoudirframe* at ustir?
5891.254Sreinoud
5901.138Saugustss# USB Ethernet adapters
5911.138Saugustssaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
5921.255Saugustssaxe*	at uhub? port ?		# ASIX AX88172 based adapters
5931.138Saugustsscue*	at uhub? port ?		# CATC USB-EL1201A based adapters
5941.138Saugustsskue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
5951.224Saugustssurl*	at uhub? port ?		# Realtek RTL8150L based adapters
5961.232Sitojunudav*	at uhub? port ?		# Davicom DM9601 based adapters
5971.178Snathanw
5981.178Snathanw# Serial adapters
5991.178Snathanw# FTDI FT8U100AX serial adapter
6001.178Snathanwuftdi*	at uhub? port ?
6011.178Snathanwucom*	at uftdi? portno ?
6021.169Saugustss
6031.263Sitohy# Kyocera AIR-EDGE PHONE
6041.307Spavelukyopon* at uhub? port ?
6051.307Spavelucom*	at ukyopon? portno ?
6061.263Sitohy
6071.169Saugustss# USB scanners
6081.169Saugustssuscanner* at uhub? port ?
6091.179Saugustss
6101.179Saugustss# Y@P firmware loader
6111.179Saugustssuyap* at uhub? port ?
6121.219Sfair
6131.219Sfair# D-Link DSB-R100 USB FM radio tuner
6141.219Sfairudsbr* at uhub? port ?
6151.219Sfairradio* at udsbr?
6161.127Saugustss
6171.127Saugustss# USB Generic driver
6181.127Saugustssugen*	at uhub? port ?
6191.11Scgd
6201.268Skiyohara# PCI IEEE1394 controllers
6211.268Skiyohara#fwohci*	at pci? dev ? function ?	# IEEE1394 Open Host Controller
6221.268Skiyohara
6231.268Skiyohara#ieee1394if* at fwohci?
6241.268Skiyohara#fwip*	at ieee1394if?			# IP over IEEE1394
6251.268Skiyohara#sbp*	at ieee1394if? euihi ? euilo ?
6261.268Skiyohara
6271.297Splunky
6281.297Splunky# Bluetooth Controller and Device support
6291.297Splunky
6301.297Splunky# Bluetooth PCMCIA Controllers
6311.297Splunkybt3c* at pcmcia? function ?		# 3Com 3CRWB6096-A
6321.297Splunky
6331.297Splunky# Bluetooth USB Controllers
6341.297Splunkyubt* at uhub? port ? configuration ? interface ?
6351.297Splunky
6361.297Splunky# Bluetooth Device Hub
6371.297Splunkybthub* at bt3c?
6381.297Splunkybthub* at ubt?
6391.297Splunky
6401.297Splunky# Bluetooth HID support
6411.297Splunkybthidev* at bthub?
6421.297Splunky
6431.297Splunky# Bluetooth Mouse
6441.297Splunkybtms* at bthidev? reportid ?
6451.297Splunkywsmouse* at btms? mux 0
6461.297Splunky
6471.297Splunky# Bluetooth Keyboard
6481.297Splunkybtkbd* at bthidev? reportid ?
6491.297Splunkywskbd* at btkbd? console ? mux 1
6501.297Splunky
6511.297Splunky# Bluetooth Audio support
6521.297Splunkybtsco* at bthub?
6531.297Splunky
6541.297Splunky
6551.254Sreinoud# Audio support
6561.254Sreinoudaudio*	at audiobus?
6571.254Sreinoudmidi*	at midibus?
6581.254Sreinoudmidi*	at pcppi?
6591.254Sreinoud
6601.11Scgd# Workstation Console attachments
6611.215Sadwsdisplay*	at	cfb?
6621.215Sadwsdisplay*	at	mfb?
6631.215Sadwsdisplay*	at	tfb?
6641.215Sadwsdisplay*	at	sfb?
6651.215Sad#wsdisplay*	at	sfbp?
6661.215Sadwsdisplay*	at	px?
6671.215Sadwsdisplay*	at	pxg?
6681.81Sdrochnerwsdisplay*	at	vga?
6691.81Sdrochnerwsdisplay*	at	tga?
6701.215Sadwskbd*		at	lkkbd? console ?
6711.215Sadwsmouse*	at	vsms?
6721.133Smycroftwskbd*		at	pckbd?
6731.133Smycroftwsmouse*	at	pms?
6741.1Scgd
6751.279Sthorpejpseudo-device 	crypto			# /dev/crypto device
6761.280Sthorpejpseudo-device	swcrypto		# software crypto implementation
6771.239Sjonathan
6781.284Srpaulopseudo-device	bpfilter
6791.288Sliamjfoy#pseudo-device	carp			# Common Address Redundancy Protocol
6801.34Scgdpseudo-device	ccd		4
6811.307Spavelpseudo-device	cgd		4	# cryptographic disk devices
6821.202Sosterpseudo-device	raid		8	# RAIDframe disk driver
6831.202Sosteroptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
6841.202Soster# Options to enable various other RAIDframe RAID types.
6851.304Stsutsui#options 	RF_INCLUDE_EVENODD=1
6861.304Stsutsui#options 	RF_INCLUDE_RAID5_RS=1
6871.304Stsutsui#options 	RF_INCLUDE_PARITYLOGGING=1
6881.304Stsutsui#options 	RF_INCLUDE_CHAINDECLUSTER=1
6891.304Stsutsui#options 	RF_INCLUDE_INTERDECLUSTER=1
6901.304Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
6911.304Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
6921.259Shannkenpseudo-device	fss		4	# file system snapshot device
6931.67Scjspseudo-device	ipfilter	1
6941.34Scgdpseudo-device	loop		1
6951.34Scgdpseudo-device	md		1
6961.285Scubepseudo-device	ppp		
6971.200Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
6981.166Sjdolecekpseudo-device	pty			# pseudo-terminals
6991.285Scubepseudo-device	sl		
7001.307Spavelpseudo-device	strip		
7011.307Spavelpseudo-device	tun		
7021.307Spavelpseudo-device	tap			# virtual Ethernet
7031.285Scubepseudo-device	vnd		
7041.269Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
7051.285Scube#pseudo-device	gre			# generic L3 over IP tunnel
7061.285Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
7071.285Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
7081.286Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
7091.175Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
7101.192Satatatpseudo-device	bridge			# simple inter-network bridging
7111.304Stsutsui#options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
7121.139Smycroftpseudo-device	sequencer	1	# MIDI sequencer
7131.167Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
7141.69Sexplorer#options 	RND_COM			# use "com" randomness too
7151.307Spavel# a pseudo device needed for Coda	# also needs CODA (above)
7161.307Spavelpseudo-device	vcoda		4	# coda minicache <-> venus comm.
7171.307Spavel# a pseudo device needed for SMBFS
7181.307Spavelpseudo-device	nsmb			# experimental - SMB requester
7191.209Slukempseudo-device	clockctl		# user control of clock subsystem
7201.230Sgmcgarrypseudo-device	wsfont
7211.253Sreinoudpseudo-device	wsmux			# mouse and keyboad multiplexing
7221.229Sraggepseudo-device	ksyms			# /dev/ksyms
7231.244Sitojun#pseudo-device	pf			# PF packet filter
7241.244Sitojun#pseudo-device	pflog			# PF log if
7251.282Selad
7261.282Selad# Veriexec
7271.282Selad#
7281.282Selad# a pseudo device needed for veriexec
7291.282Selad#pseudo-device	veriexec		1
7301.282Selad#
7311.282Selad# Uncomment the fingerprint methods below that are desired. Note that
7321.282Selad# removing fingerprint methods will have almost no impact on the kernel
7331.282Selad# code size.
7341.282Selad#
7351.304Stsutsui#options 	VERIFIED_EXEC_FP_RMD160
7361.304Stsutsui#options 	VERIFIED_EXEC_FP_SHA256
7371.304Stsutsui#options 	VERIFIED_EXEC_FP_SHA384
7381.304Stsutsui#options 	VERIFIED_EXEC_FP_SHA512
7391.304Stsutsui#options 	VERIFIED_EXEC_FP_SHA1
7401.304Stsutsui#options 	VERIFIED_EXEC_FP_MD5
7411.298Selad
7421.304Stsutsuioptions 	PAX_MPROTECT=0		# PaX mprotect(2) restrictions
743