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