GENERIC revision 1.421
11.421Sthorpej# $NetBSD: GENERIC,v 1.421 2024/03/06 13:37:35 thorpej 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.421Sthorpejident		"GENERIC-$Revision: 1.421 $"
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.420Sthorpejoptions 	DEC_KN7AA	# KN7AA:	DEC 7000 and 10000
381.58Smellonoptions 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
391.153Sthorpejoptions 	DEC_KN300	# KN300:	AlphaServer 4100 and 1200
401.89Sthorpejoptions 	DEC_550		# Miata:	Digital Personal Workstation
411.93Srossoptions 	DEC_1000	# Mikasa etc:	Digital AlphaServer 1000
421.90Srossoptions 	DEC_1000A	# Corelle etc:	Digital AlphaServer 800/1000A
431.92Sthorpejoptions 	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
441.94Sthorpejoptions 	DEC_EB66	# EB66:		21066 Evaluation Board
451.122Srossoptions 	DEC_6600	# EV6:		264DP OEM Board
461.156Sthorpejoptions 	API_UP1000	# EV6:		Alpha Processor, Inc. UP1000
471.1Scgd
481.1Scgd# Standard system options
491.58Smellonoptions 	KTRACE			# System call tracing support
501.180Slukemoptions 	NTP			# kernel PLL for NTP
511.218Sjunyoung
521.379Ssevan# Alternate buffer queue strategies for better responsiveness under high
531.379Ssevan# disk I/O load.
541.265Stsutsui#options 	BUFQ_READPRIO
551.394Ssevanoptions 	BUFQ_PRIOCSCAN
561.1Scgd
571.38Scgd# Diagnostic/debugging support options
581.405Sthorpejoptions 	DIAGNOSTIC		# Cheap kernel consistency checks
591.307Spavel#options 	DEBUG			# Expensive debugging checks/support
601.405Sthorpej#options 	LOCKDEBUG		# Expensive locking checks/support
611.108Sthorpejoptions 	DDB			# kernel debugger
621.250Smycroftoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
631.406Sthorpejmakeoptions	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.396Srin#options 	CONSPEED=57600		# Console speed (default to 9600)
721.396Srin
731.37Sthorpej# File systems
741.65Scgdfile-system	FFS		# Fast file system
751.65Scgdfile-system	MFS		# Memory-based file system
761.307Spavelfile-system	LFS		# Log-structured file system
771.65Scgdfile-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
781.307Spavelfile-system	ADOSFS		# AmigaDOS-compatible file system
791.65Scgdfile-system	MSDOSFS		# MS-DOS-compatible file system
801.140Scjsfile-system	NTFS		# Windows/NT file system (experimental)
811.307Spavelfile-system	EXT2FS		# Linux ext2 file system
821.65Scgdfile-system	NFS		# Sun NFS-compatible file system client
831.307Spavelfile-system	NULLFS		# Null file system layer
841.210Sjdolecekfile-system	KERNFS		# Kernel variable file system (/kern)
851.307Spavelfile-system	FDESC		# File descriptor file system (/dev/fd)
861.330Spookafile-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
871.307Spavelfile-system	UMAPFS		# User-mapping file system layer
881.210Sjdolecekfile-system	PROCFS		# Process file system (/proc)
891.307Spavelfile-system	UNION		# union file system
901.307Spavelfile-system	CODA		# CODA distributed file system
911.274Schristosfile-system	PTYFS		# /dev/pts/N support
921.335Schsfile-system	TMPFS		# Efficient memory file-system
931.283Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
941.37Sthorpej
951.1Scgd# File system options
961.415Ssimonb#options 	FFS_EI		# FFS Endian Independent support
971.415Ssimonb#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
981.339Sbouyeroptions 	QUOTA		# legacy UFS quotas
991.339Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
1001.415Ssimonboptions 	UFS_DIRHASH	# UFS Large Directory Hashing
1011.415Ssimonboptions 	UFS_EXTATTR	# Extended attribute support for UFS1
1021.343Sdhollandoptions 	WAPBL		# File system journaling support
1031.415Ssimonboptions 	LFS_DIRHASH	# LFS version of UFS_DIRHASH - experimental
1041.415Ssimonboptions 	NFSSERVER	# Network File System server
1051.137Sitojun
1061.1Scgd# Networking options
1071.225Sgrant#options 	GATEWAY		# packet forwarding
1081.225Sgrantoptions 	INET		# IP + ICMP + TCP + UDP
1091.137Sitojunoptions 	INET6		# IPV6
1101.137Sitojun#options 	IPSEC		# IP security
1111.137Sitojun#options 	IPSEC_DEBUG	# debug for IP security
1121.225Sgrant#options 	MROUTING	# IP multicast routing
1131.251Smanu#options 	PIM		# Protocol Independent Multicast
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.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.378Smrg# Binary compatibility with previous versions of NetBSD.
1341.387Spgoyetteinclude 	"conf/compat_netbsd09.config"
1351.1Scgd
1361.70Smjacob# System V-like message queues
1371.70Smjacoboptions 	SYSVMSG
1381.307Spavel
1391.307Spavel# System V-like semaphores
1401.307Spaveloptions 	SYSVSEM
1411.70Smjacob
1421.34Scgd# System V-like shared memory
1431.58Smellonoptions 	SYSVSHM
1441.1Scgd
1451.246Sbouyer# p1003.1b semaphore support
1461.246Sbouyer
1471.392Sthorpej# new style module(7) framework
1481.392Sthorpej# XXX does not work yet
1491.392Sthorpej#options 	MODULAR
1501.392Sthorpej#options 	MODULAR_DEFAULT_AUTOLOAD
1511.5Scgd
1521.5Scgd# Disable kernel security.
1531.116Sross#options 	INSECURE
1541.2Scgd
1551.7Scgd# Misc. options
1561.58Smellonoptions 	EISAVERBOSE		# recognize "unknown" EISA devices
1571.58Smellonoptions 	PCIVERBOSE		# recognize "unknown" PCI devices
1581.151Saugustssoptions 	MIIVERBOSE		# verbose PHY autoconfig messages
1591.146Scgd#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
1601.71Smjacoboptions 	SCSIVERBOSE		# Verbose SCSI errors
1611.304Stsutsuioptions 	USBVERBOSE		# verbose USB device autoconfig messages
1621.58Smellonoptions 	TCVERBOSE		# recognize "unknown" TC devices
1631.307Spaveloptions 	PCMCIAVERBOSE		# verbose PCMCIA configuration messages
1641.307Spavel#options 	EXTENT_DEBUG		# extent alloc/dealloc code debugging
1651.307Spaveloptions 	FIX_UNALIGNED_VAX_FP	# fix unaligned VAX FP loads & stores
1661.307Spavel#options 	NO_KERNEL_RCSIDS	# don't include kernel file RCS IDs
1671.213Slukemoptions 	USERCONF		# userconf(4) support
1681.221Sitohy#options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
1691.247Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
1701.221Sitohyoptions 	FONT_GALLANT12x22	# Console font for TC devices
1711.73Sdrochner
1721.73Sdrochner# The Alpha console firmware network boots using the BOOTP
1731.76Scgd# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
1741.76Scgd# in case we have NFS root.
1751.76Scgdoptions 	NFS_BOOT_DHCP		# superset of BOOTP
1761.7Scgd
1771.117Sross# WS console uses SUN or VT100 terminal emulation
1781.117Srossoptions 	WSEMUL_VT100
1791.345Sabsoptions 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
1801.101Sdrochner
1811.101Sdrochner# realtime clock compatible to OSF/1
1821.101Sdrochner#options 	CLOCK_COMPAT_OSF1
1831.81Sdrochner
1841.37Sthorpejconfig		netbsd	root on ? type ?
1851.57Smrg#config		netbsd	root on sd0 type ffs
1861.37Sthorpej#config		netbsd	root on ? type nfs
1871.7Scgd
1881.7Scgdmainbus0 at	root
1891.413Sthorpejcpu*	at	mainbus?
1901.413Sthorpejqemu*	at	mainbus?
1911.1Scgd
1921.41Scgd# TurboLaser bus support and devices
1931.413Sthorpejtlsb*	at	mainbus?
1941.421Sthorpejgbus*	at	tlsb? node ?
1951.421Sthorpejtlsbmem* at	tlsb? node ?
1961.421Sthorpejkft*	at	tlsb? node ?
1971.41Scgd
1981.41Scgd# Gbus Devices
1991.85Sthorpejmcclock* at	gbus? offset ?
2001.41Scgd
2011.80Smjacob# MCBUS bus support
2021.413Sthorpejmcbus*	at	mainbus?
2031.80Smjacobmcmem*	at	mcbus? mid ?
2041.80Smjacob
2051.80Smjacob#i2c	at	mcbus?
2061.80Smjacob
2071.122Sross#EV6 Tsunami Core Logic
2081.122Sross
2091.413Sthorpejtsc*	at	mainbus?
2101.358Sjdctsciic* 	at	tsc?
2111.382Sthorpejiic* 	at	tsciic?
2121.122Sross
2131.161Sthorpej# DECpc AXP150 (Jensen) internal bus support
2141.413Sthorpejjensenio* at	mainbus?
2151.161Sthorpej
2161.161Sthorpejcom*	at	jensenio? port ?
2171.161Sthorpejlpt*	at	jensenio? port ?
2181.161Sthorpejmcclock* at	jensenio? port ?
2191.161Sthorpejpckbc*	at	jensenio? port ?
2201.161Sthorpej
2211.170Stsutsui# TURBOchannel host bus adapter support
2221.413Sthorpejtcasic*	at	mainbus?
2231.10Scgd
2241.170Stsutsui# TURBOchannel bus support
2251.10Scgdtc*	at	tcasic?
2261.8Scgd
2271.170Stsutsui# TURBOchannel devices
2281.29Scgdioasic*	at	tc? slot ? offset ?
2291.29Scgdmcclock* at	ioasic? offset ?
2301.12Scgdle*	at	ioasic? offset ?
2311.221Sitohyzsc0	at	ioasic? offset 0x100000
2321.221Sitohyzsc1	at	ioasic? offset 0x180000
2331.170Stsutsuibba0	at	ioasic? offset ?
2341.87Sthorpejtcds*	at	tc? slot ? offset ?
2351.87Sthorpejasc*	at	tcds? chip ?
2361.194Ssimonbasc*	at	tc? slot ? offset ?
2371.12Scgdle*	at	tc? slot ? offset ?
2381.215Sadcfb*	at	tc? slot ? offset ?
2391.215Sadmfb*	at	tc? slot ? offset ?
2401.215Sadtfb*	at	tc? slot ? offset ?
2411.215Sadsfb*	at	tc? slot ? offset ?
2421.215Sad#sfbp*	at	tc? slot ? offset ?
2431.215Sadpx*	at	tc? slot ? offset ?
2441.215Sadpxg*	at	tc? slot ? offset ?
2451.369Sflxdtcu*	at	tc? slot ? offset ?
2461.369Sflxdslhci*	at	tcu?
2471.215Sad
2481.305Stsutsui# TURBOchannel serial attachments
2491.309Spavelzstty0	at	zsc0 channel ?			# serial port on B channels
2501.306Spavel# /dev/ttyB1 has minor number 2 for historical reasons
2511.309Spavelzstty2	at	zsc1 channel ?			# serial port on B channels
2521.215Sadlkkbd0	at	zsc1 channel ?			# keyboard port on A channels
2531.215Sadvsms0	at	zsc0 channel ?			# mouse port on A channels
2541.1Scgd
2551.8Scgd# PCI host bus adapter support
2561.7Scgdapecs*	at	mainbus?
2571.9Scgdcia*	at	mainbus?
2581.156Sthorpejirongate* at	mainbus?
2591.9Scgdlca*	at	mainbus?
2601.41Scgddwlpx*	at	kft?
2611.80Smjacobmcpcia*	at	mcbus? mid ?
2621.122Srosstsp*	at	tsc?
2631.176Sthorpejttwoga*	at	mainbus?
2641.161Sthorpej
2651.161Sthorpej# Sable PCI and STDIO bus and devices
2661.176Sthorpejttwopci* at	ttwoga? hose ?
2671.176Sthorpejsableio* at	ttwopci? bus ?
2681.176Sthorpejcom*	at	sableio? port ?
2691.176Sthorpejlpt*	at	sableio? port ?
2701.176Sthorpejpckbc*	at	sableio? port ?
2711.176Sthorpejfdc*	at	sableio? port ?
2721.7Scgd
2731.8Scgd# PCI bus support
2741.413Sthorpejpci*	at	pcibus?			# "pcibus" interface attribute
2751.193Sthorpej
2761.193Sthorpej# AGP support
2771.413Sthorpejagp*	at	agpbus?			# "agpbus" interface attribute
2781.7Scgd
2791.8Scgd# PCI devices
2801.239Sjonathan
2811.239Sjonathan# PCI cryptographic devices
2821.239Sjonathanhifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
2831.239Sjonathanubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
2841.239Sjonathan
2851.126Sthorpejadv*	at	pci? dev ? function ?		# AdvanSys SCSI
2861.126Sthorpejadw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
2871.211Swiz#options 	SCSI_ADW_WDTR_DISABLE		# 	disable WDTR
2881.211Swiz#options 	SCSI_ADW_SDTR_DISABLE		# 	disable SDTR
2891.211Swiz#options 	SCSI_ADW_TAGQ_DISABLE		# 	disable Tag Queuing
2901.43Scgdahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
2911.212Snathanwautri*	at	pci? dev ? function ?		# Trident 4DWAVE based AC'97 Audio
2921.354Sjdcbge*	at	pci? dev ? function ?		# Broadcom 570x gigabit Ethernet
2931.43Scgdbha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
2941.150Sadcac*	at	pci? dev ? function ?		# Compaq array controller (untested)
2951.195Sitohycmpci*	at	pci? dev ? function ?		# C-Media CMI8338/8738 Audio
2961.49Scgdcy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
2971.155Smattcz*	at	pci? dev ? function ?		# Cyclades-Z (untested)
2981.129Saddpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
2991.120Schristoseap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
3001.305Stsutsuiep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
3011.120Schristosepic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
3021.130Skleinkeso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
3031.191Shubertfex*	at	pci? dev ? function ?		# 3COM 3c90x[BC] Ethernet
3041.75Senamifxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
3051.187Sthorpejgsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
3061.186Slukemiha*	at	pci? dev ? function ?		# Initio INIC-940/950 SCSI
3071.43Scgdisp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
3081.411Smsaitoh#ixg*	at	pci? dev ? function ?		# Intel 8259x 10G Ethernet
3091.400Sthorpejpcn*	at	pci? dev ? function ?		# PCnet-PCI Ethernet
3101.187Sthorpejsf*	at	pci? dev ? function ?		# Adaptec AIC-6915 Ethernet
3111.161Sthorpejsiop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
3121.231Sbouyeresiop*	at	pci? dev ? function ?		# Symbios 53c875 SCSI and newer
3131.181Sadmlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
3141.228Sthorpejmpt*	at	pci? dev ? function ?		# LSI Fusion SCSI/FC
3151.120Schristosne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
3161.120Schristosohci*	at	pci? dev ? function ?		# USB Open Host Controller
3171.252Sreinoudehci*	at	pci? dev ? function ?		# USB-2 Host controller
3181.395Srinxhci*	at	pci? dev ? function ?		# eXtensible Host Controller
3191.43Scgdpceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
3201.254Sreinoudpciide* at	pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
3211.254Sreinoudacardide* at	pci? dev ? function ?		# Acard IDE controllers
3221.254Sreinoudaceride* at	pci? dev ? function ?		# Acer Lab IDE controllers
3231.254Sreinoudartsata* at	pci? dev ? function ?		# Intel i31244 SATA controller
3241.254Sreinoudcmdide* at	pci? dev ? function ?		# CMD tech IDE controllers
3251.254Sreinoudcypide* at	pci? dev ? function ?		# Cypress IDE controllers
3261.254Sreinoudhptide* at	pci? dev ? function ?		# Triones/HighPoint IDE controllers
3271.254Sreinoudoptiide* at	pci? dev ? function ?		# Opti IDE controllers
3281.254Sreinoudpdcide* at	pci? dev ? function ?		# Promise IDE controllers
3291.305Stsutsuipdcsata* at	pci? dev ? function ?		# Promise SATA150 controllers
3301.254Sreinoudsatalink* at	pci? dev ? function ?		# SiI SATALink controllers
3311.407Sthorpejsiisata* at	pci? dev ? function ?		# SiI SteelVine controllers
3321.254Sreinoudsiside* at	pci? dev ? function ?		# SiS IDE controllers
3331.254Sreinoudslide*  at	pci? dev ? function ?		# Symphony Labs IDE controllers
3341.254Sreinoudviaide* at	pci? dev ? function ?		# VIA/AMD/Nvidia IDE controllers
3351.303Stsutsuipcn*	at	pci? dev ? function ?		# AMD PCnet-PCI Ethernet
3361.108Sthorpejpcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
3371.363Smacallanpm2fb*	at	pci? dev ? function ?		# 3Dlabs Permedia 2 Graphics
3381.370Smacallanpm3fb*	at	pci? dev ? function ?		# 3Dlabs Permedia 3 Graphics
3391.43Scgdppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
3401.307Spavelpuc*	at 	pci? dev ? function ?		# PCI "universal" comm. cards
3411.357Stsutsuiradeonfb* at	pci? dev ? function ?		# ATI/AMD Radeon Graphics
3421.357Stsutsuioptions 	RADEONFB_DEPTH_32
3431.287Smrgre*	at	pci? dev ? function ?		# Realtek 8169 Ethernet
3441.240Swizrtk*	at	pci? dev ? function ?		# Realtek 8129/8139 Ethernet
3451.43Scgdsio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
3461.131Sthorpejsip*	at	pci? dev ? function ?		# SiS 900 Ethernet
3471.223Smjacobstge*	at	pci? dev ? function ?		# Sundance/Tamarack TC9021 GigE
3481.120Schristossv*	at	pci? dev ? function ?		# S3 SonicVibes
3491.43Scgdtga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
3501.131Sthorpejti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
3511.99Sthorpejtl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
3521.131Sthorpejtlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
3531.120Schristosuhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
3541.49Scgdvga*	at	pci? dev ? function ?		# PCI VGA Graphics
3551.120Schristosvr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
3561.222Sgrantwi*	at	pci? dev ? function ?		# Lucent/Intersil WaveLAN/IEEE
3571.302Stsutsuiwm*	at	pci? dev ? function ?		# Intel 8254x Ethernet
3581.183Sminourayds*	at	pci? dev ? function ?		# Yamaha DS-1 PCI Audio
3591.120Schristos
3601.195Sitohyopl*	at	cmpci? flags 1
3611.130Skleinkopl*	at	eso?
3621.354Sjdcopl*	at	sb?
3631.107Saugustss#opl*	at	sv?
3641.183Sminouraopl*	at	yds?
3651.130Skleink
3661.195Sitohympu*	at	cmpci?
3671.130Skleinkmpu*	at	eso?
3681.354Sjdcmpu*	at	sb?
3691.183Sminourampu*	at	yds?
3701.196Sitohy
3711.329Smhitch# I2O devices
3721.329Smhitchiop*	at pci? dev ? function ?	# I/O processor
3731.329Smhitchiopsp*	at iop? tid ?			# SCSI/FC-AL ports
3741.329Smhitchld*	at iop? tid ?			# block devices
3751.329Smhitch# XXX dpti.c wants a processor type that is not assigned for x86-64
3761.329Smhitch#dpti*	at iop? tid 0			# DPT/Adaptec control interface
3771.329Smhitch
3781.369Sflxd# GPIO devices
3791.369Sflxdgpio*	at gpiobus?
3801.369Sflxd
3811.99Sthorpej# MII/PHY support
3821.367Sjklosbrgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
3831.121Schristosexphy*	at mii? phy ?			# 3Com internal PHYs
3841.205Swizicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
3851.121Schristosinphy*	at mii? phy ?			# Intel 82555 PHYs
3861.307Spaveliophy*	at mii? phy ?			# Intel 82553 PHYs
3871.121Schristoslxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
3881.187Sthorpejgphyter* at mii? phy ?			# NS83861 Gig-E PHY
3891.302Stsutsuimakphy*	at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
3901.121Schristosnsphy*	at mii? phy ?			# NS83840 PHYs
3911.305Stsutsuinsphyter* at mii? phy ?			# NS83843 PHYs
3921.121Schristosqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
3931.302Stsutsuirgephy*	at mii? phy ?			# Realtek 8169S internal PHYs
3941.302Stsutsuirlphy*	at mii? phy ?			# Realtek 8139 PHYs
3951.305Stsutsuisqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
3961.121Schristostlphy*	at mii? phy ?			# ThunderLAN PHYs
3971.307Spaveltqphy*	at mii? phy ?			# TDK Semiconductor PHYs
3981.121Schristosukphy*	at mii? phy ?			# generic unknown PHYs
3991.7Scgd
4001.9Scgd# ISA/EISA bus support
4011.413Sthorpejisa*	at	isabus?			# "isabus" interface attribute
4021.413Sthorpejeisa*	at	eisabus?		# "eisabus" interface attribute
4031.177Smycroft#isapnp*	at	isa?
4041.8Scgd
4051.8Scgd# ISA devices
4061.29Scgdmcclock* at	isa? port 0x70
4071.140Scjspckbc*	at	isa?				# PC keyboard controller
4081.81Sdrochnerpckbd*	at	pckbc?				# PC keyboard (kbd port)
4091.109Sdrochnerpms*	at	pckbc?				# PS/2-style mouse (aux port)
4101.262Scubeattimer* at	isa?				# AT Timer
4111.83Sthorpejpcppi*	at	isa?				# PC prog. periph. interface
4121.375Schristosspkr*	at	pcppi?				# IBM BASIC emulation
4131.98Sdrochnerisabeep0 at	pcppi?				# "keyboard" beep
4141.29Scgdcom*	at	isa? port 0x3f8 irq 4		# standard serial ports
4151.29Scgdcom*	at	isa? port 0x2f8 irq 3
4161.97Sthorpejcs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
4171.170Stsutsuiec0	at	isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
4181.52Scjsep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
4191.177Smycroft#ep*	at	isapnp?
4201.177Smycroft#ix0	at	isa? port 0x300 irq 10		# EtherExpress/16
4211.177Smycroft#iy0	at	isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
4221.112Sthorpejfdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
4231.86Smattlc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
4241.86Smattlc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
4251.86Smattdepca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
4261.86Smattdepca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
4271.86Smattle*	at	depca?
4281.29Scgdlpt*	at	isa? port 0x3bc irq 7		# standard parallel port
4291.29Scgdvga*	at	isa?				# ISA (EISA: XXX) VGA
4301.74Sthorpejwdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
4311.74Sthorpejwdc1	at	isa? port 0x170 irq 15
4321.177Smycroft#wdc*	at	isapnp?
4331.198Slukemwe0	at	isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
4341.198Slukemwe1	at	isa? port 0x300 iomem 0xcc000 irq 10
4351.108Sthorpej#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
4361.177Smycroft#wss*	at	isapnp?
4371.204Sross
4381.204Srossess0	at	isa? port 0x220 irq 5 drq 1 drq2 5   # ESS 18XX
4391.114Srosssb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
4401.114Sross#sb*	at	isapnp?
4411.119Sdante#adv*	at	isa? port ? irq ? drq ?		# AdvanSys APB-514[02]
4421.56Sthorpejaha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
4431.56Sthorpejaha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
4441.56Sthorpejbha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
4451.56Sthorpejbha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
4461.56Sthorpejuha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
4471.56Sthorpejuha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
4481.152Smattpcic0	at	isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
4491.152Smattpcic1	at	isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
4501.152Smattpcmcia*	at	pcic? controller ? socket ?
4511.15Scgd
4521.15Scgd# EISA devices
4531.56Sthorpejahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
4541.44Scgdahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
4551.44Scgdbha*	at	eisa? slot ?			# BusLogic 7xx SCSI
4561.53Scjsep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
4571.184Sadmlx*	at	eisa? slot ?			# Mylex DAC960 / DEC SWXCR (untested)
4581.131Sthorpejtlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
4591.163Sthorpejdepca*	at	eisa? slot ?			# DEC DE-422 Ethernet
4601.163Sthorpejle*	at	depca?
4611.56Sthorpejuha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
4621.7Scgd
4631.152Smatt# PCMCIA device
4641.249Smycroftcom*	at	pcmcia? function ?	# Modems and serial cards
4651.249Smycroft
4661.249Smycroftaic*	at	pcmcia? function ?	# Adaptec APA-1460 SCSI
4671.290Shubertfspc*	at	pcmcia? function ?	# Fujitsu MB87030/MB89352 SCSI
4681.249Smycroft
4691.249Smycroftwdc*	at	pcmcia? function ?	# PCMCIA IDE controllers
4701.249Smycroft
4711.249Smycroftep*	at	pcmcia? function ?	# 3Com 3c589 and 3c562 Eth.
4721.249Smycroftmbe*	at	pcmcia? function ?	# MB8696x based Ethernet
4731.249Smycroftne*	at	pcmcia? function ?	# NE2000-compatible Eth.
4741.249Smycroftray*	at	pcmcia? function ?	# Raytheon Raylink (802.11)
4751.249Smycroftsm*	at	pcmcia? function ?	# Megahertz Ethernet
4761.249Smycroftwi*	at	pcmcia? function ?	# Lucent/Intersil WaveLAN/IEEE
4771.249Smycroftxirc*	at	pcmcia? function ?	# Xircom CreditCard Ethernet
4781.249Smycroftcom*	at	xirc?
4791.249Smycroftxi*	at	xirc?
4801.249Smycroftmhzc*	at	pcmcia? function ?	# Megahertz Ethernet/Modem combo cards
4811.249Smycroftcom*	at	mhzc?
4821.249Smycroftsm*	at	mhzc?
4831.152Smatt
4841.307Spavel# PUC devices
4851.307Spavelcom*	at puc? port ?			# 16x50s on "universal" comm boards
4861.307Spavellpt*	at puc? port ?			# || ports on "universal" comm boards
4871.307Spavel
4881.8Scgd# SCSI bus support
4891.241Sfairscsibus* at	scsi?
4901.1Scgd
4911.8Scgd# SCSI devices
4921.31Scgdcd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
4931.307Spavelch*	at	scsibus? target ? lun ?		# SCSI autochangers
4941.31Scgdsd*	at	scsibus? target ? lun ?		# SCSI disk drives
4951.417Snatdse*	at	scsibus? target ? lun ?		# SCSI ethernet (Dayna)
4961.307Spavelse*	at	scsibus? target ? lun ?		# Cabletron SCSI<->Ethernet
4971.307Spavelses*	at	scsibus? target ? lun ?		# SCSI SES/SAF-TE
4981.307Spavelss*	at	scsibus? target ? lun ?		# SCSI scanners
4991.31Scgdst*	at	scsibus? target ? lun ?		# SCSI tape drives
5001.307Spaveluk*	at	scsibus? target ? lun ?		# SCSI unknown
5011.51Scgd
5021.236Slukem# ATA (IDE) bus support
5031.236Slukematabus* at ata?
5041.234Sbouyer
5051.236Slukem# IDE drives
5061.234Sbouyerwd*	at	atabus? drive ?
5071.74Sthorpej
5081.74Sthorpej# ATAPI bus support
5091.236Slukematapibus* at	atapi?
5101.74Sthorpej
5111.74Sthorpej# ATAPI devices
5121.74Sthorpejsd*	at	atapibus? drive ?		# ATAPI disk devices
5131.74Sthorpejcd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
5141.112Sthorpej
5151.112Sthorpej# Floppy drives
5161.112Sthorpejfd*	at	fdc? drive ?
5171.150Sad
5181.150Sad# Hardware RAID devices
5191.173Sadld*	at	cac? unit ?
5201.182Sitojunld*	at	mlx? unit ?
5211.108Sthorpej
5221.354Sjdc# Acer Labs M7101 SMBus controller
5231.354Sjdcalipm* 	at pci? dev ? function ?
5241.382Sthorpejiic* 	at alipm?
5251.354Sjdc
5261.358Sjdc# AlphaServer DS20L i2c devices
5271.383Sthorpej#lmenv* 	at iic? addr 0x2c
5281.383Sthorpej#lmenv* 	at iic? addr 0x2d
5291.383Sthorpej#lmenv* 	at iic? addr 0x2e
5301.383Sthorpej#lmenv* 	at iic? addr 0x2f
5311.383Sthorpej#spdmem* 	at iic? addr 0x50
5321.383Sthorpej#spdmem* 	at iic? addr 0x51
5331.383Sthorpej#spdmem* 	at iic? addr 0x52
5341.383Sthorpej#spdmem* 	at iic? addr 0x53
5351.383Sthorpej#spdmem* 	at iic? addr 0x54
5361.383Sthorpej#spdmem* 	at iic? addr 0x55
5371.383Sthorpej#spdmem* 	at iic? addr 0x56
5381.383Sthorpej#spdmem* 	at iic? addr 0x57
5391.358Sjdc#seeprom* 	at iic0 addr 0x51 flags 0x2
5401.354Sjdc
5411.317Skiyohara# PCMCIA USB controllers
5421.317Skiyoharaslhci*	at pcmcia? function ?			# ScanLogic SL811HS
5431.317Skiyohara
5441.108Sthorpej# USB bus support
5451.413Sthorpejusb*	at usbus?			# "usbus" interface attribute
5461.108Sthorpej
5471.127Saugustss# USB Hubs
5481.108Sthorpejuhub*	at usb?
5491.312Sdrochneruhub*	at uhub? port ?
5501.108Sthorpej
5511.201Saugustss# USB HID device
5521.201Saugustssuhidev*	at uhub? port ? configuration ? interface ?
5531.201Saugustss
5541.127Saugustss# USB Mice
5551.201Saugustssums*	at uhidev? reportid ?
5561.133Smycroftwsmouse*	at ums?
5571.108Sthorpej
5581.108Sthorpej# USB Keyboards
5591.201Saugustssukbd*	at uhidev? reportid ?
5601.133Smycroftwskbd*	at ukbd? console ?
5611.253Sreinoudoptions         WSDISPLAY_COMPAT_RAWKBD
5621.108Sthorpej
5631.292Sskrll# USB serial adapter
5641.272Sskrllucycom*	at uhidev? reportid ?
5651.272Sskrll
5661.108Sthorpej# USB Generic HID devices
5671.201Saugustssuhid*	at uhidev? reportid ?
5681.108Sthorpej
5691.127Saugustss# USB Printer
5701.127Saugustssulpt*	at uhub? port ? configuration ? interface ?
5711.127Saugustss
5721.127Saugustss# USB Modem
5731.127Saugustssumodem*	at uhub? port ? configuration ?
5741.142Saugustssucom*	at umodem?
5751.128Sthorpej
5761.331Splunky# Option N.V. Wireless WAN modems
5771.331Splunkyuhso*	at uhub? port ? configuration ?
5781.331Splunky
5791.128Sthorpej# USB Mass Storage
5801.128Sthorpejumass*	at uhub? port ? configuration ? interface ?
5811.138Saugustss
5821.254Sreinoud# USB audio
5831.254Sreinouduaudio*	at uhub? port ? configuration ?  
5841.254Sreinoud
5851.254Sreinoud# USB MIDI      
5861.254Sreinoudumidi*	at uhub? port ? configuration ?
5871.254Sreinoud
5881.254Sreinoud# USB IrDA
5891.254Sreinoud# USB-IrDA bridge spec
5901.254Sreinouduirda*	at uhub? port ? configuration ? interface ?
5911.254Sreinoudirframe* at uirda? 
5921.254Sreinoud
5931.254Sreinoud# SigmaTel STIr4200 USB/IrDA Bridge
5941.254Sreinoudustir*	at uhub? port ?  
5951.254Sreinoudirframe* at ustir?
5961.254Sreinoud
5971.138Saugustss# USB Ethernet adapters
5981.138Saugustssaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
5991.255Saugustssaxe*	at uhub? port ?		# ASIX AX88172 based adapters
6001.138Saugustsscue*	at uhub? port ?		# CATC USB-EL1201A based adapters
6011.138Saugustsskue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
6021.385Srinmue*	at uhub? port ?		# Microchip LAN75xx/LAN78xx based adapters
6031.389Srinudav*	at uhub? port ?		# Davicom DM9601 based adapters
6041.389Srinure*	at uhub? port ?		# Realtek RTL8152/RTL8153 based adapters
6051.224Saugustssurl*	at uhub? port ?		# Realtek RTL8150L based adapters
6061.178Snathanw
6071.178Snathanw# Serial adapters
6081.178Snathanw# FTDI FT8U100AX serial adapter
6091.178Snathanwuftdi*	at uhub? port ?
6101.178Snathanwucom*	at uftdi? portno ?
6111.169Saugustss
6121.263Sitohy# Kyocera AIR-EDGE PHONE
6131.307Spavelukyopon* at uhub? port ?
6141.307Spavelucom*	at ukyopon? portno ?
6151.263Sitohy
6161.219Sfair# D-Link DSB-R100 USB FM radio tuner
6171.219Sfairudsbr* at uhub? port ?
6181.219Sfairradio* at udsbr?
6191.127Saugustss
6201.127Saugustss# USB Generic driver
6211.127Saugustssugen*	at uhub? port ?
6221.11Scgd
6231.268Skiyohara# PCI IEEE1394 controllers
6241.268Skiyohara#fwohci*	at pci? dev ? function ?	# IEEE1394 Open Host Controller
6251.268Skiyohara
6261.268Skiyohara#ieee1394if* at fwohci?
6271.268Skiyohara#fwip*	at ieee1394if?			# IP over IEEE1394
6281.268Skiyohara#sbp*	at ieee1394if? euihi ? euilo ?
6291.268Skiyohara
6301.297Splunky
6311.297Splunky# Bluetooth Controller and Device support
6321.297Splunky
6331.297Splunky# Bluetooth PCMCIA Controllers
6341.297Splunkybt3c* at pcmcia? function ?		# 3Com 3CRWB6096-A
6351.316Skiyoharabtbc* at pcmcia? function ?		# AnyCom BlueCard LSE041/039/139
6361.297Splunky
6371.297Splunky# Bluetooth USB Controllers
6381.312Sdrochnerubt* at uhub? port ?
6391.341Sjakllschaubtfwl* at uhub? port ?
6401.297Splunky
6411.297Splunky# Bluetooth Device Hub
6421.320Skiyoharabthub* at bcsp?
6431.297Splunkybthub* at bt3c?
6441.316Skiyoharabthub* at btbc?
6451.311Skiyoharabthub* at btuart?
6461.297Splunkybthub* at ubt?
6471.297Splunky
6481.297Splunky# Bluetooth HID support
6491.297Splunkybthidev* at bthub?
6501.297Splunky
6511.297Splunky# Bluetooth Mouse
6521.297Splunkybtms* at bthidev? reportid ?
6531.297Splunkywsmouse* at btms? mux 0
6541.297Splunky
6551.297Splunky# Bluetooth Keyboard
6561.297Splunkybtkbd* at bthidev? reportid ?
6571.297Splunkywskbd* at btkbd? console ? mux 1
6581.297Splunky
6591.337Splunky# Bluetooth Apple Magic Mouse
6601.337Splunkybtmagic* at bthub?
6611.337Splunkywsmouse* at btmagic? mux 0
6621.337Splunky
6631.297Splunky# Bluetooth Audio support
6641.297Splunkybtsco* at bthub?
6651.297Splunky
6661.297Splunky
6671.254Sreinoud# Audio support
6681.254Sreinoudaudio*	at audiobus?
6691.254Sreinoudmidi*	at midibus?
6701.254Sreinoudmidi*	at pcppi?
6711.354Sjdcmidi*	at sb?
6721.254Sreinoud
6731.375Schristosspkr*	at audio?		# PC speaker (synthesized)
6741.372Snat
6751.11Scgd# Workstation Console attachments
6761.364Smacallanwsdisplay0	at	wsemuldisplaydev? console 1
6771.364Smacallanwsdisplay*	at	wsemuldisplaydev?
6781.215Sadwskbd*		at	lkkbd? console ?
6791.215Sadwsmouse*	at	vsms?
6801.133Smycroftwskbd*		at	pckbd?
6811.133Smycroftwsmouse*	at	pms?
6821.1Scgd
6831.325Stls#
6841.325Stls# accept filters
6851.325Stlspseudo-device   accf_data		# "dataready" accept filter
6861.325Stlspseudo-device   accf_http		# "httpready" accept filter
6871.325Stls
6881.279Sthorpejpseudo-device 	crypto			# /dev/crypto device
6891.280Sthorpejpseudo-device	swcrypto		# software crypto implementation
6901.239Sjonathan
6911.284Srpaulopseudo-device	bpfilter
6921.394Ssevanpseudo-device	carp			# Common Address Redundancy Protocol
6931.349Schristospseudo-device	ccd		
6941.349Schristospseudo-device	cgd			# cryptographic disk devices
6951.350Schristospseudo-device	raid			# RAIDframe disk driver
6961.202Sosteroptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
6971.202Soster# Options to enable various other RAIDframe RAID types.
6981.304Stsutsui#options 	RF_INCLUDE_EVENODD=1
6991.304Stsutsui#options 	RF_INCLUDE_RAID5_RS=1
7001.304Stsutsui#options 	RF_INCLUDE_PARITYLOGGING=1
7011.304Stsutsui#options 	RF_INCLUDE_CHAINDECLUSTER=1
7021.304Stsutsui#options 	RF_INCLUDE_INTERDECLUSTER=1
7031.304Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
7041.304Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
7051.334Spookapseudo-device	fss			# file system snapshot device
7061.384Smaxvpseudo-device	npf			# NPF packet filter
7071.349Schristospseudo-device	loop
7081.338Shannkenpseudo-device	md		
7091.285Scubepseudo-device	ppp		
7101.200Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
7111.166Sjdolecekpseudo-device	pty			# pseudo-terminals
7121.285Scubepseudo-device	sl		
7131.307Spavelpseudo-device	tun		
7141.307Spavelpseudo-device	tap			# virtual Ethernet
7151.285Scubepseudo-device	vnd		
7161.269Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
7171.285Scube#pseudo-device	gre			# generic L3 over IP tunnel
7181.285Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
7191.285Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
7201.286Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
7211.175Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
7221.192Satatatpseudo-device	bridge			# simple inter-network bridging
7231.408Sroypseudo-device	vether			# Virtual Ethernet for bridge
7241.410Sthorpejpseudo-device	agr			# IEEE 802.3ad link aggregation
7251.351Schristospseudo-device	sequencer		# MIDI sequencer
7261.69Sexplorer#options 	RND_COM			# use "com" randomness too
7271.307Spavel# a pseudo device needed for Coda	# also needs CODA (above)
7281.350Schristospseudo-device	vcoda			# coda minicache <-> venus comm.
7291.209Slukempseudo-device	clockctl		# user control of clock subsystem
7301.393Sisakipseudo-device	drvctl			# user control of drive subsystem
7311.230Sgmcgarrypseudo-device	wsfont
7321.419Sandvarpseudo-device	wsmux			# mouse and keyboard multiplexing
7331.229Sraggepseudo-device	ksyms			# /dev/ksyms
7341.310Sadpseudo-device	lockstat		# lock profiling
7351.320Skiyoharapseudo-device	bcsp			# BlueCore Serial Protocol
7361.311Skiyoharapseudo-device	btuart			# Bluetooth HCI UART (H4)
7371.330Spookapseudo-device	putter			# for puffs and pud
7381.416Sriastradpseudo-device 	swwdog			# software watchdog timer -- swwdog(4)
7391.282Selad
7401.394Ssevaninclude "dev/veriexec.config"
7411.298Selad
7421.322Schristosoptions PAX_MPROTECT=0			# PaX mprotect(2) restrictions
7431.322Schristosoptions PAX_ASLR=0			# PaX Address Space Layout Randomization
7441.414Sjakllsch
7451.418Sabs# Pull in optional local configuration - always at end
7461.414Sjakllschcinclude	"arch/alpha/conf/GENERIC.local"
747