Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.13.2.8
      1  1.13.2.8  bouyer #	$NetBSD: GENERIC,v 1.13.2.8 2001/04/21 17:54:32 bouyer Exp $
      2  1.13.2.2  bouyer #
      3  1.13.2.2  bouyer #	GENERIC -- everything that's currently supported
      4  1.13.2.2  bouyer #
      5  1.13.2.2  bouyer 
      6  1.13.2.2  bouyer include "arch/prep/conf/std.prep"
      7  1.13.2.2  bouyer 
      8  1.13.2.8  bouyer #ident		"GENERIC-$Revision: 1.13.2.8 $"
      9  1.13.2.2  bouyer 
     10  1.13.2.2  bouyer maxusers	32
     11  1.13.2.2  bouyer 
     12  1.13.2.2  bouyer # Standard system options
     13  1.13.2.2  bouyer 
     14  1.13.2.2  bouyer options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     15  1.13.2.2  bouyer options 	NTP		# NTP phase/frequency locked loop
     16  1.13.2.2  bouyer 
     17  1.13.2.2  bouyer options 	KTRACE		# system call tracing via ktrace(1)
     18  1.13.2.2  bouyer 
     19  1.13.2.2  bouyer options 	SYSVMSG		# System V-like message queues
     20  1.13.2.2  bouyer options 	SYSVSEM		# System V-like semaphores
     21  1.13.2.2  bouyer options 	SYSVSHM		# System V-like memory sharing
     22  1.13.2.2  bouyer #options 	SHMMAXPGS=1024	# 1024 pages is the default
     23  1.13.2.2  bouyer 
     24  1.13.2.2  bouyer options 	LKM		# loadable kernel modules
     25  1.13.2.2  bouyer 
     26  1.13.2.2  bouyer # Diagnostic/debugging support options
     27  1.13.2.2  bouyer options 	DIAGNOSTIC	# cheap kernel consistency checks
     28  1.13.2.2  bouyer #options 	DEBUG		# expensive debugging checks/support
     29  1.13.2.2  bouyer #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     30  1.13.2.2  bouyer options 	DDB		# in-kernel debugger
     31  1.13.2.2  bouyer #options 	DDB_HISTORY_SIZE=100    # Enable history editing in DDB
     32  1.13.2.2  bouyer #makeoptions	DEBUG="-g"
     33  1.13.2.2  bouyer 
     34  1.13.2.2  bouyer # Compatibility options
     35  1.13.2.2  bouyer options 	COMPAT_13	# NetBSD 1.3,
     36  1.13.2.2  bouyer options 	COMPAT_14	# NetBSD 1.4,
     37  1.13.2.2  bouyer options 	COMPAT_43	# and 4.3BSD
     38  1.13.2.8  bouyer #options 	COMPAT_LINUX   # Linux binary compatibility (experimental)
     39  1.13.2.2  bouyer 
     40  1.13.2.2  bouyer # File systems
     41  1.13.2.2  bouyer file-system 	FFS		# UFS
     42  1.13.2.2  bouyer file-system	EXT2FS		# second extended file system (linux)
     43  1.13.2.2  bouyer file-system	LFS		# log-structured file system
     44  1.13.2.2  bouyer file-system 	MFS		# memory file system
     45  1.13.2.2  bouyer file-system 	NFS		# Network File System client
     46  1.13.2.2  bouyer file-system	NTFS		# Windows/NT file system (experimental)
     47  1.13.2.2  bouyer file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     48  1.13.2.2  bouyer file-system 	MSDOSFS		# MS-DOS file system
     49  1.13.2.2  bouyer file-system 	FDESC		# /dev/fd
     50  1.13.2.2  bouyer file-system 	KERNFS		# /kern
     51  1.13.2.2  bouyer file-system 	NULLFS		# loopback file system
     52  1.13.2.2  bouyer file-system	OVERLAY		# overlay file system
     53  1.13.2.2  bouyer file-system 	PORTAL		# portal filesystem (still experimental)
     54  1.13.2.2  bouyer file-system 	PROCFS		# /proc
     55  1.13.2.2  bouyer file-system 	UMAPFS		# NULLFS + uid and gid remapping
     56  1.13.2.2  bouyer file-system 	UNION		# union file system
     57  1.13.2.2  bouyer #file-system	CODA		# Coda File System; also needs vcoda (below)
     58  1.13.2.2  bouyer 
     59  1.13.2.2  bouyer # File system options
     60  1.13.2.2  bouyer options 	QUOTA		# UFS quotas
     61  1.13.2.2  bouyer options 	FFS_EI		# FFS Endian Independant support
     62  1.13.2.2  bouyer options 	SOFTDEP		# FFS soft updates support.
     63  1.13.2.2  bouyer options 	NFSSERVER	# Network File System server
     64  1.13.2.2  bouyer #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     65  1.13.2.2  bouyer  				# immutable) behave as system flags.
     66  1.13.2.2  bouyer 
     67  1.13.2.2  bouyer # Networking options
     68  1.13.2.2  bouyer #options 	GATEWAY		# packet forwarding
     69  1.13.2.2  bouyer options 	INET		# IP + ICMP + TCP + UDP
     70  1.13.2.2  bouyer options 	INET6		# IPv6
     71  1.13.2.2  bouyer #options 	IPSEC		# IP security
     72  1.13.2.2  bouyer #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     73  1.13.2.2  bouyer #options 	IPSEC_DEBUG	# debug for IP security
     74  1.13.2.2  bouyer #options 	MROUTING	# IP multicast routing
     75  1.13.2.2  bouyer options 	NETATALK	# AppleTalk networking protocols
     76  1.13.2.2  bouyer options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     77  1.13.2.2  bouyer options 	PPP_DEFLATE	# Deflate compression support for PPP
     78  1.13.2.2  bouyer options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     79  1.13.2.2  bouyer options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     80  1.13.2.2  bouyer options 	IPFILTER_LOG	# ipmon(8) log support
     81  1.13.2.2  bouyer 
     82  1.13.2.2  bouyer # Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
     83  1.13.2.2  bouyer #options 	TCP_COMPAT_42
     84  1.13.2.2  bouyer 
     85  1.13.2.2  bouyer # These options enable verbose messages for several subsystems.
     86  1.13.2.2  bouyer # Warning, these may compile large string tables into the kernel!
     87  1.13.2.2  bouyer options 	MIIVERBOSE	# verbose PHY autoconfig messages
     88  1.13.2.2  bouyer options 	PCIVERBOSE	# verbose PCI device autoconfig messages
     89  1.13.2.2  bouyer #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
     90  1.13.2.4  bouyer options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
     91  1.13.2.2  bouyer options 	SCSIVERBOSE	# human readable SCSI error messages
     92  1.13.2.4  bouyer #options 	USBVERBOSE	# verbose USB device autoconfig messages
     93  1.13.2.2  bouyer 
     94  1.13.2.2  bouyer options 	NFS_BOOT_BOOTP
     95  1.13.2.2  bouyer options 	NFS_BOOT_BOOTPARAM
     96  1.13.2.2  bouyer options 	NFS_BOOT_DHCP
     97  1.13.2.2  bouyer 
     98  1.13.2.2  bouyer #
     99  1.13.2.2  bouyer # wscons options
    100  1.13.2.2  bouyer #
    101  1.13.2.2  bouyer # builtin terminal emulations
    102  1.13.2.2  bouyer options 	WSEMUL_VT100		# VT100 / VT220 emulation
    103  1.13.2.2  bouyer # different kernel output - see dev/wscons/wsdisplayvar.h
    104  1.13.2.2  bouyer options 	WS_KERNEL_FG=WSCOL_GREEN
    105  1.13.2.2  bouyer #options 	WS_KERNEL_BG=WSCOL_BLACK
    106  1.13.2.2  bouyer # see dev/pckbc/wskbdmap_mfii.c for implemented layouts
    107  1.13.2.2  bouyer #options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
    108  1.13.2.2  bouyer # allocate a number of virtual screens at autoconfiguration time
    109  1.13.2.2  bouyer #options 	WSDISPLAY_DEFAULTSCREENS=4
    110  1.13.2.2  bouyer # use a large software cursor that doesn't blink
    111  1.13.2.2  bouyer options 	PCDISPLAY_SOFTCURSOR
    112  1.13.2.2  bouyer 
    113  1.13.2.2  bouyer # Kernel root file system and dump configuration.
    114  1.13.2.2  bouyer config	netbsd	root on ? type ?
    115  1.13.2.2  bouyer #config	netbsd	root on de0 type nfs
    116  1.13.2.2  bouyer #config	netbsd	root on le0 type nfs
    117  1.13.2.2  bouyer 
    118  1.13.2.4  bouyer 
    119  1.13.2.2  bouyer #
    120  1.13.2.2  bouyer # Device configuration
    121  1.13.2.2  bouyer #
    122  1.13.2.2  bouyer 
    123  1.13.2.2  bouyer mainbus0 at root
    124  1.13.2.2  bouyer cpu0	at mainbus0
    125  1.13.2.2  bouyer 
    126  1.13.2.4  bouyer 
    127  1.13.2.2  bouyer # Basic Bus Support
    128  1.13.2.2  bouyer 
    129  1.13.2.2  bouyer # PCI bus support
    130  1.13.2.2  bouyer pci0	at mainbus0 bus ?
    131  1.13.2.2  bouyer pci*	at pchb? bus ?
    132  1.13.2.2  bouyer pci*	at ppb? bus ?
    133  1.13.2.2  bouyer 
    134  1.13.2.2  bouyer # PCI bridges
    135  1.13.2.2  bouyer pchb*	at pci? dev ? function ?	# PCI-Host bridges
    136  1.13.2.2  bouyer ppb*	at pci? dev ? function ?	# PCI-PCI bridges
    137  1.13.2.2  bouyer pcib*	at pci? dev ? function ?	# PCI-ISA bridges
    138  1.13.2.2  bouyer 
    139  1.13.2.2  bouyer # ISA bus support
    140  1.13.2.2  bouyer isa*	at pcib?			# ISA on PCI-ISA bridge
    141  1.13.2.2  bouyer 
    142  1.13.2.4  bouyer # PCMCIA bus support
    143  1.13.2.4  bouyer pcmcia* at pcic? controller ? socket ?
    144  1.13.2.4  bouyer 
    145  1.13.2.4  bouyer # ISA PCMCIA controllers
    146  1.13.2.4  bouyer pcic0	at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
    147  1.13.2.4  bouyer 
    148  1.13.2.4  bouyer #options 	PCIC_ISA_INTR_ALLOC_MASK=0x4a00 # free irq 9,11,14
    149  1.13.2.4  bouyer #options 	PCIC_ISA_ALLOC_IOBASE=0x0400
    150  1.13.2.4  bouyer #options 	PCIC_ISA_ALLOC_IOSIZE=0x0100
    151  1.13.2.4  bouyer 
    152  1.13.2.6  bouyer # ISA Plug-and-Play bus support
    153  1.13.2.6  bouyer isapnp0	at isa?
    154  1.13.2.4  bouyer 
    155  1.13.2.2  bouyer # Console Devices
    156  1.13.2.2  bouyer 
    157  1.13.2.2  bouyer # ISA console.
    158  1.13.2.2  bouyer #pc0	at isa? port 0x60 irq 1		# generic PC console device
    159  1.13.2.2  bouyer 
    160  1.13.2.2  bouyer # Keyboard layout configuration for pccons
    161  1.13.2.2  bouyer #options	FRENCH_KBD
    162  1.13.2.2  bouyer #options	FINNISH_KBD
    163  1.13.2.2  bouyer #options	GERMAN_KBD
    164  1.13.2.2  bouyer #options	NORWEGIAN_KBD
    165  1.13.2.2  bouyer 
    166  1.13.2.2  bouyer # wscons
    167  1.13.2.2  bouyer pckbc0		at isa?			# pc keyboard controller
    168  1.13.2.2  bouyer pckbd*		at pckbc?		# PC keyboard
    169  1.13.2.2  bouyer pms*		at pckbc?		# PS/2 mouse for wsmouse
    170  1.13.2.2  bouyer pmsi*		at pckbc?		# PS/2 "Intelli"mouse for wsmouse
    171  1.13.2.2  bouyer vga*		at pci?
    172  1.13.2.2  bouyer wsdisplay*	at vga? console ?
    173  1.13.2.2  bouyer wskbd*		at pckbd? console ?
    174  1.13.2.2  bouyer wsmouse*	at pms? mux 0
    175  1.13.2.2  bouyer wsmouse*	at pmsi? mux 0
    176  1.13.2.2  bouyer 
    177  1.13.2.2  bouyer pcppi0	at isa?				# PC prog. periph. interface
    178  1.13.2.2  bouyer isabeep0 at pcppi?			# "keyboard" beep
    179  1.13.2.2  bouyer 
    180  1.13.2.2  bouyer mcclock0 at isa? port 0x70		# mc146818 and compatible
    181  1.13.2.2  bouyer 
    182  1.13.2.4  bouyer 
    183  1.13.2.2  bouyer # Serial Devices
    184  1.13.2.2  bouyer 
    185  1.13.2.2  bouyer # ISA serial interfaces
    186  1.13.2.2  bouyer com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
    187  1.13.2.2  bouyer com1	at isa? port 0x2f8 irq 3
    188  1.13.2.2  bouyer 
    189  1.13.2.4  bouyer # PCMCIA serial interfaces
    190  1.13.2.4  bouyer com*	at pcmcia? function ?		# Modems and serial cards
    191  1.13.2.4  bouyer 
    192  1.13.2.4  bouyer pcmcom* at pcmcia? function ?		# PCMCIA multi-port serial cards
    193  1.13.2.4  bouyer com*	at pcmcom? slave ?		# ...and the slave devices
    194  1.13.2.4  bouyer 
    195  1.13.2.4  bouyer 
    196  1.13.2.2  bouyer # Parallel Printer Interfaces
    197  1.13.2.2  bouyer 
    198  1.13.2.2  bouyer # ISA parallel printer interfaces
    199  1.13.2.2  bouyer lpt0	at isa? port 0x3bc irq 7	# standard PC parallel ports
    200  1.13.2.2  bouyer 
    201  1.13.2.4  bouyer 
    202  1.13.2.2  bouyer # SCSI Controllers and Devices
    203  1.13.2.2  bouyer 
    204  1.13.2.2  bouyer # PCI SCSI controllers
    205  1.13.2.2  bouyer pcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
    206  1.13.2.2  bouyer 
    207  1.13.2.4  bouyer # PCMCIA SCSI controllers
    208  1.13.2.4  bouyer aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
    209  1.13.2.4  bouyer 
    210  1.13.2.2  bouyer # SCSI bus support
    211  1.13.2.4  bouyer scsibus* at aic?
    212  1.13.2.2  bouyer scsibus* at pcscp?
    213  1.13.2.2  bouyer 
    214  1.13.2.2  bouyer # SCSI devices
    215  1.13.2.2  bouyer sd*	at scsibus? target ? lun ?	# SCSI disk drives
    216  1.13.2.2  bouyer st*	at scsibus? target ? lun ?	# SCSI tape drives
    217  1.13.2.2  bouyer cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    218  1.13.2.2  bouyer ch*	at scsibus? target ? lun ?	# SCSI autochangers
    219  1.13.2.2  bouyer ss*	at scsibus? target ? lun ?	# SCSI scanners
    220  1.13.2.2  bouyer uk*	at scsibus? target ? lun ?	# SCSI unknown
    221  1.13.2.2  bouyer 
    222  1.13.2.4  bouyer 
    223  1.13.2.2  bouyer # IDE and related devices
    224  1.13.2.2  bouyer 
    225  1.13.2.4  bouyer # PCMCIA IDE controllers
    226  1.13.2.4  bouyer wdc*	at pcmcia? function ?
    227  1.13.2.4  bouyer 
    228  1.13.2.4  bouyer # IDE drives
    229  1.13.2.4  bouyer # Flags are used only with controllers that support DMA operations
    230  1.13.2.4  bouyer # and mode settings (e.g. some pciide controllers)
    231  1.13.2.4  bouyer # The lowest order four bits (rightmost digit) of the flags define the PIO
    232  1.13.2.4  bouyer # mode to use, the next set of four bits the DMA mode and the third set the
    233  1.13.2.4  bouyer # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
    234  1.13.2.4  bouyer # to use, and the last bit must be 1 for this setting to be used.
    235  1.13.2.4  bouyer # For DMA and UDMA, 0xf (1111) means 'disable'.
    236  1.13.2.4  bouyer # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
    237  1.13.2.4  bouyer # (0xc=1100, 0xa=1010, 0xf=1111)
    238  1.13.2.4  bouyer # 0x0000 means "use whatever the drive claims to support".
    239  1.13.2.4  bouyer wd*	at wdc? channel ? drive ? flags 0x0000
    240  1.13.2.4  bouyer 
    241  1.13.2.4  bouyer # ATAPI bus support
    242  1.13.2.4  bouyer atapibus* at wdc? channel ?
    243  1.13.2.4  bouyer 
    244  1.13.2.2  bouyer # ATAPI devices
    245  1.13.2.2  bouyer # flags have the same meaning as for IDE drives.
    246  1.13.2.4  bouyer cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
    247  1.13.2.4  bouyer sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    248  1.13.2.4  bouyer uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
    249  1.13.2.4  bouyer 
    250  1.13.2.2  bouyer 
    251  1.13.2.2  bouyer # Network Interfaces
    252  1.13.2.2  bouyer 
    253  1.13.2.2  bouyer # PCI network interfaces
    254  1.13.2.2  bouyer de*	at pci? dev ? function ?	# DEC 21x4x-based Ethernet
    255  1.13.2.2  bouyer ep*	at pci? dev ? function ?	# 3Com 3c59x
    256  1.13.2.2  bouyer #le*	at pci? dev ? function ?	# PCnet-PCI Ethernet
    257  1.13.2.2  bouyer ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
    258  1.13.2.2  bouyer vr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
    259  1.13.2.2  bouyer 
    260  1.13.2.7  bouyer # ISA network interfaces
    261  1.13.2.7  bouyer ep*	at isa? port ? irq ?		# 3Com 3c509 Ethernet
    262  1.13.2.7  bouyer ne0	at isa? port 0x280 irq 9	# NE2000-compatible Ethernet
    263  1.13.2.7  bouyer ne1	at isa? port 0x300 irq 10
    264  1.13.2.7  bouyer we0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
    265  1.13.2.7  bouyer 
    266  1.13.2.6  bouyer # ISA Plug-and-Play network intefaces
    267  1.13.2.6  bouyer ep*	at isapnp?			# 3Com 3c509 Ethernet
    268  1.13.2.7  bouyer ne*	at isapnp?			# NE2000-compatible Ethernet
    269  1.13.2.6  bouyer 
    270  1.13.2.4  bouyer # PCMCIA network interfaces
    271  1.13.2.4  bouyer ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    272  1.13.2.4  bouyer ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    273  1.13.2.4  bouyer 
    274  1.13.2.4  bouyer mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
    275  1.13.2.4  bouyer com*	at mhzc?
    276  1.13.2.4  bouyer sm*	at mhzc?
    277  1.13.2.4  bouyer 
    278  1.13.2.2  bouyer # MII/PHY support
    279  1.13.2.2  bouyer dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
    280  1.13.2.2  bouyer exphy*	at mii? phy ?			# 3Com internal PHYs
    281  1.13.2.2  bouyer icsphy* at mii? phy ?			# Integrated Circuit Systems ICS1890
    282  1.13.2.2  bouyer inphy*	at mii? phy ?			# Intel 82555 PHYs
    283  1.13.2.2  bouyer iophy*	at mii? phy ?			# Intel 82553 PHYs
    284  1.13.2.2  bouyer lxtphy* at mii? phy ?			# Level One LXT-970 PHYs
    285  1.13.2.2  bouyer nsphy*	at mii? phy ?			# NS83840 PHYs
    286  1.13.2.2  bouyer nsphyter* at mii? phy ?			# NS83843 PHYs
    287  1.13.2.2  bouyer qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
    288  1.13.2.2  bouyer sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    289  1.13.2.2  bouyer tlphy*	at mii? phy ?			# ThunderLAN PHYs
    290  1.13.2.2  bouyer tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
    291  1.13.2.2  bouyer ukphy*	at mii? phy ?			# generic unknown PHYs
    292  1.13.2.2  bouyer 
    293  1.13.2.4  bouyer 
    294  1.13.2.2  bouyer # USB Controller and Devices
    295  1.13.2.2  bouyer 
    296  1.13.2.2  bouyer # PCI USB controllers
    297  1.13.2.4  bouyer #uhci*	at pci? dev ? function ?	# Universal Host Controller (Intel)
    298  1.13.2.4  bouyer #ohci*	at pci? dev ? function ?	# Open Host Controller
    299  1.13.2.2  bouyer 
    300  1.13.2.2  bouyer # USB bus support
    301  1.13.2.4  bouyer #usb*	at uhci?
    302  1.13.2.4  bouyer #usb*	at ohci?
    303  1.13.2.2  bouyer 
    304  1.13.2.2  bouyer # USB Hubs
    305  1.13.2.4  bouyer #uhub*	at usb?
    306  1.13.2.4  bouyer #uhub*	at uhub? port ? configuration ? interface ?
    307  1.13.2.2  bouyer 
    308  1.13.2.2  bouyer # USB Mice
    309  1.13.2.4  bouyer #ums*	at uhub? port ? configuration ? interface ?
    310  1.13.2.4  bouyer #wsmouse* at ums? mux 0
    311  1.13.2.2  bouyer 
    312  1.13.2.2  bouyer # USB Keyboards
    313  1.13.2.4  bouyer #ukbd*	at uhub? port ? configuration ? interface ?
    314  1.13.2.4  bouyer #wskbd*	at ukbd? console ? mux 1
    315  1.13.2.2  bouyer 
    316  1.13.2.2  bouyer # USB Generic HID devices
    317  1.13.2.4  bouyer #uhid*	at uhub? port ? configuration ? interface ?
    318  1.13.2.2  bouyer 
    319  1.13.2.2  bouyer # USB Printer
    320  1.13.2.4  bouyer #ulpt*	at uhub? port ? configuration ? interface ?
    321  1.13.2.2  bouyer 
    322  1.13.2.2  bouyer # USB Modem
    323  1.13.2.4  bouyer #umodem* at uhub? port ? configuration ?
    324  1.13.2.4  bouyer #ucom*	at umodem?
    325  1.13.2.2  bouyer 
    326  1.13.2.2  bouyer # USB Mass Storage
    327  1.13.2.4  bouyer #umass*	at uhub? port ? configuration ? interface ?
    328  1.13.2.4  bouyer #scsibus* at umass? channel ?
    329  1.13.2.2  bouyer #atapibus* at umass? channel ?
    330  1.13.2.2  bouyer 
    331  1.13.2.2  bouyer # USB audio
    332  1.13.2.4  bouyer #uaudio* at uhub? port ? configuration ?
    333  1.13.2.2  bouyer 
    334  1.13.2.2  bouyer # USB Ethernet adapters
    335  1.13.2.4  bouyer #aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    336  1.13.2.4  bouyer #cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    337  1.13.2.4  bouyer #kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    338  1.13.2.2  bouyer 
    339  1.13.2.2  bouyer # Prolofic PL2301/PL2302 host-to-host adapter
    340  1.13.2.4  bouyer #upl*	at uhub? port ?
    341  1.13.2.2  bouyer 
    342  1.13.2.2  bouyer # Serial adapters
    343  1.13.2.2  bouyer # FTDI FT8U100AX serial adapter
    344  1.13.2.2  bouyer #uftdi*	at uhub? port ?
    345  1.13.2.2  bouyer #ucom*	at uftdi? portno ?
    346  1.13.2.2  bouyer 
    347  1.13.2.2  bouyer # Diamond Multimedia Rio 500
    348  1.13.2.4  bouyer #urio*	at uhub? port ?
    349  1.13.2.2  bouyer 
    350  1.13.2.2  bouyer # USB Handspring Visor
    351  1.13.2.4  bouyer #uvisor* at uhub? port ?
    352  1.13.2.4  bouyer #ucom*	at uvisor?
    353  1.13.2.4  bouyer 
    354  1.13.2.6  bouyer # Y@P firmware loader
    355  1.13.2.6  bouyer #uyap* at uhub? port ?
    356  1.13.2.6  bouyer 
    357  1.13.2.4  bouyer # USB Generic driver
    358  1.13.2.4  bouyer #ugen*	at uhub? port ?
    359  1.13.2.2  bouyer 
    360  1.13.2.3  bouyer # USB scanners
    361  1.13.2.4  bouyer #uscanner* at uhub? port ?
    362  1.13.2.3  bouyer 
    363  1.13.2.2  bouyer 
    364  1.13.2.2  bouyer # Audio device
    365  1.13.2.2  bouyer 
    366  1.13.2.6  bouyer # ISA Plug-and-Play audio devices
    367  1.13.2.6  bouyer #wss*	at isapnp?		# CS4232
    368  1.13.2.6  bouyer 
    369  1.13.2.2  bouyer # Audio support
    370  1.13.2.6  bouyer #audio*	at wss?
    371  1.13.2.6  bouyer #audio*	at uaudio?
    372  1.13.2.2  bouyer 
    373  1.13.2.2  bouyer # MIDI support
    374  1.13.2.2  bouyer midi*	at pcppi?		# MIDI interface to the PC speaker
    375  1.13.2.2  bouyer 
    376  1.13.2.2  bouyer # The spkr driver provides a simple tone interface to the built in speaker.
    377  1.13.2.2  bouyer spkr0	at pcppi?		# PC speaker
    378  1.13.2.2  bouyer 
    379  1.13.2.4  bouyer 
    380  1.13.2.2  bouyer # Joysticks
    381  1.13.2.2  bouyer 
    382  1.13.2.2  bouyer # ISA joysticks. Probe is a little strange; add only if you have one.
    383  1.13.2.2  bouyer joy0	at isa? port 0x201
    384  1.13.2.2  bouyer 
    385  1.13.2.4  bouyer 
    386  1.13.2.2  bouyer # Pseudo-Devices
    387  1.13.2.2  bouyer 
    388  1.13.2.2  bouyer # disk/mass storage pseudo-devices
    389  1.13.2.2  bouyer pseudo-device	ccd		4	# concatenated/striped disk devices
    390  1.13.2.2  bouyer pseudo-device	raid		4	# RAIDframe disk driver
    391  1.13.2.2  bouyer #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    392  1.13.2.2  bouyer pseudo-device	md		1	# memory disk device (ramdisk)
    393  1.13.2.2  bouyer pseudo-device	vnd		4	# disk-like interface to files
    394  1.13.2.2  bouyer 
    395  1.13.2.2  bouyer # network pseudo-devices
    396  1.13.2.2  bouyer pseudo-device	loop			# network loopback
    397  1.13.2.2  bouyer pseudo-device	bpfilter	8	# Berkeley packet filter
    398  1.13.2.2  bouyer pseudo-device	ipfilter		# IP filter (firewall) and NAT
    399  1.13.2.2  bouyer pseudo-device	ppp		2	# Point-to-Point Protocol
    400  1.13.2.2  bouyer pseudo-device	sl		2	# Serial Line IP
    401  1.13.2.2  bouyer pseudo-device	strip		2	# Starmode Radio IP (Metricom)
    402  1.13.2.2  bouyer pseudo-device	tun		2	# network tunneling over tty
    403  1.13.2.2  bouyer pseudo-device	gre		2	# generic L3 over IP tunnel
    404  1.13.2.2  bouyer pseudo-device	ipip		2	# IP Encapsulation within IP (RFC 2003)
    405  1.13.2.2  bouyer pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    406  1.13.2.2  bouyer #pseudo-device	faith		2	# IPv[46] tcp relay translation i/f
    407  1.13.2.2  bouyer #pseudo-device	stf		2	# 6to4 IPv6 over IPv4 encapsulation
    408  1.13.2.5  bouyer pseudo-device	vlan			# IEEE 802.1q encapsulation
    409  1.13.2.2  bouyer 
    410  1.13.2.2  bouyer # miscellaneous pseudo-devices
    411  1.13.2.2  bouyer pseudo-device	pty			# pseudo-terminals
    412  1.13.2.2  bouyer pseudo-device	tb		1	# tablet line discipline
    413  1.13.2.2  bouyer pseudo-device	sequencer	1	# MIDI sequencer
    414  1.13.2.2  bouyer pseudo-device	rnd			# /dev/random and in-kernel generator
    415  1.13.2.2  bouyer #options	RND_COM			# use "com" randomness as well
    416  1.13.2.2  bouyer 
    417  1.13.2.2  bouyer # a pseudo device needed for Coda	# also needs CODA (above)
    418  1.13.2.2  bouyer #pseudo-device	vcoda		4	# coda minicache <-> venus comm.
    419  1.13.2.2  bouyer 
    420  1.13.2.2  bouyer # mouse & keyboard multiplexor pseudo-devices
    421  1.13.2.2  bouyer pseudo-device	wsmux		2
    422