GENERIC revision 1.395
11.395Srin# $NetBSD: GENERIC,v 1.395 2019/08/09 08:02:23 rin 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.395Srinident		"GENERIC-$Revision: 1.395 $"
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.379Ssevan# Alternate buffer queue strategies for better responsiveness under high
521.379Ssevan# disk I/O load.
531.265Stsutsui#options 	BUFQ_READPRIO
541.394Ssevanoptions 	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.108Sthorpejoptions 	DDB			# kernel debugger
601.250Smycroftoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
611.356Sskrll#makeoptions	DEBUG="-g"
621.185Sross#makeoptions	DEBUGLIST="pattern1 pattern2 ..."
631.38Scgd
641.193Sthorpej#options 	KGDB			# Remote kernel GDB support
651.197Slukem#options 	KGDB_DEVNAME="\"com\""	# device to use for KGDB
661.193Sthorpej#options 	KGDB_DEVADDR=0x2f8	# at this address
671.193Sthorpej#options 	KGDB_DEVRATE=57600	# at this comm. rate
681.193Sthorpej
691.37Sthorpej# File systems
701.65Scgdfile-system	FFS		# Fast file system
711.65Scgdfile-system	MFS		# Memory-based file system
721.307Spavelfile-system	LFS		# Log-structured file system
731.65Scgdfile-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
741.307Spavelfile-system	ADOSFS		# AmigaDOS-compatible file system
751.65Scgdfile-system	MSDOSFS		# MS-DOS-compatible file system
761.140Scjsfile-system	NTFS		# Windows/NT file system (experimental)
771.307Spavelfile-system	EXT2FS		# Linux ext2 file system
781.65Scgdfile-system	NFS		# Sun NFS-compatible file system client
791.307Spavelfile-system	NULLFS		# Null file system layer
801.210Sjdolecekfile-system	KERNFS		# Kernel variable file system (/kern)
811.307Spavelfile-system	FDESC		# File descriptor file system (/dev/fd)
821.330Spookafile-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
831.307Spavelfile-system	UMAPFS		# User-mapping file system layer
841.210Sjdolecekfile-system	PROCFS		# Process file system (/proc)
851.307Spavelfile-system	UNION		# union file system
861.307Spavelfile-system	CODA		# CODA distributed file system
871.307Spavelfile-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
881.274Schristosfile-system	PTYFS		# /dev/pts/N support
891.335Schsfile-system	TMPFS		# Efficient memory file-system
901.283Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
911.37Sthorpej
921.1Scgd# File system options
931.339Sbouyeroptions 	QUOTA		# legacy UFS quotas
941.339Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
951.340Swiz#options 	FFS_EI		# FFS Endian Independent support
961.343Sdhollandoptions 	WAPBL		# File system journaling support
971.304Stsutsui#options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
981.214Sjdolecekoptions 	NFSSERVER	# Sun NFS-compatible file system server
991.281Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1001.361Smanuoptions 	UFS_EXTATTR	# Extended attribute support for UFS1
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.225Sgrant#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1151.1Scgd
1161.245Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1171.245Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1181.245Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1191.245Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1201.245Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1211.245Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1221.245Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1231.245Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1241.245Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1251.245Sabs#options 	ALTQ_RED	# Random Early Detection
1261.245Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1271.245Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1281.245Sabs
1291.378Smrg# Binary compatibility with previous versions of NetBSD.
1301.387Spgoyetteinclude 	"conf/compat_netbsd09.config"
1311.1Scgd
1321.174Smycroft# Linux binary compatibility
1331.174Smycroftoptions 	COMPAT_LINUX
1341.256Schristos
1351.70Smjacob# System V-like message queues
1361.70Smjacoboptions 	SYSVMSG
1371.307Spavel
1381.307Spavel# System V-like semaphores
1391.307Spaveloptions 	SYSVSEM
1401.70Smjacob
1411.34Scgd# System V-like shared memory
1421.58Smellonoptions 	SYSVSHM
1431.1Scgd
1441.246Sbouyer# p1003.1b semaphore support
1451.246Sbouyer
1461.392Sthorpej# new style module(7) framework
1471.392Sthorpej# XXX does not work yet
1481.392Sthorpej#options 	MODULAR
1491.392Sthorpej#options 	MODULAR_DEFAULT_AUTOLOAD
1501.5Scgd
1511.5Scgd# Disable kernel security.
1521.116Sross#options 	INSECURE
1531.2Scgd
1541.7Scgd# Misc. options
1551.58Smellonoptions 	EISAVERBOSE		# recognize "unknown" EISA devices
1561.58Smellonoptions 	PCIVERBOSE		# recognize "unknown" PCI devices
1571.151Saugustssoptions 	MIIVERBOSE		# verbose PHY autoconfig messages
1581.146Scgd#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
1591.71Smjacoboptions 	SCSIVERBOSE		# Verbose SCSI errors
1601.304Stsutsuioptions 	USBVERBOSE		# verbose USB device autoconfig messages
1611.58Smellonoptions 	TCVERBOSE		# recognize "unknown" TC devices
1621.307Spaveloptions 	PCMCIAVERBOSE		# verbose PCMCIA configuration messages
1631.307Spavel#options 	EXTENT_DEBUG		# extent alloc/dealloc code debugging
1641.307Spaveloptions 	FIX_UNALIGNED_VAX_FP	# fix unaligned VAX FP loads & stores
1651.307Spavel#options 	NO_KERNEL_RCSIDS	# don't include kernel file RCS IDs
1661.213Slukemoptions 	USERCONF		# userconf(4) support
1671.221Sitohy#options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
1681.247Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
1691.221Sitohyoptions 	FONT_GALLANT12x22	# Console font for TC devices
1701.73Sdrochner
1711.73Sdrochner# The Alpha console firmware network boots using the BOOTP
1721.76Scgd# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
1731.76Scgd# in case we have NFS root.
1741.76Scgdoptions 	NFS_BOOT_DHCP		# superset of BOOTP
1751.7Scgd
1761.117Sross# WS console uses SUN or VT100 terminal emulation
1771.117Srossoptions 	WSEMUL_VT100
1781.345Sabsoptions 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
1791.101Sdrochner
1801.101Sdrochner# realtime clock compatible to OSF/1
1811.101Sdrochner#options 	CLOCK_COMPAT_OSF1
1821.81Sdrochner
1831.37Sthorpejconfig		netbsd	root on ? type ?
1841.57Smrg#config		netbsd	root on sd0 type ffs
1851.37Sthorpej#config		netbsd	root on ? type nfs
1861.7Scgd
1871.7Scgdmainbus0 at	root
1881.7Scgdcpu*	at	mainbus0
1891.1Scgd
1901.41Scgd# TurboLaser bus support and devices
1911.41Scgdtlsb*	at	mainbus0
1921.41Scgdgbus*	at	tlsb? node ? offset ?
1931.41Scgdtlsbmem* at	tlsb? node ? offset ?
1941.41Scgdkft*	at	tlsb? node ? offset ?
1951.41Scgd
1961.41Scgd# Gbus Devices
1971.85Sthorpejmcclock* at	gbus? offset ?
1981.41Scgd
1991.80Smjacob# MCBUS bus support
2001.80Smjacobmcbus*	at	mainbus0
2011.80Smjacobmcmem*	at	mcbus? mid ?
2021.80Smjacob
2031.80Smjacob#i2c	at	mcbus?
2041.80Smjacob
2051.122Sross#EV6 Tsunami Core Logic
2061.122Sross
2071.122Srosstsc*	at	mainbus0
2081.358Sjdctsciic* 	at	tsc?
2091.382Sthorpejiic* 	at	tsciic?
2101.122Sross
2111.161Sthorpej# DECpc AXP150 (Jensen) internal bus support
2121.161Sthorpejjensenio* at	mainbus0
2131.161Sthorpej
2141.161Sthorpejcom*	at	jensenio? port ?
2151.161Sthorpejlpt*	at	jensenio? port ?
2161.161Sthorpejmcclock* at	jensenio? port ?
2171.161Sthorpejpckbc*	at	jensenio? port ?
2181.161Sthorpej
2191.170Stsutsui# TURBOchannel host bus adapter support
2201.10Scgdtcasic*	at	mainbus0
2211.10Scgd
2221.170Stsutsui# TURBOchannel bus support
2231.10Scgdtc*	at	tcasic?
2241.8Scgd
2251.170Stsutsui# TURBOchannel devices
2261.29Scgdioasic*	at	tc? slot ? offset ?
2271.29Scgdmcclock* at	ioasic? offset ?
2281.12Scgdle*	at	ioasic? offset ?
2291.221Sitohyzsc0	at	ioasic? offset 0x100000
2301.221Sitohyzsc1	at	ioasic? offset 0x180000
2311.170Stsutsuibba0	at	ioasic? offset ?
2321.87Sthorpejtcds*	at	tc? slot ? offset ?
2331.87Sthorpejasc*	at	tcds? chip ?
2341.194Ssimonbasc*	at	tc? slot ? offset ?
2351.12Scgdle*	at	tc? slot ? offset ?
2361.15Scgdfta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
2371.215Sadcfb*	at	tc? slot ? offset ?
2381.215Sadmfb*	at	tc? slot ? offset ?
2391.215Sadtfb*	at	tc? slot ? offset ?
2401.215Sadsfb*	at	tc? slot ? offset ?
2411.215Sad#sfbp*	at	tc? slot ? offset ?
2421.215Sadpx*	at	tc? slot ? offset ?
2431.215Sadpxg*	at	tc? slot ? offset ?
2441.369Sflxdtcu*	at	tc? slot ? offset ?
2451.369Sflxdslhci*	at	tcu?
2461.215Sad
2471.305Stsutsui# TURBOchannel serial attachments
2481.309Spavelzstty0	at	zsc0 channel ?			# serial port on B channels
2491.306Spavel# /dev/ttyB1 has minor number 2 for historical reasons
2501.309Spavelzstty2	at	zsc1 channel ?			# serial port on B channels
2511.215Sadlkkbd0	at	zsc1 channel ?			# keyboard port on A channels
2521.215Sadvsms0	at	zsc0 channel ?			# mouse port on A channels
2531.1Scgd
2541.8Scgd# PCI host bus adapter support
2551.7Scgdapecs*	at	mainbus?
2561.9Scgdcia*	at	mainbus?
2571.156Sthorpejirongate* at	mainbus?
2581.9Scgdlca*	at	mainbus?
2591.41Scgddwlpx*	at	kft?
2601.80Smjacobmcpcia*	at	mcbus? mid ?
2611.122Srosstsp*	at	tsc?
2621.176Sthorpejttwoga*	at	mainbus?
2631.161Sthorpej
2641.161Sthorpej# Sable PCI and STDIO bus and devices
2651.176Sthorpejttwopci* at	ttwoga? hose ?
2661.176Sthorpejsableio* at	ttwopci? bus ?
2671.176Sthorpejcom*	at	sableio? port ?
2681.176Sthorpejlpt*	at	sableio? port ?
2691.176Sthorpejpckbc*	at	sableio? port ?
2701.176Sthorpejfdc*	at	sableio? port ?
2711.7Scgd
2721.8Scgd# PCI bus support
2731.7Scgdpci*	at	apecs?
2741.9Scgdpci*	at	cia?
2751.156Sthorpejpci*	at	irongate?
2761.9Scgdpci*	at	lca?
2771.9Scgdpci*	at	ppb?
2781.41Scgdpci*	at	dwlpx?
2791.80Smjacobpci*	at	mcpcia?
2801.122Srosspci*	at	tsp?
2811.176Sthorpejpci*	at	ttwopci?
2821.193Sthorpej
2831.193Sthorpej# AGP support
2841.193Sthorpejagp*	at	irongate?
2851.7Scgd
2861.8Scgd# PCI devices
2871.239Sjonathan
2881.239Sjonathan# PCI cryptographic devices
2891.239Sjonathanhifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
2901.239Sjonathanubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
2911.239Sjonathan
2921.126Sthorpejadv*	at	pci? dev ? function ?		# AdvanSys SCSI
2931.126Sthorpejadw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
2941.211Swiz#options 	SCSI_ADW_WDTR_DISABLE		# 	disable WDTR
2951.211Swiz#options 	SCSI_ADW_SDTR_DISABLE		# 	disable SDTR
2961.211Swiz#options 	SCSI_ADW_TAGQ_DISABLE		# 	disable Tag Queuing
2971.43Scgdahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
2981.212Snathanwautri*	at	pci? dev ? function ?		# Trident 4DWAVE based AC'97 Audio
2991.354Sjdcbge*	at	pci? dev ? function ?		# Broadcom 570x gigabit Ethernet
3001.43Scgdbha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
3011.150Sadcac*	at	pci? dev ? function ?		# Compaq array controller (untested)
3021.195Sitohycmpci*	at	pci? dev ? function ?		# C-Media CMI8338/8738 Audio
3031.49Scgdcy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
3041.155Smattcz*	at	pci? dev ? function ?		# Cyclades-Z (untested)
3051.129Saddpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
3061.120Schristoseap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
3071.305Stsutsuiep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
3081.120Schristosepic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
3091.307Spavelesh*	at	pci? dev ? function ?		# Essential HIPPI card
3101.130Skleinkeso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
3111.191Shubertfex*	at	pci? dev ? function ?		# 3COM 3c90x[BC] Ethernet
3121.43Scgdfpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
3131.75Senamifxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
3141.187Sthorpejgsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
3151.186Slukemiha*	at	pci? dev ? function ?		# Initio INIC-940/950 SCSI
3161.43Scgdisp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
3171.20Scgdle*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
3181.187Sthorpejsf*	at	pci? dev ? function ?		# Adaptec AIC-6915 Ethernet
3191.161Sthorpejsiop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
3201.231Sbouyeresiop*	at	pci? dev ? function ?		# Symbios 53c875 SCSI and newer
3211.181Sadmlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
3221.228Sthorpejmpt*	at	pci? dev ? function ?		# LSI Fusion SCSI/FC
3231.120Schristosne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
3241.120Schristosohci*	at	pci? dev ? function ?		# USB Open Host Controller
3251.252Sreinoudehci*	at	pci? dev ? function ?		# USB-2 Host controller
3261.395Srinxhci*	at	pci? dev ? function ?		# eXtensible Host Controller
3271.43Scgdpceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
3281.254Sreinoudpciide* at	pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
3291.254Sreinoudacardide* at	pci? dev ? function ?		# Acard IDE controllers
3301.254Sreinoudaceride* at	pci? dev ? function ?		# Acer Lab IDE controllers
3311.254Sreinoudartsata* at	pci? dev ? function ?		# Intel i31244 SATA controller
3321.254Sreinoudcmdide* at	pci? dev ? function ?		# CMD tech IDE controllers
3331.254Sreinoudcypide* at	pci? dev ? function ?		# Cypress IDE controllers
3341.254Sreinoudhptide* at	pci? dev ? function ?		# Triones/HighPoint IDE controllers
3351.254Sreinoudoptiide* at	pci? dev ? function ?		# Opti IDE controllers
3361.254Sreinoudpdcide* at	pci? dev ? function ?		# Promise IDE controllers
3371.305Stsutsuipdcsata* at	pci? dev ? function ?		# Promise SATA150 controllers
3381.254Sreinoudsatalink* at	pci? dev ? function ?		# SiI SATALink controllers
3391.254Sreinoudsiside* at	pci? dev ? function ?		# SiS IDE controllers
3401.254Sreinoudslide*  at	pci? dev ? function ?		# Symphony Labs IDE controllers
3411.254Sreinoudviaide* at	pci? dev ? function ?		# VIA/AMD/Nvidia IDE controllers
3421.303Stsutsuipcn*	at	pci? dev ? function ?		# AMD PCnet-PCI Ethernet
3431.108Sthorpejpcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
3441.363Smacallanpm2fb*	at	pci? dev ? function ?		# 3Dlabs Permedia 2 Graphics
3451.370Smacallanpm3fb*	at	pci? dev ? function ?		# 3Dlabs Permedia 3 Graphics
3461.43Scgdppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
3471.307Spavelpuc*	at 	pci? dev ? function ?		# PCI "universal" comm. cards
3481.357Stsutsuiradeonfb* at	pci? dev ? function ?		# ATI/AMD Radeon Graphics
3491.357Stsutsuioptions 	RADEONFB_DEPTH_32
3501.287Smrgre*	at	pci? dev ? function ?		# Realtek 8169 Ethernet
3511.240Swizrtk*	at	pci? dev ? function ?		# Realtek 8129/8139 Ethernet
3521.43Scgdsio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
3531.131Sthorpejsip*	at	pci? dev ? function ?		# SiS 900 Ethernet
3541.223Smjacobstge*	at	pci? dev ? function ?		# Sundance/Tamarack TC9021 GigE
3551.120Schristossv*	at	pci? dev ? function ?		# S3 SonicVibes
3561.43Scgdtga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
3571.131Sthorpejti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
3581.99Sthorpejtl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
3591.131Sthorpejtlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
3601.120Schristosuhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
3611.49Scgdvga*	at	pci? dev ? function ?		# PCI VGA Graphics
3621.120Schristosvr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
3631.222Sgrantwi*	at	pci? dev ? function ?		# Lucent/Intersil WaveLAN/IEEE
3641.302Stsutsuiwm*	at	pci? dev ? function ?		# Intel 8254x Ethernet
3651.183Sminourayds*	at	pci? dev ? function ?		# Yamaha DS-1 PCI Audio
3661.120Schristos
3671.195Sitohyopl*	at	cmpci? flags 1
3681.130Skleinkopl*	at	eso?
3691.354Sjdcopl*	at	sb?
3701.107Saugustss#opl*	at	sv?
3711.183Sminouraopl*	at	yds?
3721.130Skleink
3731.195Sitohympu*	at	cmpci?
3741.130Skleinkmpu*	at	eso?
3751.354Sjdcmpu*	at	sb?
3761.183Sminourampu*	at	yds?
3771.196Sitohy
3781.329Smhitch# I2O devices
3791.329Smhitchiop*	at pci? dev ? function ?	# I/O processor
3801.329Smhitchiopsp*	at iop? tid ?			# SCSI/FC-AL ports
3811.329Smhitchld*	at iop? tid ?			# block devices
3821.329Smhitch# XXX dpti.c wants a processor type that is not assigned for x86-64
3831.329Smhitch#dpti*	at iop? tid 0			# DPT/Adaptec control interface
3841.329Smhitch
3851.369Sflxd# GPIO devices
3861.369Sflxdgpio*	at gpiobus?
3871.369Sflxd
3881.99Sthorpej# MII/PHY support
3891.367Sjklosbrgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
3901.121Schristosexphy*	at mii? phy ?			# 3Com internal PHYs
3911.205Swizicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
3921.121Schristosinphy*	at mii? phy ?			# Intel 82555 PHYs
3931.307Spaveliophy*	at mii? phy ?			# Intel 82553 PHYs
3941.121Schristoslxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
3951.187Sthorpejgphyter* at mii? phy ?			# NS83861 Gig-E PHY
3961.302Stsutsuimakphy*	at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
3971.121Schristosnsphy*	at mii? phy ?			# NS83840 PHYs
3981.305Stsutsuinsphyter* at mii? phy ?			# NS83843 PHYs
3991.121Schristosqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
4001.302Stsutsuirgephy*	at mii? phy ?			# Realtek 8169S internal PHYs
4011.302Stsutsuirlphy*	at mii? phy ?			# Realtek 8139 PHYs
4021.305Stsutsuisqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
4031.121Schristostlphy*	at mii? phy ?			# ThunderLAN PHYs
4041.307Spaveltqphy*	at mii? phy ?			# TDK Semiconductor PHYs
4051.121Schristosukphy*	at mii? phy ?			# generic unknown PHYs
4061.7Scgd
4071.9Scgd# ISA/EISA bus support
4081.161Sthorpejisa*	at	jensenio?
4091.161Sthorpejeisa*	at	jensenio?
4101.9Scgdisa*	at	pceb?
4111.9Scgdeisa*	at	pceb?
4121.9Scgdisa*	at	sio?
4131.177Smycroft#isapnp*	at	isa?
4141.8Scgd
4151.8Scgd# ISA devices
4161.29Scgdmcclock* at	isa? port 0x70
4171.140Scjspckbc*	at	isa?				# PC keyboard controller
4181.81Sdrochnerpckbd*	at	pckbc?				# PC keyboard (kbd port)
4191.109Sdrochnerpms*	at	pckbc?				# PS/2-style mouse (aux port)
4201.262Scubeattimer* at	isa?				# AT Timer
4211.83Sthorpejpcppi*	at	isa?				# PC prog. periph. interface
4221.375Schristosspkr*	at	pcppi?				# IBM BASIC emulation
4231.98Sdrochnerisabeep0 at	pcppi?				# "keyboard" beep
4241.29Scgdcom*	at	isa? port 0x3f8 irq 4		# standard serial ports
4251.29Scgdcom*	at	isa? port 0x2f8 irq 3
4261.97Sthorpejcs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
4271.170Stsutsuiec0	at	isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
4281.52Scjsep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
4291.177Smycroft#ep*	at	isapnp?
4301.177Smycroft#ix0	at	isa? port 0x300 irq 10		# EtherExpress/16
4311.177Smycroft#iy0	at	isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
4321.112Sthorpejfdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
4331.86Smattlc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
4341.86Smattlc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
4351.86Smattdepca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
4361.86Smattdepca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
4371.86Smattle*	at	depca?
4381.29Scgdlpt*	at	isa? port 0x3bc irq 7		# standard parallel port
4391.29Scgdvga*	at	isa?				# ISA (EISA: XXX) VGA
4401.74Sthorpejwdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
4411.74Sthorpejwdc1	at	isa? port 0x170 irq 15
4421.177Smycroft#wdc*	at	isapnp?
4431.198Slukemwe0	at	isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
4441.198Slukemwe1	at	isa? port 0x300 iomem 0xcc000 irq 10
4451.108Sthorpej#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
4461.177Smycroft#wss*	at	isapnp?
4471.204Sross
4481.204Srossess0	at	isa? port 0x220 irq 5 drq 1 drq2 5   # ESS 18XX
4491.114Srosssb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
4501.114Sross#sb*	at	isapnp?
4511.119Sdante#adv*	at	isa? port ? irq ? drq ?		# AdvanSys APB-514[02]
4521.56Sthorpejaha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
4531.56Sthorpejaha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
4541.56Sthorpejbha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
4551.56Sthorpejbha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
4561.56Sthorpejuha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
4571.56Sthorpejuha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
4581.152Smattpcic0	at	isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
4591.152Smattpcic1	at	isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
4601.152Smattpcmcia*	at	pcic? controller ? socket ?
4611.15Scgd
4621.15Scgd# EISA devices
4631.56Sthorpejahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
4641.44Scgdahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
4651.44Scgdbha*	at	eisa? slot ?			# BusLogic 7xx SCSI
4661.53Scjsep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
4671.50Scgdfea*	at	eisa? slot ?			# DEC DEFEA FDDI
4681.184Sadmlx*	at	eisa? slot ?			# Mylex DAC960 / DEC SWXCR (untested)
4691.131Sthorpejtlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
4701.163Sthorpejdepca*	at	eisa? slot ?			# DEC DE-422 Ethernet
4711.163Sthorpejle*	at	depca?
4721.56Sthorpejuha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
4731.7Scgd
4741.152Smatt# PCMCIA device
4751.249Smycroftcom*	at	pcmcia? function ?	# Modems and serial cards
4761.249Smycroft
4771.249Smycroftaic*	at	pcmcia? function ?	# Adaptec APA-1460 SCSI
4781.290Shubertfspc*	at	pcmcia? function ?	# Fujitsu MB87030/MB89352 SCSI
4791.249Smycroft
4801.249Smycroftwdc*	at	pcmcia? function ?	# PCMCIA IDE controllers
4811.249Smycroft
4821.249Smycroftep*	at	pcmcia? function ?	# 3Com 3c589 and 3c562 Eth.
4831.249Smycroftmbe*	at	pcmcia? function ?	# MB8696x based Ethernet
4841.249Smycroftne*	at	pcmcia? function ?	# NE2000-compatible Eth.
4851.249Smycroftray*	at	pcmcia? function ?	# Raytheon Raylink (802.11)
4861.249Smycroftsm*	at	pcmcia? function ?	# Megahertz Ethernet
4871.249Smycroftwi*	at	pcmcia? function ?	# Lucent/Intersil WaveLAN/IEEE
4881.249Smycroftxirc*	at	pcmcia? function ?	# Xircom CreditCard Ethernet
4891.249Smycroftcom*	at	xirc?
4901.249Smycroftxi*	at	xirc?
4911.249Smycroftmhzc*	at	pcmcia? function ?	# Megahertz Ethernet/Modem combo cards
4921.249Smycroftcom*	at	mhzc?
4931.249Smycroftsm*	at	mhzc?
4941.152Smatt
4951.307Spavel# PUC devices
4961.307Spavelcom*	at puc? port ?			# 16x50s on "universal" comm boards
4971.307Spavellpt*	at puc? port ?			# || ports on "universal" comm boards
4981.307Spavel
4991.8Scgd# SCSI bus support
5001.241Sfairscsibus* at	scsi?
5011.1Scgd
5021.8Scgd# SCSI devices
5031.31Scgdcd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
5041.307Spavelch*	at	scsibus? target ? lun ?		# SCSI autochangers
5051.31Scgdsd*	at	scsibus? target ? lun ?		# SCSI disk drives
5061.307Spavelse*	at	scsibus? target ? lun ?		# Cabletron SCSI<->Ethernet
5071.307Spavelses*	at	scsibus? target ? lun ?		# SCSI SES/SAF-TE
5081.307Spavelss*	at	scsibus? target ? lun ?		# SCSI scanners
5091.31Scgdst*	at	scsibus? target ? lun ?		# SCSI tape drives
5101.307Spaveluk*	at	scsibus? target ? lun ?		# SCSI unknown
5111.51Scgd
5121.236Slukem# ATA (IDE) bus support
5131.236Slukematabus* at ata?
5141.234Sbouyer
5151.236Slukem# IDE drives
5161.234Sbouyerwd*	at	atabus? drive ?
5171.74Sthorpej
5181.74Sthorpej# ATAPI bus support
5191.236Slukematapibus* at	atapi?
5201.74Sthorpej
5211.74Sthorpej# ATAPI devices
5221.74Sthorpejsd*	at	atapibus? drive ?		# ATAPI disk devices
5231.74Sthorpejcd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
5241.112Sthorpej
5251.112Sthorpej# Floppy drives
5261.112Sthorpejfd*	at	fdc? drive ?
5271.150Sad
5281.150Sad# Hardware RAID devices
5291.173Sadld*	at	cac? unit ?
5301.182Sitojunld*	at	mlx? unit ?
5311.108Sthorpej
5321.354Sjdc# Acer Labs M7101 SMBus controller
5331.354Sjdcalipm* 	at pci? dev ? function ?
5341.382Sthorpejiic* 	at alipm?
5351.354Sjdc
5361.358Sjdc# AlphaServer DS20L i2c devices
5371.383Sthorpej#lmenv* 	at iic? addr 0x2c
5381.383Sthorpej#lmenv* 	at iic? addr 0x2d
5391.383Sthorpej#lmenv* 	at iic? addr 0x2e
5401.383Sthorpej#lmenv* 	at iic? addr 0x2f
5411.383Sthorpej#spdmem* 	at iic? addr 0x50
5421.383Sthorpej#spdmem* 	at iic? addr 0x51
5431.383Sthorpej#spdmem* 	at iic? addr 0x52
5441.383Sthorpej#spdmem* 	at iic? addr 0x53
5451.383Sthorpej#spdmem* 	at iic? addr 0x54
5461.383Sthorpej#spdmem* 	at iic? addr 0x55
5471.383Sthorpej#spdmem* 	at iic? addr 0x56
5481.383Sthorpej#spdmem* 	at iic? addr 0x57
5491.358Sjdc#seeprom* 	at iic0 addr 0x51 flags 0x2
5501.354Sjdc
5511.317Skiyohara# PCMCIA USB controllers
5521.317Skiyoharaslhci*	at pcmcia? function ?			# ScanLogic SL811HS
5531.317Skiyohara
5541.108Sthorpej# USB bus support
5551.395Srinusb*	at xhci?
5561.317Skiyoharausb*	at ehci?
5571.317Skiyoharausb*	at ohci?
5581.317Skiyoharausb*	at slhci?
5591.108Sthorpejusb*	at uhci?
5601.108Sthorpej
5611.127Saugustss# USB Hubs
5621.108Sthorpejuhub*	at usb?
5631.312Sdrochneruhub*	at uhub? port ?
5641.108Sthorpej
5651.201Saugustss# USB HID device
5661.201Saugustssuhidev*	at uhub? port ? configuration ? interface ?
5671.201Saugustss
5681.127Saugustss# USB Mice
5691.201Saugustssums*	at uhidev? reportid ?
5701.133Smycroftwsmouse*	at ums?
5711.108Sthorpej
5721.108Sthorpej# USB Keyboards
5731.201Saugustssukbd*	at uhidev? reportid ?
5741.133Smycroftwskbd*	at ukbd? console ?
5751.253Sreinoudoptions         WSDISPLAY_COMPAT_RAWKBD
5761.108Sthorpej
5771.292Sskrll# USB serial adapter
5781.272Sskrllucycom*	at uhidev? reportid ?
5791.272Sskrll
5801.108Sthorpej# USB Generic HID devices
5811.201Saugustssuhid*	at uhidev? reportid ?
5821.108Sthorpej
5831.127Saugustss# USB Printer
5841.127Saugustssulpt*	at uhub? port ? configuration ? interface ?
5851.127Saugustss
5861.127Saugustss# USB Modem
5871.127Saugustssumodem*	at uhub? port ? configuration ?
5881.142Saugustssucom*	at umodem?
5891.128Sthorpej
5901.331Splunky# Option N.V. Wireless WAN modems
5911.331Splunkyuhso*	at uhub? port ? configuration ?
5921.331Splunky
5931.128Sthorpej# USB Mass Storage
5941.128Sthorpejumass*	at uhub? port ? configuration ? interface ?
5951.138Saugustss
5961.254Sreinoud# USB audio
5971.254Sreinouduaudio*	at uhub? port ? configuration ?  
5981.254Sreinoud
5991.254Sreinoud# USB MIDI      
6001.254Sreinoudumidi*	at uhub? port ? configuration ?
6011.254Sreinoud
6021.254Sreinoud# USB IrDA
6031.254Sreinoud# USB-IrDA bridge spec
6041.254Sreinouduirda*	at uhub? port ? configuration ? interface ?
6051.254Sreinoudirframe* at uirda? 
6061.254Sreinoud
6071.254Sreinoud# SigmaTel STIr4200 USB/IrDA Bridge
6081.254Sreinoudustir*	at uhub? port ?  
6091.254Sreinoudirframe* at ustir?
6101.254Sreinoud
6111.138Saugustss# USB Ethernet adapters
6121.138Saugustssaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
6131.255Saugustssaxe*	at uhub? port ?		# ASIX AX88172 based adapters
6141.138Saugustsscue*	at uhub? port ?		# CATC USB-EL1201A based adapters
6151.138Saugustsskue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
6161.385Srinmue*	at uhub? port ?		# Microchip LAN75xx/LAN78xx based adapters
6171.389Srinudav*	at uhub? port ?		# Davicom DM9601 based adapters
6181.389Srinure*	at uhub? port ?		# Realtek RTL8152/RTL8153 based adapters
6191.224Saugustssurl*	at uhub? port ?		# Realtek RTL8150L based adapters
6201.178Snathanw
6211.178Snathanw# Serial adapters
6221.178Snathanw# FTDI FT8U100AX serial adapter
6231.178Snathanwuftdi*	at uhub? port ?
6241.178Snathanwucom*	at uftdi? portno ?
6251.169Saugustss
6261.263Sitohy# Kyocera AIR-EDGE PHONE
6271.307Spavelukyopon* at uhub? port ?
6281.307Spavelucom*	at ukyopon? portno ?
6291.263Sitohy
6301.169Saugustss# USB scanners
6311.368Sgdt#uscanner* at uhub? port ?
6321.179Saugustss
6331.179Saugustss# Y@P firmware loader
6341.179Saugustssuyap* at uhub? port ?
6351.219Sfair
6361.219Sfair# D-Link DSB-R100 USB FM radio tuner
6371.219Sfairudsbr* at uhub? port ?
6381.219Sfairradio* at udsbr?
6391.127Saugustss
6401.127Saugustss# USB Generic driver
6411.127Saugustssugen*	at uhub? port ?
6421.11Scgd
6431.268Skiyohara# PCI IEEE1394 controllers
6441.268Skiyohara#fwohci*	at pci? dev ? function ?	# IEEE1394 Open Host Controller
6451.268Skiyohara
6461.268Skiyohara#ieee1394if* at fwohci?
6471.268Skiyohara#fwip*	at ieee1394if?			# IP over IEEE1394
6481.268Skiyohara#sbp*	at ieee1394if? euihi ? euilo ?
6491.268Skiyohara
6501.297Splunky
6511.297Splunky# Bluetooth Controller and Device support
6521.297Splunky
6531.297Splunky# Bluetooth PCMCIA Controllers
6541.297Splunkybt3c* at pcmcia? function ?		# 3Com 3CRWB6096-A
6551.316Skiyoharabtbc* at pcmcia? function ?		# AnyCom BlueCard LSE041/039/139
6561.297Splunky
6571.297Splunky# Bluetooth USB Controllers
6581.312Sdrochnerubt* at uhub? port ?
6591.341Sjakllschaubtfwl* at uhub? port ?
6601.297Splunky
6611.297Splunky# Bluetooth Device Hub
6621.320Skiyoharabthub* at bcsp?
6631.297Splunkybthub* at bt3c?
6641.316Skiyoharabthub* at btbc?
6651.311Skiyoharabthub* at btuart?
6661.297Splunkybthub* at ubt?
6671.297Splunky
6681.297Splunky# Bluetooth HID support
6691.297Splunkybthidev* at bthub?
6701.297Splunky
6711.297Splunky# Bluetooth Mouse
6721.297Splunkybtms* at bthidev? reportid ?
6731.297Splunkywsmouse* at btms? mux 0
6741.297Splunky
6751.297Splunky# Bluetooth Keyboard
6761.297Splunkybtkbd* at bthidev? reportid ?
6771.297Splunkywskbd* at btkbd? console ? mux 1
6781.297Splunky
6791.337Splunky# Bluetooth Apple Magic Mouse
6801.337Splunkybtmagic* at bthub?
6811.337Splunkywsmouse* at btmagic? mux 0
6821.337Splunky
6831.297Splunky# Bluetooth Audio support
6841.297Splunkybtsco* at bthub?
6851.297Splunky
6861.297Splunky
6871.254Sreinoud# Audio support
6881.254Sreinoudaudio*	at audiobus?
6891.254Sreinoudmidi*	at midibus?
6901.254Sreinoudmidi*	at pcppi?
6911.354Sjdcmidi*	at sb?
6921.254Sreinoud
6931.375Schristosspkr*	at audio?		# PC speaker (synthesized)
6941.372Snat
6951.11Scgd# Workstation Console attachments
6961.364Smacallanwsdisplay0	at	wsemuldisplaydev? console 1
6971.364Smacallanwsdisplay*	at	wsemuldisplaydev?
6981.215Sadwskbd*		at	lkkbd? console ?
6991.215Sadwsmouse*	at	vsms?
7001.133Smycroftwskbd*		at	pckbd?
7011.133Smycroftwsmouse*	at	pms?
7021.1Scgd
7031.325Stls#
7041.325Stls# accept filters
7051.325Stlspseudo-device   accf_data		# "dataready" accept filter
7061.325Stlspseudo-device   accf_http		# "httpready" accept filter
7071.325Stls
7081.279Sthorpejpseudo-device 	crypto			# /dev/crypto device
7091.280Sthorpejpseudo-device	swcrypto		# software crypto implementation
7101.239Sjonathan
7111.284Srpaulopseudo-device	bpfilter
7121.394Ssevanpseudo-device	carp			# Common Address Redundancy Protocol
7131.349Schristospseudo-device	ccd		
7141.349Schristospseudo-device	cgd			# cryptographic disk devices
7151.350Schristospseudo-device	raid			# RAIDframe disk driver
7161.202Sosteroptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
7171.202Soster# Options to enable various other RAIDframe RAID types.
7181.304Stsutsui#options 	RF_INCLUDE_EVENODD=1
7191.304Stsutsui#options 	RF_INCLUDE_RAID5_RS=1
7201.304Stsutsui#options 	RF_INCLUDE_PARITYLOGGING=1
7211.304Stsutsui#options 	RF_INCLUDE_CHAINDECLUSTER=1
7221.304Stsutsui#options 	RF_INCLUDE_INTERDECLUSTER=1
7231.304Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
7241.304Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
7251.334Spookapseudo-device	fss			# file system snapshot device
7261.384Smaxvpseudo-device	npf			# NPF packet filter
7271.349Schristospseudo-device	loop
7281.338Shannkenpseudo-device	md		
7291.285Scubepseudo-device	ppp		
7301.200Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
7311.166Sjdolecekpseudo-device	pty			# pseudo-terminals
7321.285Scubepseudo-device	sl		
7331.307Spavelpseudo-device	strip		
7341.307Spavelpseudo-device	tun		
7351.307Spavelpseudo-device	tap			# virtual Ethernet
7361.285Scubepseudo-device	vnd		
7371.269Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
7381.285Scube#pseudo-device	gre			# generic L3 over IP tunnel
7391.285Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
7401.285Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
7411.286Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
7421.175Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
7431.192Satatatpseudo-device	bridge			# simple inter-network bridging
7441.304Stsutsui#options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
7451.313Smartinpseudo-device	agr			# IEEE 802.3ad link aggregation
7461.351Schristospseudo-device	sequencer		# MIDI sequencer
7471.69Sexplorer#options 	RND_COM			# use "com" randomness too
7481.307Spavel# a pseudo device needed for Coda	# also needs CODA (above)
7491.350Schristospseudo-device	vcoda			# coda minicache <-> venus comm.
7501.307Spavel# a pseudo device needed for SMBFS
7511.307Spavelpseudo-device	nsmb			# experimental - SMB requester
7521.209Slukempseudo-device	clockctl		# user control of clock subsystem
7531.393Sisakipseudo-device	drvctl			# user control of drive subsystem
7541.230Sgmcgarrypseudo-device	wsfont
7551.253Sreinoudpseudo-device	wsmux			# mouse and keyboad multiplexing
7561.229Sraggepseudo-device	ksyms			# /dev/ksyms
7571.310Sadpseudo-device	lockstat		# lock profiling
7581.320Skiyoharapseudo-device	bcsp			# BlueCore Serial Protocol
7591.311Skiyoharapseudo-device	btuart			# Bluetooth HCI UART (H4)
7601.330Spookapseudo-device	putter			# for puffs and pud
7611.282Selad
7621.394Ssevaninclude "dev/veriexec.config"
7631.298Selad
7641.322Schristosoptions PAX_MPROTECT=0			# PaX mprotect(2) restrictions
7651.322Schristosoptions PAX_ASLR=0			# PaX Address Space Layout Randomization
766