GENERIC revision 1.238
11.238Sthorpej# $NetBSD: GENERIC,v 1.238 2003/12/14 01:32:01 thorpej 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.238Sthorpej#ident 		"GENERIC-$Revision: 1.238 $"
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.1Scgd# 4.3BSD compatibility.  Should be optional, but necessary for now.
1121.58Smellonoptions 	COMPAT_43
1131.1Scgd
1141.9Scgd# Binary compatibility with previous versions of NetBSD.
1151.58Smellon#options 	COMPAT_09
1161.58Smellonoptions 	COMPAT_10
1171.58Smellonoptions 	COMPAT_11
1181.58Smellonoptions 	COMPAT_12
1191.72Smjacoboptions 	COMPAT_13
1201.123Saugustssoptions 	COMPAT_14
1211.233Sskdoptions		COMPAT_16
1221.118Scgd# OSF/1 binary compatibility
1231.118Scgdoptions 	COMPAT_OSF1
1241.174Smycroft
1251.174Smycroft# Linux binary compatibility
1261.174Smycroftoptions 	COMPAT_LINUX
1271.70Smjacob
1281.70Smjacob# System V-like message queues
1291.70Smjacoboptions 	SYSVMSG
1301.198Slukem#options 	SEMMNI=10	# number of semaphore identifiers
1311.198Slukem#options 	SEMMNS=60	# number of semaphores in system
1321.198Slukem#options 	SEMUME=10	# max number of undo entries per process
1331.198Slukem#options 	SEMMNU=30	# number of undo structures in system
1341.70Smjacob
1351.70Smjacob# System V-like semaphores
1361.70Smjacoboptions 	SYSVSEM
1371.9Scgd
1381.34Scgd# System V-like shared memory
1391.58Smellonoptions 	SYSVSHM
1401.58Smellon#options 	SHMMAXPGS=1024		# 1024 pages is the default
1411.1Scgd
1421.7Scgd# Loadable Kernel Modules
1431.58Smellonoptions 	LKM
1441.5Scgd
1451.5Scgd# Disable kernel security.
1461.116Sross#options 	INSECURE
1471.2Scgd
1481.7Scgd# Misc. options
1491.58Smellonoptions 	EISAVERBOSE		# recognize "unknown" EISA devices
1501.58Smellonoptions 	PCIVERBOSE		# recognize "unknown" PCI devices
1511.151Saugustssoptions 	MIIVERBOSE		# verbose PHY autoconfig messages
1521.146Scgd#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
1531.71Smjacoboptions 	SCSIVERBOSE		# Verbose SCSI errors
1541.58Smellonoptions 	TCVERBOSE		# recognize "unknown" TC devices
1551.177Smycroft#options 	PCMCIAVERBOSE
1561.213Slukemoptions 	USERCONF		# userconf(4) support
1571.221Sitohy#options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
1581.221Sitohyoptions 	FONT_GALLANT12x22	# Console font for TC devices
1591.73Sdrochner
1601.73Sdrochner# The Alpha console firmware network boots using the BOOTP
1611.76Scgd# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
1621.76Scgd# in case we have NFS root.
1631.76Scgdoptions 	NFS_BOOT_DHCP		# superset of BOOTP
1641.7Scgd
1651.117Sross# WS console uses SUN or VT100 terminal emulation
1661.117Srossoptions 	WSEMUL_VT100
1671.101Sdrochner
1681.101Sdrochner# realtime clock compatible to OSF/1
1691.101Sdrochner#options 	CLOCK_COMPAT_OSF1
1701.81Sdrochner
1711.37Sthorpejconfig		netbsd	root on ? type ?
1721.57Smrg#config		netbsd	root on sd0 type ffs
1731.37Sthorpej#config		netbsd	root on ? type nfs
1741.7Scgd
1751.7Scgdmainbus0 at	root
1761.7Scgdcpu*	at	mainbus0
1771.1Scgd
1781.41Scgd# TurboLaser bus support and devices
1791.41Scgdtlsb*	at	mainbus0
1801.41Scgdgbus*	at	tlsb? node ? offset ?
1811.41Scgdtlsbmem* at	tlsb? node ? offset ?
1821.41Scgdkft*	at	tlsb? node ? offset ?
1831.41Scgd
1841.41Scgd# Gbus Devices
1851.85Sthorpejmcclock* at	gbus? offset ?
1861.41Scgd
1871.80Smjacob# MCBUS bus support
1881.80Smjacobmcbus*	at	mainbus0
1891.80Smjacobmcmem*	at	mcbus? mid ?
1901.80Smjacob
1911.80Smjacob#i2c	at	mcbus?
1921.80Smjacob
1931.122Sross#EV6 Tsunami Core Logic
1941.122Sross
1951.122Srosstsc*	at	mainbus0
1961.122Sross
1971.161Sthorpej# DECpc AXP150 (Jensen) internal bus support
1981.161Sthorpejjensenio* at	mainbus0
1991.161Sthorpej
2001.161Sthorpejcom*	at	jensenio? port ?
2011.161Sthorpejlpt*	at	jensenio? port ?
2021.161Sthorpejmcclock* at	jensenio? port ?
2031.161Sthorpejpckbc*	at	jensenio? port ?
2041.161Sthorpej
2051.170Stsutsui# TURBOchannel host bus adapter support
2061.10Scgdtcasic*	at	mainbus0
2071.10Scgd
2081.170Stsutsui# TURBOchannel bus support
2091.10Scgdtc*	at	tcasic?
2101.8Scgd
2111.170Stsutsui# TURBOchannel devices
2121.29Scgdioasic*	at	tc? slot ? offset ?
2131.29Scgdmcclock* at	ioasic? offset ?
2141.12Scgdle*	at	ioasic? offset ?
2151.221Sitohyzsc0	at	ioasic? offset 0x100000
2161.221Sitohyzsc1	at	ioasic? offset 0x180000
2171.170Stsutsuibba0	at	ioasic? offset ?
2181.170Stsutsuiaudio*	at	bba?
2191.87Sthorpejtcds*	at	tc? slot ? offset ?
2201.87Sthorpejasc*	at	tcds? chip ?
2211.194Ssimonbasc*	at	tc? slot ? offset ?
2221.12Scgdle*	at	tc? slot ? offset ?
2231.15Scgdfta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
2241.215Sadcfb*	at	tc? slot ? offset ?
2251.215Sadmfb*	at	tc? slot ? offset ?
2261.215Sadtfb*	at	tc? slot ? offset ?
2271.215Sadsfb*	at	tc? slot ? offset ?
2281.215Sad#sfbp*	at	tc? slot ? offset ?
2291.215Sadpx*	at	tc? slot ? offset ?
2301.215Sadpxg*	at	tc? slot ? offset ?
2311.215Sad
2321.215Sad# TurboChannel serial attachments
2331.215Sadzstty*	at	zsc? channel ?			# serial ports on B channels
2341.215Sadlkkbd0	at	zsc1 channel ?			# keyboard port on A channels
2351.215Sadvsms0	at	zsc0 channel ?			# mouse port on A channels
2361.1Scgd
2371.8Scgd# PCI host bus adapter support
2381.7Scgdapecs*	at	mainbus?
2391.9Scgdcia*	at	mainbus?
2401.156Sthorpejirongate* at	mainbus?
2411.9Scgdlca*	at	mainbus?
2421.41Scgddwlpx*	at	kft?
2431.80Smjacobmcpcia*	at	mcbus? mid ?
2441.122Srosstsp*	at	tsc?
2451.176Sthorpejttwoga*	at	mainbus?
2461.161Sthorpej
2471.161Sthorpej# Sable PCI and STDIO bus and devices
2481.176Sthorpejttwopci* at	ttwoga? hose ?
2491.176Sthorpejsableio* at	ttwopci? bus ?
2501.176Sthorpejcom*	at	sableio? port ?
2511.176Sthorpejlpt*	at	sableio? port ?
2521.176Sthorpejpckbc*	at	sableio? port ?
2531.176Sthorpejfdc*	at	sableio? port ?
2541.7Scgd
2551.8Scgd# PCI bus support
2561.7Scgdpci*	at	apecs?
2571.9Scgdpci*	at	cia?
2581.156Sthorpejpci*	at	irongate?
2591.9Scgdpci*	at	lca?
2601.9Scgdpci*	at	ppb?
2611.41Scgdpci*	at	dwlpx?
2621.80Smjacobpci*	at	mcpcia?
2631.122Srosspci*	at	tsp?
2641.176Sthorpejpci*	at	ttwopci?
2651.193Sthorpej
2661.193Sthorpej# AGP support
2671.193Sthorpejagp*	at	irongate?
2681.7Scgd
2691.8Scgd# PCI devices
2701.126Sthorpejadv*	at	pci? dev ? function ?		# AdvanSys SCSI
2711.126Sthorpejadw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
2721.211Swiz#options 	SCSI_ADW_WDTR_DISABLE		# 	disable WDTR
2731.211Swiz#options 	SCSI_ADW_SDTR_DISABLE		# 	disable SDTR
2741.211Swiz#options 	SCSI_ADW_TAGQ_DISABLE		# 	disable Tag Queuing
2751.43Scgdahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
2761.212Snathanwautri*	at	pci? dev ? function ?		# Trident 4DWAVE based AC'97 Audio
2771.43Scgdbha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
2781.150Sadcac*	at	pci? dev ? function ?		# Compaq array controller (untested)
2791.195Sitohycmpci*	at	pci? dev ? function ?		# C-Media CMI8338/8738 Audio
2801.49Scgdcy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
2811.155Smattcz*	at	pci? dev ? function ?		# Cyclades-Z (untested)
2821.129Saddpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
2831.120Schristoseap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
2841.20Scgden*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
2851.103Sfvdlep*	at	pci? dev ? function ?		# 3COM 3c59x
2861.120Schristosepic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
2871.130Skleinkeso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
2881.191Shubertfex*	at	pci? dev ? function ?		# 3COM 3c90x[BC] Ethernet
2891.43Scgdfpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
2901.75Senamifxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
2911.187Sthorpejgsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
2921.186Slukemiha*	at	pci? dev ? function ?		# Initio INIC-940/950 SCSI
2931.43Scgdisp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
2941.20Scgdle*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
2951.187Sthorpejsf*	at	pci? dev ? function ?		# Adaptec AIC-6915 Ethernet
2961.161Sthorpejsiop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
2971.231Sbouyeresiop*	at	pci? dev ? function ?		# Symbios 53c875 SCSI and newer
2981.181Sadmlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
2991.228Sthorpejmpt*	at	pci? dev ? function ?		# LSI Fusion SCSI/FC
3001.120Schristosne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
3011.120Schristosohci*	at	pci? dev ? function ?		# USB Open Host Controller
3021.43Scgdpceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
3031.235Sbouyerpciide* at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
3041.235Sbouyeracardide*at pci? dev ? function ?		# Acard IDE controllers
3051.235Sbouyeraceride* at pci? dev ? function ?		# Acer Lab IDE controllers
3061.238Sthorpejartsata* at pci? dev ? function ?		# Intel i31244 SATA controller
3071.235Sbouyercmdide* at pci? dev ? function ?		# CMD tech IDE controllers
3081.235Sbouyercypide* at pci? dev ? function ?		# Cypress IDE controllers
3091.235Sbouyerhptide* at pci? dev ? function ?		# Triones/HighPoint IDE controllers
3101.235Sbouyeroptiide* at pci? dev ? function ?		# Opti IDE controllers
3111.235Sbouyerpiixide* at pci? dev ? function ?		# Intel IDE controllers
3121.235Sbouyerpdcide* at pci? dev ? function ?		# Promise IDE controllers
3131.237Sthorpejsatalink* at pci? dev ? function ?		# SiI SATALink controllers
3141.235Sbouyersiside* at pci? dev ? function ?		# SiS IDE controllers
3151.235Sbouyerslide*  at pci? dev ? function ?		# Symphony Labs IDE controllers
3161.235Sbouyerviaide* at pci? dev ? function ?		# VIA/AMD/Nvidia IDE controllers
3171.108Sthorpejpcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
3181.43Scgdppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
3191.149Shayartk*	at	pci? dev ? function ?		# RealTek 8129/8139 Ethernet
3201.43Scgdsio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
3211.131Sthorpejsip*	at	pci? dev ? function ?		# SiS 900 Ethernet
3221.223Smjacobstge*	at	pci? dev ? function ?		# Sundance/Tamarack TC9021 GigE
3231.120Schristossv*	at	pci? dev ? function ?		# S3 SonicVibes
3241.43Scgdtga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
3251.131Sthorpejti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
3261.99Sthorpejtl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
3271.131Sthorpejtlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
3281.120Schristosuhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
3291.49Scgdvga*	at	pci? dev ? function ?		# PCI VGA Graphics
3301.120Schristosvr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
3311.222Sgrantwi*	at	pci? dev ? function ?		# Lucent/Intersil WaveLAN/IEEE
3321.183Sminourayds*	at	pci? dev ? function ?		# Yamaha DS-1 PCI Audio
3331.120Schristos
3341.195Sitohyaudio*	at	cmpci?
3351.114Srossaudio*	at	eap?
3361.130Skleinkaudio*	at	eso?
3371.114Srossaudio*	at	sv?
3381.183Sminouraaudio*	at	yds?
3391.204Srossaudio*	at	ess?
3401.120Schristos
3411.195Sitohyopl*	at	cmpci? flags 1
3421.130Skleinkopl*	at	eso?
3431.107Saugustss#opl*	at	sv?
3441.183Sminouraopl*	at	yds?
3451.130Skleink
3461.196Sitohymidi*	at	opl?
3471.196Sitohy
3481.195Sitohympu*	at	cmpci?
3491.130Skleinkmpu*	at	eso?
3501.183Sminourampu*	at	yds?
3511.196Sitohy
3521.196Sitohymidi*	at	mpu?
3531.99Sthorpej
3541.99Sthorpej# MII/PHY support
3551.121Schristosexphy*	at mii? phy ?			# 3Com internal PHYs
3561.205Swizicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
3571.121Schristosinphy*	at mii? phy ?			# Intel 82555 PHYs
3581.121Schristoslxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
3591.187Sthorpejgphyter* at mii? phy ?			# NS83861 Gig-E PHY
3601.121Schristosnsphy*	at mii? phy ?			# NS83840 PHYs
3611.121Schristosqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
3621.121Schristossqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
3631.121Schristostlphy*	at mii? phy ?			# ThunderLAN PHYs
3641.121Schristosukphy*	at mii? phy ?			# generic unknown PHYs
3651.7Scgd
3661.9Scgd# ISA/EISA bus support
3671.161Sthorpejisa*	at	jensenio?
3681.161Sthorpejeisa*	at	jensenio?
3691.9Scgdisa*	at	pceb?
3701.9Scgdeisa*	at	pceb?
3711.9Scgdisa*	at	sio?
3721.177Smycroft#isapnp*	at	isa?
3731.8Scgd
3741.8Scgd# ISA devices
3751.29Scgdmcclock* at	isa? port 0x70
3761.140Scjspckbc*	at	isa?				# PC keyboard controller
3771.81Sdrochnerpckbd*	at	pckbc?				# PC keyboard (kbd port)
3781.109Sdrochnerpms*	at	pckbc?				# PS/2-style mouse (aux port)
3791.83Sthorpejpcppi*	at	isa?				# PC prog. periph. interface
3801.83Sthorpejspkr0	at	pcppi?				# IBM BASIC emulation
3811.98Sdrochnerisabeep0 at	pcppi?				# "keyboard" beep
3821.177Smycroftmidi*	at	pcppi?
3831.29Scgdcom*	at	isa? port 0x3f8 irq 4		# standard serial ports
3841.29Scgdcom*	at	isa? port 0x2f8 irq 3
3851.97Sthorpejcs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
3861.170Stsutsuiec0	at	isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
3871.52Scjsep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
3881.177Smycroft#ep*	at	isapnp?
3891.177Smycroft#ix0	at	isa? port 0x300 irq 10		# EtherExpress/16
3901.177Smycroft#iy0	at	isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
3911.112Sthorpejfdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
3921.86Smattlc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
3931.86Smattlc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
3941.86Smattdepca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
3951.86Smattdepca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
3961.86Smattle*	at	depca?
3971.29Scgdlpt*	at	isa? port 0x3bc irq 7		# standard parallel port
3981.29Scgdvga*	at	isa?				# ISA (EISA: XXX) VGA
3991.74Sthorpejwdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
4001.74Sthorpejwdc1	at	isa? port 0x170 irq 15
4011.177Smycroft#wdc*	at	isapnp?
4021.198Slukemwe0	at	isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
4031.198Slukemwe1	at	isa? port 0x300 iomem 0xcc000 irq 10
4041.108Sthorpej#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
4051.177Smycroft#wss*	at	isapnp?
4061.108Sthorpej#audio*	at	wss?
4071.84Saugustss#midi*	at	wss?
4081.204Sross
4091.204Srossess0	at	isa? port 0x220 irq 5 drq 1 drq2 5   # ESS 18XX
4101.114Srosssb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
4111.114Sross#sb*	at	isapnp?
4121.114Srossaudio*	at	sb?
4131.119Sdante#adv*	at	isa? port ? irq ? drq ?		# AdvanSys APB-514[02]
4141.56Sthorpejaha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
4151.56Sthorpejaha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
4161.56Sthorpejbha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
4171.56Sthorpejbha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
4181.56Sthorpejuha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
4191.56Sthorpejuha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
4201.152Smattpcic0	at	isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
4211.152Smattpcic1	at	isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
4221.152Smattpcmcia*	at	pcic? controller ? socket ?
4231.15Scgd
4241.15Scgd# EISA devices
4251.56Sthorpejahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
4261.44Scgdahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
4271.44Scgdbha*	at	eisa? slot ?			# BusLogic 7xx SCSI
4281.53Scjsep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
4291.50Scgdfea*	at	eisa? slot ?			# DEC DEFEA FDDI
4301.184Sadmlx*	at	eisa? slot ?			# Mylex DAC960 / DEC SWXCR (untested)
4311.131Sthorpejtlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
4321.163Sthorpejdepca*	at	eisa? slot ?			# DEC DE-422 Ethernet
4331.163Sthorpejle*	at	depca?
4341.56Sthorpejuha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
4351.7Scgd
4361.152Smatt# PCMCIA device
4371.152Smattaic*	at	pcmcia? function ?		# Adaptec APA-1460 SCSI
4381.152Smattcom*	at	pcmcia? function ?		# Modems and serial cards
4391.152Smattwdc*	at	pcmcia? function ?		# PCMCIA IDE controllers
4401.152Smattep*	at	pcmcia? function ?		# 3Com 3c589 and 3c562 Eth.
4411.152Smattmbe*	at	pcmcia? function ?		# MB8696x based Ethernet
4421.152Smattne*	at	pcmcia? function ?		# NE2000-compatible Eth.
4431.152Smattsm*	at	pcmcia? function ?		# Megahertz Ethernet
4441.152Smattray*	at	pcmcia? function ?		# Raytheon Raylink (802.11)
4451.222Sgrantwi*	at	pcmcia? function ?		# Lucent/Intersil WaveLAN/IEEE
4461.152Smatt
4471.8Scgd# SCSI bus support
4481.126Sthorpejscsibus* at	adv?
4491.126Sthorpejscsibus* at	adw?
4501.56Sthorpejscsibus* at	aha?
4511.56Sthorpejscsibus* at	ahb?
4521.43Scgdscsibus* at	ahc?
4531.170Stsutsuiscsibus* at	aic?
4541.40Sthorpejscsibus* at	asc?
4551.43Scgdscsibus* at	bha?
4561.129Sadscsibus* at	dpt?
4571.186Slukemscsibus* at	iha?
4581.42Scgdscsibus* at	isp?
4591.161Sthorpejscsibus* at	siop?
4601.231Sbouyerscsibus* at	esiop?
4611.108Sthorpejscsibus* at	pcscp?
4621.56Sthorpejscsibus* at	uha?
4631.1Scgd
4641.8Scgd# SCSI devices
4651.31Scgdcd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
4661.31Scgdsd*	at	scsibus? target ? lun ?		# SCSI disk drives
4671.31Scgdst*	at	scsibus? target ? lun ?		# SCSI tape drives
4681.51Scgd
4691.236Slukem# ATA (IDE) bus support
4701.236Slukematabus* at ata?
4711.234Sbouyer
4721.236Slukem# IDE drives
4731.234Sbouyerwd*	at	atabus? drive ?
4741.74Sthorpej
4751.74Sthorpej# ATAPI bus support
4761.236Slukematapibus* at	atapi?
4771.74Sthorpej
4781.74Sthorpej# ATAPI devices
4791.74Sthorpejsd*	at	atapibus? drive ?		# ATAPI disk devices
4801.74Sthorpejcd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
4811.112Sthorpej
4821.112Sthorpej# Floppy drives
4831.112Sthorpejfd*	at	fdc? drive ?
4841.150Sad
4851.150Sad# Hardware RAID devices
4861.173Sadld*	at	cac? unit ?
4871.182Sitojunld*	at	mlx? unit ?
4881.108Sthorpej
4891.108Sthorpej# USB bus support
4901.108Sthorpejusb*	at uhci?
4911.108Sthorpejusb*	at ohci?
4921.108Sthorpej
4931.127Saugustss# USB Hubs
4941.108Sthorpejuhub*	at usb?
4951.127Saugustssuhub*	at uhub? port ? configuration ? interface ?
4961.108Sthorpej
4971.201Saugustss# USB HID device
4981.201Saugustssuhidev*	at uhub? port ? configuration ? interface ?
4991.201Saugustss
5001.127Saugustss# USB Mice
5011.201Saugustssums*	at uhidev? reportid ?
5021.133Smycroftwsmouse*	at ums?
5031.108Sthorpej
5041.108Sthorpej# USB Keyboards
5051.201Saugustssukbd*	at uhidev? reportid ?
5061.133Smycroftwskbd*	at ukbd? console ?
5071.108Sthorpej
5081.108Sthorpej# USB Generic HID devices
5091.201Saugustssuhid*	at uhidev? reportid ?
5101.108Sthorpej
5111.127Saugustss# USB Printer
5121.127Saugustssulpt*	at uhub? port ? configuration ? interface ?
5131.127Saugustss
5141.127Saugustss# USB Modem
5151.127Saugustssumodem*	at uhub? port ? configuration ?
5161.142Saugustssucom*	at umodem?
5171.128Sthorpej
5181.128Sthorpej# USB Mass Storage
5191.128Sthorpejumass*	at uhub? port ? configuration ? interface ?
5201.234Sbouyeratapibus* at umass?
5211.128Sthorpejscsibus* at umass? channel ?
5221.138Saugustss
5231.138Saugustss# USB Ethernet adapters
5241.138Saugustssaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
5251.138Saugustsscue*	at uhub? port ?		# CATC USB-EL1201A based adapters
5261.138Saugustsskue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
5271.224Saugustssuax*	at uhub? port ?		# ASIX AX88172 based adapters
5281.224Saugustssurl*	at uhub? port ?		# Realtek RTL8150L based adapters
5291.232Sitojunudav*	at uhub? port ?		# Davicom DM9601 based adapters
5301.178Snathanw
5311.178Snathanw# Serial adapters
5321.178Snathanw# FTDI FT8U100AX serial adapter
5331.178Snathanwuftdi*	at uhub? port ?
5341.178Snathanwucom*	at uftdi? portno ?
5351.169Saugustss
5361.169Saugustss# USB scanners
5371.169Saugustssuscanner* at uhub? port ?
5381.179Saugustss
5391.179Saugustss# Y@P firmware loader
5401.179Saugustssuyap* at uhub? port ?
5411.219Sfair
5421.219Sfair# D-Link DSB-R100 USB FM radio tuner
5431.219Sfairudsbr* at uhub? port ?
5441.219Sfairradio* at udsbr?
5451.127Saugustss
5461.127Saugustss# USB Generic driver
5471.127Saugustssugen*	at uhub? port ?
5481.11Scgd
5491.11Scgd# Workstation Console attachments
5501.215Sadwsdisplay*	at	cfb?
5511.215Sadwsdisplay*	at	mfb?
5521.215Sadwsdisplay*	at	tfb?
5531.215Sadwsdisplay*	at	sfb?
5541.215Sad#wsdisplay*	at	sfbp?
5551.215Sadwsdisplay*	at	px?
5561.215Sadwsdisplay*	at	pxg?
5571.81Sdrochnerwsdisplay*	at	vga?
5581.81Sdrochnerwsdisplay*	at	tga?
5591.215Sadwskbd*		at	lkkbd? console ?
5601.215Sadwsmouse*	at	vsms?
5611.133Smycroftwskbd*		at	pckbd?
5621.133Smycroftwsmouse*	at	pms?
5631.1Scgd
5641.19Scgdpseudo-device	bpfilter	16
5651.34Scgdpseudo-device	ccd		4
5661.217Selric#pseudo-device	cgd		4	# cryptographic disk devices
5671.202Sosterpseudo-device	raid		8	# RAIDframe disk driver
5681.202Sosteroptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
5691.202Soster# Options to enable various other RAIDframe RAID types.
5701.221Sitohy# options 	RF_INCLUDE_EVENODD=1
5711.221Sitohy# options 	RF_INCLUDE_RAID5_RS=1
5721.221Sitohy# options 	RF_INCLUDE_PARITYLOGGING=1
5731.221Sitohy# options 	RF_INCLUDE_CHAINDECLUSTER=1
5741.221Sitohy# options 	RF_INCLUDE_INTERDECLUSTER=1
5751.202Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
5761.221Sitohy# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
5771.67Scjspseudo-device	ipfilter	1
5781.34Scgdpseudo-device	loop		1
5791.34Scgdpseudo-device	md		1
5801.34Scgdpseudo-device	ppp		4
5811.200Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
5821.166Sjdolecekpseudo-device	pty			# pseudo-terminals
5831.19Scgdpseudo-device	sl		4
5841.19Scgdpseudo-device	vnd		4
5851.106Shwr#pseudo-device	gre		2	# generic L3 over IP tunnel
5861.137Sitojunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
5871.137Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
5881.148Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
5891.175Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
5901.192Satatatpseudo-device	bridge			# simple inter-network bridging
5911.226Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
5921.139Smycroftpseudo-device	sequencer	1	# MIDI sequencer
5931.167Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
5941.69Sexplorer#options 	RND_COM			# use "com" randomness too
5951.209Slukempseudo-device	clockctl		# user control of clock subsystem
5961.230Sgmcgarrypseudo-device	wsfont
5971.229Sraggepseudo-device	ksyms			# /dev/ksyms
598