11.96Smartin#	$NetBSD: P5064,v 1.96 2022/06/07 18:33:41 martin Exp $
21.1Sthorpej#
31.1Sthorpej# Algorithmics P-5064 kernel.
41.1Sthorpej#
51.1Sthorpej
61.1Sthorpejinclude	"arch/algor/conf/std.algor"
71.1Sthorpej
81.14Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
91.14Satatat
101.96Smartin#ident 		"P5064-$Revision: 1.96 $"
111.1Sthorpej
121.1Sthorpejmaxusers 32
131.1Sthorpej
141.1Sthorpej# Platform Support
151.1Sthorpej#options 	ALGOR_P4032	# Algorithmics P-4032
161.1Sthorpejoptions 	ALGOR_P5064	# Algorithmics P-5064
171.1Sthorpej#options 	ALGOR_P6032	# Algorithmics P-6032
181.1Sthorpej
191.1Sthorpej# Standard system options
201.1Sthorpejoptions 	KTRACE			# System call tracing support
211.1Sthorpejoptions 	NTP			# kernel PLL for NTP
221.1Sthorpej
231.1Sthorpej# Diagnostic/debugging support options
241.1Sthorpejoptions 	DIAGNOSTIC		# Cheap kernel consistency checks
251.1Sthorpejoptions 	DDB			# kernel debugger
261.83Suebayasipseudo-device	ksyms
271.1Sthorpejmakeoptions	DEBUG="-g"
281.1Sthorpej#makeoptions	DEBUGLIST="pattern1 pattern2 ..."
291.81Sjoergmakeoptions	COPY_SYMTAB=1
301.1Sthorpej
311.1Sthorpej# File systems
321.1Sthorpejfile-system	FFS		# Fast file system
331.1Sthorpejfile-system	MFS		# Memory-based file system
341.1Sthorpejfile-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
351.1Sthorpejfile-system	MSDOSFS		# MS-DOS-compatible file system
361.1Sthorpejfile-system	NTFS		# Windows/NT file system (experimental)
371.1Sthorpejfile-system	NFS		# Sun NFS-compatible file system client
381.1Sthorpejfile-system	KERNFS		# Kernel variable file system (/kern)
391.1Sthorpejfile-system	PROCFS		# Process file system (/proc)
401.7Sthorpejfile-system	FDESC		# /dev/fd file system
411.43Schristosfile-system	PTYFS		# /dev/pts/N support
421.1Sthorpej
431.1Sthorpej# File system options
441.1Sthorpejoptions 	NFSSERVER	# Sun NFS-compatible file system server
451.65Swiz#options 	FFS_EI		# FFS Endian Independent support
461.70Sdhollandoptions 	WAPBL		# File system journaling support
471.44Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
481.1Sthorpej
491.1Sthorpej# Networking options
501.1Sthorpejoptions 	INET		# Internet protocol suite
511.1Sthorpejoptions 	INET6		# IPV6
521.1Sthorpejoptions 	IPSEC		# IP security
531.1Sthorpej#options 	IPSEC_DEBUG	# debug for IP security
541.1Sthorpej
551.80Salnsn# JIT compiler for bpfilter
561.80Salnsn#options	SLJIT
571.80Salnsn#options	BPFJIT
581.80Salnsn
591.1Sthorpej# Binary compatibility with previous versions of NetBSD.
601.85Smrginclude 	"conf/compat_netbsd10.config"
611.1Sthorpej
621.1Sthorpej# System V-like message queues
631.1Sthorpejoptions 	SYSVMSG
641.1Sthorpej
651.1Sthorpej# System V-like semaphores
661.1Sthorpejoptions 	SYSVSEM
671.1Sthorpej
681.1Sthorpej# System V-like shared memory
691.1Sthorpejoptions 	SYSVSHM
701.1Sthorpej
711.1Sthorpej# Loadable Kernel Modules
721.1Sthorpej
731.1Sthorpej# Disable kernel security.
741.1Sthorpej#options 	INSECURE
751.1Sthorpej
761.1Sthorpej# Misc. options
771.1Sthorpejoptions 	PCI_NETBSD_CONFIGURE	# NetBSD configures the PCI bus
781.1Sthorpejoptions 	PCIVERBOSE		# recognize "unknown" PCI devices
791.1Sthorpejoptions 	MIIVERBOSE		# verbose PHY autoconfig messages
801.1Sthorpej#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
811.1Sthorpejoptions 	SCSIVERBOSE		# Verbose SCSI errors
821.1Sthorpej#options 	PCMCIAVERBOSE
831.11Sjdolecek#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
841.28Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
851.8Sthorpej
861.8Sthorpej# Bitmask for enabling the PCI IDE channels in the southbridge.
871.8Sthorpej# Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1.
881.8Sthorpej#
891.95Sandvar# Do this if your firmware (usually PMON) doesn't enable the IDE
901.8Sthorpej# channels for you (thus causing the NetBSD `pciide' driver to
911.8Sthorpej# ignore them).
921.8Sthorpejoptions 	PCI_NETBSD_ENABLE_IDE=0x1
931.1Sthorpej
941.1Sthorpej# The Alpha console firmware network boots using the BOOTP
951.1Sthorpej# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
961.1Sthorpej# in case we have NFS root.
971.1Sthorpejoptions 	NFS_BOOT_DHCP		# superset of BOOTP
981.1Sthorpej
991.1Sthorpej# WS console uses SUN or VT100 terminal emulation
1001.1Sthorpej#options 	WSEMUL_VT100
1011.73Sabs#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
1021.1Sthorpej
1031.1Sthorpejconfig		netbsd	root on ? type ?
1041.1Sthorpej#config		netbsd	root on sd0 type ffs
1051.1Sthorpej#config		netbsd	root on ? type nfs
1061.1Sthorpej
1071.1Sthorpejmainbus0 at	root
1081.1Sthorpejcpu*	at	mainbus0
1091.1Sthorpej
1101.1Sthorpej# PCI host bus adapter support
1111.1Sthorpejvtpbc*	at	mainbus?
1121.1Sthorpej
1131.1Sthorpej# PCI bus support
1141.1Sthorpejpci*	at	vtpbc?
1151.1Sthorpej
1161.1Sthorpej# PCI devices
1171.1Sthorpej#adv*	at	pci? dev ? function ?		# AdvanSys SCSI
1181.1Sthorpej#adw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
1191.16Swiz#options 	SCSI_ADW_WDTR_DISABLE		# 	disable WDTR
1201.16Swiz#options 	SCSI_ADW_SDTR_DISABLE		# 	disable SDTR
1211.16Swiz#options 	SCSI_ADW_TAGQ_DISABLE		# 	disable Tag Queuing
1221.1Sthorpej#ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
1231.1Sthorpej#bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
1241.1Sthorpej#cac*	at	pci? dev ? function ?		# Compaq array controller (untested)
1251.1Sthorpej#cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
1261.1Sthorpej#cz*	at	pci? dev ? function ?		# Cyclades-Z (untested)
1271.1Sthorpej#dpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
1281.1Sthorpej#eap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
1291.1Sthorpej#ep*	at	pci? dev ? function ?		# 3COM 3c59x
1301.1Sthorpej#epic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
1311.1Sthorpej#eso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
1321.1Sthorpej#ex*	at	pci? dev ? function ?		# 3COM 3c90x[B] Ethernet
1331.1Sthorpej#fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
1341.1Sthorpej#gsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
1351.1Sthorpej#isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
1361.92Sthorpej#pcn*	at	pci? dev ? function ?		# PCInet-PCI Ethernet
1371.1Sthorpejpcib*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
1381.2Sthorpejsiop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
1391.1Sthorpej#mlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
1401.1Sthorpej#ne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
1411.1Sthorpej#ohci*	at	pci? dev ? function ?		# USB Open Host Controller
1421.21Sbouyerpciide* at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
1431.21Sbouyeracardide* at pci? dev ? function ?		# Acard IDE controllers
1441.21Sbouyeraceride* at pci? dev ? function ?		# Acer Lab IDE controllers
1451.26Sthorpejartsata* at pci? dev ? function ?		# Intel i31244 SATA controller
1461.21Sbouyercmdide* at pci? dev ? function ?		# CMD tech IDE controllers
1471.21Sbouyercypide* at pci? dev ? function ?		# Cypress IDE controllers
1481.21Sbouyerhptide* at pci? dev ? function ?		# Triones/HighPoint IDE controllers
1491.21Sbouyeroptiide* at pci? dev ? function ?		# Opti IDE controllers
1501.21Sbouyerpdcide* at pci? dev ? function ?		# Promise IDE controllers
1511.31Sbouyerpdcsata* at pci? dev ? function ?		# Promise SATA150 controllers
1521.25Sthorpejsatalink* at pci? dev ? function ?		# SiI SATALink controllers
1531.21Sbouyersiside* at pci? dev ? function ?		# SiS IDE controllers
1541.21Sbouyerslide* at pci? dev ? function ?		# Symphony Labs IDE controllers
1551.21Sbouyerviaide* at pci? dev ? function ?		# VIA/AMD/Nvidia IDE controllers
1561.1Sthorpej#pcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
1571.1Sthorpejppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
1581.27Swiz#rtk*	at	pci? dev ? function ?		# Realtek 8129/8139 Ethernet
1591.1Sthorpej#sip*	at	pci? dev ? function ?		# SiS 900 Ethernet
1601.1Sthorpej#sv*	at	pci? dev ? function ?		# S3 SonicVibes
1611.1Sthorpej#tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
1621.1Sthorpej#ti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
1631.1Sthorpej#tl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
1641.1Sthorpejtlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
1651.1Sthorpej#uhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
1661.1Sthorpej#vga*	at	pci? dev ? function ?		# PCI VGA Graphics
1671.1Sthorpej#vr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
1681.1Sthorpej#yds*	at	pci? dev ? function ?		# Yamaha DS-1 PCI Audio
1691.1Sthorpej
1701.1Sthorpej#audio*	at	eap?
1711.1Sthorpej#audio*	at	eso?
1721.1Sthorpej#audio*	at	sv?
1731.1Sthorpej#audio*	at	yds?
1741.1Sthorpej
1751.1Sthorpej#opl*	at	eso?
1761.1Sthorpej#opl*	at	sv?
1771.1Sthorpej#opl*	at	yds?
1781.1Sthorpej
1791.1Sthorpej#mpu*	at	eso?
1801.1Sthorpej#mpu*	at	yds?
1811.1Sthorpej
1821.1Sthorpej# MII/PHY support
1831.1Sthorpej#exphy*	at mii? phy ?			# 3Com internal PHYs
1841.12Swiz#icsphy*	at mii? phy ?		# Integrated Circuit Systems ICS189x
1851.1Sthorpej#inphy*	at mii? phy ?			# Intel 82555 PHYs
1861.1Sthorpej#lxtphy*	at mii? phy ?		# Level One LXT-970 PHYs
1871.1Sthorpej#nsphy*	at mii? phy ?			# NS83840 PHYs
1881.1Sthorpejqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
1891.89Srin#rgephy*	at mii? phy ?		# Realtek 8169S/8110S/8211 PHYs
1901.89Srin#rlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
1911.1Sthorpej#sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
1921.1Sthorpej#tlphy*	at mii? phy ?			# ThunderLAN PHYs
1931.1Sthorpejukphy*	at mii? phy ?			# generic unknown PHYs
1941.1Sthorpej
1951.1Sthorpej# ISA/EISA bus support
1961.1Sthorpejisa*	at	pcib?
1971.1Sthorpej#isapnp*	at	isa?
1981.1Sthorpej
1991.1Sthorpej# ISA devices
2001.1Sthorpejmcclock* at	isa? port 0x70
2011.1Sthorpej#pckbc*	at	isa?				# PC keyboard controller
2021.1Sthorpej#pckbd*	at	pckbc?				# PC keyboard (kbd port)
2031.1Sthorpej#pms*	at	pckbc?				# PS/2-style mouse (aux port)
2041.35Scube#attimer*	at	isa?			# AT Timer
2051.1Sthorpej#pcppi*	at	isa?				# PC prog. periph. interface
2061.84Schristos#spkr*	at	pcppi?				# IBM BASIC emulation
2071.1Sthorpej#isabeep0 at	pcppi?				# "keyboard" beep
2081.1Sthorpej#midi*	at	pcppi?
2091.1Sthorpejcom*	at	isa? port 0x3f8 irq 4		# standard serial ports
2101.1Sthorpejcom*	at	isa? port 0x2f8 irq 3
2111.1Sthorpej#cs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
2121.1Sthorpej#ec0	at	isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
2131.1Sthorpej#ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
2141.1Sthorpej#ep*	at	isapnp?
2151.1Sthorpej#ix0	at	isa? port 0x300 irq 10		# EtherExpress/16
2161.1Sthorpej#iy0	at	isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
2171.1Sthorpejfdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
2181.1Sthorpej#lc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
2191.1Sthorpej#lc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
2201.1Sthorpej#depca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
2211.1Sthorpej#depca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
2221.1Sthorpej#le*	at	depca?
2231.1Sthorpej#lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
2241.1Sthorpej#vga*	at	isa?				# ISA (EISA: XXX) VGA
2251.1Sthorpej#wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
2261.1Sthorpej#wdc1	at	isa? port 0x170 irq 15
2271.1Sthorpej#wdc*	at	isapnp?
2281.9Slukem#we0	at 	isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
2291.9Slukem#we1	at 	isa? port 0x300 iomem 0xcc000 irq 10
2301.1Sthorpej#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
2311.1Sthorpej#wss*	at	isapnp?
2321.1Sthorpej#audio*	at	wss?
2331.84Schristos#spkr*	at	audio?               		# PC speaker (synthesized)
2341.1Sthorpej#midi*	at	wss?
2351.1Sthorpej#sb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
2361.1Sthorpej#sb*	at	isapnp?
2371.1Sthorpej#audio*	at	sb?
2381.1Sthorpej#adv*	at	isa? port ? irq ? drq ?		# AdvanSys APB-514[02]
2391.1Sthorpej#aha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
2401.1Sthorpej#aha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
2411.1Sthorpej#bha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
2421.1Sthorpej#bha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
2431.1Sthorpej#uha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
2441.1Sthorpej#uha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
2451.5Sthorpejpcic0	at	isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
2461.5Sthorpejpcic1	at	isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
2471.5Sthorpejpcmcia*	at	pcic? controller ? socket ?
2481.1Sthorpej
2491.1Sthorpej# PCMCIA device
2501.5Sthorpejaic*	at	pcmcia? function ?		# Adaptec APA-1460 SCSI
2511.5Sthorpejcom*	at	pcmcia? function ?		# Modems and serial cards
2521.5Sthorpejwdc*	at	pcmcia? function ?		# PCMCIA IDE controllers
2531.5Sthorpejep*	at	pcmcia? function ?		# 3Com 3c589 and 3c562 Eth.
2541.5Sthorpejmbe*	at	pcmcia? function ?		# MB8696x based Ethernet
2551.5Sthorpejne*	at	pcmcia? function ?		# NE2000-compatible Eth.
2561.5Sthorpejsm*	at	pcmcia? function ?		# Megahertz Ethernet
2571.5Sthorpejray*	at	pcmcia? function ?		# Raytheon Raylink (802.11)
2581.5Sthorpejwi*	at	pcmcia? function ?		# Lucent WaveLAN/IEEE
2591.1Sthorpej
2601.1Sthorpej# SCSI bus support
2611.1Sthorpej#scsibus* at	adv?
2621.1Sthorpej#scsibus* at	adw?
2631.1Sthorpej#scsibus* at	aha?
2641.1Sthorpej#scsibus* at	ahb?
2651.1Sthorpej#scsibus* at	ahc?
2661.5Sthorpejscsibus* at	aic?
2671.1Sthorpej#scsibus* at	bha?
2681.1Sthorpej#scsibus* at	dpt?
2691.1Sthorpej#scsibus* at	isp?
2701.2Sthorpejscsibus* at	siop?
2711.1Sthorpej#scsibus* at	pcscp?
2721.1Sthorpej#scsibus* at	uha?
2731.1Sthorpej
2741.1Sthorpej# SCSI devices
2751.2Sthorpejcd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
2761.2Sthorpejsd*	at	scsibus? target ? lun ?		# SCSI disk drives
2771.1Sthorpej#st*	at	scsibus? target ? lun ?		# SCSI tape drives
2781.1Sthorpej
2791.22Slukem# ATA (IDE) bus support
2801.22Slukematabus* at ata?
2811.20Sbouyer
2821.22Slukem# IDE drives
2831.20Sbouyerwd*	at	atabus? drive ?
2841.1Sthorpej
2851.1Sthorpej# ATAPI bus support
2861.22Slukematapibus* at	atapi?
2871.1Sthorpej
2881.1Sthorpej# ATAPI devices
2891.1Sthorpejsd*	at	atapibus? drive ?		# ATAPI disk devices
2901.1Sthorpejcd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
2911.1Sthorpej
2921.1Sthorpej# Floppy drives
2931.1Sthorpejfd*	at	fdc? drive ?
2941.1Sthorpej
2951.1Sthorpej# Hardware RAID devices
2961.1Sthorpej#ld*	at	cac? unit ?
2971.1Sthorpej#ld*	at	mlx? unit ?
2981.1Sthorpej
2991.1Sthorpej# USB bus support
3001.1Sthorpej#usb*	at uhci?
3011.1Sthorpej#usb*	at ohci?
3021.1Sthorpej
3031.1Sthorpej# USB Hubs
3041.1Sthorpej#uhub*	at usb?
3051.50Sdrochner#uhub*	at uhub? port ?
3061.1Sthorpej
3071.10Saugustss# USB HID device
3081.10Saugustss#uhidev*	at uhub? port ? configuration ? interface ?
3091.10Saugustss
3101.1Sthorpej# USB Mice
3111.10Saugustss#ums*	at uhidev? reportid ?
3121.1Sthorpej#wsmouse*	at ums?
3131.1Sthorpej
3141.1Sthorpej# USB Keyboards
3151.10Saugustss#ukbd*	at uhidev? reportid ?
3161.1Sthorpej#wskbd*	at ukbd? console ?
3171.1Sthorpej
3181.48Sskrll# USB serial adapter
3191.41Sskrll#ucycom*	at uhidev? reportid ?
3201.41Sskrll
3211.1Sthorpej# USB Generic HID devices
3221.10Saugustss#uhid*	at uhidev? reportid ?
3231.1Sthorpej
3241.1Sthorpej# USB Printer
3251.1Sthorpej#ulpt*	at uhub? port ? configuration ? interface ?
3261.1Sthorpej
3271.1Sthorpej# USB Modem
3281.1Sthorpej#umodem*	at uhub? port ? configuration ?
3291.1Sthorpej#ucom*	at umodem?
3301.1Sthorpej
3311.59Splunky# Option N.V. Wireless WAN modems
3321.59Splunky#uhso*	at uhub? port ? configuration ?
3331.59Splunky
3341.1Sthorpej# USB Mass Storage
3351.1Sthorpej#umass*	at uhub? port ? configuration ? interface ?
3361.20Sbouyer#atapibus* at umass?
3371.1Sthorpej#scsibus* at umass? channel ?
3381.1Sthorpej
3391.1Sthorpej# USB Ethernet adapters
3401.1Sthorpej#aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
3411.29Saugustss#axe*	at uhub? port ?		# ASIX AX88172 based adapters
3421.1Sthorpej#cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
3431.1Sthorpej#kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
3441.87Srin#mue*	at uhub? port ?		# Microchip LAN75xx/LAN78xx based adapters
3451.89Srin#ure*	at uhub? port ?		# Realtek RTL8152/RTL8153 based adapters
3461.18Saugustss#url*	at uhub? port ?		# Realtek RTL8150L based adapters
3471.1Sthorpej
3481.1Sthorpej# Serial adapters
3491.1Sthorpej# FTDI FT8U100AX serial adapter
3501.1Sthorpej#uftdi*	at uhub? port ?
3511.1Sthorpej#ucom*	at uftdi? portno ?
3521.1Sthorpej
3531.36Sitohy# Kyocera AIR-EDGE PHONE
3541.36Sitohy#ukyopon* at uhub? port ?
3551.36Sitohy#ucom*	at ukyopon? portno ?
3561.36Sitohy
3571.1Sthorpej# USB Generic driver
3581.1Sthorpej#ugen*	at uhub? port ?
3591.1Sthorpej
3601.1Sthorpej# Workstation Console attachments
3611.1Sthorpej#wsdisplay*	at	vga?
3621.1Sthorpej#wskbd*		at	pckbd?
3631.1Sthorpej#wsmouse*	at	pms?
3641.1Sthorpej
3651.45Srpaulopseudo-device	bpfilter
3661.76Schristospseudo-device	ccd		
3671.76Schristos#pseudo-device	cgd			# cryptographic disk devices
3681.77Schristos#pseudo-device	raid			# RAIDframe disk driver
3691.9Slukem#options 	RAID_AUTOCONFIG	# auto-configuration of RAID components
3701.60Spooka#pseudo-device	fss			# file system snapshot device
3711.86Smaxvpseudo-device	npf			# NPF packet filter
3721.76Schristospseudo-device	loop		
3731.61Shannkenpseudo-device	md		
3741.46Scubepseudo-device	ppp		
3751.1Sthorpejpseudo-device	pty			# pseudo-terminals
3761.46Scubepseudo-device	sl		
3771.46Scubepseudo-device	vnd		
3781.46Scube#pseudo-device	gre			# generic L3 over IP tunnel
3791.46Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
3801.46Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
3811.47Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
3821.1Sthorpejpseudo-device	vlan			# IEEE 802.1q encapsulation
3831.96Smartin#pseudo-device	sequencer		# MIDI sequencer
3841.1Sthorpej#options 	RND_COM			# use "com" randomness too
3851.15Slukempseudo-device	clockctl		# user control of clock subsystem
3861.90Sisakipseudo-device	drvctl			# user control of drive subsystem
387