GENERIC revision 1.256
11.221Sitohy#
21.199Sgmcgarry# This machine description file is used to generate the default NetBSD
31.199Sgmcgarry# kernel.  The generic kernel on NetBSD/alpha does enough to get booted,
41.199Sgmcgarry# etc., but not much more.  For a more complete kernel see the ALPHA
51.199Sgmcgarry# machine description file.
61.145Scjs#
71.199Sgmcgarry# The machine description file can be customised for your specific
81.199Sgmcgarry# machine to reduce the kernel size and improve its performance.
91.199Sgmcgarry#
101.199Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
111.199Sgmcgarry# man page.
121.199Sgmcgarry#
131.199Sgmcgarry# For further information on hardware support for this architecture, see
141.199Sgmcgarry# the intro(4) man page.  For further information about kernel options
151.199Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
161.199Sgmcgarry# of each device driver in this file see the section 4 man page for the
171.199Sgmcgarry# device.
181.199Sgmcgarry
191.145Scjs# If you add stuff to this, please add it to the ALPHA configuration, too.
201.1Scgd
211.199Sgmcgarryinclude		"arch/alpha/conf/std.alpha"
221.141Shubertf
231.208Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.208Satatat
251.256Schristos#ident 		"GENERIC-$Revision: 1.256 $"
261.1Scgd
271.77Sthorpejmaxusers 32
281.36Scgd
291.1Scgd# CPU Support
301.161Sthorpejoptions 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
311.58Smellonoptions 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
321.176Sthorpejoptions 	DEC_2100_A500	# Sable:	AlphaServer 2100
331.176Sthorpejoptions 	DEC_2100A_A500	# Lynx:		AlphaServer 2100A
341.58Smellonoptions 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
351.58Smellonoptions 	DEC_3000_300	# Pelican etc:	3000/300*
361.58Smellonoptions 	DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
371.58Smellonoptions 	DEC_EB164	# EB164:	AlphaPC 164
381.58Smellonoptions 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
391.58Smellonoptions 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
401.58Smellonoptions 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
411.153Sthorpejoptions 	DEC_KN300	# KN300:	AlphaServer 4100 and 1200
421.89Sthorpejoptions 	DEC_550		# Miata:	Digital Personal Workstation
431.93Srossoptions 	DEC_1000	# Mikasa etc:	Digital AlphaServer 1000
441.90Srossoptions 	DEC_1000A	# Corelle etc:	Digital AlphaServer 800/1000A
451.92Sthorpejoptions 	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
461.94Sthorpejoptions 	DEC_EB66	# EB66:		21066 Evaluation Board
471.122Srossoptions 	DEC_6600	# EV6:		264DP OEM Board
481.156Sthorpejoptions 	API_UP1000	# EV6:		Alpha Processor, Inc. UP1000
491.1Scgd
501.1Scgd# Standard system options
511.58Smellonoptions 	KTRACE			# System call tracing support
521.216Sprovosoptions 	SYSTRACE		# System call vetting via systrace(1)
531.180Slukemoptions 	NTP			# kernel PLL for NTP
541.218Sjunyoung
551.221Sitohy# Enable experimental buffer queue strategy for better responsiveness under
561.218Sjunyoung# high disk I/O load. Use it with caution - it's not proven to be stable yet.
571.218Sjunyoung#options 	NEW_BUFQ_STRATEGY
581.1Scgd
591.38Scgd# Diagnostic/debugging support options
601.58Smellonoptions 	DIAGNOSTIC		# Cheap kernel consistency checks
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.65Scgdfile-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
751.65Scgdfile-system	MSDOSFS		# MS-DOS-compatible file system
761.140Scjsfile-system	NTFS		# Windows/NT file system (experimental)
771.65Scgdfile-system	NFS		# Sun NFS-compatible file system client
781.210Sjdolecekfile-system	KERNFS		# Kernel variable file system (/kern)
791.210Sjdolecekfile-system	PROCFS		# Process file system (/proc)
801.37Sthorpej
811.1Scgd# File system options
821.214Sjdolecekoptions 	QUOTA		# UFS quotas
831.78Sbouyer#options 	FFS_EI		# FFS Endian Independant support
841.158Sfvdloptions 	SOFTDEP		# FFS soft updates support.
851.214Sjdolecekoptions 	NFSSERVER	# Sun NFS-compatible file system server
861.137Sitojun
871.1Scgd# Networking options
881.225Sgrant#options 	GATEWAY		# packet forwarding
891.225Sgrantoptions 	INET		# IP + ICMP + TCP + UDP
901.137Sitojunoptions 	INET6		# IPV6
911.137Sitojun#options 	IPSEC		# IP security
921.137Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
931.137Sitojun#options 	IPSEC_DEBUG	# debug for IP security
941.225Sgrant#options 	MROUTING	# IP multicast routing
951.251Smanu#options 	PIM		# Protocol Independent Multicast
961.225Sgrant#options 	NS		# XNS
971.225Sgrant#options 	NSIP		# XNS tunneling over IP
981.225Sgrant#options 	ISO,TPIP	# OSI
991.225Sgrant#options 	EON		# OSI tunneling over IP
1001.225Sgrant#options 	CCITT,LLC,HDLC	# X.25
1011.225Sgrant#options 	NETATALK	# AppleTalk networking protocols
1021.225Sgrant#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1031.225Sgrant#options 	PPP_DEFLATE	# Deflate compression support for PPP
1041.225Sgrant#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1051.225Sgrant#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
1061.225Sgrant#options 	IPFILTER_LOG	# ipmon(8) log support
1071.225Sgrant#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1081.225Sgrant#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1091.1Scgd
1101.245Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1111.245Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1121.245Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1131.245Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1141.245Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1151.245Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1161.245Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1171.245Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1181.245Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1191.245Sabs#options 	ALTQ_RED	# Random Early Detection
1201.245Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1211.245Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1221.245Sabs
1231.1Scgd# 4.3BSD compatibility.  Should be optional, but necessary for now.
1241.58Smellonoptions 	COMPAT_43
1251.1Scgd
1261.9Scgd# Binary compatibility with previous versions of NetBSD.
1271.58Smellon#options 	COMPAT_09
1281.58Smellonoptions 	COMPAT_10
1291.58Smellonoptions 	COMPAT_11
1301.58Smellonoptions 	COMPAT_12
1311.72Smjacoboptions 	COMPAT_13
1321.123Saugustssoptions 	COMPAT_14
1331.233Sskdoptions		COMPAT_16
1341.254Sreinoudoptions		COMPAT_20
1351.118Scgd# OSF/1 binary compatibility
1361.118Scgdoptions 	COMPAT_OSF1
1371.174Smycroft
1381.174Smycroft# Linux binary compatibility
1391.174Smycroftoptions 	COMPAT_LINUX
1401.70Smjacob
1411.256Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
1421.256Schristos
1431.70Smjacob# System V-like message queues
1441.70Smjacoboptions 	SYSVMSG
1451.198Slukem#options 	SEMMNI=10	# number of semaphore identifiers
1461.198Slukem#options 	SEMMNS=60	# number of semaphores in system
1471.198Slukem#options 	SEMUME=10	# max number of undo entries per process
1481.198Slukem#options 	SEMMNU=30	# number of undo structures in system
1491.70Smjacob
1501.70Smjacob# System V-like semaphores
1511.70Smjacoboptions 	SYSVSEM
1521.9Scgd
1531.34Scgd# System V-like shared memory
1541.58Smellonoptions 	SYSVSHM
1551.58Smellon#options 	SHMMAXPGS=1024		# 1024 pages is the default
1561.1Scgd
1571.246Sbouyer# p1003.1b semaphore support
1581.246Sbouyeroptions 	P1003_1B_SEMAPHORE
1591.246Sbouyer
1601.7Scgd# Loadable Kernel Modules
1611.58Smellonoptions 	LKM
1621.5Scgd
1631.5Scgd# Disable kernel security.
1641.116Sross#options 	INSECURE
1651.2Scgd
1661.7Scgd# Misc. options
1671.58Smellonoptions 	EISAVERBOSE		# recognize "unknown" EISA devices
1681.58Smellonoptions 	PCIVERBOSE		# recognize "unknown" PCI devices
1691.151Saugustssoptions 	MIIVERBOSE		# verbose PHY autoconfig messages
1701.146Scgd#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
1711.71Smjacoboptions 	SCSIVERBOSE		# Verbose SCSI errors
1721.254Sreinoudoptions		USBVERBOSE		# verbose USB device autoconfig messages
1731.58Smellonoptions 	TCVERBOSE		# recognize "unknown" TC devices
1741.177Smycroft#options 	PCMCIAVERBOSE
1751.213Slukemoptions 	USERCONF		# userconf(4) support
1761.221Sitohy#options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
1771.247Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
1781.221Sitohyoptions 	FONT_GALLANT12x22	# Console font for TC devices
1791.73Sdrochner
1801.73Sdrochner# The Alpha console firmware network boots using the BOOTP
1811.76Scgd# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
1821.76Scgd# in case we have NFS root.
1831.76Scgdoptions 	NFS_BOOT_DHCP		# superset of BOOTP
1841.7Scgd
1851.117Sross# WS console uses SUN or VT100 terminal emulation
1861.117Srossoptions 	WSEMUL_VT100
1871.101Sdrochner
1881.101Sdrochner# realtime clock compatible to OSF/1
1891.101Sdrochner#options 	CLOCK_COMPAT_OSF1
1901.81Sdrochner
1911.37Sthorpejconfig		netbsd	root on ? type ?
1921.57Smrg#config		netbsd	root on sd0 type ffs
1931.37Sthorpej#config		netbsd	root on ? type nfs
1941.7Scgd
1951.7Scgdmainbus0 at	root
1961.7Scgdcpu*	at	mainbus0
1971.1Scgd
1981.41Scgd# TurboLaser bus support and devices
1991.41Scgdtlsb*	at	mainbus0
2001.41Scgdgbus*	at	tlsb? node ? offset ?
2011.41Scgdtlsbmem* at	tlsb? node ? offset ?
2021.41Scgdkft*	at	tlsb? node ? offset ?
2031.41Scgd
2041.41Scgd# Gbus Devices
2051.85Sthorpejmcclock* at	gbus? offset ?
2061.41Scgd
2071.80Smjacob# MCBUS bus support
2081.80Smjacobmcbus*	at	mainbus0
2091.80Smjacobmcmem*	at	mcbus? mid ?
2101.80Smjacob
2111.80Smjacob#i2c	at	mcbus?
2121.80Smjacob
2131.122Sross#EV6 Tsunami Core Logic
2141.122Sross
2151.122Srosstsc*	at	mainbus0
2161.122Sross
2171.161Sthorpej# DECpc AXP150 (Jensen) internal bus support
2181.161Sthorpejjensenio* at	mainbus0
2191.161Sthorpej
2201.161Sthorpejcom*	at	jensenio? port ?
2211.161Sthorpejlpt*	at	jensenio? port ?
2221.161Sthorpejmcclock* at	jensenio? port ?
2231.161Sthorpejpckbc*	at	jensenio? port ?
2241.161Sthorpej
2251.170Stsutsui# TURBOchannel host bus adapter support
2261.10Scgdtcasic*	at	mainbus0
2271.10Scgd
2281.170Stsutsui# TURBOchannel bus support
2291.10Scgdtc*	at	tcasic?
2301.8Scgd
2311.170Stsutsui# TURBOchannel devices
2321.29Scgdioasic*	at	tc? slot ? offset ?
2331.29Scgdmcclock* at	ioasic? offset ?
2341.12Scgdle*	at	ioasic? offset ?
2351.221Sitohyzsc0	at	ioasic? offset 0x100000
2361.221Sitohyzsc1	at	ioasic? offset 0x180000
2371.170Stsutsuibba0	at	ioasic? offset ?
2381.87Sthorpejtcds*	at	tc? slot ? offset ?
2391.87Sthorpejasc*	at	tcds? chip ?
2401.194Ssimonbasc*	at	tc? slot ? offset ?
2411.12Scgdle*	at	tc? slot ? offset ?
2421.15Scgdfta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
2431.215Sadcfb*	at	tc? slot ? offset ?
2441.215Sadmfb*	at	tc? slot ? offset ?
2451.215Sadtfb*	at	tc? slot ? offset ?
2461.215Sadsfb*	at	tc? slot ? offset ?
2471.215Sad#sfbp*	at	tc? slot ? offset ?
2481.215Sadpx*	at	tc? slot ? offset ?
2491.215Sadpxg*	at	tc? slot ? offset ?
2501.215Sad
2511.215Sad# TurboChannel serial attachments
2521.215Sadzstty*	at	zsc? channel ?			# serial ports on B channels
2531.215Sadlkkbd0	at	zsc1 channel ?			# keyboard port on A channels
2541.215Sadvsms0	at	zsc0 channel ?			# mouse port on A channels
2551.1Scgd
2561.8Scgd# PCI host bus adapter support
2571.7Scgdapecs*	at	mainbus?
2581.9Scgdcia*	at	mainbus?
2591.156Sthorpejirongate* at	mainbus?
2601.9Scgdlca*	at	mainbus?
2611.41Scgddwlpx*	at	kft?
2621.80Smjacobmcpcia*	at	mcbus? mid ?
2631.122Srosstsp*	at	tsc?
2641.176Sthorpejttwoga*	at	mainbus?
2651.161Sthorpej
2661.161Sthorpej# Sable PCI and STDIO bus and devices
2671.176Sthorpejttwopci* at	ttwoga? hose ?
2681.176Sthorpejsableio* at	ttwopci? bus ?
2691.176Sthorpejcom*	at	sableio? port ?
2701.176Sthorpejlpt*	at	sableio? port ?
2711.176Sthorpejpckbc*	at	sableio? port ?
2721.176Sthorpejfdc*	at	sableio? port ?
2731.7Scgd
2741.8Scgd# PCI bus support
2751.7Scgdpci*	at	apecs?
2761.9Scgdpci*	at	cia?
2771.156Sthorpejpci*	at	irongate?
2781.9Scgdpci*	at	lca?
2791.9Scgdpci*	at	ppb?
2801.41Scgdpci*	at	dwlpx?
2811.80Smjacobpci*	at	mcpcia?
2821.122Srosspci*	at	tsp?
2831.176Sthorpejpci*	at	ttwopci?
2841.193Sthorpej
2851.193Sthorpej# AGP support
2861.193Sthorpejagp*	at	irongate?
2871.7Scgd
2881.8Scgd# PCI devices
2891.239Sjonathan
2901.239Sjonathan# PCI cryptographic devices
2911.239Sjonathanhifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
2921.239Sjonathanubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
2931.239Sjonathan
2941.126Sthorpejadv*	at	pci? dev ? function ?		# AdvanSys SCSI
2951.126Sthorpejadw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
2961.211Swiz#options 	SCSI_ADW_WDTR_DISABLE		# 	disable WDTR
2971.211Swiz#options 	SCSI_ADW_SDTR_DISABLE		# 	disable SDTR
2981.211Swiz#options 	SCSI_ADW_TAGQ_DISABLE		# 	disable Tag Queuing
2991.43Scgdahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
3001.212Snathanwautri*	at	pci? dev ? function ?		# Trident 4DWAVE based AC'97 Audio
3011.43Scgdbha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
3021.150Sadcac*	at	pci? dev ? function ?		# Compaq array controller (untested)
3031.195Sitohycmpci*	at	pci? dev ? function ?		# C-Media CMI8338/8738 Audio
3041.49Scgdcy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
3051.155Smattcz*	at	pci? dev ? function ?		# Cyclades-Z (untested)
3061.129Saddpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
3071.120Schristoseap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
3081.20Scgden*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
3091.103Sfvdlep*	at	pci? dev ? function ?		# 3COM 3c59x
3101.120Schristosepic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
3111.130Skleinkeso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
3121.191Shubertfex*	at	pci? dev ? function ?		# 3COM 3c90x[BC] Ethernet
3131.43Scgdfpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
3141.75Senamifxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
3151.187Sthorpejgsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
3161.186Slukemiha*	at	pci? dev ? function ?		# Initio INIC-940/950 SCSI
3171.43Scgdisp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
3181.20Scgdle*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
3191.187Sthorpejsf*	at	pci? dev ? function ?		# Adaptec AIC-6915 Ethernet
3201.161Sthorpejsiop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
3211.231Sbouyeresiop*	at	pci? dev ? function ?		# Symbios 53c875 SCSI and newer
3221.181Sadmlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
3231.228Sthorpejmpt*	at	pci? dev ? function ?		# LSI Fusion SCSI/FC
3241.120Schristosne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
3251.120Schristosohci*	at	pci? dev ? function ?		# USB Open Host Controller
3261.252Sreinoudehci*	at	pci? dev ? function ?		# USB-2 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.254Sreinoudpiixide* at	pci? dev ? function ?		# Intel IDE controllers
3371.254Sreinoudpdcide* at	pci? dev ? function ?		# Promise IDE 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.108Sthorpejpcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
3431.43Scgdppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
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.183Sminourayds*	at	pci? dev ? function ?		# Yamaha DS-1 PCI Audio
3581.120Schristos
3591.195Sitohyopl*	at	cmpci? flags 1
3601.130Skleinkopl*	at	eso?
3611.107Saugustss#opl*	at	sv?
3621.183Sminouraopl*	at	yds?
3631.130Skleink
3641.195Sitohympu*	at	cmpci?
3651.130Skleinkmpu*	at	eso?
3661.183Sminourampu*	at	yds?
3671.196Sitohy
3681.99Sthorpej# MII/PHY support
3691.121Schristosexphy*	at mii? phy ?			# 3Com internal PHYs
3701.205Swizicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
3711.121Schristosinphy*	at mii? phy ?			# Intel 82555 PHYs
3721.121Schristoslxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
3731.187Sthorpejgphyter* at mii? phy ?			# NS83861 Gig-E PHY
3741.121Schristosnsphy*	at mii? phy ?			# NS83840 PHYs
3751.121Schristosqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
3761.121Schristossqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
3771.121Schristostlphy*	at mii? phy ?			# ThunderLAN PHYs
3781.121Schristosukphy*	at mii? phy ?			# generic unknown PHYs
3791.7Scgd
3801.9Scgd# ISA/EISA bus support
3811.161Sthorpejisa*	at	jensenio?
3821.161Sthorpejeisa*	at	jensenio?
3831.9Scgdisa*	at	pceb?
3841.9Scgdeisa*	at	pceb?
3851.9Scgdisa*	at	sio?
3861.177Smycroft#isapnp*	at	isa?
3871.8Scgd
3881.8Scgd# ISA devices
3891.29Scgdmcclock* at	isa? port 0x70
3901.140Scjspckbc*	at	isa?				# PC keyboard controller
3911.81Sdrochnerpckbd*	at	pckbc?				# PC keyboard (kbd port)
3921.109Sdrochnerpms*	at	pckbc?				# PS/2-style mouse (aux port)
3931.83Sthorpejpcppi*	at	isa?				# PC prog. periph. interface
3941.83Sthorpejspkr0	at	pcppi?				# IBM BASIC emulation
3951.98Sdrochnerisabeep0 at	pcppi?				# "keyboard" beep
3961.29Scgdcom*	at	isa? port 0x3f8 irq 4		# standard serial ports
3971.29Scgdcom*	at	isa? port 0x2f8 irq 3
3981.97Sthorpejcs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
3991.170Stsutsuiec0	at	isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
4001.52Scjsep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
4011.177Smycroft#ep*	at	isapnp?
4021.177Smycroft#ix0	at	isa? port 0x300 irq 10		# EtherExpress/16
4031.177Smycroft#iy0	at	isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
4041.112Sthorpejfdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
4051.86Smattlc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
4061.86Smattlc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
4071.86Smattdepca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
4081.86Smattdepca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
4091.86Smattle*	at	depca?
4101.29Scgdlpt*	at	isa? port 0x3bc irq 7		# standard parallel port
4111.29Scgdvga*	at	isa?				# ISA (EISA: XXX) VGA
4121.74Sthorpejwdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
4131.74Sthorpejwdc1	at	isa? port 0x170 irq 15
4141.177Smycroft#wdc*	at	isapnp?
4151.198Slukemwe0	at	isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
4161.198Slukemwe1	at	isa? port 0x300 iomem 0xcc000 irq 10
4171.108Sthorpej#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
4181.177Smycroft#wss*	at	isapnp?
4191.204Sross
4201.204Srossess0	at	isa? port 0x220 irq 5 drq 1 drq2 5   # ESS 18XX
4211.114Srosssb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
4221.114Sross#sb*	at	isapnp?
4231.119Sdante#adv*	at	isa? port ? irq ? drq ?		# AdvanSys APB-514[02]
4241.56Sthorpejaha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
4251.56Sthorpejaha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
4261.56Sthorpejbha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
4271.56Sthorpejbha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
4281.56Sthorpejuha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
4291.56Sthorpejuha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
4301.152Smattpcic0	at	isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
4311.152Smattpcic1	at	isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
4321.152Smattpcmcia*	at	pcic? controller ? socket ?
4331.15Scgd
4341.15Scgd# EISA devices
4351.56Sthorpejahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
4361.44Scgdahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
4371.44Scgdbha*	at	eisa? slot ?			# BusLogic 7xx SCSI
4381.53Scjsep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
4391.50Scgdfea*	at	eisa? slot ?			# DEC DEFEA FDDI
4401.184Sadmlx*	at	eisa? slot ?			# Mylex DAC960 / DEC SWXCR (untested)
4411.131Sthorpejtlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
4421.163Sthorpejdepca*	at	eisa? slot ?			# DEC DE-422 Ethernet
4431.163Sthorpejle*	at	depca?
4441.56Sthorpejuha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
4451.7Scgd
4461.152Smatt# PCMCIA device
4471.249Smycroftcom*	at	pcmcia? function ?	# Modems and serial cards
4481.249Smycroft
4491.249Smycroftaic*	at	pcmcia? function ?	# Adaptec APA-1460 SCSI
4501.249Smycroftspc*	at	pcmcia? function ?	# Fujitsu MB87030 SCSI
4511.249Smycroft
4521.249Smycroftwdc*	at	pcmcia? function ?	# PCMCIA IDE controllers
4531.249Smycroft
4541.249Smycroftep*	at	pcmcia? function ?	# 3Com 3c589 and 3c562 Eth.
4551.249Smycroftmbe*	at	pcmcia? function ?	# MB8696x based Ethernet
4561.249Smycroftne*	at	pcmcia? function ?	# NE2000-compatible Eth.
4571.249Smycroftray*	at	pcmcia? function ?	# Raytheon Raylink (802.11)
4581.249Smycroftsm*	at	pcmcia? function ?	# Megahertz Ethernet
4591.249Smycroftwi*	at	pcmcia? function ?	# Lucent/Intersil WaveLAN/IEEE
4601.249Smycroftxirc*	at	pcmcia? function ?	# Xircom CreditCard Ethernet
4611.249Smycroftcom*	at	xirc?
4621.249Smycroftxi*	at	xirc?
4631.249Smycroftmhzc*	at	pcmcia? function ?	# Megahertz Ethernet/Modem combo cards
4641.249Smycroftcom*	at	mhzc?
4651.249Smycroftsm*	at	mhzc?
4661.152Smatt
4671.8Scgd# SCSI bus support
4681.241Sfairscsibus* at	scsi?
4691.1Scgd
4701.8Scgd# SCSI devices
4711.31Scgdcd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
4721.31Scgdsd*	at	scsibus? target ? lun ?		# SCSI disk drives
4731.31Scgdst*	at	scsibus? target ? lun ?		# SCSI tape drives
4741.51Scgd
4751.236Slukem# ATA (IDE) bus support
4761.236Slukematabus* at ata?
4771.234Sbouyer
4781.236Slukem# IDE drives
4791.234Sbouyerwd*	at	atabus? drive ?
4801.74Sthorpej
4811.74Sthorpej# ATAPI bus support
4821.236Slukematapibus* at	atapi?
4831.74Sthorpej
4841.74Sthorpej# ATAPI devices
4851.74Sthorpejsd*	at	atapibus? drive ?		# ATAPI disk devices
4861.74Sthorpejcd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
4871.112Sthorpej
4881.112Sthorpej# Floppy drives
4891.112Sthorpejfd*	at	fdc? drive ?
4901.150Sad
4911.150Sad# Hardware RAID devices
4921.173Sadld*	at	cac? unit ?
4931.182Sitojunld*	at	mlx? unit ?
4941.108Sthorpej
4951.108Sthorpej# USB bus support
4961.108Sthorpejusb*	at uhci?
4971.108Sthorpejusb*	at ohci?
4981.252Sreinoudusb*	at ehci?
4991.108Sthorpej
5001.127Saugustss# USB Hubs
5011.108Sthorpejuhub*	at usb?
5021.127Saugustssuhub*	at uhub? port ? configuration ? interface ?
5031.108Sthorpej
5041.201Saugustss# USB HID device
5051.201Saugustssuhidev*	at uhub? port ? configuration ? interface ?
5061.201Saugustss
5071.127Saugustss# USB Mice
5081.201Saugustssums*	at uhidev? reportid ?
5091.133Smycroftwsmouse*	at ums?
5101.108Sthorpej
5111.108Sthorpej# USB Keyboards
5121.201Saugustssukbd*	at uhidev? reportid ?
5131.133Smycroftwskbd*	at ukbd? console ?
5141.253Sreinoudoptions         WSDISPLAY_COMPAT_RAWKBD
5151.108Sthorpej
5161.108Sthorpej# USB Generic HID devices
5171.201Saugustssuhid*	at uhidev? reportid ?
5181.108Sthorpej
5191.127Saugustss# USB Printer
5201.127Saugustssulpt*	at uhub? port ? configuration ? interface ?
5211.127Saugustss
5221.127Saugustss# USB Modem
5231.127Saugustssumodem*	at uhub? port ? configuration ?
5241.142Saugustssucom*	at umodem?
5251.128Sthorpej
5261.128Sthorpej# USB Mass Storage
5271.128Sthorpejumass*	at uhub? port ? configuration ? interface ?
5281.234Sbouyeratapibus* at umass?
5291.128Sthorpejscsibus* at umass? channel ?
5301.138Saugustss
5311.254Sreinoud# USB audio
5321.254Sreinouduaudio*	at uhub? port ? configuration ?  
5331.254Sreinoud
5341.254Sreinoud# USB MIDI      
5351.254Sreinoudumidi*	at uhub? port ? configuration ?
5361.254Sreinoud
5371.254Sreinoud# USB IrDA
5381.254Sreinoud# USB-IrDA bridge spec
5391.254Sreinouduirda*	at uhub? port ? configuration ? interface ?
5401.254Sreinoudirframe* at uirda? 
5411.254Sreinoud
5421.254Sreinoud# SigmaTel STIr4200 USB/IrDA Bridge
5431.254Sreinoudustir*	at uhub? port ?  
5441.254Sreinoudirframe* at ustir?
5451.254Sreinoud
5461.138Saugustss# USB Ethernet adapters
5471.138Saugustssaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
5481.255Saugustssaxe*	at uhub? port ?		# ASIX AX88172 based adapters
5491.138Saugustsscue*	at uhub? port ?		# CATC USB-EL1201A based adapters
5501.138Saugustsskue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
5511.224Saugustssurl*	at uhub? port ?		# Realtek RTL8150L based adapters
5521.232Sitojunudav*	at uhub? port ?		# Davicom DM9601 based adapters
5531.178Snathanw
5541.178Snathanw# Serial adapters
5551.178Snathanw# FTDI FT8U100AX serial adapter
5561.178Snathanwuftdi*	at uhub? port ?
5571.178Snathanwucom*	at uftdi? portno ?
5581.169Saugustss
5591.169Saugustss# USB scanners
5601.169Saugustssuscanner* at uhub? port ?
5611.179Saugustss
5621.179Saugustss# Y@P firmware loader
5631.179Saugustssuyap* at uhub? port ?
5641.219Sfair
5651.219Sfair# D-Link DSB-R100 USB FM radio tuner
5661.219Sfairudsbr* at uhub? port ?
5671.219Sfairradio* at udsbr?
5681.127Saugustss
5691.127Saugustss# USB Generic driver
5701.127Saugustssugen*	at uhub? port ?
5711.11Scgd
5721.254Sreinoud# Audio support
5731.254Sreinoudaudio*	at audiobus?
5741.254Sreinoudmidi*	at midibus?
5751.254Sreinoudmidi*	at pcppi?
5761.254Sreinoud
5771.11Scgd# Workstation Console attachments
5781.215Sadwsdisplay*	at	cfb?
5791.215Sadwsdisplay*	at	mfb?
5801.215Sadwsdisplay*	at	tfb?
5811.215Sadwsdisplay*	at	sfb?
5821.215Sad#wsdisplay*	at	sfbp?
5831.215Sadwsdisplay*	at	px?
5841.215Sadwsdisplay*	at	pxg?
5851.81Sdrochnerwsdisplay*	at	vga?
5861.81Sdrochnerwsdisplay*	at	tga?
5871.215Sadwskbd*		at	lkkbd? console ?
5881.215Sadwsmouse*	at	vsms?
5891.133Smycroftwskbd*		at	pckbd?
5901.133Smycroftwsmouse*	at	pms?
5911.1Scgd
5921.239Sjonathanpseudo-device 	crypto			# opencrypto framework
5931.239Sjonathan
5941.19Scgdpseudo-device	bpfilter	16
5951.34Scgdpseudo-device	ccd		4
5961.217Selric#pseudo-device	cgd		4	# cryptographic disk devices
5971.202Sosterpseudo-device	raid		8	# RAIDframe disk driver
5981.202Sosteroptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
5991.202Soster# Options to enable various other RAIDframe RAID types.
6001.221Sitohy# options 	RF_INCLUDE_EVENODD=1
6011.221Sitohy# options 	RF_INCLUDE_RAID5_RS=1
6021.221Sitohy# options 	RF_INCLUDE_PARITYLOGGING=1
6031.221Sitohy# options 	RF_INCLUDE_CHAINDECLUSTER=1
6041.221Sitohy# options 	RF_INCLUDE_INTERDECLUSTER=1
6051.202Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
6061.221Sitohy# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
6071.67Scjspseudo-device	ipfilter	1
6081.34Scgdpseudo-device	loop		1
6091.34Scgdpseudo-device	md		1
6101.34Scgdpseudo-device	ppp		4
6111.200Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
6121.166Sjdolecekpseudo-device	pty			# pseudo-terminals
6131.19Scgdpseudo-device	sl		4
6141.19Scgdpseudo-device	vnd		4
6151.106Shwr#pseudo-device	gre		2	# generic L3 over IP tunnel
6161.137Sitojunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
6171.137Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
6181.148Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
6191.175Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
6201.192Satatatpseudo-device	bridge			# simple inter-network bridging
6211.226Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
6221.139Smycroftpseudo-device	sequencer	1	# MIDI sequencer
6231.167Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
6241.69Sexplorer#options 	RND_COM			# use "com" randomness too
6251.209Slukempseudo-device	clockctl		# user control of clock subsystem
6261.230Sgmcgarrypseudo-device	wsfont
6271.253Sreinoudpseudo-device	wsmux			# mouse and keyboad multiplexing
6281.229Sraggepseudo-device	ksyms			# /dev/ksyms
6291.244Sitojun#pseudo-device	pf			# PF packet filter
6301.244Sitojun#pseudo-device	pflog			# PF log if
631