GENERIC revision 1.156
11.156Sthorpej# $NetBSD: GENERIC,v 1.156 2000/06/01 20:30:30 thorpej Exp $
21.1Scgd#
31.1Scgd# Generic Alpha kernel.  Enough to get booted, etc., but not much more.
41.145Scjs#
51.145Scjs# If you add stuff to this, please add it to the ALPHA configuration, too.
61.1Scgd
71.24Scgdinclude	"arch/alpha/conf/std.alpha"
81.141Shubertf
91.156Sthorpej#ident 		"GENERIC-$Revision: 1.156 $"
101.1Scgd
111.77Sthorpejmaxusers 32
121.36Scgd
131.1Scgd# CPU Support
141.58Smellon#options 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
151.58Smellonoptions 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
161.58Smellonoptions 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
171.58Smellonoptions 	DEC_3000_300	# Pelican etc:	3000/300*
181.58Smellonoptions 	DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
191.58Smellonoptions 	DEC_EB164	# EB164:	AlphaPC 164
201.58Smellonoptions 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
211.58Smellonoptions 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
221.58Smellonoptions 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
231.153Sthorpejoptions 	DEC_KN300	# KN300:	AlphaServer 4100 and 1200
241.89Sthorpejoptions 	DEC_550		# Miata:	Digital Personal Workstation
251.93Srossoptions 	DEC_1000	# Mikasa etc:	Digital AlphaServer 1000
261.90Srossoptions 	DEC_1000A	# Corelle etc:	Digital AlphaServer 800/1000A
271.92Sthorpejoptions 	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
281.94Sthorpejoptions 	DEC_EB66	# EB66:		21066 Evaluation Board
291.122Srossoptions 	DEC_6600	# EV6:		264DP OEM Board
301.156Sthorpejoptions 	API_UP1000	# EV6:		Alpha Processor, Inc. UP1000
311.1Scgd
321.1Scgd# Standard system options
331.58Smellonoptions 	KTRACE			# System call tracing support
341.1Scgd
351.38Scgd# Diagnostic/debugging support options
361.58Smellonoptions 	DIAGNOSTIC		# Cheap kernel consistency checks
371.108Sthorpejoptions 	DDB			# kernel debugger
381.111Sross#makeoptions	DEBUG="-g"
391.38Scgd
401.37Sthorpej# File systems
411.65Scgdfile-system	FFS		# Fast file system
421.65Scgdfile-system	MFS		# Memory-based file system
431.65Scgdfile-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
441.65Scgdfile-system	MSDOSFS		# MS-DOS-compatible file system
451.140Scjsfile-system	NTFS		# Windows/NT file system (experimental)
461.65Scgdfile-system	NFS		# Sun NFS-compatible file system client
471.122Sross#file-system	KERNFS
481.122Sross#file-system	PROCFS
491.37Sthorpej
501.1Scgd# File system options
511.58Smellonoptions 	NFSSERVER	# Sun NFS-compatible file system server
521.78Sbouyer#options 	FFS_EI		# FFS Endian Independant support
531.134Sfvdl#options 	SOFTDEP		# FFS soft updates support.
541.1Scgd
551.137Sitojun# Pull in config fragments for kernel crypto.  This is required for
561.137Sitojun# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
571.137Sitojun# one of these, based on whether you use crypto-us or crypto-intl, and
581.137Sitojun# adjust the prefixes as necessary.
591.137Sitojun
601.137Sitojun#prefix ../crypto-us/sys
611.137Sitojun#cinclude "conf/files.crypto-us"
621.137Sitojun#prefix
631.137Sitojun
641.137Sitojun#prefix ../crypto-intl/sys
651.137Sitojun#cinclude "conf/files.crypto-intl"
661.137Sitojun#prefix
671.137Sitojun
681.1Scgd# Networking options
691.58Smellonoptions 	INET		# Internet protocol suite
701.137Sitojunoptions 	INET6		# IPV6
711.137Sitojun#options 	IPSEC		# IP security
721.137Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
731.137Sitojun#options 	IPSEC_DEBUG	# debug for IP security
741.1Scgd
751.1Scgd# 4.3BSD compatibility.  Should be optional, but necessary for now.
761.58Smellonoptions 	COMPAT_43
771.1Scgd
781.9Scgd# Binary compatibility with previous versions of NetBSD.
791.58Smellon#options 	COMPAT_09
801.58Smellonoptions 	COMPAT_10
811.58Smellonoptions 	COMPAT_11
821.58Smellonoptions 	COMPAT_12
831.72Smjacoboptions 	COMPAT_13
841.123Saugustssoptions 	COMPAT_14
851.118Scgd
861.118Scgd# OSF/1 binary compatibility
871.118Scgdoptions 	COMPAT_OSF1
881.70Smjacob
891.70Smjacob# System V-like message queues
901.70Smjacoboptions 	SYSVMSG
911.70Smjacob
921.70Smjacob# System V-like semaphores
931.70Smjacoboptions 	SYSVSEM
941.9Scgd
951.34Scgd# System V-like shared memory
961.58Smellonoptions 	SYSVSHM
971.58Smellon#options 	SHMMAXPGS=1024		# 1024 pages is the default
981.1Scgd
991.7Scgd# Loadable Kernel Modules
1001.58Smellonoptions 	LKM
1011.5Scgd
1021.5Scgd# Disable kernel security.
1031.116Sross#options 	INSECURE
1041.2Scgd
1051.7Scgd# Misc. options
1061.58Smellonoptions 	EISAVERBOSE		# recognize "unknown" EISA devices
1071.58Smellonoptions 	PCIVERBOSE		# recognize "unknown" PCI devices
1081.151Saugustssoptions 	MIIVERBOSE		# verbose PHY autoconfig messages
1091.146Scgd#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
1101.71Smjacoboptions 	SCSIVERBOSE		# Verbose SCSI errors
1111.58Smellonoptions 	TCVERBOSE		# recognize "unknown" TC devices
1121.58Smellonoptions 	UCONSOLE		# users can use TIOCCONS (for xconsole)
1131.73Sdrochner
1141.73Sdrochner# The Alpha console firmware network boots using the BOOTP
1151.76Scgd# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
1161.76Scgd# in case we have NFS root.
1171.76Scgdoptions 	NFS_BOOT_DHCP		# superset of BOOTP
1181.7Scgd
1191.117Sross# WS console uses SUN or VT100 terminal emulation
1201.117Srossoptions 	WSEMUL_VT100
1211.101Sdrochner
1221.101Sdrochner# realtime clock compatible to OSF/1
1231.101Sdrochner#options 	CLOCK_COMPAT_OSF1
1241.81Sdrochner
1251.37Sthorpejconfig		netbsd	root on ? type ?
1261.57Smrg#config		netbsd	root on sd0 type ffs
1271.37Sthorpej#config		netbsd	root on ? type nfs
1281.7Scgd
1291.7Scgdmainbus0 at	root
1301.7Scgdcpu*	at	mainbus0
1311.1Scgd
1321.41Scgd# TurboLaser bus support and devices
1331.41Scgdtlsb*	at	mainbus0
1341.41Scgdgbus*	at	tlsb? node ? offset ?
1351.41Scgdtlsbmem* at	tlsb? node ? offset ?
1361.41Scgdkft*	at	tlsb? node ? offset ?
1371.41Scgd
1381.41Scgd# Gbus Devices
1391.85Sthorpejmcclock* at	gbus? offset ?
1401.41Scgd
1411.80Smjacob# MCBUS bus support
1421.80Smjacobmcbus*	at	mainbus0
1431.80Smjacobmcmem*	at	mcbus? mid ?
1441.80Smjacob
1451.80Smjacob#i2c	at	mcbus?
1461.80Smjacob
1471.122Sross#EV6 Tsunami Core Logic
1481.122Sross
1491.122Srosstsc*	at	mainbus0
1501.122Sross
1511.10Scgd# TurboChannel host bus adapter support
1521.10Scgdtcasic*	at	mainbus0
1531.10Scgd
1541.8Scgd# TurboChannel bus support
1551.10Scgdtc*	at	tcasic?
1561.8Scgd
1571.8Scgd# TurboChannel devices
1581.29Scgdioasic*	at	tc? slot ? offset ?
1591.29Scgdmcclock* at	ioasic? offset ?
1601.12Scgdle*	at	ioasic? offset ?
1611.10Scgdscc0	at	ioasic? offset ?
1621.10Scgdscc1	at	ioasic? offset ?
1631.87Sthorpejtcds*	at	tc? slot ? offset ?
1641.87Sthorpejasc*	at	tcds? chip ?
1651.46Scgd#cfb*	at	tc? slot ? offset ?
1661.46Scgd#sfb*	at	tc? slot ? offset ?
1671.12Scgdle*	at	tc? slot ? offset ?
1681.15Scgdfta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
1691.1Scgd
1701.8Scgd# PCI host bus adapter support
1711.7Scgdapecs*	at	mainbus?
1721.9Scgdcia*	at	mainbus?
1731.156Sthorpejirongate* at	mainbus?
1741.9Scgdlca*	at	mainbus?
1751.41Scgddwlpx*	at	kft?
1761.80Smjacobmcpcia*	at	mcbus? mid ?
1771.122Srosstsp*	at	tsc?
1781.7Scgd
1791.8Scgd# PCI bus support
1801.7Scgdpci*	at	apecs?
1811.9Scgdpci*	at	cia?
1821.156Sthorpejpci*	at	irongate?
1831.9Scgdpci*	at	lca?
1841.9Scgdpci*	at	ppb?
1851.41Scgdpci*	at	dwlpx?
1861.80Smjacobpci*	at	mcpcia?
1871.122Srosspci*	at	tsp?
1881.7Scgd
1891.8Scgd# PCI devices
1901.126Sthorpejadv*	at	pci? dev ? function ?		# AdvanSys SCSI
1911.126Sthorpejadw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
1921.135Sdante#options 	ADW_WDTR_DISABLE		# 	disable WDTR
1931.135Sdante#options 	ADW_SDTR_DISABLE		# 	disable SDTR
1941.135Sdante#options 	ADW_TAGQ_DISABLE		# 	disable Tag Queuing
1951.43Scgdahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
1961.43Scgdbha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
1971.150Sadcac*	at	pci? dev ? function ?		# Compaq array controller (untested)
1981.49Scgdcy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
1991.155Smattcz*	at	pci? dev ? function ?		# Cyclades-Z (untested)
2001.43Scgdde*	at	pci? dev ? function ?		# 21x4x-based Ethernet
2011.129Saddpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
2021.120Schristoseap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
2031.20Scgden*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
2041.103Sfvdlep*	at	pci? dev ? function ?		# 3COM 3c59x
2051.120Schristosepic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
2061.130Skleinkeso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
2071.103Sfvdlex*	at	pci? dev ? function ?		# 3COM 3c90x[B] Ethernet
2081.43Scgdfpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
2091.75Senamifxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
2101.43Scgdisp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
2111.20Scgdle*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
2121.20Scgdncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
2131.120Schristosne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
2141.120Schristosohci*	at	pci? dev ? function ?		# USB Open Host Controller
2151.43Scgdpceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
2161.120Schristospciide*	at	pci? dev ? function ?		# PCI IDE controllers
2171.108Sthorpejpcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
2181.43Scgdppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
2191.149Shayartk*	at	pci? dev ? function ?		# RealTek 8129/8139 Ethernet
2201.43Scgdsio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
2211.131Sthorpejsip*	at	pci? dev ? function ?		# SiS 900 Ethernet
2221.120Schristossv*	at	pci? dev ? function ?		# S3 SonicVibes
2231.43Scgdtga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
2241.131Sthorpejti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
2251.99Sthorpejtl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
2261.131Sthorpejtlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
2271.131Sthorpej#options 	TLP_MATCH_21040
2281.131Sthorpej#options 	TLP_MATCH_21041
2291.131Sthorpej#options 	TLP_MATCH_21140
2301.131Sthorpej#options 	TLP_MATCH_21142
2311.120Schristosuhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
2321.49Scgdvga*	at	pci? dev ? function ?		# PCI VGA Graphics
2331.120Schristosvr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
2341.120Schristos
2351.114Srossaudio*	at	eap?
2361.130Skleinkaudio*	at	eso?
2371.114Srossaudio*	at	sv?
2381.120Schristos
2391.130Skleinkopl*	at	eso?
2401.107Saugustss#opl*	at	sv?
2411.130Skleink
2421.130Skleinkmpu*	at	eso?
2431.99Sthorpej
2441.99Sthorpej# MII/PHY support
2451.121Schristosexphy*	at mii? phy ?			# 3Com internal PHYs
2461.121Schristosicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS1890
2471.121Schristosinphy*	at mii? phy ?			# Intel 82555 PHYs
2481.121Schristoslxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
2491.121Schristosnsphy*	at mii? phy ?			# NS83840 PHYs
2501.121Schristosqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
2511.121Schristossqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
2521.121Schristostlphy*	at mii? phy ?			# ThunderLAN PHYs
2531.121Schristosukphy*	at mii? phy ?			# generic unknown PHYs
2541.7Scgd
2551.9Scgd# ISA/EISA bus support
2561.9Scgdisa*	at	pceb?
2571.9Scgdeisa*	at	pceb?
2581.9Scgdisa*	at	sio?
2591.8Scgd
2601.8Scgd# ISA devices
2611.29Scgdmcclock* at	isa? port 0x70
2621.140Scjspckbc*	at	isa?				# PC keyboard controller
2631.81Sdrochnerpckbd*	at	pckbc?				# PC keyboard (kbd port)
2641.109Sdrochnerpms*	at	pckbc?				# PS/2-style mouse (aux port)
2651.83Sthorpejpcppi*	at	isa?				# PC prog. periph. interface
2661.83Sthorpejspkr0	at	pcppi?				# IBM BASIC emulation
2671.98Sdrochnerisabeep0 at	pcppi?				# "keyboard" beep
2681.29Scgdcom*	at	isa? port 0x3f8 irq 4		# standard serial ports
2691.29Scgdcom*	at	isa? port 0x2f8 irq 3
2701.97Sthorpejcs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
2711.52Scjsep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
2721.112Sthorpejfdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
2731.86Smattlc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
2741.86Smattlc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
2751.86Smattdepca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
2761.86Smattdepca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
2771.86Smattle*	at	depca?
2781.29Scgdlpt*	at	isa? port 0x3bc irq 7		# standard parallel port
2791.29Scgdvga*	at	isa?				# ISA (EISA: XXX) VGA
2801.74Sthorpejwdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
2811.74Sthorpejwdc1	at	isa? port 0x170 irq 15
2821.140Scjswe0     at 	isa? port 0x280 iomem 0xd0000 irq 9  # WD/SMC Ethernet
2831.140Scjswe1     at 	isa? port 0x300 iomem 0xcc000 irq 10
2841.108Sthorpej#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
2851.108Sthorpej#audio*	at	wss?
2861.84Saugustss#midi*	at	wss?
2871.114Srosssb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
2881.114Sross#sb*	at	isapnp?
2891.114Srossaudio*	at	sb?
2901.119Sdante#adv*	at	isa? port ? irq ? drq ?		# AdvanSys APB-514[02]
2911.56Sthorpejaha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
2921.56Sthorpejaha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
2931.56Sthorpejbha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
2941.56Sthorpejbha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
2951.56Sthorpejuha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
2961.56Sthorpejuha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
2971.152Smattpcic0	at	isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
2981.152Smattpcic1	at	isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
2991.152Smattpcmcia*	at	pcic? controller ? socket ?
3001.15Scgd
3011.15Scgd# EISA devices
3021.56Sthorpejahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
3031.44Scgdahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
3041.44Scgdbha*	at	eisa? slot ?			# BusLogic 7xx SCSI
3051.53Scjsep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
3061.50Scgdfea*	at	eisa? slot ?			# DEC DEFEA FDDI
3071.131Sthorpejtlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
3081.56Sthorpejuha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
3091.7Scgd
3101.152Smatt# PCMCIA device
3111.152Smattaic*	at	pcmcia? function ?		# Adaptec APA-1460 SCSI
3121.152Smattcom*	at	pcmcia? function ?		# Modems and serial cards
3131.152Smattwdc*	at	pcmcia? function ?		# PCMCIA IDE controllers
3141.152Smattep*	at	pcmcia? function ?		# 3Com 3c589 and 3c562 Eth.
3151.152Smattmbe*	at	pcmcia? function ?		# MB8696x based Ethernet
3161.152Smattne*	at	pcmcia? function ?		# NE2000-compatible Eth.
3171.152Smattsm*	at	pcmcia? function ?		# Megahertz Ethernet
3181.152Smattray*	at	pcmcia? function ?		# Raytheon Raylink (802.11)
3191.152Smattwi*	at	pcmcia? function ?		# Lucent WaveLAN/IEEE
3201.152Smatt
3211.8Scgd# SCSI bus support
3221.126Sthorpejscsibus* at	adv?
3231.152Smattscsibus* at	aic?
3241.126Sthorpejscsibus* at	adw?
3251.56Sthorpejscsibus* at	aha?
3261.56Sthorpejscsibus* at	ahb?
3271.43Scgdscsibus* at	ahc?
3281.40Sthorpejscsibus* at	asc?
3291.43Scgdscsibus* at	bha?
3301.129Sadscsibus* at	dpt?
3311.42Scgdscsibus* at	isp?
3321.7Scgdscsibus* at	ncr?
3331.108Sthorpejscsibus* at	pcscp?
3341.56Sthorpejscsibus* at	uha?
3351.1Scgd
3361.8Scgd# SCSI devices
3371.31Scgdcd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
3381.31Scgdsd*	at	scsibus? target ? lun ?		# SCSI disk drives
3391.31Scgdst*	at	scsibus? target ? lun ?		# SCSI tape drives
3401.51Scgd
3411.51Scgd# ST506/ESDI/IDE devices
3421.102Smattwd*	at	pciide? channel ?
3431.74Sthorpejwd*	at	wdc? drive ?
3441.74Sthorpej
3451.74Sthorpej# ATAPI bus support
3461.102Smattatapibus* at	pciide? channel ?
3471.74Sthorpejatapibus* at	wdc?
3481.74Sthorpej
3491.74Sthorpej# ATAPI devices
3501.74Sthorpejsd*	at	atapibus? drive ?		# ATAPI disk devices
3511.74Sthorpejcd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
3521.112Sthorpej
3531.112Sthorpej# Floppy drives
3541.112Sthorpejfd*	at	fdc? drive ?
3551.150Sad
3561.150Sad# Hardware RAID devices
3571.150Sadca*	at	cac? unit ?
3581.108Sthorpej
3591.108Sthorpej# USB bus support
3601.108Sthorpejusb*	at uhci?
3611.108Sthorpejusb*	at ohci?
3621.108Sthorpej
3631.127Saugustss# USB Hubs
3641.108Sthorpejuhub*	at usb?
3651.127Saugustssuhub*	at uhub? port ? configuration ? interface ?
3661.108Sthorpej
3671.127Saugustss# USB Mice
3681.127Saugustssums*	at uhub? port ? configuration ? interface ?
3691.133Smycroftwsmouse*	at ums?
3701.108Sthorpej
3711.108Sthorpej# USB Keyboards
3721.127Saugustssukbd*	at uhub? port ? configuration ? interface ?
3731.133Smycroftwskbd*	at ukbd? console ?
3741.108Sthorpej
3751.108Sthorpej# USB Generic HID devices
3761.127Saugustssuhid*	at uhub? port ? configuration ? interface ?
3771.108Sthorpej
3781.127Saugustss# USB Printer
3791.127Saugustssulpt*	at uhub? port ? configuration ? interface ?
3801.127Saugustss
3811.127Saugustss# USB Modem
3821.127Saugustssumodem*	at uhub? port ? configuration ?
3831.142Saugustssucom*	at umodem?
3841.128Sthorpej
3851.128Sthorpej# USB Mass Storage
3861.128Sthorpejumass*	at uhub? port ? configuration ? interface ?
3871.147Saugustssatapibus* at umass? channel ?
3881.128Sthorpejscsibus* at umass? channel ?
3891.138Saugustss
3901.138Saugustss# USB Ethernet adapters
3911.138Saugustssaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
3921.138Saugustsscue*	at uhub? port ?		# CATC USB-EL1201A based adapters
3931.138Saugustsskue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
3941.127Saugustss
3951.127Saugustss# USB Generic driver
3961.127Saugustssugen*	at uhub? port ?
3971.11Scgd
3981.11Scgd# Workstation Console attachments
3991.83Sthorpej#wsdisplay*	at	cfb?
4001.81Sdrochnerwsdisplay*	at	vga?
4011.83Sthorpej#wsdisplay*	at	sfb?
4021.81Sdrochnerwsdisplay*	at	tga?
4031.133Smycroftwskbd*		at	pckbd?
4041.133Smycroftwsmouse*	at	pms?
4051.1Scgd
4061.19Scgdpseudo-device	bpfilter	16
4071.34Scgdpseudo-device	ccd		4
4081.104Soster#pseudo-device	raid		4		# RAIDframe disk driver
4091.144Ssimonb#options 	RAID_AUTOCONFIG      # auto-configuration of RAID components
4101.67Scjspseudo-device	ipfilter	1
4111.34Scgdpseudo-device	loop		1
4121.34Scgdpseudo-device	md		1
4131.34Scgdpseudo-device	ppp		4
4141.19Scgdpseudo-device	pty		64
4151.19Scgdpseudo-device	sl		4
4161.19Scgdpseudo-device	vnd		4
4171.106Shwr#pseudo-device	gre		2	# generic L3 over IP tunnel
4181.137Sitojunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
4191.137Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
4201.148Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
4211.139Smycroftpseudo-device	sequencer	1	# MIDI sequencer
4221.69Sexplorer
4231.69Sexplorer# rnd is EXPERIMENTAL
4241.69Sexplorer#pseudo-device	rnd			# /dev/random and in-kernel generator
4251.69Sexplorer#options 	RND_COM			# use "com" randomness too
426