GENERIC revision 1.246
11.246Sbouyer# $NetBSD: GENERIC,v 1.246 2004/06/28 21:07:47 bouyer Exp $
21.1Scgd#
31.199Sgmcgarry# GENERIC machine description file
41.221Sitohy#
51.199Sgmcgarry# This machine description file is used to generate the default NetBSD
61.199Sgmcgarry# kernel.  The generic kernel on NetBSD/alpha does enough to get booted,
71.199Sgmcgarry# etc., but not much more.  For a more complete kernel see the ALPHA
81.199Sgmcgarry# machine description file.
91.145Scjs#
101.199Sgmcgarry# The machine description file can be customised for your specific
111.199Sgmcgarry# machine to reduce the kernel size and improve its performance.
121.199Sgmcgarry#
131.199Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
141.199Sgmcgarry# man page.
151.199Sgmcgarry#
161.199Sgmcgarry# For further information on hardware support for this architecture, see
171.199Sgmcgarry# the intro(4) man page.  For further information about kernel options
181.199Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
191.199Sgmcgarry# of each device driver in this file see the section 4 man page for the
201.199Sgmcgarry# device.
211.199Sgmcgarry
221.145Scjs# If you add stuff to this, please add it to the ALPHA configuration, too.
231.1Scgd
241.199Sgmcgarryinclude		"arch/alpha/conf/std.alpha"
251.141Shubertf
261.208Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
271.208Satatat
281.246Sbouyer#ident 		"GENERIC-$Revision: 1.246 $"
291.1Scgd
301.77Sthorpejmaxusers 32
311.36Scgd
321.1Scgd# CPU Support
331.161Sthorpejoptions 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
341.58Smellonoptions 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
351.176Sthorpejoptions 	DEC_2100_A500	# Sable:	AlphaServer 2100
361.176Sthorpejoptions 	DEC_2100A_A500	# Lynx:		AlphaServer 2100A
371.58Smellonoptions 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
381.58Smellonoptions 	DEC_3000_300	# Pelican etc:	3000/300*
391.58Smellonoptions 	DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
401.58Smellonoptions 	DEC_EB164	# EB164:	AlphaPC 164
411.58Smellonoptions 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
421.58Smellonoptions 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
431.58Smellonoptions 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
441.153Sthorpejoptions 	DEC_KN300	# KN300:	AlphaServer 4100 and 1200
451.89Sthorpejoptions 	DEC_550		# Miata:	Digital Personal Workstation
461.93Srossoptions 	DEC_1000	# Mikasa etc:	Digital AlphaServer 1000
471.90Srossoptions 	DEC_1000A	# Corelle etc:	Digital AlphaServer 800/1000A
481.92Sthorpejoptions 	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
491.94Sthorpejoptions 	DEC_EB66	# EB66:		21066 Evaluation Board
501.122Srossoptions 	DEC_6600	# EV6:		264DP OEM Board
511.156Sthorpejoptions 	API_UP1000	# EV6:		Alpha Processor, Inc. UP1000
521.1Scgd
531.1Scgd# Standard system options
541.58Smellonoptions 	KTRACE			# System call tracing support
551.216Sprovosoptions 	SYSTRACE		# System call vetting via systrace(1)
561.180Slukemoptions 	NTP			# kernel PLL for NTP
571.218Sjunyoung
581.221Sitohy# Enable experimental buffer queue strategy for better responsiveness under
591.218Sjunyoung# high disk I/O load. Use it with caution - it's not proven to be stable yet.
601.218Sjunyoung#options 	NEW_BUFQ_STRATEGY
611.1Scgd
621.38Scgd# Diagnostic/debugging support options
631.58Smellonoptions 	DIAGNOSTIC		# Cheap kernel consistency checks
641.108Sthorpejoptions 	DDB			# kernel debugger
651.111Sross#makeoptions	DEBUG="-g"
661.185Sross#makeoptions	DEBUGLIST="pattern1 pattern2 ..."
671.38Scgd
681.193Sthorpej#options 	KGDB			# Remote kernel GDB support
691.197Slukem#options 	KGDB_DEVNAME="\"com\""	# device to use for KGDB
701.193Sthorpej#options 	KGDB_DEVADDR=0x2f8	# at this address
711.193Sthorpej#options 	KGDB_DEVRATE=57600	# at this comm. rate
721.193Sthorpej
731.37Sthorpej# File systems
741.65Scgdfile-system	FFS		# Fast file system
751.65Scgdfile-system	MFS		# Memory-based file system
761.65Scgdfile-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
771.65Scgdfile-system	MSDOSFS		# MS-DOS-compatible file system
781.140Scjsfile-system	NTFS		# Windows/NT file system (experimental)
791.65Scgdfile-system	NFS		# Sun NFS-compatible file system client
801.210Sjdolecekfile-system	KERNFS		# Kernel variable file system (/kern)
811.210Sjdolecekfile-system	PROCFS		# Process file system (/proc)
821.37Sthorpej
831.1Scgd# File system options
841.214Sjdolecekoptions 	QUOTA		# UFS quotas
851.78Sbouyer#options 	FFS_EI		# FFS Endian Independant support
861.158Sfvdloptions 	SOFTDEP		# FFS soft updates support.
871.214Sjdolecekoptions 	NFSSERVER	# Sun NFS-compatible file system server
881.137Sitojun
891.1Scgd# Networking options
901.225Sgrant#options 	GATEWAY		# packet forwarding
911.225Sgrantoptions 	INET		# IP + ICMP + TCP + UDP
921.137Sitojunoptions 	INET6		# IPV6
931.137Sitojun#options 	IPSEC		# IP security
941.137Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
951.137Sitojun#options 	IPSEC_DEBUG	# debug for IP security
961.225Sgrant#options 	MROUTING	# IP multicast routing
971.225Sgrant#options 	NS		# XNS
981.225Sgrant#options 	NSIP		# XNS tunneling over IP
991.225Sgrant#options 	ISO,TPIP	# OSI
1001.225Sgrant#options 	EON		# OSI tunneling over IP
1011.225Sgrant#options 	CCITT,LLC,HDLC	# X.25
1021.225Sgrant#options 	NETATALK	# AppleTalk networking protocols
1031.225Sgrant#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1041.225Sgrant#options 	PPP_DEFLATE	# Deflate compression support for PPP
1051.225Sgrant#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1061.225Sgrant#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
1071.225Sgrant#options 	IPFILTER_LOG	# ipmon(8) log support
1081.225Sgrant#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1091.225Sgrant#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1101.1Scgd
1111.245Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1121.245Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1131.245Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1141.245Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1151.245Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1161.245Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1171.245Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1181.245Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1191.245Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1201.245Sabs#options 	ALTQ_RED	# Random Early Detection
1211.245Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1221.245Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1231.245Sabs
1241.1Scgd# 4.3BSD compatibility.  Should be optional, but necessary for now.
1251.58Smellonoptions 	COMPAT_43
1261.1Scgd
1271.9Scgd# Binary compatibility with previous versions of NetBSD.
1281.58Smellon#options 	COMPAT_09
1291.58Smellonoptions 	COMPAT_10
1301.58Smellonoptions 	COMPAT_11
1311.58Smellonoptions 	COMPAT_12
1321.72Smjacoboptions 	COMPAT_13
1331.123Saugustssoptions 	COMPAT_14
1341.233Sskdoptions		COMPAT_16
1351.118Scgd# OSF/1 binary compatibility
1361.118Scgdoptions 	COMPAT_OSF1
1371.174Smycroft
1381.174Smycroft# Linux binary compatibility
1391.174Smycroftoptions 	COMPAT_LINUX
1401.70Smjacob
1411.70Smjacob# System V-like message queues
1421.70Smjacoboptions 	SYSVMSG
1431.198Slukem#options 	SEMMNI=10	# number of semaphore identifiers
1441.198Slukem#options 	SEMMNS=60	# number of semaphores in system
1451.198Slukem#options 	SEMUME=10	# max number of undo entries per process
1461.198Slukem#options 	SEMMNU=30	# number of undo structures in system
1471.70Smjacob
1481.70Smjacob# System V-like semaphores
1491.70Smjacoboptions 	SYSVSEM
1501.9Scgd
1511.34Scgd# System V-like shared memory
1521.58Smellonoptions 	SYSVSHM
1531.58Smellon#options 	SHMMAXPGS=1024		# 1024 pages is the default
1541.1Scgd
1551.246Sbouyer# p1003.1b semaphore support
1561.246Sbouyeroptions 	P1003_1B_SEMAPHORE
1571.246Sbouyer
1581.7Scgd# Loadable Kernel Modules
1591.58Smellonoptions 	LKM
1601.5Scgd
1611.5Scgd# Disable kernel security.
1621.116Sross#options 	INSECURE
1631.2Scgd
1641.7Scgd# Misc. options
1651.58Smellonoptions 	EISAVERBOSE		# recognize "unknown" EISA devices
1661.58Smellonoptions 	PCIVERBOSE		# recognize "unknown" PCI devices
1671.151Saugustssoptions 	MIIVERBOSE		# verbose PHY autoconfig messages
1681.146Scgd#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
1691.71Smjacoboptions 	SCSIVERBOSE		# Verbose SCSI errors
1701.58Smellonoptions 	TCVERBOSE		# recognize "unknown" TC devices
1711.177Smycroft#options 	PCMCIAVERBOSE
1721.213Slukemoptions 	USERCONF		# userconf(4) support
1731.221Sitohy#options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
1741.221Sitohyoptions 	FONT_GALLANT12x22	# Console font for TC devices
1751.73Sdrochner
1761.73Sdrochner# The Alpha console firmware network boots using the BOOTP
1771.76Scgd# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
1781.76Scgd# in case we have NFS root.
1791.76Scgdoptions 	NFS_BOOT_DHCP		# superset of BOOTP
1801.7Scgd
1811.117Sross# WS console uses SUN or VT100 terminal emulation
1821.117Srossoptions 	WSEMUL_VT100
1831.101Sdrochner
1841.101Sdrochner# realtime clock compatible to OSF/1
1851.101Sdrochner#options 	CLOCK_COMPAT_OSF1
1861.81Sdrochner
1871.37Sthorpejconfig		netbsd	root on ? type ?
1881.57Smrg#config		netbsd	root on sd0 type ffs
1891.37Sthorpej#config		netbsd	root on ? type nfs
1901.7Scgd
1911.7Scgdmainbus0 at	root
1921.7Scgdcpu*	at	mainbus0
1931.1Scgd
1941.41Scgd# TurboLaser bus support and devices
1951.41Scgdtlsb*	at	mainbus0
1961.41Scgdgbus*	at	tlsb? node ? offset ?
1971.41Scgdtlsbmem* at	tlsb? node ? offset ?
1981.41Scgdkft*	at	tlsb? node ? offset ?
1991.41Scgd
2001.41Scgd# Gbus Devices
2011.85Sthorpejmcclock* at	gbus? offset ?
2021.41Scgd
2031.80Smjacob# MCBUS bus support
2041.80Smjacobmcbus*	at	mainbus0
2051.80Smjacobmcmem*	at	mcbus? mid ?
2061.80Smjacob
2071.80Smjacob#i2c	at	mcbus?
2081.80Smjacob
2091.122Sross#EV6 Tsunami Core Logic
2101.122Sross
2111.122Srosstsc*	at	mainbus0
2121.122Sross
2131.161Sthorpej# DECpc AXP150 (Jensen) internal bus support
2141.161Sthorpejjensenio* at	mainbus0
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.10Scgdtcasic*	at	mainbus0
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.170Stsutsuiaudio*	at	bba?
2351.87Sthorpejtcds*	at	tc? slot ? offset ?
2361.87Sthorpejasc*	at	tcds? chip ?
2371.194Ssimonbasc*	at	tc? slot ? offset ?
2381.12Scgdle*	at	tc? slot ? offset ?
2391.15Scgdfta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
2401.215Sadcfb*	at	tc? slot ? offset ?
2411.215Sadmfb*	at	tc? slot ? offset ?
2421.215Sadtfb*	at	tc? slot ? offset ?
2431.215Sadsfb*	at	tc? slot ? offset ?
2441.215Sad#sfbp*	at	tc? slot ? offset ?
2451.215Sadpx*	at	tc? slot ? offset ?
2461.215Sadpxg*	at	tc? slot ? offset ?
2471.215Sad
2481.215Sad# TurboChannel serial attachments
2491.215Sadzstty*	at	zsc? channel ?			# serial ports on B channels
2501.215Sadlkkbd0	at	zsc1 channel ?			# keyboard port on A channels
2511.215Sadvsms0	at	zsc0 channel ?			# mouse port on A channels
2521.1Scgd
2531.8Scgd# PCI host bus adapter support
2541.7Scgdapecs*	at	mainbus?
2551.9Scgdcia*	at	mainbus?
2561.156Sthorpejirongate* at	mainbus?
2571.9Scgdlca*	at	mainbus?
2581.41Scgddwlpx*	at	kft?
2591.80Smjacobmcpcia*	at	mcbus? mid ?
2601.122Srosstsp*	at	tsc?
2611.176Sthorpejttwoga*	at	mainbus?
2621.161Sthorpej
2631.161Sthorpej# Sable PCI and STDIO bus and devices
2641.176Sthorpejttwopci* at	ttwoga? hose ?
2651.176Sthorpejsableio* at	ttwopci? bus ?
2661.176Sthorpejcom*	at	sableio? port ?
2671.176Sthorpejlpt*	at	sableio? port ?
2681.176Sthorpejpckbc*	at	sableio? port ?
2691.176Sthorpejfdc*	at	sableio? port ?
2701.7Scgd
2711.8Scgd# PCI bus support
2721.7Scgdpci*	at	apecs?
2731.9Scgdpci*	at	cia?
2741.156Sthorpejpci*	at	irongate?
2751.9Scgdpci*	at	lca?
2761.9Scgdpci*	at	ppb?
2771.41Scgdpci*	at	dwlpx?
2781.80Smjacobpci*	at	mcpcia?
2791.122Srosspci*	at	tsp?
2801.176Sthorpejpci*	at	ttwopci?
2811.193Sthorpej
2821.193Sthorpej# AGP support
2831.193Sthorpejagp*	at	irongate?
2841.7Scgd
2851.8Scgd# PCI devices
2861.239Sjonathan
2871.239Sjonathan# PCI cryptographic devices
2881.239Sjonathanhifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
2891.239Sjonathanubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
2901.239Sjonathan
2911.126Sthorpejadv*	at	pci? dev ? function ?		# AdvanSys SCSI
2921.126Sthorpejadw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
2931.211Swiz#options 	SCSI_ADW_WDTR_DISABLE		# 	disable WDTR
2941.211Swiz#options 	SCSI_ADW_SDTR_DISABLE		# 	disable SDTR
2951.211Swiz#options 	SCSI_ADW_TAGQ_DISABLE		# 	disable Tag Queuing
2961.43Scgdahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
2971.212Snathanwautri*	at	pci? dev ? function ?		# Trident 4DWAVE based AC'97 Audio
2981.43Scgdbha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
2991.150Sadcac*	at	pci? dev ? function ?		# Compaq array controller (untested)
3001.195Sitohycmpci*	at	pci? dev ? function ?		# C-Media CMI8338/8738 Audio
3011.49Scgdcy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
3021.155Smattcz*	at	pci? dev ? function ?		# Cyclades-Z (untested)
3031.129Saddpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
3041.120Schristoseap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
3051.20Scgden*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
3061.103Sfvdlep*	at	pci? dev ? function ?		# 3COM 3c59x
3071.120Schristosepic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
3081.130Skleinkeso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
3091.191Shubertfex*	at	pci? dev ? function ?		# 3COM 3c90x[BC] Ethernet
3101.43Scgdfpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
3111.75Senamifxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
3121.187Sthorpejgsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
3131.186Slukemiha*	at	pci? dev ? function ?		# Initio INIC-940/950 SCSI
3141.43Scgdisp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
3151.20Scgdle*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
3161.187Sthorpejsf*	at	pci? dev ? function ?		# Adaptec AIC-6915 Ethernet
3171.161Sthorpejsiop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
3181.231Sbouyeresiop*	at	pci? dev ? function ?		# Symbios 53c875 SCSI and newer
3191.181Sadmlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
3201.228Sthorpejmpt*	at	pci? dev ? function ?		# LSI Fusion SCSI/FC
3211.120Schristosne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
3221.120Schristosohci*	at	pci? dev ? function ?		# USB Open Host Controller
3231.43Scgdpceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
3241.235Sbouyerpciide* at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
3251.235Sbouyeracardide*at pci? dev ? function ?		# Acard IDE controllers
3261.235Sbouyeraceride* at pci? dev ? function ?		# Acer Lab IDE controllers
3271.238Sthorpejartsata* at pci? dev ? function ?		# Intel i31244 SATA controller
3281.235Sbouyercmdide* at pci? dev ? function ?		# CMD tech IDE controllers
3291.235Sbouyercypide* at pci? dev ? function ?		# Cypress IDE controllers
3301.235Sbouyerhptide* at pci? dev ? function ?		# Triones/HighPoint IDE controllers
3311.235Sbouyeroptiide* at pci? dev ? function ?		# Opti IDE controllers
3321.235Sbouyerpiixide* at pci? dev ? function ?		# Intel IDE controllers
3331.235Sbouyerpdcide* at pci? dev ? function ?		# Promise IDE controllers
3341.237Sthorpejsatalink* at pci? dev ? function ?		# SiI SATALink controllers
3351.235Sbouyersiside* at pci? dev ? function ?		# SiS IDE controllers
3361.235Sbouyerslide*  at pci? dev ? function ?		# Symphony Labs IDE controllers
3371.235Sbouyerviaide* at pci? dev ? function ?		# VIA/AMD/Nvidia IDE controllers
3381.108Sthorpejpcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
3391.43Scgdppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
3401.240Swizrtk*	at	pci? dev ? function ?		# Realtek 8129/8139 Ethernet
3411.43Scgdsio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
3421.131Sthorpejsip*	at	pci? dev ? function ?		# SiS 900 Ethernet
3431.223Smjacobstge*	at	pci? dev ? function ?		# Sundance/Tamarack TC9021 GigE
3441.120Schristossv*	at	pci? dev ? function ?		# S3 SonicVibes
3451.43Scgdtga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
3461.131Sthorpejti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
3471.99Sthorpejtl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
3481.131Sthorpejtlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
3491.120Schristosuhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
3501.49Scgdvga*	at	pci? dev ? function ?		# PCI VGA Graphics
3511.120Schristosvr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
3521.222Sgrantwi*	at	pci? dev ? function ?		# Lucent/Intersil WaveLAN/IEEE
3531.183Sminourayds*	at	pci? dev ? function ?		# Yamaha DS-1 PCI Audio
3541.120Schristos
3551.195Sitohyaudio*	at	cmpci?
3561.114Srossaudio*	at	eap?
3571.130Skleinkaudio*	at	eso?
3581.114Srossaudio*	at	sv?
3591.183Sminouraaudio*	at	yds?
3601.204Srossaudio*	at	ess?
3611.120Schristos
3621.195Sitohyopl*	at	cmpci? flags 1
3631.130Skleinkopl*	at	eso?
3641.107Saugustss#opl*	at	sv?
3651.183Sminouraopl*	at	yds?
3661.130Skleink
3671.196Sitohymidi*	at	opl?
3681.196Sitohy
3691.195Sitohympu*	at	cmpci?
3701.130Skleinkmpu*	at	eso?
3711.183Sminourampu*	at	yds?
3721.196Sitohy
3731.196Sitohymidi*	at	mpu?
3741.99Sthorpej
3751.99Sthorpej# MII/PHY support
3761.121Schristosexphy*	at mii? phy ?			# 3Com internal PHYs
3771.205Swizicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
3781.121Schristosinphy*	at mii? phy ?			# Intel 82555 PHYs
3791.121Schristoslxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
3801.187Sthorpejgphyter* at mii? phy ?			# NS83861 Gig-E PHY
3811.121Schristosnsphy*	at mii? phy ?			# NS83840 PHYs
3821.121Schristosqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
3831.121Schristossqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
3841.121Schristostlphy*	at mii? phy ?			# ThunderLAN PHYs
3851.121Schristosukphy*	at mii? phy ?			# generic unknown PHYs
3861.7Scgd
3871.9Scgd# ISA/EISA bus support
3881.161Sthorpejisa*	at	jensenio?
3891.161Sthorpejeisa*	at	jensenio?
3901.9Scgdisa*	at	pceb?
3911.9Scgdeisa*	at	pceb?
3921.9Scgdisa*	at	sio?
3931.177Smycroft#isapnp*	at	isa?
3941.8Scgd
3951.8Scgd# ISA devices
3961.29Scgdmcclock* at	isa? port 0x70
3971.140Scjspckbc*	at	isa?				# PC keyboard controller
3981.81Sdrochnerpckbd*	at	pckbc?				# PC keyboard (kbd port)
3991.109Sdrochnerpms*	at	pckbc?				# PS/2-style mouse (aux port)
4001.83Sthorpejpcppi*	at	isa?				# PC prog. periph. interface
4011.83Sthorpejspkr0	at	pcppi?				# IBM BASIC emulation
4021.98Sdrochnerisabeep0 at	pcppi?				# "keyboard" beep
4031.177Smycroftmidi*	at	pcppi?
4041.29Scgdcom*	at	isa? port 0x3f8 irq 4		# standard serial ports
4051.29Scgdcom*	at	isa? port 0x2f8 irq 3
4061.97Sthorpejcs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
4071.170Stsutsuiec0	at	isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
4081.52Scjsep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
4091.177Smycroft#ep*	at	isapnp?
4101.177Smycroft#ix0	at	isa? port 0x300 irq 10		# EtherExpress/16
4111.177Smycroft#iy0	at	isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
4121.112Sthorpejfdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
4131.86Smattlc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
4141.86Smattlc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
4151.86Smattdepca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
4161.86Smattdepca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
4171.86Smattle*	at	depca?
4181.29Scgdlpt*	at	isa? port 0x3bc irq 7		# standard parallel port
4191.29Scgdvga*	at	isa?				# ISA (EISA: XXX) VGA
4201.74Sthorpejwdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
4211.74Sthorpejwdc1	at	isa? port 0x170 irq 15
4221.177Smycroft#wdc*	at	isapnp?
4231.198Slukemwe0	at	isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
4241.198Slukemwe1	at	isa? port 0x300 iomem 0xcc000 irq 10
4251.108Sthorpej#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
4261.177Smycroft#wss*	at	isapnp?
4271.108Sthorpej#audio*	at	wss?
4281.84Saugustss#midi*	at	wss?
4291.204Sross
4301.204Srossess0	at	isa? port 0x220 irq 5 drq 1 drq2 5   # ESS 18XX
4311.114Srosssb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
4321.114Sross#sb*	at	isapnp?
4331.114Srossaudio*	at	sb?
4341.119Sdante#adv*	at	isa? port ? irq ? drq ?		# AdvanSys APB-514[02]
4351.56Sthorpejaha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
4361.56Sthorpejaha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
4371.56Sthorpejbha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
4381.56Sthorpejbha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
4391.56Sthorpejuha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
4401.56Sthorpejuha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
4411.152Smattpcic0	at	isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
4421.152Smattpcic1	at	isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
4431.152Smattpcmcia*	at	pcic? controller ? socket ?
4441.15Scgd
4451.15Scgd# EISA devices
4461.56Sthorpejahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
4471.44Scgdahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
4481.44Scgdbha*	at	eisa? slot ?			# BusLogic 7xx SCSI
4491.53Scjsep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
4501.50Scgdfea*	at	eisa? slot ?			# DEC DEFEA FDDI
4511.184Sadmlx*	at	eisa? slot ?			# Mylex DAC960 / DEC SWXCR (untested)
4521.131Sthorpejtlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
4531.163Sthorpejdepca*	at	eisa? slot ?			# DEC DE-422 Ethernet
4541.163Sthorpejle*	at	depca?
4551.56Sthorpejuha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
4561.7Scgd
4571.152Smatt# PCMCIA device
4581.152Smattaic*	at	pcmcia? function ?		# Adaptec APA-1460 SCSI
4591.152Smattcom*	at	pcmcia? function ?		# Modems and serial cards
4601.152Smattwdc*	at	pcmcia? function ?		# PCMCIA IDE controllers
4611.152Smattep*	at	pcmcia? function ?		# 3Com 3c589 and 3c562 Eth.
4621.152Smattmbe*	at	pcmcia? function ?		# MB8696x based Ethernet
4631.152Smattne*	at	pcmcia? function ?		# NE2000-compatible Eth.
4641.152Smattsm*	at	pcmcia? function ?		# Megahertz Ethernet
4651.152Smattray*	at	pcmcia? function ?		# Raytheon Raylink (802.11)
4661.222Sgrantwi*	at	pcmcia? function ?		# Lucent/Intersil WaveLAN/IEEE
4671.152Smatt
4681.8Scgd# SCSI bus support
4691.241Sfairscsibus* at	scsi?
4701.1Scgd
4711.8Scgd# SCSI devices
4721.31Scgdcd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
4731.31Scgdsd*	at	scsibus? target ? lun ?		# SCSI disk drives
4741.31Scgdst*	at	scsibus? target ? lun ?		# SCSI tape drives
4751.51Scgd
4761.236Slukem# ATA (IDE) bus support
4771.236Slukematabus* at ata?
4781.234Sbouyer
4791.236Slukem# IDE drives
4801.234Sbouyerwd*	at	atabus? drive ?
4811.74Sthorpej
4821.74Sthorpej# ATAPI bus support
4831.236Slukematapibus* at	atapi?
4841.74Sthorpej
4851.74Sthorpej# ATAPI devices
4861.74Sthorpejsd*	at	atapibus? drive ?		# ATAPI disk devices
4871.74Sthorpejcd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
4881.112Sthorpej
4891.112Sthorpej# Floppy drives
4901.112Sthorpejfd*	at	fdc? drive ?
4911.150Sad
4921.150Sad# Hardware RAID devices
4931.173Sadld*	at	cac? unit ?
4941.182Sitojunld*	at	mlx? unit ?
4951.108Sthorpej
4961.108Sthorpej# USB bus support
4971.108Sthorpejusb*	at uhci?
4981.108Sthorpejusb*	at ohci?
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.108Sthorpej
5151.108Sthorpej# USB Generic HID devices
5161.201Saugustssuhid*	at uhidev? reportid ?
5171.108Sthorpej
5181.127Saugustss# USB Printer
5191.127Saugustssulpt*	at uhub? port ? configuration ? interface ?
5201.127Saugustss
5211.127Saugustss# USB Modem
5221.127Saugustssumodem*	at uhub? port ? configuration ?
5231.142Saugustssucom*	at umodem?
5241.128Sthorpej
5251.128Sthorpej# USB Mass Storage
5261.128Sthorpejumass*	at uhub? port ? configuration ? interface ?
5271.234Sbouyeratapibus* at umass?
5281.128Sthorpejscsibus* at umass? channel ?
5291.138Saugustss
5301.138Saugustss# USB Ethernet adapters
5311.138Saugustssaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
5321.138Saugustsscue*	at uhub? port ?		# CATC USB-EL1201A based adapters
5331.138Saugustsskue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
5341.224Saugustssuax*	at uhub? port ?		# ASIX AX88172 based adapters
5351.224Saugustssurl*	at uhub? port ?		# Realtek RTL8150L based adapters
5361.232Sitojunudav*	at uhub? port ?		# Davicom DM9601 based adapters
5371.178Snathanw
5381.178Snathanw# Serial adapters
5391.178Snathanw# FTDI FT8U100AX serial adapter
5401.178Snathanwuftdi*	at uhub? port ?
5411.178Snathanwucom*	at uftdi? portno ?
5421.169Saugustss
5431.169Saugustss# USB scanners
5441.169Saugustssuscanner* at uhub? port ?
5451.179Saugustss
5461.179Saugustss# Y@P firmware loader
5471.179Saugustssuyap* at uhub? port ?
5481.219Sfair
5491.219Sfair# D-Link DSB-R100 USB FM radio tuner
5501.219Sfairudsbr* at uhub? port ?
5511.219Sfairradio* at udsbr?
5521.127Saugustss
5531.127Saugustss# USB Generic driver
5541.127Saugustssugen*	at uhub? port ?
5551.11Scgd
5561.11Scgd# Workstation Console attachments
5571.215Sadwsdisplay*	at	cfb?
5581.215Sadwsdisplay*	at	mfb?
5591.215Sadwsdisplay*	at	tfb?
5601.215Sadwsdisplay*	at	sfb?
5611.215Sad#wsdisplay*	at	sfbp?
5621.215Sadwsdisplay*	at	px?
5631.215Sadwsdisplay*	at	pxg?
5641.81Sdrochnerwsdisplay*	at	vga?
5651.81Sdrochnerwsdisplay*	at	tga?
5661.215Sadwskbd*		at	lkkbd? console ?
5671.215Sadwsmouse*	at	vsms?
5681.133Smycroftwskbd*		at	pckbd?
5691.133Smycroftwsmouse*	at	pms?
5701.1Scgd
5711.239Sjonathanpseudo-device 	crypto			# opencrypto framework
5721.239Sjonathan
5731.19Scgdpseudo-device	bpfilter	16
5741.34Scgdpseudo-device	ccd		4
5751.217Selric#pseudo-device	cgd		4	# cryptographic disk devices
5761.202Sosterpseudo-device	raid		8	# RAIDframe disk driver
5771.202Sosteroptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
5781.202Soster# Options to enable various other RAIDframe RAID types.
5791.221Sitohy# options 	RF_INCLUDE_EVENODD=1
5801.221Sitohy# options 	RF_INCLUDE_RAID5_RS=1
5811.221Sitohy# options 	RF_INCLUDE_PARITYLOGGING=1
5821.221Sitohy# options 	RF_INCLUDE_CHAINDECLUSTER=1
5831.221Sitohy# options 	RF_INCLUDE_INTERDECLUSTER=1
5841.202Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
5851.221Sitohy# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
5861.67Scjspseudo-device	ipfilter	1
5871.34Scgdpseudo-device	loop		1
5881.34Scgdpseudo-device	md		1
5891.34Scgdpseudo-device	ppp		4
5901.200Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
5911.166Sjdolecekpseudo-device	pty			# pseudo-terminals
5921.19Scgdpseudo-device	sl		4
5931.19Scgdpseudo-device	vnd		4
5941.106Shwr#pseudo-device	gre		2	# generic L3 over IP tunnel
5951.137Sitojunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
5961.137Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
5971.148Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
5981.175Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
5991.192Satatatpseudo-device	bridge			# simple inter-network bridging
6001.226Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
6011.139Smycroftpseudo-device	sequencer	1	# MIDI sequencer
6021.167Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
6031.69Sexplorer#options 	RND_COM			# use "com" randomness too
6041.209Slukempseudo-device	clockctl		# user control of clock subsystem
6051.230Sgmcgarrypseudo-device	wsfont
6061.229Sraggepseudo-device	ksyms			# /dev/ksyms
6071.244Sitojun#pseudo-device	pf			# PF packet filter
6081.244Sitojun#pseudo-device	pflog			# PF log if
609