GENERIC revision 1.206
11.206Sgmcgarry# $NetBSD: GENERIC,v 1.206 2002/04/12 08:10:47 gmcgarry Exp $
21.1Scgd#
31.199Sgmcgarry# GENERIC machine description file
41.199Sgmcgarry# 
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.206Sgmcgarry#ident 		"GENERIC-$Revision: 1.206 $"
271.1Scgd
281.77Sthorpejmaxusers 32
291.36Scgd
301.1Scgd# CPU Support
311.161Sthorpejoptions 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
321.58Smellonoptions 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
331.176Sthorpejoptions 	DEC_2100_A500	# Sable:	AlphaServer 2100
341.176Sthorpejoptions 	DEC_2100A_A500	# Lynx:		AlphaServer 2100A
351.58Smellonoptions 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
361.58Smellonoptions 	DEC_3000_300	# Pelican etc:	3000/300*
371.58Smellonoptions 	DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
381.58Smellonoptions 	DEC_EB164	# EB164:	AlphaPC 164
391.58Smellonoptions 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
401.58Smellonoptions 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
411.58Smellonoptions 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
421.153Sthorpejoptions 	DEC_KN300	# KN300:	AlphaServer 4100 and 1200
431.89Sthorpejoptions 	DEC_550		# Miata:	Digital Personal Workstation
441.93Srossoptions 	DEC_1000	# Mikasa etc:	Digital AlphaServer 1000
451.90Srossoptions 	DEC_1000A	# Corelle etc:	Digital AlphaServer 800/1000A
461.92Sthorpejoptions 	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
471.94Sthorpejoptions 	DEC_EB66	# EB66:		21066 Evaluation Board
481.122Srossoptions 	DEC_6600	# EV6:		264DP OEM Board
491.156Sthorpejoptions 	API_UP1000	# EV6:		Alpha Processor, Inc. UP1000
501.1Scgd
511.1Scgd# Standard system options
521.58Smellonoptions 	KTRACE			# System call tracing support
531.180Slukemoptions 	NTP			# kernel PLL for NTP
541.1Scgd
551.38Scgd# Diagnostic/debugging support options
561.58Smellonoptions 	DIAGNOSTIC		# Cheap kernel consistency checks
571.108Sthorpejoptions 	DDB			# kernel debugger
581.111Sross#makeoptions	DEBUG="-g"
591.185Sross#makeoptions	DEBUGLIST="pattern1 pattern2 ..."
601.38Scgd
611.193Sthorpej#options 	KGDB			# Remote kernel GDB support
621.197Slukem#options 	KGDB_DEVNAME="\"com\""	# device to use for KGDB
631.193Sthorpej#options 	KGDB_DEVADDR=0x2f8	# at this address
641.193Sthorpej#options 	KGDB_DEVRATE=57600	# at this comm. rate
651.193Sthorpej
661.37Sthorpej# File systems
671.65Scgdfile-system	FFS		# Fast file system
681.65Scgdfile-system	MFS		# Memory-based file system
691.65Scgdfile-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
701.65Scgdfile-system	MSDOSFS		# MS-DOS-compatible file system
711.140Scjsfile-system	NTFS		# Windows/NT file system (experimental)
721.65Scgdfile-system	NFS		# Sun NFS-compatible file system client
731.170Stsutsui#file-system	KERNFS		# Kernel variable file system (/kern)
741.170Stsutsui#file-system	PROCFS		# Process file system (/proc)
751.37Sthorpej
761.1Scgd# File system options
771.58Smellonoptions 	NFSSERVER	# Sun NFS-compatible file system server
781.78Sbouyer#options 	FFS_EI		# FFS Endian Independant support
791.158Sfvdloptions 	SOFTDEP		# FFS soft updates support.
801.137Sitojun
811.1Scgd# Networking options
821.58Smellonoptions 	INET		# Internet protocol suite
831.137Sitojunoptions 	INET6		# IPV6
841.137Sitojun#options 	IPSEC		# IP security
851.137Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
861.137Sitojun#options 	IPSEC_DEBUG	# debug for IP security
871.190Smrg#options 	NETATALK	# AppleTalk protocol suite
881.1Scgd
891.1Scgd# 4.3BSD compatibility.  Should be optional, but necessary for now.
901.58Smellonoptions 	COMPAT_43
911.1Scgd
921.9Scgd# Binary compatibility with previous versions of NetBSD.
931.58Smellon#options 	COMPAT_09
941.58Smellonoptions 	COMPAT_10
951.58Smellonoptions 	COMPAT_11
961.58Smellonoptions 	COMPAT_12
971.72Smjacoboptions 	COMPAT_13
981.123Saugustssoptions 	COMPAT_14
991.118Scgd
1001.118Scgd# OSF/1 binary compatibility
1011.118Scgdoptions 	COMPAT_OSF1
1021.174Smycroft
1031.174Smycroft# Linux binary compatibility
1041.174Smycroftoptions 	COMPAT_LINUX
1051.70Smjacob
1061.70Smjacob# System V-like message queues
1071.70Smjacoboptions 	SYSVMSG
1081.198Slukem#options 	SEMMNI=10	# number of semaphore identifiers
1091.198Slukem#options 	SEMMNS=60	# number of semaphores in system
1101.198Slukem#options 	SEMUME=10	# max number of undo entries per process
1111.198Slukem#options 	SEMMNU=30	# number of undo structures in system
1121.70Smjacob
1131.70Smjacob# System V-like semaphores
1141.70Smjacoboptions 	SYSVSEM
1151.9Scgd
1161.34Scgd# System V-like shared memory
1171.58Smellonoptions 	SYSVSHM
1181.58Smellon#options 	SHMMAXPGS=1024		# 1024 pages is the default
1191.1Scgd
1201.7Scgd# Loadable Kernel Modules
1211.58Smellonoptions 	LKM
1221.5Scgd
1231.5Scgd# Disable kernel security.
1241.116Sross#options 	INSECURE
1251.2Scgd
1261.7Scgd# Misc. options
1271.58Smellonoptions 	EISAVERBOSE		# recognize "unknown" EISA devices
1281.58Smellonoptions 	PCIVERBOSE		# recognize "unknown" PCI devices
1291.151Saugustssoptions 	MIIVERBOSE		# verbose PHY autoconfig messages
1301.146Scgd#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
1311.71Smjacoboptions 	SCSIVERBOSE		# Verbose SCSI errors
1321.58Smellonoptions 	TCVERBOSE		# recognize "unknown" TC devices
1331.58Smellonoptions 	UCONSOLE		# users can use TIOCCONS (for xconsole)
1341.177Smycroft#options 	PCMCIAVERBOSE
1351.206Sgmcgarry#options 	USERCONF		# userconf(4) support
1361.203Sjdolecek#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
1371.73Sdrochner
1381.73Sdrochner# The Alpha console firmware network boots using the BOOTP
1391.76Scgd# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
1401.76Scgd# in case we have NFS root.
1411.76Scgdoptions 	NFS_BOOT_DHCP		# superset of BOOTP
1421.7Scgd
1431.117Sross# WS console uses SUN or VT100 terminal emulation
1441.117Srossoptions 	WSEMUL_VT100
1451.101Sdrochner
1461.101Sdrochner# realtime clock compatible to OSF/1
1471.101Sdrochner#options 	CLOCK_COMPAT_OSF1
1481.81Sdrochner
1491.37Sthorpejconfig		netbsd	root on ? type ?
1501.57Smrg#config		netbsd	root on sd0 type ffs
1511.37Sthorpej#config		netbsd	root on ? type nfs
1521.7Scgd
1531.7Scgdmainbus0 at	root
1541.7Scgdcpu*	at	mainbus0
1551.1Scgd
1561.41Scgd# TurboLaser bus support and devices
1571.41Scgdtlsb*	at	mainbus0
1581.41Scgdgbus*	at	tlsb? node ? offset ?
1591.41Scgdtlsbmem* at	tlsb? node ? offset ?
1601.41Scgdkft*	at	tlsb? node ? offset ?
1611.41Scgd
1621.41Scgd# Gbus Devices
1631.85Sthorpejmcclock* at	gbus? offset ?
1641.41Scgd
1651.80Smjacob# MCBUS bus support
1661.80Smjacobmcbus*	at	mainbus0
1671.80Smjacobmcmem*	at	mcbus? mid ?
1681.80Smjacob
1691.80Smjacob#i2c	at	mcbus?
1701.80Smjacob
1711.122Sross#EV6 Tsunami Core Logic
1721.122Sross
1731.122Srosstsc*	at	mainbus0
1741.122Sross
1751.161Sthorpej# DECpc AXP150 (Jensen) internal bus support
1761.161Sthorpejjensenio* at	mainbus0
1771.161Sthorpej
1781.161Sthorpejcom*	at	jensenio? port ?
1791.161Sthorpejlpt*	at	jensenio? port ?
1801.161Sthorpejmcclock* at	jensenio? port ?
1811.161Sthorpejpckbc*	at	jensenio? port ?
1821.161Sthorpej
1831.170Stsutsui# TURBOchannel host bus adapter support
1841.10Scgdtcasic*	at	mainbus0
1851.10Scgd
1861.170Stsutsui# TURBOchannel bus support
1871.10Scgdtc*	at	tcasic?
1881.8Scgd
1891.170Stsutsui# TURBOchannel devices
1901.29Scgdioasic*	at	tc? slot ? offset ?
1911.29Scgdmcclock* at	ioasic? offset ?
1921.12Scgdle*	at	ioasic? offset ?
1931.10Scgdscc0	at	ioasic? offset ?
1941.10Scgdscc1	at	ioasic? offset ?
1951.170Stsutsuibba0	at	ioasic? offset ?
1961.170Stsutsuiaudio*	at	bba?
1971.87Sthorpejtcds*	at	tc? slot ? offset ?
1981.87Sthorpejasc*	at	tcds? chip ?
1991.194Ssimonbasc*	at	tc? slot ? offset ?
2001.46Scgd#cfb*	at	tc? slot ? offset ?
2011.46Scgd#sfb*	at	tc? slot ? offset ?
2021.12Scgdle*	at	tc? slot ? offset ?
2031.15Scgdfta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
2041.1Scgd
2051.8Scgd# PCI host bus adapter support
2061.7Scgdapecs*	at	mainbus?
2071.9Scgdcia*	at	mainbus?
2081.156Sthorpejirongate* at	mainbus?
2091.9Scgdlca*	at	mainbus?
2101.41Scgddwlpx*	at	kft?
2111.80Smjacobmcpcia*	at	mcbus? mid ?
2121.122Srosstsp*	at	tsc?
2131.176Sthorpejttwoga*	at	mainbus?
2141.161Sthorpej
2151.161Sthorpej# Sable PCI and STDIO bus and devices
2161.176Sthorpejttwopci* at	ttwoga? hose ?
2171.176Sthorpejsableio* at	ttwopci? bus ?
2181.176Sthorpejcom*	at	sableio? port ?
2191.176Sthorpejlpt*	at	sableio? port ?
2201.176Sthorpejpckbc*	at	sableio? port ?
2211.176Sthorpejfdc*	at	sableio? port ?
2221.7Scgd
2231.8Scgd# PCI bus support
2241.7Scgdpci*	at	apecs?
2251.9Scgdpci*	at	cia?
2261.156Sthorpejpci*	at	irongate?
2271.9Scgdpci*	at	lca?
2281.9Scgdpci*	at	ppb?
2291.41Scgdpci*	at	dwlpx?
2301.80Smjacobpci*	at	mcpcia?
2311.122Srosspci*	at	tsp?
2321.176Sthorpejpci*	at	ttwopci?
2331.193Sthorpej
2341.193Sthorpej# AGP support
2351.193Sthorpejagp*	at	irongate?
2361.7Scgd
2371.8Scgd# PCI devices
2381.126Sthorpejadv*	at	pci? dev ? function ?		# AdvanSys SCSI
2391.126Sthorpejadw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
2401.135Sdante#options 	ADW_WDTR_DISABLE		# 	disable WDTR
2411.135Sdante#options 	ADW_SDTR_DISABLE		# 	disable SDTR
2421.135Sdante#options 	ADW_TAGQ_DISABLE		# 	disable Tag Queuing
2431.43Scgdahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
2441.43Scgdbha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
2451.150Sadcac*	at	pci? dev ? function ?		# Compaq array controller (untested)
2461.195Sitohycmpci*	at	pci? dev ? function ?		# C-Media CMI8338/8738 Audio
2471.49Scgdcy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
2481.155Smattcz*	at	pci? dev ? function ?		# Cyclades-Z (untested)
2491.43Scgdde*	at	pci? dev ? function ?		# 21x4x-based Ethernet
2501.129Saddpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
2511.120Schristoseap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
2521.20Scgden*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
2531.103Sfvdlep*	at	pci? dev ? function ?		# 3COM 3c59x
2541.120Schristosepic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
2551.130Skleinkeso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
2561.191Shubertfex*	at	pci? dev ? function ?		# 3COM 3c90x[BC] Ethernet
2571.43Scgdfpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
2581.75Senamifxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
2591.187Sthorpejgsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
2601.186Slukemiha*	at	pci? dev ? function ?		# Initio INIC-940/950 SCSI
2611.43Scgdisp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
2621.20Scgdle*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
2631.187Sthorpejsf*	at	pci? dev ? function ?		# Adaptec AIC-6915 Ethernet
2641.161Sthorpejsiop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
2651.181Sadmlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
2661.120Schristosne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
2671.120Schristosohci*	at	pci? dev ? function ?		# USB Open Host Controller
2681.43Scgdpceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
2691.120Schristospciide*	at	pci? dev ? function ?		# PCI IDE controllers
2701.108Sthorpejpcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
2711.43Scgdppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
2721.149Shayartk*	at	pci? dev ? function ?		# RealTek 8129/8139 Ethernet
2731.43Scgdsio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
2741.131Sthorpejsip*	at	pci? dev ? function ?		# SiS 900 Ethernet
2751.120Schristossv*	at	pci? dev ? function ?		# S3 SonicVibes
2761.43Scgdtga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
2771.131Sthorpejti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
2781.99Sthorpejtl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
2791.131Sthorpejtlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
2801.131Sthorpej#options 	TLP_MATCH_21040
2811.131Sthorpej#options 	TLP_MATCH_21041
2821.131Sthorpej#options 	TLP_MATCH_21140
2831.131Sthorpej#options 	TLP_MATCH_21142
2841.120Schristosuhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
2851.49Scgdvga*	at	pci? dev ? function ?		# PCI VGA Graphics
2861.120Schristosvr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
2871.183Sminourayds*	at	pci? dev ? function ?		# Yamaha DS-1 PCI Audio
2881.120Schristos
2891.195Sitohyaudio*	at	cmpci?
2901.114Srossaudio*	at	eap?
2911.130Skleinkaudio*	at	eso?
2921.114Srossaudio*	at	sv?
2931.183Sminouraaudio*	at	yds?
2941.204Srossaudio*	at	ess?
2951.120Schristos
2961.195Sitohyopl*	at	cmpci? flags 1
2971.130Skleinkopl*	at	eso?
2981.107Saugustss#opl*	at	sv?
2991.183Sminouraopl*	at	yds?
3001.130Skleink
3011.196Sitohymidi*	at	opl?
3021.196Sitohy
3031.195Sitohympu*	at	cmpci?
3041.130Skleinkmpu*	at	eso?
3051.183Sminourampu*	at	yds?
3061.196Sitohy
3071.196Sitohymidi*	at	mpu?
3081.99Sthorpej
3091.99Sthorpej# MII/PHY support
3101.121Schristosexphy*	at mii? phy ?			# 3Com internal PHYs
3111.205Swizicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
3121.121Schristosinphy*	at mii? phy ?			# Intel 82555 PHYs
3131.121Schristoslxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
3141.187Sthorpejgphyter* at mii? phy ?			# NS83861 Gig-E PHY
3151.121Schristosnsphy*	at mii? phy ?			# NS83840 PHYs
3161.121Schristosqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
3171.121Schristossqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
3181.121Schristostlphy*	at mii? phy ?			# ThunderLAN PHYs
3191.121Schristosukphy*	at mii? phy ?			# generic unknown PHYs
3201.7Scgd
3211.9Scgd# ISA/EISA bus support
3221.161Sthorpejisa*	at	jensenio?
3231.161Sthorpejeisa*	at	jensenio?
3241.9Scgdisa*	at	pceb?
3251.9Scgdeisa*	at	pceb?
3261.9Scgdisa*	at	sio?
3271.177Smycroft#isapnp*	at	isa?
3281.8Scgd
3291.8Scgd# ISA devices
3301.29Scgdmcclock* at	isa? port 0x70
3311.140Scjspckbc*	at	isa?				# PC keyboard controller
3321.81Sdrochnerpckbd*	at	pckbc?				# PC keyboard (kbd port)
3331.109Sdrochnerpms*	at	pckbc?				# PS/2-style mouse (aux port)
3341.83Sthorpejpcppi*	at	isa?				# PC prog. periph. interface
3351.83Sthorpejspkr0	at	pcppi?				# IBM BASIC emulation
3361.98Sdrochnerisabeep0 at	pcppi?				# "keyboard" beep
3371.177Smycroftmidi*	at	pcppi?
3381.29Scgdcom*	at	isa? port 0x3f8 irq 4		# standard serial ports
3391.29Scgdcom*	at	isa? port 0x2f8 irq 3
3401.97Sthorpejcs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
3411.170Stsutsuiec0	at	isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
3421.52Scjsep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
3431.177Smycroft#ep*	at	isapnp?
3441.177Smycroft#ix0	at	isa? port 0x300 irq 10		# EtherExpress/16
3451.177Smycroft#iy0	at	isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
3461.112Sthorpejfdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
3471.86Smattlc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
3481.86Smattlc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
3491.86Smattdepca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
3501.86Smattdepca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
3511.86Smattle*	at	depca?
3521.29Scgdlpt*	at	isa? port 0x3bc irq 7		# standard parallel port
3531.29Scgdvga*	at	isa?				# ISA (EISA: XXX) VGA
3541.74Sthorpejwdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
3551.74Sthorpejwdc1	at	isa? port 0x170 irq 15
3561.177Smycroft#wdc*	at	isapnp?
3571.198Slukemwe0	at	isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
3581.198Slukemwe1	at	isa? port 0x300 iomem 0xcc000 irq 10
3591.108Sthorpej#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
3601.177Smycroft#wss*	at	isapnp?
3611.108Sthorpej#audio*	at	wss?
3621.84Saugustss#midi*	at	wss?
3631.204Sross
3641.204Srossess0	at	isa? port 0x220 irq 5 drq 1 drq2 5   # ESS 18XX
3651.114Srosssb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
3661.114Sross#sb*	at	isapnp?
3671.114Srossaudio*	at	sb?
3681.119Sdante#adv*	at	isa? port ? irq ? drq ?		# AdvanSys APB-514[02]
3691.56Sthorpejaha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
3701.56Sthorpejaha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
3711.56Sthorpejbha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
3721.56Sthorpejbha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
3731.56Sthorpejuha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
3741.56Sthorpejuha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
3751.152Smattpcic0	at	isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
3761.152Smattpcic1	at	isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
3771.152Smattpcmcia*	at	pcic? controller ? socket ?
3781.15Scgd
3791.15Scgd# EISA devices
3801.56Sthorpejahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
3811.44Scgdahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
3821.44Scgdbha*	at	eisa? slot ?			# BusLogic 7xx SCSI
3831.53Scjsep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
3841.50Scgdfea*	at	eisa? slot ?			# DEC DEFEA FDDI
3851.184Sadmlx*	at	eisa? slot ?			# Mylex DAC960 / DEC SWXCR (untested)
3861.131Sthorpejtlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
3871.163Sthorpejdepca*	at	eisa? slot ?			# DEC DE-422 Ethernet
3881.163Sthorpejle*	at	depca?
3891.56Sthorpejuha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
3901.7Scgd
3911.152Smatt# PCMCIA device
3921.152Smattaic*	at	pcmcia? function ?		# Adaptec APA-1460 SCSI
3931.152Smattcom*	at	pcmcia? function ?		# Modems and serial cards
3941.152Smattwdc*	at	pcmcia? function ?		# PCMCIA IDE controllers
3951.152Smattep*	at	pcmcia? function ?		# 3Com 3c589 and 3c562 Eth.
3961.152Smattmbe*	at	pcmcia? function ?		# MB8696x based Ethernet
3971.152Smattne*	at	pcmcia? function ?		# NE2000-compatible Eth.
3981.152Smattsm*	at	pcmcia? function ?		# Megahertz Ethernet
3991.152Smattray*	at	pcmcia? function ?		# Raytheon Raylink (802.11)
4001.152Smattwi*	at	pcmcia? function ?		# Lucent WaveLAN/IEEE
4011.152Smatt
4021.8Scgd# SCSI bus support
4031.126Sthorpejscsibus* at	adv?
4041.126Sthorpejscsibus* at	adw?
4051.56Sthorpejscsibus* at	aha?
4061.56Sthorpejscsibus* at	ahb?
4071.43Scgdscsibus* at	ahc?
4081.170Stsutsuiscsibus* at	aic?
4091.40Sthorpejscsibus* at	asc?
4101.43Scgdscsibus* at	bha?
4111.129Sadscsibus* at	dpt?
4121.186Slukemscsibus* at	iha?
4131.42Scgdscsibus* at	isp?
4141.161Sthorpejscsibus* at	siop?
4151.108Sthorpejscsibus* at	pcscp?
4161.56Sthorpejscsibus* at	uha?
4171.1Scgd
4181.8Scgd# SCSI devices
4191.31Scgdcd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
4201.31Scgdsd*	at	scsibus? target ? lun ?		# SCSI disk drives
4211.31Scgdst*	at	scsibus? target ? lun ?		# SCSI tape drives
4221.51Scgd
4231.51Scgd# ST506/ESDI/IDE devices
4241.102Smattwd*	at	pciide? channel ?
4251.74Sthorpejwd*	at	wdc? drive ?
4261.74Sthorpej
4271.74Sthorpej# ATAPI bus support
4281.102Smattatapibus* at	pciide? channel ?
4291.74Sthorpejatapibus* at	wdc?
4301.74Sthorpej
4311.74Sthorpej# ATAPI devices
4321.74Sthorpejsd*	at	atapibus? drive ?		# ATAPI disk devices
4331.74Sthorpejcd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
4341.112Sthorpej
4351.112Sthorpej# Floppy drives
4361.112Sthorpejfd*	at	fdc? drive ?
4371.150Sad
4381.150Sad# Hardware RAID devices
4391.173Sadld*	at	cac? unit ?
4401.182Sitojunld*	at	mlx? unit ?
4411.108Sthorpej
4421.108Sthorpej# USB bus support
4431.108Sthorpejusb*	at uhci?
4441.108Sthorpejusb*	at ohci?
4451.108Sthorpej
4461.127Saugustss# USB Hubs
4471.108Sthorpejuhub*	at usb?
4481.127Saugustssuhub*	at uhub? port ? configuration ? interface ?
4491.108Sthorpej
4501.201Saugustss# USB HID device
4511.201Saugustssuhidev*	at uhub? port ? configuration ? interface ?
4521.201Saugustss
4531.127Saugustss# USB Mice
4541.201Saugustssums*	at uhidev? reportid ?
4551.133Smycroftwsmouse*	at ums?
4561.108Sthorpej
4571.108Sthorpej# USB Keyboards
4581.201Saugustssukbd*	at uhidev? reportid ?
4591.133Smycroftwskbd*	at ukbd? console ?
4601.108Sthorpej
4611.108Sthorpej# USB Generic HID devices
4621.201Saugustssuhid*	at uhidev? reportid ?
4631.108Sthorpej
4641.127Saugustss# USB Printer
4651.127Saugustssulpt*	at uhub? port ? configuration ? interface ?
4661.127Saugustss
4671.127Saugustss# USB Modem
4681.127Saugustssumodem*	at uhub? port ? configuration ?
4691.142Saugustssucom*	at umodem?
4701.128Sthorpej
4711.128Sthorpej# USB Mass Storage
4721.128Sthorpejumass*	at uhub? port ? configuration ? interface ?
4731.147Saugustssatapibus* at umass? channel ?
4741.128Sthorpejscsibus* at umass? channel ?
4751.138Saugustss
4761.138Saugustss# USB Ethernet adapters
4771.138Saugustssaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
4781.138Saugustsscue*	at uhub? port ?		# CATC USB-EL1201A based adapters
4791.138Saugustsskue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
4801.178Snathanw
4811.178Snathanw# Serial adapters
4821.178Snathanw# FTDI FT8U100AX serial adapter
4831.178Snathanwuftdi*	at uhub? port ?
4841.178Snathanwucom*	at uftdi? portno ?
4851.169Saugustss
4861.169Saugustss# USB scanners
4871.169Saugustssuscanner* at uhub? port ?
4881.179Saugustss
4891.179Saugustss# Y@P firmware loader
4901.179Saugustssuyap* at uhub? port ?
4911.127Saugustss
4921.127Saugustss# USB Generic driver
4931.127Saugustssugen*	at uhub? port ?
4941.11Scgd
4951.11Scgd# Workstation Console attachments
4961.83Sthorpej#wsdisplay*	at	cfb?
4971.81Sdrochnerwsdisplay*	at	vga?
4981.83Sthorpej#wsdisplay*	at	sfb?
4991.81Sdrochnerwsdisplay*	at	tga?
5001.133Smycroftwskbd*		at	pckbd?
5011.133Smycroftwsmouse*	at	pms?
5021.1Scgd
5031.19Scgdpseudo-device	bpfilter	16
5041.34Scgdpseudo-device	ccd		4
5051.202Sosterpseudo-device	raid		8	# RAIDframe disk driver
5061.202Sosteroptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
5071.202Soster# Options to enable various other RAIDframe RAID types.
5081.202Soster# options	RF_INCLUDE_EVENODD=1
5091.202Soster# options	RF_INCLUDE_RAID5_RS=1
5101.202Soster# options	RF_INCLUDE_PARITYLOGGING=1
5111.202Soster# options	RF_INCLUDE_CHAINDECLUSTER=1
5121.202Soster# options	RF_INCLUDE_INTERDECLUSTER=1
5131.202Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
5141.202Soster# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
5151.67Scjspseudo-device	ipfilter	1
5161.34Scgdpseudo-device	loop		1
5171.34Scgdpseudo-device	md		1
5181.34Scgdpseudo-device	ppp		4
5191.200Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
5201.166Sjdolecekpseudo-device	pty			# pseudo-terminals
5211.19Scgdpseudo-device	sl		4
5221.19Scgdpseudo-device	vnd		4
5231.106Shwr#pseudo-device	gre		2	# generic L3 over IP tunnel
5241.137Sitojunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
5251.137Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
5261.148Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
5271.175Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
5281.192Satatatpseudo-device	bridge			# simple inter-network bridging
5291.139Smycroftpseudo-device	sequencer	1	# MIDI sequencer
5301.167Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
5311.69Sexplorer#options 	RND_COM			# use "com" randomness too
532