GENERIC revision 1.159
11.159Sitojun# $NetBSD: GENERIC,v 1.159 2000/06/30 17:10:15 itojun 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.159Sitojun#ident 		"GENERIC-$Revision: 1.159 $"
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.158Sfvdloptions 	SOFTDEP		# FFS soft updates support.
541.137Sitojun
551.1Scgd# Networking options
561.58Smellonoptions 	INET		# Internet protocol suite
571.137Sitojunoptions 	INET6		# IPV6
581.159Sitojunoptions 	PULLDOWN_TEST	# use m_pulldown for IPv4/v6 processing
591.137Sitojun#options 	IPSEC		# IP security
601.137Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
611.137Sitojun#options 	IPSEC_DEBUG	# debug for IP security
621.1Scgd
631.1Scgd# 4.3BSD compatibility.  Should be optional, but necessary for now.
641.58Smellonoptions 	COMPAT_43
651.1Scgd
661.9Scgd# Binary compatibility with previous versions of NetBSD.
671.58Smellon#options 	COMPAT_09
681.58Smellonoptions 	COMPAT_10
691.58Smellonoptions 	COMPAT_11
701.58Smellonoptions 	COMPAT_12
711.72Smjacoboptions 	COMPAT_13
721.123Saugustssoptions 	COMPAT_14
731.118Scgd
741.118Scgd# OSF/1 binary compatibility
751.118Scgdoptions 	COMPAT_OSF1
761.70Smjacob
771.70Smjacob# System V-like message queues
781.70Smjacoboptions 	SYSVMSG
791.70Smjacob
801.70Smjacob# System V-like semaphores
811.70Smjacoboptions 	SYSVSEM
821.9Scgd
831.34Scgd# System V-like shared memory
841.58Smellonoptions 	SYSVSHM
851.58Smellon#options 	SHMMAXPGS=1024		# 1024 pages is the default
861.1Scgd
871.7Scgd# Loadable Kernel Modules
881.58Smellonoptions 	LKM
891.5Scgd
901.5Scgd# Disable kernel security.
911.116Sross#options 	INSECURE
921.2Scgd
931.7Scgd# Misc. options
941.58Smellonoptions 	EISAVERBOSE		# recognize "unknown" EISA devices
951.58Smellonoptions 	PCIVERBOSE		# recognize "unknown" PCI devices
961.151Saugustssoptions 	MIIVERBOSE		# verbose PHY autoconfig messages
971.146Scgd#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
981.71Smjacoboptions 	SCSIVERBOSE		# Verbose SCSI errors
991.58Smellonoptions 	TCVERBOSE		# recognize "unknown" TC devices
1001.58Smellonoptions 	UCONSOLE		# users can use TIOCCONS (for xconsole)
1011.73Sdrochner
1021.73Sdrochner# The Alpha console firmware network boots using the BOOTP
1031.76Scgd# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
1041.76Scgd# in case we have NFS root.
1051.76Scgdoptions 	NFS_BOOT_DHCP		# superset of BOOTP
1061.7Scgd
1071.117Sross# WS console uses SUN or VT100 terminal emulation
1081.117Srossoptions 	WSEMUL_VT100
1091.101Sdrochner
1101.101Sdrochner# realtime clock compatible to OSF/1
1111.101Sdrochner#options 	CLOCK_COMPAT_OSF1
1121.81Sdrochner
1131.37Sthorpejconfig		netbsd	root on ? type ?
1141.57Smrg#config		netbsd	root on sd0 type ffs
1151.37Sthorpej#config		netbsd	root on ? type nfs
1161.7Scgd
1171.7Scgdmainbus0 at	root
1181.7Scgdcpu*	at	mainbus0
1191.1Scgd
1201.41Scgd# TurboLaser bus support and devices
1211.41Scgdtlsb*	at	mainbus0
1221.41Scgdgbus*	at	tlsb? node ? offset ?
1231.41Scgdtlsbmem* at	tlsb? node ? offset ?
1241.41Scgdkft*	at	tlsb? node ? offset ?
1251.41Scgd
1261.41Scgd# Gbus Devices
1271.85Sthorpejmcclock* at	gbus? offset ?
1281.41Scgd
1291.80Smjacob# MCBUS bus support
1301.80Smjacobmcbus*	at	mainbus0
1311.80Smjacobmcmem*	at	mcbus? mid ?
1321.80Smjacob
1331.80Smjacob#i2c	at	mcbus?
1341.80Smjacob
1351.122Sross#EV6 Tsunami Core Logic
1361.122Sross
1371.122Srosstsc*	at	mainbus0
1381.122Sross
1391.10Scgd# TurboChannel host bus adapter support
1401.10Scgdtcasic*	at	mainbus0
1411.10Scgd
1421.8Scgd# TurboChannel bus support
1431.10Scgdtc*	at	tcasic?
1441.8Scgd
1451.8Scgd# TurboChannel devices
1461.29Scgdioasic*	at	tc? slot ? offset ?
1471.29Scgdmcclock* at	ioasic? offset ?
1481.12Scgdle*	at	ioasic? offset ?
1491.10Scgdscc0	at	ioasic? offset ?
1501.10Scgdscc1	at	ioasic? offset ?
1511.87Sthorpejtcds*	at	tc? slot ? offset ?
1521.87Sthorpejasc*	at	tcds? chip ?
1531.46Scgd#cfb*	at	tc? slot ? offset ?
1541.46Scgd#sfb*	at	tc? slot ? offset ?
1551.12Scgdle*	at	tc? slot ? offset ?
1561.15Scgdfta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
1571.1Scgd
1581.8Scgd# PCI host bus adapter support
1591.7Scgdapecs*	at	mainbus?
1601.9Scgdcia*	at	mainbus?
1611.156Sthorpejirongate* at	mainbus?
1621.9Scgdlca*	at	mainbus?
1631.41Scgddwlpx*	at	kft?
1641.80Smjacobmcpcia*	at	mcbus? mid ?
1651.122Srosstsp*	at	tsc?
1661.7Scgd
1671.8Scgd# PCI bus support
1681.7Scgdpci*	at	apecs?
1691.9Scgdpci*	at	cia?
1701.156Sthorpejpci*	at	irongate?
1711.9Scgdpci*	at	lca?
1721.9Scgdpci*	at	ppb?
1731.41Scgdpci*	at	dwlpx?
1741.80Smjacobpci*	at	mcpcia?
1751.122Srosspci*	at	tsp?
1761.7Scgd
1771.8Scgd# PCI devices
1781.126Sthorpejadv*	at	pci? dev ? function ?		# AdvanSys SCSI
1791.126Sthorpejadw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
1801.135Sdante#options 	ADW_WDTR_DISABLE		# 	disable WDTR
1811.135Sdante#options 	ADW_SDTR_DISABLE		# 	disable SDTR
1821.135Sdante#options 	ADW_TAGQ_DISABLE		# 	disable Tag Queuing
1831.43Scgdahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
1841.43Scgdbha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
1851.150Sadcac*	at	pci? dev ? function ?		# Compaq array controller (untested)
1861.49Scgdcy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
1871.155Smattcz*	at	pci? dev ? function ?		# Cyclades-Z (untested)
1881.43Scgdde*	at	pci? dev ? function ?		# 21x4x-based Ethernet
1891.129Saddpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
1901.120Schristoseap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
1911.20Scgden*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
1921.103Sfvdlep*	at	pci? dev ? function ?		# 3COM 3c59x
1931.120Schristosepic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
1941.130Skleinkeso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
1951.103Sfvdlex*	at	pci? dev ? function ?		# 3COM 3c90x[B] Ethernet
1961.43Scgdfpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
1971.75Senamifxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
1981.43Scgdisp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
1991.20Scgdle*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
2001.20Scgdncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
2011.120Schristosne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
2021.120Schristosohci*	at	pci? dev ? function ?		# USB Open Host Controller
2031.43Scgdpceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
2041.120Schristospciide*	at	pci? dev ? function ?		# PCI IDE controllers
2051.108Sthorpejpcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
2061.43Scgdppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
2071.149Shayartk*	at	pci? dev ? function ?		# RealTek 8129/8139 Ethernet
2081.43Scgdsio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
2091.131Sthorpejsip*	at	pci? dev ? function ?		# SiS 900 Ethernet
2101.120Schristossv*	at	pci? dev ? function ?		# S3 SonicVibes
2111.43Scgdtga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
2121.131Sthorpejti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
2131.99Sthorpejtl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
2141.131Sthorpejtlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
2151.131Sthorpej#options 	TLP_MATCH_21040
2161.131Sthorpej#options 	TLP_MATCH_21041
2171.131Sthorpej#options 	TLP_MATCH_21140
2181.131Sthorpej#options 	TLP_MATCH_21142
2191.120Schristosuhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
2201.49Scgdvga*	at	pci? dev ? function ?		# PCI VGA Graphics
2211.120Schristosvr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
2221.120Schristos
2231.114Srossaudio*	at	eap?
2241.130Skleinkaudio*	at	eso?
2251.114Srossaudio*	at	sv?
2261.120Schristos
2271.130Skleinkopl*	at	eso?
2281.107Saugustss#opl*	at	sv?
2291.130Skleink
2301.130Skleinkmpu*	at	eso?
2311.99Sthorpej
2321.99Sthorpej# MII/PHY support
2331.121Schristosexphy*	at mii? phy ?			# 3Com internal PHYs
2341.121Schristosicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS1890
2351.121Schristosinphy*	at mii? phy ?			# Intel 82555 PHYs
2361.121Schristoslxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
2371.121Schristosnsphy*	at mii? phy ?			# NS83840 PHYs
2381.121Schristosqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
2391.121Schristossqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
2401.121Schristostlphy*	at mii? phy ?			# ThunderLAN PHYs
2411.121Schristosukphy*	at mii? phy ?			# generic unknown PHYs
2421.7Scgd
2431.9Scgd# ISA/EISA bus support
2441.9Scgdisa*	at	pceb?
2451.9Scgdeisa*	at	pceb?
2461.9Scgdisa*	at	sio?
2471.8Scgd
2481.8Scgd# ISA devices
2491.29Scgdmcclock* at	isa? port 0x70
2501.140Scjspckbc*	at	isa?				# PC keyboard controller
2511.81Sdrochnerpckbd*	at	pckbc?				# PC keyboard (kbd port)
2521.109Sdrochnerpms*	at	pckbc?				# PS/2-style mouse (aux port)
2531.83Sthorpejpcppi*	at	isa?				# PC prog. periph. interface
2541.83Sthorpejspkr0	at	pcppi?				# IBM BASIC emulation
2551.98Sdrochnerisabeep0 at	pcppi?				# "keyboard" beep
2561.29Scgdcom*	at	isa? port 0x3f8 irq 4		# standard serial ports
2571.29Scgdcom*	at	isa? port 0x2f8 irq 3
2581.97Sthorpejcs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
2591.52Scjsep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
2601.112Sthorpejfdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
2611.86Smattlc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
2621.86Smattlc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
2631.86Smattdepca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
2641.86Smattdepca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
2651.86Smattle*	at	depca?
2661.29Scgdlpt*	at	isa? port 0x3bc irq 7		# standard parallel port
2671.29Scgdvga*	at	isa?				# ISA (EISA: XXX) VGA
2681.74Sthorpejwdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
2691.74Sthorpejwdc1	at	isa? port 0x170 irq 15
2701.140Scjswe0     at 	isa? port 0x280 iomem 0xd0000 irq 9  # WD/SMC Ethernet
2711.140Scjswe1     at 	isa? port 0x300 iomem 0xcc000 irq 10
2721.108Sthorpej#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
2731.108Sthorpej#audio*	at	wss?
2741.84Saugustss#midi*	at	wss?
2751.114Srosssb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
2761.114Sross#sb*	at	isapnp?
2771.114Srossaudio*	at	sb?
2781.119Sdante#adv*	at	isa? port ? irq ? drq ?		# AdvanSys APB-514[02]
2791.56Sthorpejaha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
2801.56Sthorpejaha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
2811.56Sthorpejbha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
2821.56Sthorpejbha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
2831.56Sthorpejuha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
2841.56Sthorpejuha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
2851.152Smattpcic0	at	isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
2861.152Smattpcic1	at	isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
2871.152Smattpcmcia*	at	pcic? controller ? socket ?
2881.15Scgd
2891.15Scgd# EISA devices
2901.56Sthorpejahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
2911.44Scgdahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
2921.44Scgdbha*	at	eisa? slot ?			# BusLogic 7xx SCSI
2931.53Scjsep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
2941.50Scgdfea*	at	eisa? slot ?			# DEC DEFEA FDDI
2951.131Sthorpejtlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
2961.56Sthorpejuha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
2971.7Scgd
2981.152Smatt# PCMCIA device
2991.152Smattaic*	at	pcmcia? function ?		# Adaptec APA-1460 SCSI
3001.152Smattcom*	at	pcmcia? function ?		# Modems and serial cards
3011.152Smattwdc*	at	pcmcia? function ?		# PCMCIA IDE controllers
3021.152Smattep*	at	pcmcia? function ?		# 3Com 3c589 and 3c562 Eth.
3031.152Smattmbe*	at	pcmcia? function ?		# MB8696x based Ethernet
3041.152Smattne*	at	pcmcia? function ?		# NE2000-compatible Eth.
3051.152Smattsm*	at	pcmcia? function ?		# Megahertz Ethernet
3061.152Smattray*	at	pcmcia? function ?		# Raytheon Raylink (802.11)
3071.152Smattwi*	at	pcmcia? function ?		# Lucent WaveLAN/IEEE
3081.152Smatt
3091.8Scgd# SCSI bus support
3101.126Sthorpejscsibus* at	adv?
3111.152Smattscsibus* at	aic?
3121.126Sthorpejscsibus* at	adw?
3131.56Sthorpejscsibus* at	aha?
3141.56Sthorpejscsibus* at	ahb?
3151.43Scgdscsibus* at	ahc?
3161.40Sthorpejscsibus* at	asc?
3171.43Scgdscsibus* at	bha?
3181.129Sadscsibus* at	dpt?
3191.42Scgdscsibus* at	isp?
3201.7Scgdscsibus* at	ncr?
3211.108Sthorpejscsibus* at	pcscp?
3221.56Sthorpejscsibus* at	uha?
3231.1Scgd
3241.8Scgd# SCSI devices
3251.31Scgdcd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
3261.31Scgdsd*	at	scsibus? target ? lun ?		# SCSI disk drives
3271.31Scgdst*	at	scsibus? target ? lun ?		# SCSI tape drives
3281.51Scgd
3291.51Scgd# ST506/ESDI/IDE devices
3301.102Smattwd*	at	pciide? channel ?
3311.74Sthorpejwd*	at	wdc? drive ?
3321.74Sthorpej
3331.74Sthorpej# ATAPI bus support
3341.102Smattatapibus* at	pciide? channel ?
3351.74Sthorpejatapibus* at	wdc?
3361.74Sthorpej
3371.74Sthorpej# ATAPI devices
3381.74Sthorpejsd*	at	atapibus? drive ?		# ATAPI disk devices
3391.74Sthorpejcd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
3401.112Sthorpej
3411.112Sthorpej# Floppy drives
3421.112Sthorpejfd*	at	fdc? drive ?
3431.150Sad
3441.150Sad# Hardware RAID devices
3451.150Sadca*	at	cac? unit ?
3461.108Sthorpej
3471.108Sthorpej# USB bus support
3481.108Sthorpejusb*	at uhci?
3491.108Sthorpejusb*	at ohci?
3501.108Sthorpej
3511.127Saugustss# USB Hubs
3521.108Sthorpejuhub*	at usb?
3531.127Saugustssuhub*	at uhub? port ? configuration ? interface ?
3541.108Sthorpej
3551.127Saugustss# USB Mice
3561.127Saugustssums*	at uhub? port ? configuration ? interface ?
3571.133Smycroftwsmouse*	at ums?
3581.108Sthorpej
3591.108Sthorpej# USB Keyboards
3601.127Saugustssukbd*	at uhub? port ? configuration ? interface ?
3611.133Smycroftwskbd*	at ukbd? console ?
3621.108Sthorpej
3631.108Sthorpej# USB Generic HID devices
3641.127Saugustssuhid*	at uhub? port ? configuration ? interface ?
3651.108Sthorpej
3661.127Saugustss# USB Printer
3671.127Saugustssulpt*	at uhub? port ? configuration ? interface ?
3681.127Saugustss
3691.127Saugustss# USB Modem
3701.127Saugustssumodem*	at uhub? port ? configuration ?
3711.142Saugustssucom*	at umodem?
3721.128Sthorpej
3731.128Sthorpej# USB Mass Storage
3741.128Sthorpejumass*	at uhub? port ? configuration ? interface ?
3751.147Saugustssatapibus* at umass? channel ?
3761.128Sthorpejscsibus* at umass? channel ?
3771.138Saugustss
3781.138Saugustss# USB Ethernet adapters
3791.138Saugustssaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
3801.138Saugustsscue*	at uhub? port ?		# CATC USB-EL1201A based adapters
3811.138Saugustsskue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
3821.127Saugustss
3831.127Saugustss# USB Generic driver
3841.127Saugustssugen*	at uhub? port ?
3851.11Scgd
3861.11Scgd# Workstation Console attachments
3871.83Sthorpej#wsdisplay*	at	cfb?
3881.81Sdrochnerwsdisplay*	at	vga?
3891.83Sthorpej#wsdisplay*	at	sfb?
3901.81Sdrochnerwsdisplay*	at	tga?
3911.133Smycroftwskbd*		at	pckbd?
3921.133Smycroftwsmouse*	at	pms?
3931.1Scgd
3941.19Scgdpseudo-device	bpfilter	16
3951.34Scgdpseudo-device	ccd		4
3961.104Soster#pseudo-device	raid		4		# RAIDframe disk driver
3971.144Ssimonb#options 	RAID_AUTOCONFIG      # auto-configuration of RAID components
3981.67Scjspseudo-device	ipfilter	1
3991.34Scgdpseudo-device	loop		1
4001.34Scgdpseudo-device	md		1
4011.34Scgdpseudo-device	ppp		4
4021.19Scgdpseudo-device	pty		64
4031.19Scgdpseudo-device	sl		4
4041.19Scgdpseudo-device	vnd		4
4051.106Shwr#pseudo-device	gre		2	# generic L3 over IP tunnel
4061.137Sitojunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
4071.137Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
4081.148Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
4091.139Smycroftpseudo-device	sequencer	1	# MIDI sequencer
4101.69Sexplorer
4111.69Sexplorer# rnd is EXPERIMENTAL
4121.69Sexplorer#pseudo-device	rnd			# /dev/random and in-kernel generator
4131.69Sexplorer#options 	RND_COM			# use "com" randomness too
414