GENERIC revision 1.158
11.158Sfvdl# $NetBSD: GENERIC,v 1.158 2000/06/22 20:27:49 fvdl 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.158Sfvdl#ident 		"GENERIC-$Revision: 1.158 $"
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.137Sitojun#options 	IPSEC		# IP security
591.137Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
601.137Sitojun#options 	IPSEC_DEBUG	# debug for IP security
611.1Scgd
621.1Scgd# 4.3BSD compatibility.  Should be optional, but necessary for now.
631.58Smellonoptions 	COMPAT_43
641.1Scgd
651.9Scgd# Binary compatibility with previous versions of NetBSD.
661.58Smellon#options 	COMPAT_09
671.58Smellonoptions 	COMPAT_10
681.58Smellonoptions 	COMPAT_11
691.58Smellonoptions 	COMPAT_12
701.72Smjacoboptions 	COMPAT_13
711.123Saugustssoptions 	COMPAT_14
721.118Scgd
731.118Scgd# OSF/1 binary compatibility
741.118Scgdoptions 	COMPAT_OSF1
751.70Smjacob
761.70Smjacob# System V-like message queues
771.70Smjacoboptions 	SYSVMSG
781.70Smjacob
791.70Smjacob# System V-like semaphores
801.70Smjacoboptions 	SYSVSEM
811.9Scgd
821.34Scgd# System V-like shared memory
831.58Smellonoptions 	SYSVSHM
841.58Smellon#options 	SHMMAXPGS=1024		# 1024 pages is the default
851.1Scgd
861.7Scgd# Loadable Kernel Modules
871.58Smellonoptions 	LKM
881.5Scgd
891.5Scgd# Disable kernel security.
901.116Sross#options 	INSECURE
911.2Scgd
921.7Scgd# Misc. options
931.58Smellonoptions 	EISAVERBOSE		# recognize "unknown" EISA devices
941.58Smellonoptions 	PCIVERBOSE		# recognize "unknown" PCI devices
951.151Saugustssoptions 	MIIVERBOSE		# verbose PHY autoconfig messages
961.146Scgd#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
971.71Smjacoboptions 	SCSIVERBOSE		# Verbose SCSI errors
981.58Smellonoptions 	TCVERBOSE		# recognize "unknown" TC devices
991.58Smellonoptions 	UCONSOLE		# users can use TIOCCONS (for xconsole)
1001.73Sdrochner
1011.73Sdrochner# The Alpha console firmware network boots using the BOOTP
1021.76Scgd# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
1031.76Scgd# in case we have NFS root.
1041.76Scgdoptions 	NFS_BOOT_DHCP		# superset of BOOTP
1051.7Scgd
1061.117Sross# WS console uses SUN or VT100 terminal emulation
1071.117Srossoptions 	WSEMUL_VT100
1081.101Sdrochner
1091.101Sdrochner# realtime clock compatible to OSF/1
1101.101Sdrochner#options 	CLOCK_COMPAT_OSF1
1111.81Sdrochner
1121.37Sthorpejconfig		netbsd	root on ? type ?
1131.57Smrg#config		netbsd	root on sd0 type ffs
1141.37Sthorpej#config		netbsd	root on ? type nfs
1151.7Scgd
1161.7Scgdmainbus0 at	root
1171.7Scgdcpu*	at	mainbus0
1181.1Scgd
1191.41Scgd# TurboLaser bus support and devices
1201.41Scgdtlsb*	at	mainbus0
1211.41Scgdgbus*	at	tlsb? node ? offset ?
1221.41Scgdtlsbmem* at	tlsb? node ? offset ?
1231.41Scgdkft*	at	tlsb? node ? offset ?
1241.41Scgd
1251.41Scgd# Gbus Devices
1261.85Sthorpejmcclock* at	gbus? offset ?
1271.41Scgd
1281.80Smjacob# MCBUS bus support
1291.80Smjacobmcbus*	at	mainbus0
1301.80Smjacobmcmem*	at	mcbus? mid ?
1311.80Smjacob
1321.80Smjacob#i2c	at	mcbus?
1331.80Smjacob
1341.122Sross#EV6 Tsunami Core Logic
1351.122Sross
1361.122Srosstsc*	at	mainbus0
1371.122Sross
1381.10Scgd# TurboChannel host bus adapter support
1391.10Scgdtcasic*	at	mainbus0
1401.10Scgd
1411.8Scgd# TurboChannel bus support
1421.10Scgdtc*	at	tcasic?
1431.8Scgd
1441.8Scgd# TurboChannel devices
1451.29Scgdioasic*	at	tc? slot ? offset ?
1461.29Scgdmcclock* at	ioasic? offset ?
1471.12Scgdle*	at	ioasic? offset ?
1481.10Scgdscc0	at	ioasic? offset ?
1491.10Scgdscc1	at	ioasic? offset ?
1501.87Sthorpejtcds*	at	tc? slot ? offset ?
1511.87Sthorpejasc*	at	tcds? chip ?
1521.46Scgd#cfb*	at	tc? slot ? offset ?
1531.46Scgd#sfb*	at	tc? slot ? offset ?
1541.12Scgdle*	at	tc? slot ? offset ?
1551.15Scgdfta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
1561.1Scgd
1571.8Scgd# PCI host bus adapter support
1581.7Scgdapecs*	at	mainbus?
1591.9Scgdcia*	at	mainbus?
1601.156Sthorpejirongate* at	mainbus?
1611.9Scgdlca*	at	mainbus?
1621.41Scgddwlpx*	at	kft?
1631.80Smjacobmcpcia*	at	mcbus? mid ?
1641.122Srosstsp*	at	tsc?
1651.7Scgd
1661.8Scgd# PCI bus support
1671.7Scgdpci*	at	apecs?
1681.9Scgdpci*	at	cia?
1691.156Sthorpejpci*	at	irongate?
1701.9Scgdpci*	at	lca?
1711.9Scgdpci*	at	ppb?
1721.41Scgdpci*	at	dwlpx?
1731.80Smjacobpci*	at	mcpcia?
1741.122Srosspci*	at	tsp?
1751.7Scgd
1761.8Scgd# PCI devices
1771.126Sthorpejadv*	at	pci? dev ? function ?		# AdvanSys SCSI
1781.126Sthorpejadw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
1791.135Sdante#options 	ADW_WDTR_DISABLE		# 	disable WDTR
1801.135Sdante#options 	ADW_SDTR_DISABLE		# 	disable SDTR
1811.135Sdante#options 	ADW_TAGQ_DISABLE		# 	disable Tag Queuing
1821.43Scgdahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
1831.43Scgdbha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
1841.150Sadcac*	at	pci? dev ? function ?		# Compaq array controller (untested)
1851.49Scgdcy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
1861.155Smattcz*	at	pci? dev ? function ?		# Cyclades-Z (untested)
1871.43Scgdde*	at	pci? dev ? function ?		# 21x4x-based Ethernet
1881.129Saddpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
1891.120Schristoseap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
1901.20Scgden*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
1911.103Sfvdlep*	at	pci? dev ? function ?		# 3COM 3c59x
1921.120Schristosepic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
1931.130Skleinkeso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
1941.103Sfvdlex*	at	pci? dev ? function ?		# 3COM 3c90x[B] Ethernet
1951.43Scgdfpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
1961.75Senamifxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
1971.43Scgdisp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
1981.20Scgdle*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
1991.20Scgdncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
2001.120Schristosne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
2011.120Schristosohci*	at	pci? dev ? function ?		# USB Open Host Controller
2021.43Scgdpceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
2031.120Schristospciide*	at	pci? dev ? function ?		# PCI IDE controllers
2041.108Sthorpejpcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
2051.43Scgdppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
2061.149Shayartk*	at	pci? dev ? function ?		# RealTek 8129/8139 Ethernet
2071.43Scgdsio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
2081.131Sthorpejsip*	at	pci? dev ? function ?		# SiS 900 Ethernet
2091.120Schristossv*	at	pci? dev ? function ?		# S3 SonicVibes
2101.43Scgdtga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
2111.131Sthorpejti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
2121.99Sthorpejtl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
2131.131Sthorpejtlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
2141.131Sthorpej#options 	TLP_MATCH_21040
2151.131Sthorpej#options 	TLP_MATCH_21041
2161.131Sthorpej#options 	TLP_MATCH_21140
2171.131Sthorpej#options 	TLP_MATCH_21142
2181.120Schristosuhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
2191.49Scgdvga*	at	pci? dev ? function ?		# PCI VGA Graphics
2201.120Schristosvr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
2211.120Schristos
2221.114Srossaudio*	at	eap?
2231.130Skleinkaudio*	at	eso?
2241.114Srossaudio*	at	sv?
2251.120Schristos
2261.130Skleinkopl*	at	eso?
2271.107Saugustss#opl*	at	sv?
2281.130Skleink
2291.130Skleinkmpu*	at	eso?
2301.99Sthorpej
2311.99Sthorpej# MII/PHY support
2321.121Schristosexphy*	at mii? phy ?			# 3Com internal PHYs
2331.121Schristosicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS1890
2341.121Schristosinphy*	at mii? phy ?			# Intel 82555 PHYs
2351.121Schristoslxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
2361.121Schristosnsphy*	at mii? phy ?			# NS83840 PHYs
2371.121Schristosqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
2381.121Schristossqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
2391.121Schristostlphy*	at mii? phy ?			# ThunderLAN PHYs
2401.121Schristosukphy*	at mii? phy ?			# generic unknown PHYs
2411.7Scgd
2421.9Scgd# ISA/EISA bus support
2431.9Scgdisa*	at	pceb?
2441.9Scgdeisa*	at	pceb?
2451.9Scgdisa*	at	sio?
2461.8Scgd
2471.8Scgd# ISA devices
2481.29Scgdmcclock* at	isa? port 0x70
2491.140Scjspckbc*	at	isa?				# PC keyboard controller
2501.81Sdrochnerpckbd*	at	pckbc?				# PC keyboard (kbd port)
2511.109Sdrochnerpms*	at	pckbc?				# PS/2-style mouse (aux port)
2521.83Sthorpejpcppi*	at	isa?				# PC prog. periph. interface
2531.83Sthorpejspkr0	at	pcppi?				# IBM BASIC emulation
2541.98Sdrochnerisabeep0 at	pcppi?				# "keyboard" beep
2551.29Scgdcom*	at	isa? port 0x3f8 irq 4		# standard serial ports
2561.29Scgdcom*	at	isa? port 0x2f8 irq 3
2571.97Sthorpejcs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
2581.52Scjsep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
2591.112Sthorpejfdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
2601.86Smattlc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
2611.86Smattlc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
2621.86Smattdepca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
2631.86Smattdepca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
2641.86Smattle*	at	depca?
2651.29Scgdlpt*	at	isa? port 0x3bc irq 7		# standard parallel port
2661.29Scgdvga*	at	isa?				# ISA (EISA: XXX) VGA
2671.74Sthorpejwdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
2681.74Sthorpejwdc1	at	isa? port 0x170 irq 15
2691.140Scjswe0     at 	isa? port 0x280 iomem 0xd0000 irq 9  # WD/SMC Ethernet
2701.140Scjswe1     at 	isa? port 0x300 iomem 0xcc000 irq 10
2711.108Sthorpej#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
2721.108Sthorpej#audio*	at	wss?
2731.84Saugustss#midi*	at	wss?
2741.114Srosssb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
2751.114Sross#sb*	at	isapnp?
2761.114Srossaudio*	at	sb?
2771.119Sdante#adv*	at	isa? port ? irq ? drq ?		# AdvanSys APB-514[02]
2781.56Sthorpejaha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
2791.56Sthorpejaha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
2801.56Sthorpejbha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
2811.56Sthorpejbha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
2821.56Sthorpejuha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
2831.56Sthorpejuha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
2841.152Smattpcic0	at	isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
2851.152Smattpcic1	at	isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
2861.152Smattpcmcia*	at	pcic? controller ? socket ?
2871.15Scgd
2881.15Scgd# EISA devices
2891.56Sthorpejahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
2901.44Scgdahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
2911.44Scgdbha*	at	eisa? slot ?			# BusLogic 7xx SCSI
2921.53Scjsep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
2931.50Scgdfea*	at	eisa? slot ?			# DEC DEFEA FDDI
2941.131Sthorpejtlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
2951.56Sthorpejuha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
2961.7Scgd
2971.152Smatt# PCMCIA device
2981.152Smattaic*	at	pcmcia? function ?		# Adaptec APA-1460 SCSI
2991.152Smattcom*	at	pcmcia? function ?		# Modems and serial cards
3001.152Smattwdc*	at	pcmcia? function ?		# PCMCIA IDE controllers
3011.152Smattep*	at	pcmcia? function ?		# 3Com 3c589 and 3c562 Eth.
3021.152Smattmbe*	at	pcmcia? function ?		# MB8696x based Ethernet
3031.152Smattne*	at	pcmcia? function ?		# NE2000-compatible Eth.
3041.152Smattsm*	at	pcmcia? function ?		# Megahertz Ethernet
3051.152Smattray*	at	pcmcia? function ?		# Raytheon Raylink (802.11)
3061.152Smattwi*	at	pcmcia? function ?		# Lucent WaveLAN/IEEE
3071.152Smatt
3081.8Scgd# SCSI bus support
3091.126Sthorpejscsibus* at	adv?
3101.152Smattscsibus* at	aic?
3111.126Sthorpejscsibus* at	adw?
3121.56Sthorpejscsibus* at	aha?
3131.56Sthorpejscsibus* at	ahb?
3141.43Scgdscsibus* at	ahc?
3151.40Sthorpejscsibus* at	asc?
3161.43Scgdscsibus* at	bha?
3171.129Sadscsibus* at	dpt?
3181.42Scgdscsibus* at	isp?
3191.7Scgdscsibus* at	ncr?
3201.108Sthorpejscsibus* at	pcscp?
3211.56Sthorpejscsibus* at	uha?
3221.1Scgd
3231.8Scgd# SCSI devices
3241.31Scgdcd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
3251.31Scgdsd*	at	scsibus? target ? lun ?		# SCSI disk drives
3261.31Scgdst*	at	scsibus? target ? lun ?		# SCSI tape drives
3271.51Scgd
3281.51Scgd# ST506/ESDI/IDE devices
3291.102Smattwd*	at	pciide? channel ?
3301.74Sthorpejwd*	at	wdc? drive ?
3311.74Sthorpej
3321.74Sthorpej# ATAPI bus support
3331.102Smattatapibus* at	pciide? channel ?
3341.74Sthorpejatapibus* at	wdc?
3351.74Sthorpej
3361.74Sthorpej# ATAPI devices
3371.74Sthorpejsd*	at	atapibus? drive ?		# ATAPI disk devices
3381.74Sthorpejcd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
3391.112Sthorpej
3401.112Sthorpej# Floppy drives
3411.112Sthorpejfd*	at	fdc? drive ?
3421.150Sad
3431.150Sad# Hardware RAID devices
3441.150Sadca*	at	cac? unit ?
3451.108Sthorpej
3461.108Sthorpej# USB bus support
3471.108Sthorpejusb*	at uhci?
3481.108Sthorpejusb*	at ohci?
3491.108Sthorpej
3501.127Saugustss# USB Hubs
3511.108Sthorpejuhub*	at usb?
3521.127Saugustssuhub*	at uhub? port ? configuration ? interface ?
3531.108Sthorpej
3541.127Saugustss# USB Mice
3551.127Saugustssums*	at uhub? port ? configuration ? interface ?
3561.133Smycroftwsmouse*	at ums?
3571.108Sthorpej
3581.108Sthorpej# USB Keyboards
3591.127Saugustssukbd*	at uhub? port ? configuration ? interface ?
3601.133Smycroftwskbd*	at ukbd? console ?
3611.108Sthorpej
3621.108Sthorpej# USB Generic HID devices
3631.127Saugustssuhid*	at uhub? port ? configuration ? interface ?
3641.108Sthorpej
3651.127Saugustss# USB Printer
3661.127Saugustssulpt*	at uhub? port ? configuration ? interface ?
3671.127Saugustss
3681.127Saugustss# USB Modem
3691.127Saugustssumodem*	at uhub? port ? configuration ?
3701.142Saugustssucom*	at umodem?
3711.128Sthorpej
3721.128Sthorpej# USB Mass Storage
3731.128Sthorpejumass*	at uhub? port ? configuration ? interface ?
3741.147Saugustssatapibus* at umass? channel ?
3751.128Sthorpejscsibus* at umass? channel ?
3761.138Saugustss
3771.138Saugustss# USB Ethernet adapters
3781.138Saugustssaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
3791.138Saugustsscue*	at uhub? port ?		# CATC USB-EL1201A based adapters
3801.138Saugustsskue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
3811.127Saugustss
3821.127Saugustss# USB Generic driver
3831.127Saugustssugen*	at uhub? port ?
3841.11Scgd
3851.11Scgd# Workstation Console attachments
3861.83Sthorpej#wsdisplay*	at	cfb?
3871.81Sdrochnerwsdisplay*	at	vga?
3881.83Sthorpej#wsdisplay*	at	sfb?
3891.81Sdrochnerwsdisplay*	at	tga?
3901.133Smycroftwskbd*		at	pckbd?
3911.133Smycroftwsmouse*	at	pms?
3921.1Scgd
3931.19Scgdpseudo-device	bpfilter	16
3941.34Scgdpseudo-device	ccd		4
3951.104Soster#pseudo-device	raid		4		# RAIDframe disk driver
3961.144Ssimonb#options 	RAID_AUTOCONFIG      # auto-configuration of RAID components
3971.67Scjspseudo-device	ipfilter	1
3981.34Scgdpseudo-device	loop		1
3991.34Scgdpseudo-device	md		1
4001.34Scgdpseudo-device	ppp		4
4011.19Scgdpseudo-device	pty		64
4021.19Scgdpseudo-device	sl		4
4031.19Scgdpseudo-device	vnd		4
4041.106Shwr#pseudo-device	gre		2	# generic L3 over IP tunnel
4051.137Sitojunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
4061.137Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
4071.148Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
4081.139Smycroftpseudo-device	sequencer	1	# MIDI sequencer
4091.69Sexplorer
4101.69Sexplorer# rnd is EXPERIMENTAL
4111.69Sexplorer#pseudo-device	rnd			# /dev/random and in-kernel generator
4121.69Sexplorer#options 	RND_COM			# use "com" randomness too
413