GENERIC revision 1.203
11.203Sjdolecek# $NetBSD: GENERIC,v 1.203 2002/01/27 13:23:10 jdolecek 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.203Sjdolecek#ident 		"GENERIC-$Revision: 1.203 $"
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.203Sjdolecek#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
1361.73Sdrochner
1371.73Sdrochner# The Alpha console firmware network boots using the BOOTP
1381.76Scgd# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
1391.76Scgd# in case we have NFS root.
1401.76Scgdoptions 	NFS_BOOT_DHCP		# superset of BOOTP
1411.7Scgd
1421.117Sross# WS console uses SUN or VT100 terminal emulation
1431.117Srossoptions 	WSEMUL_VT100
1441.101Sdrochner
1451.101Sdrochner# realtime clock compatible to OSF/1
1461.101Sdrochner#options 	CLOCK_COMPAT_OSF1
1471.81Sdrochner
1481.37Sthorpejconfig		netbsd	root on ? type ?
1491.57Smrg#config		netbsd	root on sd0 type ffs
1501.37Sthorpej#config		netbsd	root on ? type nfs
1511.7Scgd
1521.7Scgdmainbus0 at	root
1531.7Scgdcpu*	at	mainbus0
1541.1Scgd
1551.41Scgd# TurboLaser bus support and devices
1561.41Scgdtlsb*	at	mainbus0
1571.41Scgdgbus*	at	tlsb? node ? offset ?
1581.41Scgdtlsbmem* at	tlsb? node ? offset ?
1591.41Scgdkft*	at	tlsb? node ? offset ?
1601.41Scgd
1611.41Scgd# Gbus Devices
1621.85Sthorpejmcclock* at	gbus? offset ?
1631.41Scgd
1641.80Smjacob# MCBUS bus support
1651.80Smjacobmcbus*	at	mainbus0
1661.80Smjacobmcmem*	at	mcbus? mid ?
1671.80Smjacob
1681.80Smjacob#i2c	at	mcbus?
1691.80Smjacob
1701.122Sross#EV6 Tsunami Core Logic
1711.122Sross
1721.122Srosstsc*	at	mainbus0
1731.122Sross
1741.161Sthorpej# DECpc AXP150 (Jensen) internal bus support
1751.161Sthorpejjensenio* at	mainbus0
1761.161Sthorpej
1771.161Sthorpejcom*	at	jensenio? port ?
1781.161Sthorpejlpt*	at	jensenio? port ?
1791.161Sthorpejmcclock* at	jensenio? port ?
1801.161Sthorpejpckbc*	at	jensenio? port ?
1811.161Sthorpej
1821.170Stsutsui# TURBOchannel host bus adapter support
1831.10Scgdtcasic*	at	mainbus0
1841.10Scgd
1851.170Stsutsui# TURBOchannel bus support
1861.10Scgdtc*	at	tcasic?
1871.8Scgd
1881.170Stsutsui# TURBOchannel devices
1891.29Scgdioasic*	at	tc? slot ? offset ?
1901.29Scgdmcclock* at	ioasic? offset ?
1911.12Scgdle*	at	ioasic? offset ?
1921.10Scgdscc0	at	ioasic? offset ?
1931.10Scgdscc1	at	ioasic? offset ?
1941.170Stsutsuibba0	at	ioasic? offset ?
1951.170Stsutsuiaudio*	at	bba?
1961.87Sthorpejtcds*	at	tc? slot ? offset ?
1971.87Sthorpejasc*	at	tcds? chip ?
1981.194Ssimonbasc*	at	tc? slot ? offset ?
1991.46Scgd#cfb*	at	tc? slot ? offset ?
2001.46Scgd#sfb*	at	tc? slot ? offset ?
2011.12Scgdle*	at	tc? slot ? offset ?
2021.15Scgdfta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
2031.1Scgd
2041.8Scgd# PCI host bus adapter support
2051.7Scgdapecs*	at	mainbus?
2061.9Scgdcia*	at	mainbus?
2071.156Sthorpejirongate* at	mainbus?
2081.9Scgdlca*	at	mainbus?
2091.41Scgddwlpx*	at	kft?
2101.80Smjacobmcpcia*	at	mcbus? mid ?
2111.122Srosstsp*	at	tsc?
2121.176Sthorpejttwoga*	at	mainbus?
2131.161Sthorpej
2141.161Sthorpej# Sable PCI and STDIO bus and devices
2151.176Sthorpejttwopci* at	ttwoga? hose ?
2161.176Sthorpejsableio* at	ttwopci? bus ?
2171.176Sthorpejcom*	at	sableio? port ?
2181.176Sthorpejlpt*	at	sableio? port ?
2191.176Sthorpejpckbc*	at	sableio? port ?
2201.176Sthorpejfdc*	at	sableio? port ?
2211.7Scgd
2221.8Scgd# PCI bus support
2231.7Scgdpci*	at	apecs?
2241.9Scgdpci*	at	cia?
2251.156Sthorpejpci*	at	irongate?
2261.9Scgdpci*	at	lca?
2271.9Scgdpci*	at	ppb?
2281.41Scgdpci*	at	dwlpx?
2291.80Smjacobpci*	at	mcpcia?
2301.122Srosspci*	at	tsp?
2311.176Sthorpejpci*	at	ttwopci?
2321.193Sthorpej
2331.193Sthorpej# AGP support
2341.193Sthorpejagp*	at	irongate?
2351.7Scgd
2361.8Scgd# PCI devices
2371.126Sthorpejadv*	at	pci? dev ? function ?		# AdvanSys SCSI
2381.126Sthorpejadw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
2391.135Sdante#options 	ADW_WDTR_DISABLE		# 	disable WDTR
2401.135Sdante#options 	ADW_SDTR_DISABLE		# 	disable SDTR
2411.135Sdante#options 	ADW_TAGQ_DISABLE		# 	disable Tag Queuing
2421.43Scgdahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
2431.43Scgdbha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
2441.150Sadcac*	at	pci? dev ? function ?		# Compaq array controller (untested)
2451.195Sitohycmpci*	at	pci? dev ? function ?		# C-Media CMI8338/8738 Audio
2461.49Scgdcy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
2471.155Smattcz*	at	pci? dev ? function ?		# Cyclades-Z (untested)
2481.43Scgdde*	at	pci? dev ? function ?		# 21x4x-based Ethernet
2491.129Saddpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
2501.120Schristoseap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
2511.20Scgden*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
2521.103Sfvdlep*	at	pci? dev ? function ?		# 3COM 3c59x
2531.120Schristosepic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
2541.130Skleinkeso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
2551.191Shubertfex*	at	pci? dev ? function ?		# 3COM 3c90x[BC] Ethernet
2561.43Scgdfpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
2571.75Senamifxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
2581.187Sthorpejgsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
2591.186Slukemiha*	at	pci? dev ? function ?		# Initio INIC-940/950 SCSI
2601.43Scgdisp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
2611.20Scgdle*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
2621.187Sthorpejsf*	at	pci? dev ? function ?		# Adaptec AIC-6915 Ethernet
2631.161Sthorpejsiop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
2641.181Sadmlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
2651.120Schristosne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
2661.120Schristosohci*	at	pci? dev ? function ?		# USB Open Host Controller
2671.43Scgdpceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
2681.120Schristospciide*	at	pci? dev ? function ?		# PCI IDE controllers
2691.108Sthorpejpcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
2701.43Scgdppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
2711.149Shayartk*	at	pci? dev ? function ?		# RealTek 8129/8139 Ethernet
2721.43Scgdsio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
2731.131Sthorpejsip*	at	pci? dev ? function ?		# SiS 900 Ethernet
2741.120Schristossv*	at	pci? dev ? function ?		# S3 SonicVibes
2751.43Scgdtga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
2761.131Sthorpejti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
2771.99Sthorpejtl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
2781.131Sthorpejtlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
2791.131Sthorpej#options 	TLP_MATCH_21040
2801.131Sthorpej#options 	TLP_MATCH_21041
2811.131Sthorpej#options 	TLP_MATCH_21140
2821.131Sthorpej#options 	TLP_MATCH_21142
2831.120Schristosuhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
2841.49Scgdvga*	at	pci? dev ? function ?		# PCI VGA Graphics
2851.120Schristosvr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
2861.183Sminourayds*	at	pci? dev ? function ?		# Yamaha DS-1 PCI Audio
2871.120Schristos
2881.195Sitohyaudio*	at	cmpci?
2891.114Srossaudio*	at	eap?
2901.130Skleinkaudio*	at	eso?
2911.114Srossaudio*	at	sv?
2921.183Sminouraaudio*	at	yds?
2931.120Schristos
2941.195Sitohyopl*	at	cmpci? flags 1
2951.130Skleinkopl*	at	eso?
2961.107Saugustss#opl*	at	sv?
2971.183Sminouraopl*	at	yds?
2981.130Skleink
2991.196Sitohymidi*	at	opl?
3001.196Sitohy
3011.195Sitohympu*	at	cmpci?
3021.130Skleinkmpu*	at	eso?
3031.183Sminourampu*	at	yds?
3041.196Sitohy
3051.196Sitohymidi*	at	mpu?
3061.99Sthorpej
3071.99Sthorpej# MII/PHY support
3081.121Schristosexphy*	at mii? phy ?			# 3Com internal PHYs
3091.121Schristosicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS1890
3101.121Schristosinphy*	at mii? phy ?			# Intel 82555 PHYs
3111.121Schristoslxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
3121.187Sthorpejgphyter* at mii? phy ?			# NS83861 Gig-E PHY
3131.121Schristosnsphy*	at mii? phy ?			# NS83840 PHYs
3141.121Schristosqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
3151.121Schristossqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
3161.121Schristostlphy*	at mii? phy ?			# ThunderLAN PHYs
3171.121Schristosukphy*	at mii? phy ?			# generic unknown PHYs
3181.7Scgd
3191.9Scgd# ISA/EISA bus support
3201.161Sthorpejisa*	at	jensenio?
3211.161Sthorpejeisa*	at	jensenio?
3221.9Scgdisa*	at	pceb?
3231.9Scgdeisa*	at	pceb?
3241.9Scgdisa*	at	sio?
3251.177Smycroft#isapnp*	at	isa?
3261.8Scgd
3271.8Scgd# ISA devices
3281.29Scgdmcclock* at	isa? port 0x70
3291.140Scjspckbc*	at	isa?				# PC keyboard controller
3301.81Sdrochnerpckbd*	at	pckbc?				# PC keyboard (kbd port)
3311.109Sdrochnerpms*	at	pckbc?				# PS/2-style mouse (aux port)
3321.83Sthorpejpcppi*	at	isa?				# PC prog. periph. interface
3331.83Sthorpejspkr0	at	pcppi?				# IBM BASIC emulation
3341.98Sdrochnerisabeep0 at	pcppi?				# "keyboard" beep
3351.177Smycroftmidi*	at	pcppi?
3361.29Scgdcom*	at	isa? port 0x3f8 irq 4		# standard serial ports
3371.29Scgdcom*	at	isa? port 0x2f8 irq 3
3381.97Sthorpejcs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
3391.170Stsutsuiec0	at	isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
3401.52Scjsep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
3411.177Smycroft#ep*	at	isapnp?
3421.177Smycroft#ix0	at	isa? port 0x300 irq 10		# EtherExpress/16
3431.177Smycroft#iy0	at	isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
3441.112Sthorpejfdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
3451.86Smattlc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
3461.86Smattlc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
3471.86Smattdepca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
3481.86Smattdepca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
3491.86Smattle*	at	depca?
3501.29Scgdlpt*	at	isa? port 0x3bc irq 7		# standard parallel port
3511.29Scgdvga*	at	isa?				# ISA (EISA: XXX) VGA
3521.74Sthorpejwdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
3531.74Sthorpejwdc1	at	isa? port 0x170 irq 15
3541.177Smycroft#wdc*	at	isapnp?
3551.198Slukemwe0	at	isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
3561.198Slukemwe1	at	isa? port 0x300 iomem 0xcc000 irq 10
3571.108Sthorpej#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
3581.177Smycroft#wss*	at	isapnp?
3591.108Sthorpej#audio*	at	wss?
3601.84Saugustss#midi*	at	wss?
3611.114Srosssb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
3621.114Sross#sb*	at	isapnp?
3631.114Srossaudio*	at	sb?
3641.119Sdante#adv*	at	isa? port ? irq ? drq ?		# AdvanSys APB-514[02]
3651.56Sthorpejaha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
3661.56Sthorpejaha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
3671.56Sthorpejbha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
3681.56Sthorpejbha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
3691.56Sthorpejuha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
3701.56Sthorpejuha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
3711.152Smattpcic0	at	isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
3721.152Smattpcic1	at	isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
3731.152Smattpcmcia*	at	pcic? controller ? socket ?
3741.15Scgd
3751.15Scgd# EISA devices
3761.56Sthorpejahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
3771.44Scgdahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
3781.44Scgdbha*	at	eisa? slot ?			# BusLogic 7xx SCSI
3791.53Scjsep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
3801.50Scgdfea*	at	eisa? slot ?			# DEC DEFEA FDDI
3811.184Sadmlx*	at	eisa? slot ?			# Mylex DAC960 / DEC SWXCR (untested)
3821.131Sthorpejtlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
3831.163Sthorpejdepca*	at	eisa? slot ?			# DEC DE-422 Ethernet
3841.163Sthorpejle*	at	depca?
3851.56Sthorpejuha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
3861.7Scgd
3871.152Smatt# PCMCIA device
3881.152Smattaic*	at	pcmcia? function ?		# Adaptec APA-1460 SCSI
3891.152Smattcom*	at	pcmcia? function ?		# Modems and serial cards
3901.152Smattwdc*	at	pcmcia? function ?		# PCMCIA IDE controllers
3911.152Smattep*	at	pcmcia? function ?		# 3Com 3c589 and 3c562 Eth.
3921.152Smattmbe*	at	pcmcia? function ?		# MB8696x based Ethernet
3931.152Smattne*	at	pcmcia? function ?		# NE2000-compatible Eth.
3941.152Smattsm*	at	pcmcia? function ?		# Megahertz Ethernet
3951.152Smattray*	at	pcmcia? function ?		# Raytheon Raylink (802.11)
3961.152Smattwi*	at	pcmcia? function ?		# Lucent WaveLAN/IEEE
3971.152Smatt
3981.8Scgd# SCSI bus support
3991.126Sthorpejscsibus* at	adv?
4001.126Sthorpejscsibus* at	adw?
4011.56Sthorpejscsibus* at	aha?
4021.56Sthorpejscsibus* at	ahb?
4031.43Scgdscsibus* at	ahc?
4041.170Stsutsuiscsibus* at	aic?
4051.40Sthorpejscsibus* at	asc?
4061.43Scgdscsibus* at	bha?
4071.129Sadscsibus* at	dpt?
4081.186Slukemscsibus* at	iha?
4091.42Scgdscsibus* at	isp?
4101.161Sthorpejscsibus* at	siop?
4111.108Sthorpejscsibus* at	pcscp?
4121.56Sthorpejscsibus* at	uha?
4131.1Scgd
4141.8Scgd# SCSI devices
4151.31Scgdcd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
4161.31Scgdsd*	at	scsibus? target ? lun ?		# SCSI disk drives
4171.31Scgdst*	at	scsibus? target ? lun ?		# SCSI tape drives
4181.51Scgd
4191.51Scgd# ST506/ESDI/IDE devices
4201.102Smattwd*	at	pciide? channel ?
4211.74Sthorpejwd*	at	wdc? drive ?
4221.74Sthorpej
4231.74Sthorpej# ATAPI bus support
4241.102Smattatapibus* at	pciide? channel ?
4251.74Sthorpejatapibus* at	wdc?
4261.74Sthorpej
4271.74Sthorpej# ATAPI devices
4281.74Sthorpejsd*	at	atapibus? drive ?		# ATAPI disk devices
4291.74Sthorpejcd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
4301.112Sthorpej
4311.112Sthorpej# Floppy drives
4321.112Sthorpejfd*	at	fdc? drive ?
4331.150Sad
4341.150Sad# Hardware RAID devices
4351.173Sadld*	at	cac? unit ?
4361.182Sitojunld*	at	mlx? unit ?
4371.108Sthorpej
4381.108Sthorpej# USB bus support
4391.108Sthorpejusb*	at uhci?
4401.108Sthorpejusb*	at ohci?
4411.108Sthorpej
4421.127Saugustss# USB Hubs
4431.108Sthorpejuhub*	at usb?
4441.127Saugustssuhub*	at uhub? port ? configuration ? interface ?
4451.108Sthorpej
4461.201Saugustss# USB HID device
4471.201Saugustssuhidev*	at uhub? port ? configuration ? interface ?
4481.201Saugustss
4491.127Saugustss# USB Mice
4501.201Saugustssums*	at uhidev? reportid ?
4511.133Smycroftwsmouse*	at ums?
4521.108Sthorpej
4531.108Sthorpej# USB Keyboards
4541.201Saugustssukbd*	at uhidev? reportid ?
4551.133Smycroftwskbd*	at ukbd? console ?
4561.108Sthorpej
4571.108Sthorpej# USB Generic HID devices
4581.201Saugustssuhid*	at uhidev? reportid ?
4591.108Sthorpej
4601.127Saugustss# USB Printer
4611.127Saugustssulpt*	at uhub? port ? configuration ? interface ?
4621.127Saugustss
4631.127Saugustss# USB Modem
4641.127Saugustssumodem*	at uhub? port ? configuration ?
4651.142Saugustssucom*	at umodem?
4661.128Sthorpej
4671.128Sthorpej# USB Mass Storage
4681.128Sthorpejumass*	at uhub? port ? configuration ? interface ?
4691.147Saugustssatapibus* at umass? channel ?
4701.128Sthorpejscsibus* at umass? channel ?
4711.138Saugustss
4721.138Saugustss# USB Ethernet adapters
4731.138Saugustssaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
4741.138Saugustsscue*	at uhub? port ?		# CATC USB-EL1201A based adapters
4751.138Saugustsskue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
4761.178Snathanw
4771.178Snathanw# Serial adapters
4781.178Snathanw# FTDI FT8U100AX serial adapter
4791.178Snathanwuftdi*	at uhub? port ?
4801.178Snathanwucom*	at uftdi? portno ?
4811.169Saugustss
4821.169Saugustss# USB scanners
4831.169Saugustssuscanner* at uhub? port ?
4841.179Saugustss
4851.179Saugustss# Y@P firmware loader
4861.179Saugustssuyap* at uhub? port ?
4871.127Saugustss
4881.127Saugustss# USB Generic driver
4891.127Saugustssugen*	at uhub? port ?
4901.11Scgd
4911.11Scgd# Workstation Console attachments
4921.83Sthorpej#wsdisplay*	at	cfb?
4931.81Sdrochnerwsdisplay*	at	vga?
4941.83Sthorpej#wsdisplay*	at	sfb?
4951.81Sdrochnerwsdisplay*	at	tga?
4961.133Smycroftwskbd*		at	pckbd?
4971.133Smycroftwsmouse*	at	pms?
4981.1Scgd
4991.19Scgdpseudo-device	bpfilter	16
5001.34Scgdpseudo-device	ccd		4
5011.202Sosterpseudo-device	raid		8	# RAIDframe disk driver
5021.202Sosteroptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
5031.202Soster# Options to enable various other RAIDframe RAID types.
5041.202Soster# options	RF_INCLUDE_EVENODD=1
5051.202Soster# options	RF_INCLUDE_RAID5_RS=1
5061.202Soster# options	RF_INCLUDE_PARITYLOGGING=1
5071.202Soster# options	RF_INCLUDE_CHAINDECLUSTER=1
5081.202Soster# options	RF_INCLUDE_INTERDECLUSTER=1
5091.202Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
5101.202Soster# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
5111.67Scjspseudo-device	ipfilter	1
5121.34Scgdpseudo-device	loop		1
5131.34Scgdpseudo-device	md		1
5141.34Scgdpseudo-device	ppp		4
5151.200Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
5161.166Sjdolecekpseudo-device	pty			# pseudo-terminals
5171.19Scgdpseudo-device	sl		4
5181.19Scgdpseudo-device	vnd		4
5191.106Shwr#pseudo-device	gre		2	# generic L3 over IP tunnel
5201.137Sitojunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
5211.137Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
5221.148Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
5231.175Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
5241.192Satatatpseudo-device	bridge			# simple inter-network bridging
5251.139Smycroftpseudo-device	sequencer	1	# MIDI sequencer
5261.167Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
5271.69Sexplorer#options 	RND_COM			# use "com" randomness too
528