Home | History | Annotate | Line # | Download | only in conf
P5064 revision 1.64
      1  1.64    dyoung #	$NetBSD: P5064,v 1.64 2011/05/25 22:32:18 dyoung Exp $
      2   1.1   thorpej #
      3   1.1   thorpej # Algorithmics P-5064 kernel.
      4   1.1   thorpej #
      5   1.1   thorpej 
      6   1.1   thorpej include	"arch/algor/conf/std.algor"
      7   1.1   thorpej 
      8  1.14    atatat #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9  1.14    atatat 
     10  1.64    dyoung #ident 		"P5064-$Revision: 1.64 $"
     11   1.1   thorpej 
     12   1.1   thorpej maxusers 32
     13   1.1   thorpej 
     14   1.1   thorpej # Platform Support
     15   1.1   thorpej #options 	ALGOR_P4032	# Algorithmics P-4032
     16   1.1   thorpej options 	ALGOR_P5064	# Algorithmics P-5064
     17   1.1   thorpej #options 	ALGOR_P6032	# Algorithmics P-6032
     18   1.1   thorpej 
     19   1.1   thorpej # Standard system options
     20   1.1   thorpej options 	KTRACE			# System call tracing support
     21   1.1   thorpej options 	NTP			# kernel PLL for NTP
     22   1.1   thorpej 
     23   1.1   thorpej # Diagnostic/debugging support options
     24   1.1   thorpej options 	DIAGNOSTIC		# Cheap kernel consistency checks
     25   1.1   thorpej options 	DDB			# kernel debugger
     26   1.1   thorpej makeoptions	DEBUG="-g"
     27   1.1   thorpej #makeoptions	DEBUGLIST="pattern1 pattern2 ..."
     28  1.64    dyoung options 	SYMTAB_SPACE=461000
     29   1.1   thorpej 
     30   1.1   thorpej # File systems
     31   1.1   thorpej file-system	FFS		# Fast file system
     32   1.1   thorpej file-system	MFS		# Memory-based file system
     33   1.1   thorpej file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
     34   1.1   thorpej file-system	MSDOSFS		# MS-DOS-compatible file system
     35   1.1   thorpej file-system	NTFS		# Windows/NT file system (experimental)
     36   1.1   thorpej file-system	NFS		# Sun NFS-compatible file system client
     37   1.1   thorpej file-system	KERNFS		# Kernel variable file system (/kern)
     38   1.1   thorpej file-system	PROCFS		# Process file system (/proc)
     39   1.7   thorpej file-system	FDESC		# /dev/fd file system
     40  1.43  christos file-system	PTYFS		# /dev/pts/N support
     41   1.1   thorpej 
     42   1.1   thorpej # File system options
     43   1.1   thorpej options 	NFSSERVER	# Sun NFS-compatible file system server
     44   1.1   thorpej #options 	FFS_EI		# FFS Endian Independant support
     45  1.54    simonb options 	WAPBL		# File system journaling support - Experimental
     46  1.44   tsutsui options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     47   1.1   thorpej 
     48   1.1   thorpej # Networking options
     49   1.1   thorpej options 	INET		# Internet protocol suite
     50   1.1   thorpej options 	INET6		# IPV6
     51   1.1   thorpej options 	IPSEC		# IP security
     52   1.1   thorpej options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     53  1.38      tron options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
     54   1.1   thorpej #options 	IPSEC_DEBUG	# debug for IP security
     55   1.1   thorpej 
     56   1.1   thorpej # 4.3BSD compatibility.  Should be optional, but necessary for now.
     57   1.1   thorpej options 	COMPAT_43
     58   1.1   thorpej 
     59   1.1   thorpej # Binary compatibility with previous versions of NetBSD.
     60   1.1   thorpej #options 	COMPAT_09
     61   1.1   thorpej options 	COMPAT_10
     62   1.1   thorpej options 	COMPAT_11
     63   1.1   thorpej options 	COMPAT_12
     64   1.1   thorpej options 	COMPAT_13
     65   1.1   thorpej options 	COMPAT_14
     66  1.49      manu options 	COMPAT_15
     67  1.23    simonb options 	COMPAT_16
     68  1.34    simonb options 	COMPAT_20
     69  1.42  christos options 	COMPAT_30	# NetBSD 3.0 compatibility.
     70  1.53   tsutsui options 	COMPAT_40	# NetBSD 4.0 compatibility.
     71  1.30  christos options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     72   1.1   thorpej 
     73   1.1   thorpej # System V-like message queues
     74   1.1   thorpej options 	SYSVMSG
     75   1.1   thorpej 
     76   1.1   thorpej # System V-like semaphores
     77   1.1   thorpej options 	SYSVSEM
     78   1.1   thorpej 
     79   1.1   thorpej # System V-like shared memory
     80   1.1   thorpej options 	SYSVSHM
     81   1.1   thorpej 
     82   1.1   thorpej # Loadable Kernel Modules
     83   1.1   thorpej 
     84   1.1   thorpej # Disable kernel security.
     85   1.1   thorpej #options 	INSECURE
     86   1.1   thorpej 
     87   1.1   thorpej # Misc. options
     88   1.1   thorpej options 	PCI_NETBSD_CONFIGURE	# NetBSD configures the PCI bus
     89   1.1   thorpej options 	PCIVERBOSE		# recognize "unknown" PCI devices
     90   1.1   thorpej options 	MIIVERBOSE		# verbose PHY autoconfig messages
     91   1.1   thorpej #options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
     92   1.1   thorpej options 	SCSIVERBOSE		# Verbose SCSI errors
     93   1.1   thorpej #options 	PCMCIAVERBOSE
     94  1.11  jdolecek #options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     95  1.28    atatat #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     96   1.8   thorpej 
     97   1.8   thorpej # Bitmask for enabling the PCI IDE channels in the southbridge.
     98   1.8   thorpej # Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1.
     99   1.8   thorpej #
    100   1.8   thorpej # Do this if your firmware (usually PMON) doens't enable the IDE
    101   1.8   thorpej # channels for you (thus causing the NetBSD `pciide' driver to
    102   1.8   thorpej # ignore them).
    103   1.8   thorpej options 	PCI_NETBSD_ENABLE_IDE=0x1
    104   1.1   thorpej 
    105   1.1   thorpej # The Alpha console firmware network boots using the BOOTP
    106   1.1   thorpej # protocol, so we ask the NFS code to use BOOTP/DHCP as well,
    107   1.1   thorpej # in case we have NFS root.
    108   1.1   thorpej options 	NFS_BOOT_DHCP		# superset of BOOTP
    109   1.1   thorpej 
    110   1.1   thorpej # WS console uses SUN or VT100 terminal emulation
    111   1.1   thorpej #options 	WSEMUL_VT100
    112   1.1   thorpej 
    113   1.1   thorpej config		netbsd	root on ? type ?
    114   1.1   thorpej #config		netbsd	root on sd0 type ffs
    115   1.1   thorpej #config		netbsd	root on ? type nfs
    116   1.1   thorpej 
    117   1.1   thorpej mainbus0 at	root
    118   1.1   thorpej cpu*	at	mainbus0
    119   1.1   thorpej 
    120   1.1   thorpej # PCI host bus adapter support
    121   1.1   thorpej vtpbc*	at	mainbus?
    122   1.1   thorpej 
    123   1.1   thorpej # PCI bus support
    124   1.1   thorpej pci*	at	vtpbc?
    125   1.1   thorpej 
    126   1.1   thorpej # PCI devices
    127   1.1   thorpej #adv*	at	pci? dev ? function ?		# AdvanSys SCSI
    128   1.1   thorpej #adw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
    129  1.16       wiz #options 	SCSI_ADW_WDTR_DISABLE		# 	disable WDTR
    130  1.16       wiz #options 	SCSI_ADW_SDTR_DISABLE		# 	disable SDTR
    131  1.16       wiz #options 	SCSI_ADW_TAGQ_DISABLE		# 	disable Tag Queuing
    132   1.1   thorpej #ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
    133   1.1   thorpej #bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
    134   1.1   thorpej #cac*	at	pci? dev ? function ?		# Compaq array controller (untested)
    135   1.1   thorpej #cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
    136   1.1   thorpej #cz*	at	pci? dev ? function ?		# Cyclades-Z (untested)
    137   1.1   thorpej #dpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
    138   1.1   thorpej #eap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
    139   1.1   thorpej #en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
    140   1.1   thorpej #ep*	at	pci? dev ? function ?		# 3COM 3c59x
    141   1.1   thorpej #epic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
    142   1.1   thorpej #eso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
    143   1.1   thorpej #ex*	at	pci? dev ? function ?		# 3COM 3c90x[B] Ethernet
    144   1.1   thorpej #fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
    145   1.1   thorpej #fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
    146   1.1   thorpej #gsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
    147   1.1   thorpej #isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
    148   1.1   thorpej #le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
    149   1.1   thorpej pcib*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
    150   1.2   thorpej siop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
    151   1.1   thorpej #mlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
    152   1.1   thorpej #ne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
    153   1.1   thorpej #ohci*	at	pci? dev ? function ?		# USB Open Host Controller
    154  1.21    bouyer pciide* at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
    155  1.21    bouyer acardide* at pci? dev ? function ?		# Acard IDE controllers
    156  1.21    bouyer aceride* at pci? dev ? function ?		# Acer Lab IDE controllers
    157  1.26   thorpej artsata* at pci? dev ? function ?		# Intel i31244 SATA controller
    158  1.21    bouyer cmdide* at pci? dev ? function ?		# CMD tech IDE controllers
    159  1.21    bouyer cypide* at pci? dev ? function ?		# Cypress IDE controllers
    160  1.21    bouyer hptide* at pci? dev ? function ?		# Triones/HighPoint IDE controllers
    161  1.21    bouyer optiide* at pci? dev ? function ?		# Opti IDE controllers
    162  1.21    bouyer pdcide* at pci? dev ? function ?		# Promise IDE controllers
    163  1.31    bouyer pdcsata* at pci? dev ? function ?		# Promise SATA150 controllers
    164  1.25   thorpej satalink* at pci? dev ? function ?		# SiI SATALink controllers
    165  1.21    bouyer siside* at pci? dev ? function ?		# SiS IDE controllers
    166  1.21    bouyer slide* at pci? dev ? function ?		# Symphony Labs IDE controllers
    167  1.21    bouyer viaide* at pci? dev ? function ?		# VIA/AMD/Nvidia IDE controllers
    168   1.1   thorpej #pcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
    169   1.1   thorpej ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
    170  1.27       wiz #rtk*	at	pci? dev ? function ?		# Realtek 8129/8139 Ethernet
    171   1.1   thorpej #sip*	at	pci? dev ? function ?		# SiS 900 Ethernet
    172   1.1   thorpej #sv*	at	pci? dev ? function ?		# S3 SonicVibes
    173   1.1   thorpej #tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
    174   1.1   thorpej #ti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
    175   1.1   thorpej #tl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
    176   1.1   thorpej tlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
    177   1.1   thorpej #uhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
    178   1.1   thorpej #vga*	at	pci? dev ? function ?		# PCI VGA Graphics
    179   1.1   thorpej #vr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
    180   1.1   thorpej #yds*	at	pci? dev ? function ?		# Yamaha DS-1 PCI Audio
    181   1.1   thorpej 
    182   1.1   thorpej #audio*	at	eap?
    183   1.1   thorpej #audio*	at	eso?
    184   1.1   thorpej #audio*	at	sv?
    185   1.1   thorpej #audio*	at	yds?
    186   1.1   thorpej 
    187   1.1   thorpej #opl*	at	eso?
    188   1.1   thorpej #opl*	at	sv?
    189   1.1   thorpej #opl*	at	yds?
    190   1.1   thorpej 
    191   1.1   thorpej #mpu*	at	eso?
    192   1.1   thorpej #mpu*	at	yds?
    193   1.1   thorpej 
    194   1.1   thorpej # MII/PHY support
    195   1.1   thorpej #exphy*	at mii? phy ?			# 3Com internal PHYs
    196  1.12       wiz #icsphy*	at mii? phy ?		# Integrated Circuit Systems ICS189x
    197   1.1   thorpej #inphy*	at mii? phy ?			# Intel 82555 PHYs
    198   1.1   thorpej #lxtphy*	at mii? phy ?		# Level One LXT-970 PHYs
    199   1.1   thorpej #nsphy*	at mii? phy ?			# NS83840 PHYs
    200   1.1   thorpej qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
    201   1.1   thorpej #sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    202   1.1   thorpej #tlphy*	at mii? phy ?			# ThunderLAN PHYs
    203   1.1   thorpej ukphy*	at mii? phy ?			# generic unknown PHYs
    204   1.1   thorpej 
    205   1.1   thorpej # ISA/EISA bus support
    206   1.1   thorpej isa*	at	pcib?
    207   1.1   thorpej #isapnp*	at	isa?
    208   1.1   thorpej 
    209   1.1   thorpej # ISA devices
    210   1.1   thorpej mcclock* at	isa? port 0x70
    211   1.1   thorpej #pckbc*	at	isa?				# PC keyboard controller
    212   1.1   thorpej #pckbd*	at	pckbc?				# PC keyboard (kbd port)
    213   1.1   thorpej #pms*	at	pckbc?				# PS/2-style mouse (aux port)
    214  1.35      cube #attimer*	at	isa?			# AT Timer
    215   1.1   thorpej #pcppi*	at	isa?				# PC prog. periph. interface
    216   1.1   thorpej #spkr0	at	pcppi?				# IBM BASIC emulation
    217   1.1   thorpej #isabeep0 at	pcppi?				# "keyboard" beep
    218   1.1   thorpej #midi*	at	pcppi?
    219   1.1   thorpej com*	at	isa? port 0x3f8 irq 4		# standard serial ports
    220   1.1   thorpej com*	at	isa? port 0x2f8 irq 3
    221   1.1   thorpej #cs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
    222   1.1   thorpej #ec0	at	isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
    223   1.1   thorpej #ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
    224   1.1   thorpej #ep*	at	isapnp?
    225   1.1   thorpej #ix0	at	isa? port 0x300 irq 10		# EtherExpress/16
    226   1.1   thorpej #iy0	at	isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
    227   1.1   thorpej fdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
    228   1.1   thorpej #lc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
    229   1.1   thorpej #lc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
    230   1.1   thorpej #depca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
    231   1.1   thorpej #depca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
    232   1.1   thorpej #le*	at	depca?
    233   1.1   thorpej #lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
    234   1.1   thorpej #vga*	at	isa?				# ISA (EISA: XXX) VGA
    235   1.1   thorpej #wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
    236   1.1   thorpej #wdc1	at	isa? port 0x170 irq 15
    237   1.1   thorpej #wdc*	at	isapnp?
    238   1.9     lukem #we0	at 	isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
    239   1.9     lukem #we1	at 	isa? port 0x300 iomem 0xcc000 irq 10
    240   1.1   thorpej #wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
    241   1.1   thorpej #wss*	at	isapnp?
    242   1.1   thorpej #audio*	at	wss?
    243   1.1   thorpej #midi*	at	wss?
    244   1.1   thorpej #sb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
    245   1.1   thorpej #sb*	at	isapnp?
    246   1.1   thorpej #audio*	at	sb?
    247   1.1   thorpej #adv*	at	isa? port ? irq ? drq ?		# AdvanSys APB-514[02]
    248   1.1   thorpej #aha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
    249   1.1   thorpej #aha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
    250   1.1   thorpej #bha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
    251   1.1   thorpej #bha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
    252   1.1   thorpej #uha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
    253   1.1   thorpej #uha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
    254   1.5   thorpej pcic0	at	isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
    255   1.5   thorpej pcic1	at	isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
    256   1.5   thorpej pcmcia*	at	pcic? controller ? socket ?
    257   1.1   thorpej 
    258   1.1   thorpej # PCMCIA device
    259   1.5   thorpej aic*	at	pcmcia? function ?		# Adaptec APA-1460 SCSI
    260   1.5   thorpej com*	at	pcmcia? function ?		# Modems and serial cards
    261   1.5   thorpej wdc*	at	pcmcia? function ?		# PCMCIA IDE controllers
    262   1.5   thorpej ep*	at	pcmcia? function ?		# 3Com 3c589 and 3c562 Eth.
    263   1.5   thorpej mbe*	at	pcmcia? function ?		# MB8696x based Ethernet
    264   1.5   thorpej ne*	at	pcmcia? function ?		# NE2000-compatible Eth.
    265   1.5   thorpej sm*	at	pcmcia? function ?		# Megahertz Ethernet
    266   1.5   thorpej ray*	at	pcmcia? function ?		# Raytheon Raylink (802.11)
    267   1.5   thorpej wi*	at	pcmcia? function ?		# Lucent WaveLAN/IEEE
    268   1.1   thorpej 
    269   1.1   thorpej # SCSI bus support
    270   1.1   thorpej #scsibus* at	adv?
    271   1.1   thorpej #scsibus* at	adw?
    272   1.1   thorpej #scsibus* at	aha?
    273   1.1   thorpej #scsibus* at	ahb?
    274   1.1   thorpej #scsibus* at	ahc?
    275   1.5   thorpej scsibus* at	aic?
    276   1.1   thorpej #scsibus* at	bha?
    277   1.1   thorpej #scsibus* at	dpt?
    278   1.1   thorpej #scsibus* at	isp?
    279   1.2   thorpej scsibus* at	siop?
    280   1.1   thorpej #scsibus* at	pcscp?
    281   1.1   thorpej #scsibus* at	uha?
    282   1.1   thorpej 
    283   1.1   thorpej # SCSI devices
    284   1.2   thorpej cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
    285   1.2   thorpej sd*	at	scsibus? target ? lun ?		# SCSI disk drives
    286   1.1   thorpej #st*	at	scsibus? target ? lun ?		# SCSI tape drives
    287   1.1   thorpej 
    288  1.22     lukem # ATA (IDE) bus support
    289  1.22     lukem atabus* at ata?
    290  1.20    bouyer 
    291  1.22     lukem # IDE drives
    292  1.20    bouyer wd*	at	atabus? drive ?
    293   1.1   thorpej 
    294   1.1   thorpej # ATAPI bus support
    295  1.22     lukem atapibus* at	atapi?
    296   1.1   thorpej 
    297   1.1   thorpej # ATAPI devices
    298   1.1   thorpej sd*	at	atapibus? drive ?		# ATAPI disk devices
    299   1.1   thorpej cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
    300   1.1   thorpej 
    301   1.1   thorpej # Floppy drives
    302   1.1   thorpej fd*	at	fdc? drive ?
    303   1.1   thorpej 
    304   1.1   thorpej # Hardware RAID devices
    305   1.1   thorpej #ld*	at	cac? unit ?
    306   1.1   thorpej #ld*	at	mlx? unit ?
    307   1.1   thorpej 
    308   1.1   thorpej # USB bus support
    309   1.1   thorpej #usb*	at uhci?
    310   1.1   thorpej #usb*	at ohci?
    311   1.1   thorpej 
    312   1.1   thorpej # USB Hubs
    313   1.1   thorpej #uhub*	at usb?
    314  1.50  drochner #uhub*	at uhub? port ?
    315   1.1   thorpej 
    316  1.10  augustss # USB HID device
    317  1.10  augustss #uhidev*	at uhub? port ? configuration ? interface ?
    318  1.10  augustss 
    319   1.1   thorpej # USB Mice
    320  1.10  augustss #ums*	at uhidev? reportid ?
    321   1.1   thorpej #wsmouse*	at ums?
    322   1.1   thorpej 
    323   1.1   thorpej # USB Keyboards
    324  1.10  augustss #ukbd*	at uhidev? reportid ?
    325   1.1   thorpej #wskbd*	at ukbd? console ?
    326   1.1   thorpej 
    327  1.48     skrll # USB serial adapter
    328  1.41     skrll #ucycom*	at uhidev? reportid ?
    329  1.41     skrll 
    330   1.1   thorpej # USB Generic HID devices
    331  1.10  augustss #uhid*	at uhidev? reportid ?
    332   1.1   thorpej 
    333   1.1   thorpej # USB Printer
    334   1.1   thorpej #ulpt*	at uhub? port ? configuration ? interface ?
    335   1.1   thorpej 
    336   1.1   thorpej # USB Modem
    337   1.1   thorpej #umodem*	at uhub? port ? configuration ?
    338   1.1   thorpej #ucom*	at umodem?
    339   1.1   thorpej 
    340  1.59    plunky # Option N.V. Wireless WAN modems
    341  1.59    plunky #uhso*	at uhub? port ? configuration ?
    342  1.59    plunky 
    343   1.1   thorpej # USB Mass Storage
    344   1.1   thorpej #umass*	at uhub? port ? configuration ? interface ?
    345  1.20    bouyer #atapibus* at umass?
    346   1.1   thorpej #scsibus* at umass? channel ?
    347   1.1   thorpej 
    348   1.1   thorpej # USB Ethernet adapters
    349   1.1   thorpej #aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    350  1.29  augustss #axe*	at uhub? port ?		# ASIX AX88172 based adapters
    351   1.1   thorpej #cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    352   1.1   thorpej #kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    353  1.18  augustss #url*	at uhub? port ?		# Realtek RTL8150L based adapters
    354   1.1   thorpej 
    355   1.1   thorpej # Serial adapters
    356   1.1   thorpej # FTDI FT8U100AX serial adapter
    357   1.1   thorpej #uftdi*	at uhub? port ?
    358   1.1   thorpej #ucom*	at uftdi? portno ?
    359   1.1   thorpej 
    360  1.36     itohy # Kyocera AIR-EDGE PHONE
    361  1.36     itohy #ukyopon* at uhub? port ?
    362  1.36     itohy #ucom*	at ukyopon? portno ?
    363  1.36     itohy 
    364   1.1   thorpej # USB scanners
    365   1.1   thorpej #uscanner* at uhub? port ?
    366   1.1   thorpej 
    367   1.1   thorpej # Y@P firmware loader
    368   1.1   thorpej #uyap* at uhub? port ?
    369   1.1   thorpej 
    370   1.1   thorpej # USB Generic driver
    371   1.1   thorpej #ugen*	at uhub? port ?
    372   1.1   thorpej 
    373   1.1   thorpej # Workstation Console attachments
    374   1.1   thorpej #wsdisplay*	at	vga?
    375   1.1   thorpej #wskbd*		at	pckbd?
    376   1.1   thorpej #wsmouse*	at	pms?
    377   1.1   thorpej 
    378  1.45    rpaulo pseudo-device	bpfilter
    379   1.1   thorpej pseudo-device	ccd		4
    380  1.17     elric #pseudo-device	cgd		4	# cryptographic disk devices
    381   1.1   thorpej #pseudo-device	raid		4		# RAIDframe disk driver
    382   1.9     lukem #options 	RAID_AUTOCONFIG	# auto-configuration of RAID components
    383  1.60     pooka #pseudo-device	fss			# file system snapshot device
    384   1.1   thorpej pseudo-device	ipfilter	1
    385   1.1   thorpej pseudo-device	loop		1
    386  1.61   hannken pseudo-device	md		
    387  1.46      cube pseudo-device	ppp		
    388   1.1   thorpej pseudo-device	pty			# pseudo-terminals
    389  1.46      cube pseudo-device	sl		
    390  1.46      cube pseudo-device	vnd		
    391  1.46      cube #pseudo-device	gre			# generic L3 over IP tunnel
    392  1.46      cube pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    393  1.46      cube #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    394  1.47     pavel pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    395   1.1   thorpej pseudo-device	vlan			# IEEE 802.1q encapsulation
    396   1.1   thorpej pseudo-device	sequencer	1	# MIDI sequencer
    397   1.1   thorpej pseudo-device	rnd			# /dev/random and in-kernel generator
    398   1.1   thorpej #options 	RND_COM			# use "com" randomness too
    399  1.15     lukem pseudo-device	clockctl		# user control of clock subsystem
    400