Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.422.2.3
      1  1.422.2.3  fvdl #	$NetBSD: GENERIC,v 1.422.2.3 2001/10/11 00:01:44 fvdl Exp $
      2  1.422.2.2  fvdl #
      3  1.422.2.2  fvdl #	GENERIC -- everything that's currently supported
      4  1.422.2.2  fvdl #
      5  1.422.2.2  fvdl 
      6  1.422.2.2  fvdl include "arch/i386/conf/std.i386"
      7  1.422.2.2  fvdl 
      8  1.422.2.3  fvdl #ident 		"GENERIC-$Revision: 1.422.2.3 $"
      9  1.422.2.2  fvdl 
     10  1.422.2.2  fvdl maxusers	32		# estimated number of users
     11  1.422.2.2  fvdl 
     12  1.422.2.2  fvdl # CPU support.  At least one is REQUIRED.
     13  1.422.2.2  fvdl options 	I386_CPU
     14  1.422.2.2  fvdl options 	I486_CPU
     15  1.422.2.2  fvdl options 	I586_CPU
     16  1.422.2.2  fvdl options 	I686_CPU
     17  1.422.2.2  fvdl 
     18  1.422.2.2  fvdl # CPU-related options.
     19  1.422.2.2  fvdl options 	MATH_EMULATE	# floating point emulation
     20  1.422.2.2  fvdl options 	VM86		# virtual 8086 emulation
     21  1.422.2.2  fvdl options 	USER_LDT	# user-settable LDT; used by WINE
     22  1.422.2.2  fvdl # eliminate delay no-ops in I/O; recommended on all but very old machines
     23  1.422.2.2  fvdl #options 	DUMMY_NOPS
     24  1.422.2.2  fvdl 
     25  1.422.2.2  fvdl options 	MTRR		# memory-type range register syscall support
     26  1.422.2.2  fvdl 
     27  1.422.2.2  fvdl # delay between "rebooting ..." message and hardware reset, in milliseconds
     28  1.422.2.2  fvdl #options 	CPURESET_DELAY=2000
     29  1.422.2.2  fvdl 
     30  1.422.2.2  fvdl # This option allows you to force a serial console at the specified
     31  1.422.2.2  fvdl # I/O address.   see console(4) for details.
     32  1.422.2.2  fvdl #options 	"CONSDEVNAME=\"com\"",CONADDR=0x2f8,CONSPEED=57600
     33  1.422.2.2  fvdl #	you don't want the option below ON iff you are using the
     34  1.422.2.2  fvdl #	serial console option of the new boot strap code.
     35  1.422.2.2  fvdl #options 	CONS_OVERRIDE	# Always use above! independent of boot info
     36  1.422.2.2  fvdl 
     37  1.422.2.2  fvdl # The following options override the memory sizes passed in from the boot
     38  1.422.2.2  fvdl # block.  Use them *only* if the boot block is unable to determine the correct
     39  1.422.2.2  fvdl # values.  Note that the BIOS may *correctly* report less than 640k of base
     40  1.422.2.2  fvdl # memory if the extended BIOS data area is located at the top of base memory
     41  1.422.2.2  fvdl # (as is the case on most recent systems).
     42  1.422.2.2  fvdl #options 	REALBASEMEM=639		# size of base memory (in KB)
     43  1.422.2.2  fvdl #options 	REALEXTMEM=15360	# size of extended memory (in KB)
     44  1.422.2.2  fvdl 
     45  1.422.2.2  fvdl # Standard system options
     46  1.422.2.2  fvdl 
     47  1.422.2.2  fvdl options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
     48  1.422.2.2  fvdl options 	INSECURE	# disable kernel security levels
     49  1.422.2.2  fvdl 
     50  1.422.2.2  fvdl options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     51  1.422.2.2  fvdl options 	NTP		# NTP phase/frequency locked loop
     52  1.422.2.2  fvdl 
     53  1.422.2.2  fvdl options 	KTRACE		# system call tracing via ktrace(1)
     54  1.422.2.2  fvdl 
     55  1.422.2.2  fvdl options 	SYSVMSG		# System V-like message queues
     56  1.422.2.2  fvdl options 	SYSVSEM		# System V-like semaphores
     57  1.422.2.2  fvdl #options 	SEMMNI=10	# number of semaphore identifiers
     58  1.422.2.2  fvdl #options 	SEMMNS=60	# number of semaphores in system
     59  1.422.2.2  fvdl #options 	SEMUME=10	# max number of undo entries per process
     60  1.422.2.2  fvdl #options 	SEMMNU=30	# number of undo structures in system
     61  1.422.2.2  fvdl options 	SYSVSHM		# System V-like memory sharing
     62  1.422.2.2  fvdl #options 	SHMMAXPGS=1024	# 1024 pages is the default
     63  1.422.2.2  fvdl 
     64  1.422.2.2  fvdl options 	LKM		# loadable kernel modules
     65  1.422.2.2  fvdl 
     66  1.422.2.2  fvdl # Diagnostic/debugging support options
     67  1.422.2.2  fvdl #options 	DIAGNOSTIC	# expensive kernel consistency checks
     68  1.422.2.2  fvdl #options 	DEBUG		# expensive debugging checks/support
     69  1.422.2.2  fvdl #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     70  1.422.2.2  fvdl options 	DDB		# in-kernel debugger
     71  1.422.2.2  fvdl options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     72  1.422.2.2  fvdl #options 	KGDB		# remote debugger
     73  1.422.2.2  fvdl #options 	"KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
     74  1.422.2.2  fvdl #makeoptions	DEBUG="-g"	# compile full symbol table
     75  1.422.2.2  fvdl 
     76  1.422.2.2  fvdl # Compatibility options
     77  1.422.2.2  fvdl options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
     78  1.422.2.2  fvdl options 	COMPAT_09	# NetBSD 0.9,
     79  1.422.2.2  fvdl options 	COMPAT_10	# NetBSD 1.0,
     80  1.422.2.2  fvdl options 	COMPAT_11	# NetBSD 1.1,
     81  1.422.2.2  fvdl options 	COMPAT_12	# NetBSD 1.2,
     82  1.422.2.2  fvdl options 	COMPAT_13	# NetBSD 1.3,
     83  1.422.2.2  fvdl options 	COMPAT_14	# NetBSD 1.4,
     84  1.422.2.2  fvdl options 	COMPAT_15	# NetBSD 1.5,
     85  1.422.2.2  fvdl options 	COMPAT_43	# and 4.3BSD
     86  1.422.2.2  fvdl options 	COMPAT_386BSD_MBRPART # recognize old partition ID
     87  1.422.2.2  fvdl #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     88  1.422.2.2  fvdl 
     89  1.422.2.2  fvdl options 	COMPAT_SVR4	# binary compatibility with SVR4
     90  1.422.2.2  fvdl options 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
     91  1.422.2.2  fvdl options 	COMPAT_LINUX	# binary compatibility with Linux
     92  1.422.2.2  fvdl options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
     93  1.422.2.2  fvdl #options 	COMPAT_MACH	# binary compatibility with Mach binaries
     94  1.422.2.2  fvdl #options 	EXEC_MACHO	# exec MACH-O binaries
     95  1.422.2.2  fvdl #options 	COMPAT_PECOFF	# kernel support to run Win32 apps
     96  1.422.2.2  fvdl 
     97  1.422.2.2  fvdl # File systems
     98  1.422.2.2  fvdl file-system 	FFS		# UFS
     99  1.422.2.2  fvdl file-system 	EXT2FS		# second extended file system (linux)
    100  1.422.2.2  fvdl file-system 	LFS		# log-structured file system
    101  1.422.2.2  fvdl file-system 	MFS		# memory file system
    102  1.422.2.2  fvdl file-system 	NFS		# Network File System client
    103  1.422.2.2  fvdl file-system 	NTFS		# Windows/NT file system (experimental)
    104  1.422.2.2  fvdl file-system 	CD9660		# ISO 9660 + Rock Ridge file system
    105  1.422.2.2  fvdl file-system 	MSDOSFS		# MS-DOS file system
    106  1.422.2.2  fvdl file-system 	FDESC		# /dev/fd
    107  1.422.2.2  fvdl file-system 	KERNFS		# /kern
    108  1.422.2.2  fvdl file-system 	NULLFS		# loopback file system
    109  1.422.2.2  fvdl file-system 	OVERLAY		# overlay file system
    110  1.422.2.2  fvdl file-system 	PORTAL		# portal filesystem (still experimental)
    111  1.422.2.2  fvdl file-system 	PROCFS		# /proc
    112  1.422.2.2  fvdl file-system 	UMAPFS		# NULLFS + uid and gid remapping
    113  1.422.2.2  fvdl file-system 	UNION		# union file system
    114  1.422.2.2  fvdl file-system	CODA		# Coda File System; also needs vcoda (below)
    115  1.422.2.2  fvdl 
    116  1.422.2.2  fvdl # File system options
    117  1.422.2.2  fvdl options 	QUOTA		# UFS quotas
    118  1.422.2.2  fvdl #options 	FFS_EI		# FFS Endian Independent support
    119  1.422.2.2  fvdl options 	SOFTDEP         # FFS soft updates support.
    120  1.422.2.2  fvdl options 	NFSSERVER	# Network File System server
    121  1.422.2.2  fvdl #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
    122  1.422.2.2  fvdl 				# immutable) behave as system flags.
    123  1.422.2.2  fvdl 
    124  1.422.2.2  fvdl # Networking options
    125  1.422.2.2  fvdl #options 	GATEWAY		# packet forwarding
    126  1.422.2.2  fvdl options 	INET		# IP + ICMP + TCP + UDP
    127  1.422.2.2  fvdl options 	INET6		# IPV6
    128  1.422.2.2  fvdl #options 	IPSEC		# IP security
    129  1.422.2.2  fvdl #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
    130  1.422.2.2  fvdl #options 	IPSEC_DEBUG	# debug for IP security
    131  1.422.2.2  fvdl #options 	MROUTING	# IP multicast routing
    132  1.422.2.2  fvdl options 	NS		# XNS
    133  1.422.2.2  fvdl #options 	NSIP		# XNS tunneling over IP
    134  1.422.2.2  fvdl options 	ISO,TPIP	# OSI
    135  1.422.2.2  fvdl #options 	EON		# OSI tunneling over IP
    136  1.422.2.2  fvdl options 	CCITT,LLC,HDLC	# X.25
    137  1.422.2.2  fvdl options 	NETATALK	# AppleTalk networking protocols
    138  1.422.2.2  fvdl options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    139  1.422.2.2  fvdl options 	PPP_DEFLATE	# Deflate compression support for PPP
    140  1.422.2.2  fvdl options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    141  1.422.2.2  fvdl options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    142  1.422.2.2  fvdl options 	IPFILTER_LOG	# ipmon(8) log support
    143  1.422.2.2  fvdl #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    144  1.422.2.2  fvdl 
    145  1.422.2.2  fvdl # These options enable verbose messages for several subsystems.
    146  1.422.2.2  fvdl # Warning, these may compile large string tables into the kernel!
    147  1.422.2.2  fvdl options 	EISAVERBOSE	# verbose EISA device autoconfig messages
    148  1.422.2.2  fvdl options 	MIIVERBOSE	# verbose PHY autoconfig messages
    149  1.422.2.2  fvdl options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    150  1.422.2.2  fvdl #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    151  1.422.2.2  fvdl #options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
    152  1.422.2.2  fvdl options 	SCSIVERBOSE	# human readable SCSI error messages
    153  1.422.2.2  fvdl options 	USBVERBOSE	# verbose USB device autoconfig messages
    154  1.422.2.2  fvdl #options 	PNPBIOSVERBOSE	# verbose PnP BIOS messages
    155  1.422.2.2  fvdl #options 	PNPBIOSDEBUG	# more fulsome PnP BIOS debugging messages
    156  1.422.2.2  fvdl options 	I2OVERBOSE	# verbose I2O driver messages
    157  1.422.2.2  fvdl options 	MCAVERBOSE	# verbose MCA device autoconfig messages
    158  1.422.2.2  fvdl 
    159  1.422.2.2  fvdl options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
    160  1.422.2.2  fvdl 
    161  1.422.2.2  fvdl #
    162  1.422.2.2  fvdl # wscons options
    163  1.422.2.2  fvdl #
    164  1.422.2.2  fvdl # builtin terminal emulations
    165  1.422.2.2  fvdl #options 	WSEMUL_SUN		# sun terminal emulation
    166  1.422.2.2  fvdl options 	WSEMUL_VT100		# VT100 / VT220 emulation
    167  1.422.2.2  fvdl # different kernel output - see dev/wscons/wsdisplayvar.h
    168  1.422.2.2  fvdl options 	WS_KERNEL_FG=WSCOL_GREEN
    169  1.422.2.2  fvdl #options 	WS_KERNEL_BG=WSCOL_BLACK
    170  1.422.2.2  fvdl # compatibility to other console drivers
    171  1.422.2.2  fvdl options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
    172  1.422.2.2  fvdl options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
    173  1.422.2.2  fvdl options 	WSDISPLAY_COMPAT_USL		# VT handling
    174  1.422.2.2  fvdl options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
    175  1.422.2.2  fvdl # see dev/pckbc/wskbdmap_mfii.c for implemented layouts
    176  1.422.2.2  fvdl #options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
    177  1.422.2.2  fvdl # allocate a number of virtual screens at autoconfiguration time
    178  1.422.2.2  fvdl #options 	WSDISPLAY_DEFAULTSCREENS=4
    179  1.422.2.2  fvdl # use a large software cursor that doesn't blink
    180  1.422.2.2  fvdl options 	PCDISPLAY_SOFTCURSOR
    181  1.422.2.2  fvdl # modify the screen type of the console; defaults to "80x25"
    182  1.422.2.2  fvdl #options 	VGA_CONSOLE_SCREENTYPE="\"80x24\""
    183  1.422.2.2  fvdl 
    184  1.422.2.2  fvdl # Kernel root file system and dump configuration.
    185  1.422.2.2  fvdl config		netbsd	root on ? type ?
    186  1.422.2.2  fvdl #config		netbsd	root on sd0a type ffs
    187  1.422.2.2  fvdl #config		netbsd	root on ? type nfs
    188  1.422.2.2  fvdl 
    189  1.422.2.2  fvdl #
    190  1.422.2.2  fvdl # Device configuration
    191  1.422.2.2  fvdl #
    192  1.422.2.2  fvdl 
    193  1.422.2.2  fvdl mainbus0 at root
    194  1.422.2.2  fvdl 
    195  1.422.2.2  fvdl #apm0	at mainbus0			# Advanced power management
    196  1.422.2.2  fvdl 
    197  1.422.2.2  fvdl # Tuning for power management, see apm(4) for more details.
    198  1.422.2.2  fvdl #options 	APM_NO_IDLE		# Don't call BIOS CPU idle function
    199  1.422.2.2  fvdl #options 	APM_V10_ONLY		# Use only the APM 1.0 calls
    200  1.422.2.2  fvdl #options 	APM_NO_POWEROFF		# Don't power off on halt(8)
    201  1.422.2.2  fvdl #options 	APM_POWER_PRINT		# Print stats on the console
    202  1.422.2.2  fvdl #options 	APM_DISABLE_INTERRUPTS=0 # Don't disable interrupts
    203  1.422.2.2  fvdl 
    204  1.422.2.2  fvdl 
    205  1.422.2.2  fvdl # Basic Bus Support
    206  1.422.2.2  fvdl 
    207  1.422.2.2  fvdl # Plug-and-Play BIOS and attached devices
    208  1.422.2.2  fvdl 
    209  1.422.2.2  fvdl #pnpbios*	at mainbus?
    210  1.422.2.2  fvdl 
    211  1.422.2.2  fvdl # mainboard audio chips
    212  1.422.2.2  fvdl #ess*		at pnpbios? index ?	# ESS AudioDrive
    213  1.422.2.2  fvdl #sb*		at pnpbios? index ?	# NeoMagic 256AV in sb mode
    214  1.422.2.2  fvdl #wss*		at pnpbios? index ?	# NeoMagic 256AV in wss mode
    215  1.422.2.2  fvdl #ym*		at pnpbios? index ?	# OPL3-SA3
    216  1.422.2.2  fvdl 
    217  1.422.2.2  fvdl # com port
    218  1.422.2.2  fvdl # If enabled, consider changing "com0", "com1", and "com2" under "ISA Serial
    219  1.422.2.2  fvdl # Interfaces" to "com*", otherwise com2 will attach at pnpbios? and there
    220  1.422.2.2  fvdl # will be no com0.  A side effect is pcmcia (and other) com? previously
    221  1.422.2.2  fvdl # starting at com3 may attach as com1 or com2.
    222  1.422.2.2  fvdl #com*		at pnpbios? index ?	# serial ports
    223  1.422.2.2  fvdl 
    224  1.422.2.2  fvdl # parallel port
    225  1.422.2.2  fvdl # The above "com*" comments apply, cf. "lpt0" under "ISA parallel
    226  1.422.2.2  fvdl # "printer interfaces".
    227  1.422.2.2  fvdl #lpt*		at pnpbios? index ?	# parallel ports
    228  1.422.2.2  fvdl 
    229  1.422.2.2  fvdl #pckbc*		at pnpbios? index ?	# PC keyboard/mouse controller
    230  1.422.2.2  fvdl #fdc*		at pnpbios? index ?	# floppy controller
    231  1.422.2.2  fvdl 
    232  1.422.2.2  fvdl # IDE controller on Toshiba Portege 3000 series (crippled PCI device)
    233  1.422.2.2  fvdl #pciide*	at pnpbios? index ?
    234  1.422.2.2  fvdl 
    235  1.422.2.2  fvdl # PCI bus support
    236  1.422.2.2  fvdl pci*	at mainbus? bus ?
    237  1.422.2.2  fvdl pci*	at pchb? bus ?
    238  1.422.2.2  fvdl pci*	at ppb? bus ?
    239  1.422.2.2  fvdl 
    240  1.422.2.2  fvdl # Configure PCI using BIOS information
    241  1.422.2.2  fvdl #options 	PCIBIOS			# PCI BIOS support
    242  1.422.2.2  fvdl #options 	PCIBIOSVERBOSE		# PCI BIOS verbose info
    243  1.422.2.2  fvdl #options 	PCIBIOS_ADDR_FIXUP	# fixup PCI I/O addresses
    244  1.422.2.2  fvdl #options 	PCIBIOS_BUS_FIXUP	# fixup PCI bus numbering
    245  1.422.2.2  fvdl #options 	PCIBIOS_INTR_FIXUP	# fixup PCI interrupt routing
    246  1.422.2.2  fvdl #options 	PCIBIOS_IRQS_HINT=0x0a00 # PCI interrupts hint. IRQ 9 or 11
    247  1.422.2.2  fvdl #options 	PCIBIOS_INTR_GUESS	# see pcibios(4)
    248  1.422.2.2  fvdl #options 	PCIINTR_DEBUG		# super-verbose PCI interrupt fixup
    249  1.422.2.2  fvdl 
    250  1.422.2.2  fvdl # PCI bridges
    251  1.422.2.2  fvdl pchb*	at pci? dev ? function ?	# PCI-Host bridges
    252  1.422.2.2  fvdl pceb*	at pci? dev ? function ?	# PCI-EISA bridges
    253  1.422.2.2  fvdl pcib*	at pci? dev ? function ?	# PCI-ISA bridges
    254  1.422.2.2  fvdl pcmb*	at pci? dev ? function ?	# PCI-MCA bridges
    255  1.422.2.2  fvdl ppb*	at pci? dev ? function ?	# PCI-PCI bridges
    256  1.422.2.2  fvdl # XXX 'puc's aren't really bridges, but there's no better place for them here
    257  1.422.2.2  fvdl puc*	at pci? dev ? function ?	# PCI "universal" comm. cards
    258  1.422.2.2  fvdl 
    259  1.422.2.2  fvdl #agp* 	at pchb?
    260  1.422.2.2  fvdl 
    261  1.422.2.2  fvdl # EISA bus support
    262  1.422.2.2  fvdl eisa0	at mainbus?
    263  1.422.2.2  fvdl eisa0	at pceb?
    264  1.422.2.2  fvdl 
    265  1.422.2.2  fvdl # ISA bus support
    266  1.422.2.2  fvdl isa0	at mainbus?
    267  1.422.2.2  fvdl isa0	at pceb?
    268  1.422.2.2  fvdl isa0	at pcib?
    269  1.422.2.2  fvdl 
    270  1.422.2.2  fvdl # PCMCIA bus support
    271  1.422.2.2  fvdl pcmcia*	at pcic? controller ? socket ?
    272  1.422.2.2  fvdl pcmcia*	at tcic? controller ? socket ?
    273  1.422.2.2  fvdl 
    274  1.422.2.2  fvdl # MCA bus support
    275  1.422.2.2  fvdl mca0	at mainbus?
    276  1.422.2.2  fvdl 
    277  1.422.2.2  fvdl # ISA PCMCIA controllers
    278  1.422.2.2  fvdl pcic0	at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
    279  1.422.2.2  fvdl pcic1	at isa? port 0x3e2 iomem 0xe0000 iosiz 0x4000
    280  1.422.2.2  fvdl tcic0	at isa? port 0x240 iomem 0xd0000 iosiz 0x10000
    281  1.422.2.2  fvdl 
    282  1.422.2.2  fvdl # PCI PCMCIA controllers
    283  1.422.2.2  fvdl pcic0	at pci? dev? function ?
    284  1.422.2.2  fvdl 
    285  1.422.2.2  fvdl # ISA Plug-and-Play bus support
    286  1.422.2.2  fvdl isapnp0	at isa?
    287  1.422.2.2  fvdl 
    288  1.422.2.2  fvdl # ISA Plug-and-Play PCMCIA controllers
    289  1.422.2.2  fvdl pcic*	at isapnp?
    290  1.422.2.2  fvdl 
    291  1.422.2.2  fvdl # CardBus bridge support
    292  1.422.2.2  fvdl #cbb*		at pci? dev ? function ?
    293  1.422.2.2  fvdl #cardslot*	at cbb?	
    294  1.422.2.2  fvdl 
    295  1.422.2.2  fvdl # CardBus bus support
    296  1.422.2.2  fvdl #cardbus*	at cardslot?
    297  1.422.2.2  fvdl #pcmcia* 	at cardslot?
    298  1.422.2.2  fvdl 
    299  1.422.2.2  fvdl # Coprocessor Support
    300  1.422.2.2  fvdl 
    301  1.422.2.2  fvdl # Math Coprocessor support
    302  1.422.2.2  fvdl npx0	at isa? port 0xf0 irq 13	# x86 math coprocessor
    303  1.422.2.2  fvdl 
    304  1.422.2.2  fvdl 
    305  1.422.2.2  fvdl # Console Devices
    306  1.422.2.2  fvdl 
    307  1.422.2.2  fvdl # ISA console
    308  1.422.2.2  fvdl #pc0	at isa? port 0x60 irq 1		# pccons generic PC console driver
    309  1.422.2.2  fvdl # Keyboard layout configuration for pccons
    310  1.422.2.2  fvdl #options 	FRENCH_KBD
    311  1.422.2.2  fvdl #options 	FINNISH_KBD
    312  1.422.2.2  fvdl #options 	GERMAN_KBD
    313  1.422.2.2  fvdl #options 	NORWEGIAN_KBD
    314  1.422.2.2  fvdl # pccons-specific options:
    315  1.422.2.2  fvdl #options 	XSERVER_DDB	# PF12 gets you into DDB when X is running
    316  1.422.2.2  fvdl #options 	XSERVER		# X server support
    317  1.422.2.2  fvdl 
    318  1.422.2.2  fvdl 
    319  1.422.2.2  fvdl # wscons
    320  1.422.2.2  fvdl pckbc0		at isa?			# pc keyboard controller
    321  1.422.2.2  fvdl pckbd*		at pckbc?		# PC keyboard
    322  1.422.2.2  fvdl # "opms" should not be enabled together with "pms" or "pmsi"
    323  1.422.2.2  fvdl pms*		at pckbc?		# PS/2 mouse for wsmouse
    324  1.422.2.2  fvdl pmsi*		at pckbc?		# PS/2 "Intelli"mouse for wsmouse
    325  1.422.2.2  fvdl #opms*		at pckbc?		# backwards compatible PS/2 mouse
    326  1.422.2.2  fvdl vga0		at isa?
    327  1.422.2.2  fvdl vga*		at pci? dev ? function ?
    328  1.422.2.2  fvdl pcdisplay0	at isa?			# CGA, MDA, EGA, HGA
    329  1.422.2.2  fvdl wsdisplay*	at vga? console ?
    330  1.422.2.2  fvdl wsdisplay*	at pcdisplay? console ?
    331  1.422.2.2  fvdl wskbd* 		at pckbd? console ?
    332  1.422.2.2  fvdl wsmouse*	at pms? mux 0
    333  1.422.2.2  fvdl wsmouse*	at pmsi? mux 0
    334  1.422.2.2  fvdl 
    335  1.422.2.2  fvdl pcppi0		at isa?
    336  1.422.2.2  fvdl sysbeep0	at pcppi?
    337  1.422.2.2  fvdl 
    338  1.422.2.2  fvdl # Serial Devices
    339  1.422.2.2  fvdl 
    340  1.422.2.2  fvdl # PCI serial interfaces
    341  1.422.2.2  fvdl com*	at puc? port ?			# 16x50s on "universal" comm boards
    342  1.422.2.2  fvdl cy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
    343  1.422.2.2  fvdl cz*	at pci? dev ? function ?	# Cyclades-Z multi-port serial boards
    344  1.422.2.2  fvdl 
    345  1.422.2.2  fvdl # ISA Plug-and-Play serial interfaces
    346  1.422.2.2  fvdl com*	at isapnp?			# Modems and serial boards
    347  1.422.2.2  fvdl 
    348  1.422.2.2  fvdl # PCMCIA serial interfaces
    349  1.422.2.2  fvdl com*	at pcmcia? function ?		# Modems and serial cards
    350  1.422.2.2  fvdl 
    351  1.422.2.2  fvdl pcmcom*	at pcmcia? function ?		# PCMCIA multi-port serial cards
    352  1.422.2.2  fvdl com*	at pcmcom? slave ?		# ...and the slave devices
    353  1.422.2.2  fvdl 
    354  1.422.2.2  fvdl # CardBus serial interfaces
    355  1.422.2.2  fvdl #com*	at cardbus? dev ? function ?	# Modems and serial cards
    356  1.422.2.2  fvdl 
    357  1.422.2.2  fvdl # ISA serial interfaces
    358  1.422.2.2  fvdl #options 	COM_HAYESP		# adds Hayes ESP serial board support
    359  1.422.2.2  fvdl com0	at isa? port 0x3f8 irq 4	# Standard PC serial ports
    360  1.422.2.2  fvdl com1	at isa? port 0x2f8 irq 3
    361  1.422.2.2  fvdl com2	at isa? port 0x3e8 irq 5
    362  1.422.2.2  fvdl #com3	at isa? port 0x2e8 irq 9
    363  1.422.2.2  fvdl #ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
    364  1.422.2.2  fvdl #com*	at ast? slave ?
    365  1.422.2.2  fvdl #boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
    366  1.422.2.2  fvdl #boca0	at isa? port 0x100 irq 5	# BOCA 16-port serial cards (BB2016)
    367  1.422.2.2  fvdl #boca1	at isa? port 0x140 irq 5	# this line is also needed for BB2016
    368  1.422.2.2  fvdl #com*	at boca? slave ?
    369  1.422.2.2  fvdl #tcom0	at isa? port 0x100 irq 7	# TC-800 8-port serial cards
    370  1.422.2.2  fvdl #com*	at tcom? slave ?
    371  1.422.2.2  fvdl #rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
    372  1.422.2.2  fvdl #com*	at rtfps? slave ?
    373  1.422.2.2  fvdl #cy0	at isa? iomem 0xd4000 irq 12	# Cyclades serial cards
    374  1.422.2.2  fvdl #addcom0 at isa? port 0x108 irq 5	# Addonics FlexPort 8S
    375  1.422.2.2  fvdl #com*	at addcom? slave ?
    376  1.422.2.2  fvdl #moxa0	at isa?	port 0x100 irq 5	# MOXA C168H serial card (experimental)
    377  1.422.2.2  fvdl #com*	at moxa? slave ?
    378  1.422.2.2  fvdl 
    379  1.422.2.2  fvdl # MCA serial interfaces
    380  1.422.2.2  fvdl com*	at mca? slot ?			# 16x50s on comm boards
    381  1.422.2.2  fvdl 
    382  1.422.2.2  fvdl # Parallel Printer Interfaces
    383  1.422.2.2  fvdl 
    384  1.422.2.2  fvdl # PCI parallel printer interfaces
    385  1.422.2.2  fvdl lpt*	at puc? port ?			# || ports on "universal" comm boards
    386  1.422.2.2  fvdl 
    387  1.422.2.2  fvdl # ISA parallel printer interfaces
    388  1.422.2.2  fvdl lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
    389  1.422.2.2  fvdl lpt1	at isa? port 0x278
    390  1.422.2.2  fvdl lpt2	at isa? port 0x3bc
    391  1.422.2.2  fvdl 
    392  1.422.2.2  fvdl # Hardware monitors 
    393  1.422.2.2  fvdl 
    394  1.422.2.2  fvdl # LM7[89] and compatible hardware monitors
    395  1.422.2.2  fvdl #lm0	at isa?	port 0x290		# other common ports: 0x280, 0x310
    396  1.422.2.2  fvdl 
    397  1.422.2.2  fvdl # VIA VT82C686A hardware monitor
    398  1.422.2.2  fvdl #viapm*	at pci? dev ? function ?
    399  1.422.2.2  fvdl #viaenv* at viapm?
    400  1.422.2.2  fvdl 
    401  1.422.2.2  fvdl 
    402  1.422.2.2  fvdl # I2O devices
    403  1.422.2.2  fvdl iop*	at pci? dev ? function ?	# I/O processor
    404  1.422.2.2  fvdl iopsp*	at iop? tid ?			# SCSI/FC-AL ports
    405  1.422.2.2  fvdl ld*	at iop? tid ?			# block devices
    406  1.422.2.2  fvdl dpti*	at iop? tid 0			# DPT/Adaptec control interface
    407  1.422.2.2  fvdl 
    408  1.422.2.2  fvdl 
    409  1.422.2.2  fvdl # SCSI Controllers and Devices
    410  1.422.2.2  fvdl 
    411  1.422.2.2  fvdl # PCI SCSI controllers
    412  1.422.2.2  fvdl adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
    413  1.422.2.2  fvdl adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
    414  1.422.2.2  fvdl ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
    415  1.422.2.2  fvdl bha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
    416  1.422.2.2  fvdl dpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
    417  1.422.2.2  fvdl iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
    418  1.422.2.2  fvdl isp*	at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FibreChannel
    419  1.422.2.2  fvdl mly*	at pci? dev ? function ?	# Mylex AcceleRAID and eXtremeRAID
    420  1.422.2.2  fvdl pcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
    421  1.422.2.2  fvdl siop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
    422  1.422.2.2  fvdl 
    423  1.422.2.2  fvdl # EISA SCSI controllers
    424  1.422.2.2  fvdl ahb*	at eisa? slot ?			# Adaptec 174[02] SCSI
    425  1.422.2.2  fvdl ahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI
    426  1.422.2.2  fvdl bha*	at eisa? slot ?			# BusLogic 7xx SCSI
    427  1.422.2.2  fvdl dpt*	at eisa? slot ?			# DPT EATA SCSI
    428  1.422.2.2  fvdl uha*	at eisa? slot ?			# UltraStor 24f SCSI
    429  1.422.2.2  fvdl 
    430  1.422.2.2  fvdl # PCMCIA SCSI controllers
    431  1.422.2.2  fvdl aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
    432  1.422.2.2  fvdl esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
    433  1.422.2.2  fvdl 
    434  1.422.2.2  fvdl # ISA Plug-and-Play SCSI controllers
    435  1.422.2.2  fvdl aha*	at isapnp? 			# Adaptec AHA-154[02
    436  1.422.2.2  fvdl aic*	at isapnp?			# Adaptec AHA-1520B
    437  1.422.2.2  fvdl 
    438  1.422.2.2  fvdl # ISA SCSI controllers
    439  1.422.2.2  fvdl adv0	at isa? port ? irq ? drq ?	# AdvanSys APB-514[02] SCSI
    440  1.422.2.2  fvdl aha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
    441  1.422.2.2  fvdl aha1	at isa? port 0x334 irq ? drq ?
    442  1.422.2.2  fvdl ahc0	at isa? port ? irq ?		# Adaptec 284x SCSI
    443  1.422.2.2  fvdl aic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI
    444  1.422.2.2  fvdl bha0	at isa? port 0x330 irq ? drq ?	# BusLogic [457]4X SCSI
    445  1.422.2.2  fvdl bha1	at isa? port 0x334 irq ? drq ?
    446  1.422.2.2  fvdl # The "nca" and "dpt" probes might give false hits or hang your machine.
    447  1.422.2.2  fvdl #dpt0	at isa? port 0x170 irq ? drq ?	# DPT SmartCache/SmartRAID
    448  1.422.2.2  fvdl #nca0	at isa? port 0x360 irq 15	# Port-mapped NCR 53C80 controller
    449  1.422.2.2  fvdl #nca1	at isa? iomem 0xd8000 irq 5	# Memory-mapped controller (T128, etc.)
    450  1.422.2.2  fvdl sea0	at isa? iomem 0xc8000 irq 5	# Seagate/Future Domain SCSI
    451  1.422.2.2  fvdl uha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI
    452  1.422.2.2  fvdl uha1	at isa? port 0x340 irq ? drq ?
    453  1.422.2.2  fvdl wds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
    454  1.422.2.2  fvdl wds1	at isa? port 0x358 irq 11 drq 5
    455  1.422.2.2  fvdl 
    456  1.422.2.2  fvdl # CardBus SCSI cards
    457  1.422.2.2  fvdl #ahc*	at cardbus? dev ? function ?	# Adaptec ADP-1480
    458  1.422.2.2  fvdl 
    459  1.422.2.2  fvdl # MCA SCSI cards
    460  1.422.2.2  fvdl aha*	at mca? slot ?			# Adaptec AHA-1640
    461  1.422.2.2  fvdl 
    462  1.422.2.2  fvdl # SCSI bus support
    463  1.422.2.2  fvdl scsibus* at adv?
    464  1.422.2.2  fvdl scsibus* at adw?
    465  1.422.2.2  fvdl scsibus* at aha?
    466  1.422.2.2  fvdl scsibus* at ahb?
    467  1.422.2.2  fvdl scsibus* at ahc?
    468  1.422.2.2  fvdl scsibus* at aic?
    469  1.422.2.2  fvdl scsibus* at bha?
    470  1.422.2.2  fvdl scsibus* at dpt?
    471  1.422.2.2  fvdl scsibus* at esp?
    472  1.422.2.2  fvdl scsibus* at iha?
    473  1.422.2.2  fvdl scsibus* at iopsp?
    474  1.422.2.2  fvdl scsibus* at isp?
    475  1.422.2.2  fvdl scsibus* at mly?
    476  1.422.2.2  fvdl #scsibus* at nca?
    477  1.422.2.2  fvdl scsibus* at pcscp?
    478  1.422.2.2  fvdl scsibus* at sea?
    479  1.422.2.2  fvdl scsibus* at siop?
    480  1.422.2.2  fvdl scsibus* at uha?
    481  1.422.2.2  fvdl scsibus* at wds?
    482  1.422.2.2  fvdl 
    483  1.422.2.2  fvdl # SCSI devices
    484  1.422.2.2  fvdl sd*	at scsibus? target ? lun ?	# SCSI disk drives
    485  1.422.2.2  fvdl st*	at scsibus? target ? lun ?	# SCSI tape drives
    486  1.422.2.2  fvdl cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    487  1.422.2.2  fvdl ch*	at scsibus? target ? lun ?	# SCSI autochangers
    488  1.422.2.2  fvdl ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
    489  1.422.2.2  fvdl ss*	at scsibus? target ? lun ?	# SCSI scanners
    490  1.422.2.2  fvdl uk*	at scsibus? target ? lun ?	# SCSI unknown
    491  1.422.2.2  fvdl 
    492  1.422.2.2  fvdl 
    493  1.422.2.2  fvdl # RAID controllers and devices
    494  1.422.2.2  fvdl cac*	at eisa? slot ?			# Compaq EISA array controllers
    495  1.422.2.2  fvdl cac*	at pci? dev ? function ?	# Compaq PCI array controllers
    496  1.422.2.2  fvdl mlx*	at pci? dev ? function ?	# Mylex DAC960 & DEC SWXCR family
    497  1.422.2.2  fvdl mlx*	at eisa? slot ?			# Mylex DAC960 & DEC SWXCR family
    498  1.422.2.2  fvdl twe*	at pci? dev ? function ?	# 3ware Escalade RAID controllers
    499  1.422.2.2  fvdl 
    500  1.422.2.2  fvdl ld*	at cac? unit ?			# logical disk devices
    501  1.422.2.2  fvdl ld*	at twe? unit ?
    502  1.422.2.2  fvdl ld*	at mlx? unit ?
    503  1.422.2.2  fvdl 
    504  1.422.2.2  fvdl # IDE and related devices
    505  1.422.2.2  fvdl # PCI IDE controllers - see pciide(4) for supported hardware.
    506  1.422.2.2  fvdl # The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
    507  1.422.2.2  fvdl # how to set up DMA modes for this chip. This may work, or may cause
    508  1.422.2.2  fvdl # a machine hang with some controllers.
    509  1.422.2.2  fvdl pciide* at pci? dev ? function ? flags 0x0000
    510  1.422.2.2  fvdl 
    511  1.422.2.2  fvdl # ISA Plug-and-Play IDE controllers
    512  1.422.2.2  fvdl wdc*	at isapnp? 
    513  1.422.2.2  fvdl 
    514  1.422.2.2  fvdl # PCMCIA IDE controllers
    515  1.422.2.2  fvdl wdc*	at pcmcia? function ?
    516  1.422.2.2  fvdl 
    517  1.422.2.2  fvdl # ISA ST506, ESDI, and IDE controllers
    518  1.422.2.2  fvdl # Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
    519  1.422.2.2  fvdl # fall back to 16bits I/O if 32bits I/O are not functional).
    520  1.422.2.2  fvdl # Some controllers pass the initial 32bit test, but will fail later.
    521  1.422.2.2  fvdl wdc0	at isa? port 0x1f0 irq 14 flags 0x00
    522  1.422.2.2  fvdl wdc1	at isa? port 0x170 irq 15 flags 0x00
    523  1.422.2.2  fvdl 
    524  1.422.2.2  fvdl # IDE drives
    525  1.422.2.2  fvdl # Flags are used only with controllers that support DMA operations
    526  1.422.2.2  fvdl # and mode settings (e.g. some pciide controllers)
    527  1.422.2.2  fvdl # The lowest order four bits (rightmost digit) of the flags define the PIO
    528  1.422.2.2  fvdl # mode to use, the next set of four bits the DMA mode and the third set the
    529  1.422.2.2  fvdl # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
    530  1.422.2.2  fvdl # to use, and the last bit must be 1 for this setting to be used.
    531  1.422.2.2  fvdl # For DMA and UDMA, 0xf (1111) means 'disable'.
    532  1.422.2.2  fvdl # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
    533  1.422.2.2  fvdl # (0xc=1100, 0xa=1010, 0xf=1111)
    534  1.422.2.2  fvdl # 0x0000 means "use whatever the drive claims to support".
    535  1.422.2.2  fvdl wd*	at wdc? channel ? drive ? flags 0x0000
    536  1.422.2.2  fvdl wd*	at pciide? channel ? drive ? flags 0x0000
    537  1.422.2.2  fvdl 
    538  1.422.2.2  fvdl # ATAPI bus support
    539  1.422.2.2  fvdl atapibus* at wdc? channel ?
    540  1.422.2.2  fvdl atapibus* at pciide? channel ?
    541  1.422.2.2  fvdl 
    542  1.422.2.2  fvdl # ATAPI devices
    543  1.422.2.2  fvdl # flags have the same meaning as for IDE drives.
    544  1.422.2.2  fvdl cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
    545  1.422.2.2  fvdl sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    546  1.422.2.2  fvdl uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
    547  1.422.2.2  fvdl 
    548  1.422.2.2  fvdl 
    549  1.422.2.2  fvdl # Miscellaneous mass storage devices
    550  1.422.2.2  fvdl 
    551  1.422.2.2  fvdl # ISA floppy
    552  1.422.2.2  fvdl fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
    553  1.422.2.2  fvdl #fdc1	at isa? port 0x370 irq ? drq ?
    554  1.422.2.2  fvdl fd*	at fdc? drive ?			# the drives themselves
    555  1.422.2.2  fvdl # some machines need you to do this instead of fd*
    556  1.422.2.2  fvdl #fd0	at fdc0 drive 0
    557  1.422.2.2  fvdl 
    558  1.422.2.2  fvdl # ISA CD-ROM devices
    559  1.422.2.2  fvdl #mcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
    560  1.422.2.2  fvdl 
    561  1.422.2.2  fvdl # ISA tape devices
    562  1.422.2.2  fvdl # note: the wt driver conflicts unpleasantly with SMC boards at the
    563  1.422.2.2  fvdl # same I/O address. The probe reprograms their EEPROMs. Don't
    564  1.422.2.2  fvdl # uncomment it unless you are actually using it.
    565  1.422.2.2  fvdl #wt0	at isa? port 0x308 irq 5 drq 1	# Archive and Wangtek QIC tape drives
    566  1.422.2.2  fvdl 
    567  1.422.2.2  fvdl # MCA ESDI devices
    568  1.422.2.2  fvdl edc*	at mca? slot ?			# IBM ESDI Disk Controllers
    569  1.422.2.2  fvdl ed*	at edc?
    570  1.422.2.2  fvdl 
    571  1.422.2.2  fvdl 
    572  1.422.2.2  fvdl # Network Interfaces
    573  1.422.2.2  fvdl 
    574  1.422.2.2  fvdl # PCI network interfaces
    575  1.422.2.2  fvdl an*	at pci? dev ? function ?	# Aironet PC4500/PC4800 (802.11)
    576  1.422.2.2  fvdl de*	at pci? dev ? function ?	# DEC 21x4x-based Ethernet
    577  1.422.2.2  fvdl en*	at pci? dev ? function ?	# ENI/Adaptec ATM
    578  1.422.2.2  fvdl ep*	at pci? dev ? function ?	# 3Com 3c59x
    579  1.422.2.2  fvdl epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
    580  1.422.2.2  fvdl esh*	at pci? dev ? function ?	# Essential HIPPI card
    581  1.422.2.2  fvdl ex*	at pci? dev ? function ?	# 3Com 90x[BC]
    582  1.422.2.2  fvdl fpa*	at pci? dev ? function ?	# DEC DEFPA FDDI
    583  1.422.2.2  fvdl fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
    584  1.422.2.2  fvdl gsip*	at pci? dev ? function ?	# NS83820 Gigabit Ethernet
    585  1.422.2.2  fvdl #hme*	at pci? dev ? function ?	# Sun Microelectronics STP2002-STQ
    586  1.422.2.2  fvdl le*	at pci? dev ? function ?	# PCnet-PCI Ethernet
    587  1.422.2.2  fvdl lmc*	at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
    588  1.422.2.2  fvdl ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
    589  1.422.2.2  fvdl ntwoc*	at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
    590  1.422.2.2  fvdl pcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
    591  1.422.2.2  fvdl rtk*	at pci? dev ? function ?	# Realtek 8129/8139
    592  1.422.2.2  fvdl sf*	at pci? dev ? function ?	# Adaptec AIC-6915 Ethernet
    593  1.422.2.2  fvdl sip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
    594  1.422.2.2  fvdl ste*	at pci? dev ? function ?	# Sundance ST-201 Ethernet
    595  1.422.2.2  fvdl stge*	at pci? dev ? function ?	# Sundance/Tamarack TC9021 Gigabit
    596  1.422.2.2  fvdl ti*	at pci? dev ? function ?	# Alteon ACEnic gigabit Ethernet
    597  1.422.2.2  fvdl tl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
    598  1.422.2.2  fvdl tlp*	at pci? dev ? function ?	# DECchip 21x4x (and clones) Ethernet
    599  1.422.2.2  fvdl #options 	TLP_MATCH_21040
    600  1.422.2.2  fvdl #options 	TLP_MATCH_21041
    601  1.422.2.2  fvdl #options 	TLP_MATCH_21140
    602  1.422.2.2  fvdl #options 	TLP_MATCH_21142
    603  1.422.2.2  fvdl vr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
    604  1.422.2.2  fvdl 
    605  1.422.2.2  fvdl # EISA network interfaces
    606  1.422.2.2  fvdl ep*	at eisa? slot ?			# 3Com 3c579 Ethernet
    607  1.422.2.2  fvdl fea*	at eisa? slot ?			# DEC DEFEA FDDI
    608  1.422.2.2  fvdl tlp*	at eisa? slot ?			# DEC DE-425 Ethernet
    609  1.422.2.2  fvdl 
    610  1.422.2.2  fvdl # ISA Plug-and-Play network interfaces
    611  1.422.2.2  fvdl an*	at isapnp?			# Aironet 802.11
    612  1.422.2.2  fvdl ep*	at isapnp?			# 3Com 3c509 Ethernet
    613  1.422.2.2  fvdl ne*	at isapnp?			# NE2000-compatible Ethernet
    614  1.422.2.2  fvdl tr*	at isapnp?			# IBM/3COM TROPIC Token-Ring
    615  1.422.2.2  fvdl 
    616  1.422.2.2  fvdl # PCMCIA network interfaces
    617  1.422.2.2  fvdl an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
    618  1.422.2.2  fvdl awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
    619  1.422.2.2  fvdl cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
    620  1.422.2.2  fvdl ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    621  1.422.2.2  fvdl mbe*	at pcmcia? function ?		# MB8696x based Ethernet
    622  1.422.2.2  fvdl ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    623  1.422.2.2  fvdl ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
    624  1.422.2.2  fvdl sm*	at pcmcia? function ?		# Megahertz Ethernet
    625  1.422.2.2  fvdl # tr at pcmcia has problems with Cardbus bridges
    626  1.422.2.2  fvdl #tr*	at pcmcia? function ?		# TROPIC based Token-Ring
    627  1.422.2.2  fvdl wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
    628  1.422.2.2  fvdl xi*	at pcmcia? function ?		# Xircom CreditCard Ethernet
    629  1.422.2.2  fvdl 
    630  1.422.2.2  fvdl mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
    631  1.422.2.2  fvdl com*	at mhzc?
    632  1.422.2.2  fvdl sm*	at mhzc?
    633  1.422.2.2  fvdl 
    634  1.422.2.2  fvdl # ISA network interfaces
    635  1.422.2.2  fvdl ate0	at isa? port 0x2a0 irq ?		# AT1700
    636  1.422.2.2  fvdl cs0	at isa? port 0x300 iomem ? irq ? drq ?	# CS8900 Ethernet
    637  1.422.2.2  fvdl ec0	at isa? port 0x250 iomem 0xd8000 irq 9	# 3Com 3c503 Ethernet
    638  1.422.2.2  fvdl eg0	at isa? port 0x280 irq 9		# 3C505 ethernet cards
    639  1.422.2.2  fvdl el0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
    640  1.422.2.2  fvdl ep*	at isa? port ? irq ?			# 3C509 ethernet cards
    641  1.422.2.2  fvdl ef0	at isa? port 0x360 iomem 0xd0000 irq 7	# 3C507
    642  1.422.2.2  fvdl ai0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN
    643  1.422.2.2  fvdl fmv0	at isa? port 0x2a0 irq ?		# FMV-180 series
    644  1.422.2.2  fvdl ix0	at isa? port 0x300 irq 10		# EtherExpress/16
    645  1.422.2.2  fvdl iy0	at isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
    646  1.422.2.2  fvdl lc0	at isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
    647  1.422.2.2  fvdl #depca0	at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5	# DEPCA
    648  1.422.2.2  fvdl #le*	at depca?
    649  1.422.2.2  fvdl nele0	at isa? port 0x320 irq 9 drq 7		# NE2100
    650  1.422.2.2  fvdl le*	at nele?
    651  1.422.2.2  fvdl #ntwoc0	at isa? port 0x300 irq 5 iomem 0xc8000 flags 1	# Riscom/N2 sync serial
    652  1.422.2.2  fvdl bicc0	at isa? port 0x320 irq 10 drq 7		# BICC IsoLan
    653  1.422.2.2  fvdl le*	at bicc?
    654  1.422.2.2  fvdl ne0	at isa? port 0x280 irq 9		# NE[12]000 ethernet cards
    655  1.422.2.2  fvdl ne1	at isa? port 0x300 irq 10
    656  1.422.2.2  fvdl sm0	at isa? port 0x300 irq 10		# SMC91C9x Ethernet
    657  1.422.2.2  fvdl tr0	at isa? port 0xa20 iomem 0xd8000 irq ?  # IBM TROPIC based Token-Ring
    658  1.422.2.2  fvdl tr1	at isa? port 0xa24 iomem 0xd0000 irq ?  # IBM TROPIC based Token-Ring
    659  1.422.2.2  fvdl tr*	at isa? port ? irq ?			# 3COM TROPIC based Token-Ring
    660  1.422.2.2  fvdl we0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
    661  1.422.2.2  fvdl we1	at isa? port 0x300 iomem 0xcc000 irq 10
    662  1.422.2.2  fvdl 
    663  1.422.2.2  fvdl # CardBus network cards
    664  1.422.2.2  fvdl #ex*	at cardbus? dev ? function ?	# 3Com 3C575TX
    665  1.422.2.2  fvdl #fxp*	at cardbus? dev ? function ?	# Intel i8255x
    666  1.422.2.2  fvdl #rtk*	at cardbus? dev ? function ?	# Realtek 8129/8139
    667  1.422.2.2  fvdl #tlp*	at cardbus? dev ? function ?	# DECchip 21143
    668  1.422.2.2  fvdl 
    669  1.422.2.2  fvdl # MCA network cards
    670  1.422.2.2  fvdl elmc*	at mca? slot ?			# 3Com EtherLink/MC (3c523)
    671  1.422.2.2  fvdl ep*	at mca? slot ?			# 3Com EtherLink III (3c529)
    672  1.422.2.2  fvdl we*	at mca? slot ?			# WD/SMC Ethernet
    673  1.422.2.2  fvdl ate*	at mca? slot ?			# Allied Telesis AT1720
    674  1.422.2.2  fvdl ne*	at mca? slot ?			# Novell NE/2 and clones
    675  1.422.2.2  fvdl tr*	at mca? slot ?			# IBM Token Ring adapter
    676  1.422.2.2  fvdl le*	at mca? slot ?			# SKNET Personal/MC2+
    677  1.422.2.2  fvdl 
    678  1.422.2.2  fvdl # MII/PHY support
    679  1.422.2.2  fvdl acphy*	at mii? phy ?			# DAltima AC101 and AMD Am79c874 PHYs
    680  1.422.2.2  fvdl amhphy*	at mii? phy ?			# AMD 79c901 Ethernet PHYs
    681  1.422.2.2  fvdl bmtphy*	at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
    682  1.422.2.2  fvdl brgphy*	at mii? phy ?			# Broadcom BCM5400-family PHYs
    683  1.422.2.2  fvdl dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
    684  1.422.2.2  fvdl exphy*	at mii? phy ?			# 3Com internal PHYs
    685  1.422.2.2  fvdl glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
    686  1.422.2.2  fvdl gphyter* at mii? phy ?			# NS83861 Gig-E PHY
    687  1.422.2.2  fvdl icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS1890
    688  1.422.2.2  fvdl inphy*	at mii? phy ?			# Intel 82555 PHYs
    689  1.422.2.2  fvdl iophy*	at mii? phy ?			# Intel 82553 PHYs
    690  1.422.2.2  fvdl lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
    691  1.422.2.2  fvdl makphy*	at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
    692  1.422.2.2  fvdl nsphy*	at mii? phy ?			# NS83840 PHYs
    693  1.422.2.2  fvdl nsphyter* at mii? phy ?			# NS83843 PHYs
    694  1.422.2.2  fvdl pnaphy*	at mii? phy ?			# generic HomePNA PHYs
    695  1.422.2.3  fvdl qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
    696  1.422.2.2  fvdl sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    697  1.422.2.2  fvdl tlphy*	at mii? phy ?			# ThunderLAN PHYs
    698  1.422.2.2  fvdl tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
    699  1.422.2.2  fvdl ukphy*	at mii? phy ?			# generic unknown PHYs
    700  1.422.2.2  fvdl 
    701  1.422.2.2  fvdl 
    702  1.422.2.2  fvdl # USB Controller and Devices
    703  1.422.2.2  fvdl 
    704  1.422.2.2  fvdl # PCI USB controllers
    705  1.422.2.2  fvdl ohci*	at pci?	dev ? function ?	# Open Host Controller
    706  1.422.2.2  fvdl uhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
    707  1.422.2.2  fvdl 
    708  1.422.2.2  fvdl # CardBus USB controllers
    709  1.422.2.2  fvdl #ohci*	at cardbus? dev ? function ?	# Open Host Controller
    710  1.422.2.2  fvdl 
    711  1.422.2.2  fvdl # USB bus support
    712  1.422.2.2  fvdl usb*	at ohci?
    713  1.422.2.2  fvdl usb*	at uhci?
    714  1.422.2.2  fvdl 
    715  1.422.2.2  fvdl # USB Hubs
    716  1.422.2.2  fvdl uhub*	at usb?
    717  1.422.2.2  fvdl uhub*	at uhub? port ? configuration ? interface ?
    718  1.422.2.2  fvdl 
    719  1.422.2.2  fvdl # USB Mice
    720  1.422.2.2  fvdl ums*	at uhub? port ? configuration ? interface ?
    721  1.422.2.2  fvdl wsmouse*	at ums? mux 0
    722  1.422.2.2  fvdl 
    723  1.422.2.2  fvdl # USB Keyboards
    724  1.422.2.2  fvdl ukbd*	at uhub? port ? configuration ? interface ?
    725  1.422.2.2  fvdl wskbd*	at ukbd? console ? mux 1
    726  1.422.2.2  fvdl 
    727  1.422.2.2  fvdl # USB Generic HID devices
    728  1.422.2.2  fvdl uhid*	at uhub? port ? configuration ? interface ?
    729  1.422.2.2  fvdl 
    730  1.422.2.2  fvdl # USB Printer
    731  1.422.2.2  fvdl ulpt*	at uhub? port ? configuration ? interface ?
    732  1.422.2.2  fvdl 
    733  1.422.2.2  fvdl # USB Modem
    734  1.422.2.2  fvdl umodem*	at uhub? port ? configuration ?
    735  1.422.2.2  fvdl ucom*	at umodem?
    736  1.422.2.2  fvdl 
    737  1.422.2.2  fvdl # USB Mass Storage
    738  1.422.2.2  fvdl umass*	at uhub? port ? configuration ? interface ?
    739  1.422.2.2  fvdl atapibus* at umass? channel ?
    740  1.422.2.2  fvdl scsibus* at umass? channel ?
    741  1.422.2.2  fvdl 
    742  1.422.2.2  fvdl # USB audio
    743  1.422.2.2  fvdl uaudio*	at uhub? port ? configuration ?
    744  1.422.2.2  fvdl 
    745  1.422.2.2  fvdl # USB MIDI
    746  1.422.2.2  fvdl umidi* at uhub? port ? configuration ?
    747  1.422.2.2  fvdl 
    748  1.422.2.2  fvdl # USB Ethernet adapters
    749  1.422.2.2  fvdl aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    750  1.422.2.2  fvdl cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    751  1.422.2.2  fvdl kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    752  1.422.2.2  fvdl 
    753  1.422.2.2  fvdl # Prolofic PL2301/PL2302 host-to-host adapter
    754  1.422.2.2  fvdl upl*	at uhub? port ?
    755  1.422.2.2  fvdl 
    756  1.422.2.2  fvdl # Serial adapters
    757  1.422.2.2  fvdl # FTDI FT8U100AX serial adapter
    758  1.422.2.2  fvdl uftdi*	at uhub? port ?
    759  1.422.2.2  fvdl ucom*	at uftdi? portno ?
    760  1.422.2.2  fvdl 
    761  1.422.2.2  fvdl uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
    762  1.422.2.2  fvdl ucom*	at uplcom? portno ? 
    763  1.422.2.2  fvdl 
    764  1.422.2.2  fvdl umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
    765  1.422.2.2  fvdl ucom*	at umct? portno ?
    766  1.422.2.2  fvdl 
    767  1.422.2.2  fvdl # Diamond Multimedia Rio 500
    768  1.422.2.2  fvdl urio*	at uhub? port ?
    769  1.422.2.2  fvdl 
    770  1.422.2.2  fvdl # USB Handspring Visor
    771  1.422.2.2  fvdl uvisor*	at uhub? port ?
    772  1.422.2.2  fvdl ucom*	at uvisor?
    773  1.422.2.2  fvdl 
    774  1.422.2.2  fvdl # USB scanners
    775  1.422.2.2  fvdl uscanner* at uhub? port ?
    776  1.422.2.2  fvdl 
    777  1.422.2.2  fvdl # USB scanners that use SCSI emulation, e.g., HP5300
    778  1.422.2.2  fvdl usscanner* at uhub? port ?
    779  1.422.2.2  fvdl scsibus* at usscanner? channel ?
    780  1.422.2.2  fvdl 
    781  1.422.2.2  fvdl # Y@P firmware loader
    782  1.422.2.2  fvdl uyap* at uhub? port ?
    783  1.422.2.2  fvdl 
    784  1.422.2.2  fvdl # USB Generic driver
    785  1.422.2.2  fvdl ugen*	at uhub? port ?
    786  1.422.2.2  fvdl 
    787  1.422.2.2  fvdl 
    788  1.422.2.2  fvdl # Audio Devices
    789  1.422.2.2  fvdl 
    790  1.422.2.2  fvdl # PCI audio devices
    791  1.422.2.2  fvdl auich*	at pci? dev ? function ?	# Intel ICH integrated AC'97 Audio
    792  1.422.2.2  fvdl auvia*	at pci? dev ? function ?	# VIA VT82C686A integrated AC'97 Audio
    793  1.422.2.2  fvdl clcs*	at pci? dev ? function ?	# Cirrus Logic CS4280
    794  1.422.2.2  fvdl clct*	at pci? dev ? function ?	# Cirrus Logic CS4281
    795  1.422.2.2  fvdl cmpci*	at pci? dev ? function ?	# C-Media CMI8338/8738
    796  1.422.2.2  fvdl eap*	at pci? dev ? function ?	# Ensoniq AudioPCI
    797  1.422.2.2  fvdl esm*	at pci? dev ? function ?	# ESS Maestro-1/2/2e PCI Audio Accelerator
    798  1.422.2.2  fvdl eso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
    799  1.422.2.2  fvdl fms*	at pci? dev ? function ?	# Forte Media FM801
    800  1.422.2.2  fvdl neo*	at pci? dev ? function ?	# NeoMagic 256 AC'97 Audio
    801  1.422.2.2  fvdl sv*	at pci? dev ? function ?	# S3 SonicVibes
    802  1.422.2.2  fvdl yds*	at pci? dev ? function ?	# Yamaha DS-1 PCI Audio
    803  1.422.2.2  fvdl 
    804  1.422.2.2  fvdl # ISA Plug-and-Play audio devices
    805  1.422.2.2  fvdl ess*	at isapnp?			# ESS Tech ES1887, ES1888, ES888 audio
    806  1.422.2.2  fvdl guspnp*	at isapnp?			# Gravis Ultra Sound PnP audio
    807  1.422.2.2  fvdl sb*	at isapnp?			# SoundBlaster-compatible audio
    808  1.422.2.2  fvdl wss*	at isapnp?			# Windows Sound System
    809  1.422.2.2  fvdl ym*	at isapnp?			# Yamaha OPL3-SA3 audio
    810  1.422.2.2  fvdl 
    811  1.422.2.2  fvdl # ISA audio devices
    812  1.422.2.2  fvdl # the "aria" probe might give false hits
    813  1.422.2.2  fvdl #aria0	at isa? port 0x290 irq 10 		# Aria
    814  1.422.2.2  fvdl #ess0	at isa? port 0x220 irq 5 drq 1 drq2 5	# ESS 18XX
    815  1.422.2.2  fvdl gus0	at isa? port 0x220 irq 7 drq 1 drq2 6	# Gravis Ultra Sound
    816  1.422.2.2  fvdl pas0	at isa? port 0x220 irq 7 drq 1		# ProAudio Spectrum
    817  1.422.2.2  fvdl pss0	at isa? port 0x220 irq 7 drq 6  	# Personal Sound System
    818  1.422.2.2  fvdl sp0	at pss0 port 0x530 irq 10 drq 0		# 	sound port driver
    819  1.422.2.2  fvdl sb0	at isa? port 0x220 irq 5 drq 1 drq2 5	# SoundBlaster
    820  1.422.2.2  fvdl wss0	at isa? port 0x530 irq 10 drq 0	drq2 1	# Windows Sound System
    821  1.422.2.2  fvdl 
    822  1.422.2.2  fvdl # PCMCIA audio devices
    823  1.422.2.2  fvdl #esl*	at pcmcia? function ?			# ESS 1688 AudioDrive
    824  1.422.2.2  fvdl 
    825  1.422.2.2  fvdl #cms0	at isa? port 0x220			# Creative Music System
    826  1.422.2.2  fvdl 
    827  1.422.2.2  fvdl # OPL[23] FM synthesizers
    828  1.422.2.2  fvdl #opl0	at isa? port 0x388	# use only if not attached to sound card
    829  1.422.2.2  fvdl #opl*	at esl?
    830  1.422.2.2  fvdl opl*	at eso?
    831  1.422.2.2  fvdl opl*	at ess?
    832  1.422.2.2  fvdl opl*	at fms?
    833  1.422.2.2  fvdl opl*	at sb?
    834  1.422.2.2  fvdl opl*	at sv?
    835  1.422.2.2  fvdl opl*	at wss?
    836  1.422.2.2  fvdl opl*	at yds?
    837  1.422.2.2  fvdl opl*	at ym?
    838  1.422.2.2  fvdl 
    839  1.422.2.2  fvdl # Audio support
    840  1.422.2.2  fvdl #audio*	at aria?
    841  1.422.2.2  fvdl audio*	at auich?
    842  1.422.2.2  fvdl audio*	at auvia?
    843  1.422.2.2  fvdl audio*	at clcs?
    844  1.422.2.2  fvdl audio*	at clct?
    845  1.422.2.2  fvdl audio*	at cmpci?
    846  1.422.2.2  fvdl audio*	at eap?
    847  1.422.2.2  fvdl #audio*	at esl?
    848  1.422.2.2  fvdl audio*	at esm?
    849  1.422.2.2  fvdl audio*	at eso?
    850  1.422.2.2  fvdl audio*	at ess?
    851  1.422.2.2  fvdl audio*	at fms?
    852  1.422.2.2  fvdl audio*	at gus?
    853  1.422.2.2  fvdl audio*	at guspnp?
    854  1.422.2.2  fvdl audio*	at neo?
    855  1.422.2.2  fvdl audio*	at pas?
    856  1.422.2.2  fvdl audio*	at sb?
    857  1.422.2.2  fvdl audio*	at sp?
    858  1.422.2.2  fvdl audio*	at sv?
    859  1.422.2.2  fvdl audio*	at uaudio?
    860  1.422.2.2  fvdl audio*	at wss?
    861  1.422.2.2  fvdl audio*	at yds?
    862  1.422.2.2  fvdl audio*	at ym?
    863  1.422.2.2  fvdl 
    864  1.422.2.2  fvdl # MPU 401 UARTs
    865  1.422.2.2  fvdl #mpu*	at isa? port 0x330 irq 9        # MPU401 or compatible card
    866  1.422.2.2  fvdl mpu*	at eso?
    867  1.422.2.2  fvdl mpu*	at fms?
    868  1.422.2.2  fvdl mpu*	at sb?
    869  1.422.2.2  fvdl mpu*	at yds?
    870  1.422.2.2  fvdl mpu*	at ym?
    871  1.422.2.2  fvdl 
    872  1.422.2.2  fvdl # MIDI support
    873  1.422.2.2  fvdl midi*	at clcs?		# Cirrus Logic CS4280 MIDI port
    874  1.422.2.2  fvdl #midi*	at clct?		# Cirrus Logic CS4281 MIDI port
    875  1.422.2.2  fvdl #midi*	at cms?			# Creative Music System
    876  1.422.2.2  fvdl midi*	at eap?			# 137[01] MIDI port
    877  1.422.2.2  fvdl midi*	at mpu?			# MPU 401
    878  1.422.2.2  fvdl midi*	at opl?			# OPL FM synth
    879  1.422.2.2  fvdl midi*	at pcppi?		# MIDI interface to the PC speaker
    880  1.422.2.2  fvdl midi*	at sb?			# SB1 MIDI port
    881  1.422.2.2  fvdl midi*   at umidi?               # USB MIDI
    882  1.422.2.2  fvdl 
    883  1.422.2.2  fvdl # The spkr driver provides a simple tone interface to the built in speaker.
    884  1.422.2.2  fvdl #spkr0	at pcppi?		# PC speaker
    885  1.422.2.2  fvdl 
    886  1.422.2.2  fvdl 
    887  1.422.2.2  fvdl # TV cards
    888  1.422.2.2  fvdl 
    889  1.422.2.2  fvdl # Brooktree 848/849/878/879 based TV cards
    890  1.422.2.2  fvdl bktr* at pci? dev ? function ?
    891  1.422.2.2  fvdl 
    892  1.422.2.2  fvdl 
    893  1.422.2.2  fvdl # Mice
    894  1.422.2.2  fvdl 
    895  1.422.2.2  fvdl # ISA busmice
    896  1.422.2.2  fvdl lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
    897  1.422.2.2  fvdl lms1	at isa? port 0x238 irq 5
    898  1.422.2.2  fvdl mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
    899  1.422.2.2  fvdl mms1	at isa? port 0x238 irq 5
    900  1.422.2.2  fvdl wsmouse*	at lms? mux 0
    901  1.422.2.2  fvdl wsmouse*	at mms? mux 0
    902  1.422.2.2  fvdl # backwards compatible versions
    903  1.422.2.2  fvdl #olms0	at isa? port 0x23c irq 5	# Logitech bus mouse
    904  1.422.2.2  fvdl #olms1	at isa? port 0x238 irq 5
    905  1.422.2.2  fvdl #omms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
    906  1.422.2.2  fvdl #omms1	at isa? port 0x238 irq 5
    907  1.422.2.2  fvdl #opms0	at pc? irq 12		# PS/2 auxiliary port mouse
    908  1.422.2.2  fvdl 
    909  1.422.2.2  fvdl 
    910  1.422.2.2  fvdl # Joysticks
    911  1.422.2.2  fvdl 
    912  1.422.2.2  fvdl #joy*		at pnpbios? index ?	# Game port
    913  1.422.2.2  fvdl 
    914  1.422.2.2  fvdl # ISA Plug-and-Play joysticks
    915  1.422.2.2  fvdl joy*	at isapnp?			# Game ports (usually on audio cards)
    916  1.422.2.2  fvdl 
    917  1.422.2.2  fvdl # PCI joysticks
    918  1.422.2.2  fvdl joy*	at pci?				# Game ports (usually on audio cards)
    919  1.422.2.2  fvdl 
    920  1.422.2.2  fvdl # ISA joysticks. Probe is a little strange; add only if you have one.
    921  1.422.2.2  fvdl #joy0	at isa? port 0x201
    922  1.422.2.2  fvdl 
    923  1.422.2.2  fvdl 
    924  1.422.2.2  fvdl # Miscellaneous Devices
    925  1.422.2.2  fvdl 
    926  1.422.2.2  fvdl # Planetconnect Satellite receiver driver.
    927  1.422.2.2  fvdl #satlink0 at isa? port 0x300 drq 1
    928  1.422.2.2  fvdl 
    929  1.422.2.2  fvdl 
    930  1.422.2.2  fvdl # Pull in optional local configuration
    931  1.422.2.2  fvdl include	"arch/i386/conf/GENERIC.local"
    932  1.422.2.2  fvdl 
    933  1.422.2.2  fvdl 
    934  1.422.2.2  fvdl # Pseudo-Devices
    935  1.422.2.2  fvdl 
    936  1.422.2.2  fvdl # disk/mass storage pseudo-devices
    937  1.422.2.2  fvdl pseudo-device	ccd		4	# concatenated/striped disk devices
    938  1.422.2.2  fvdl #pseudo-device	raid		4	# RAIDframe disk driver
    939  1.422.2.2  fvdl #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    940  1.422.2.2  fvdl pseudo-device	md		1	# memory disk device (ramdisk)
    941  1.422.2.2  fvdl pseudo-device	vnd		4	# disk-like interface to files
    942  1.422.2.2  fvdl 
    943  1.422.2.2  fvdl # network pseudo-devices
    944  1.422.2.2  fvdl pseudo-device	bpfilter	8	# Berkeley packet filter
    945  1.422.2.2  fvdl pseudo-device	ipfilter		# IP filter (firewall) and NAT
    946  1.422.2.2  fvdl pseudo-device	loop			# network loopback
    947  1.422.2.2  fvdl pseudo-device	ppp		2	# Point-to-Point Protocol
    948  1.422.2.2  fvdl pseudo-device	sl		2	# Serial Line IP
    949  1.422.2.2  fvdl pseudo-device	strip		2	# Starmode Radio IP (Metricom)
    950  1.422.2.2  fvdl pseudo-device	tun		2	# network tunneling over tty
    951  1.422.2.2  fvdl pseudo-device	gre		2	# generic L3 over IP tunnel
    952  1.422.2.2  fvdl pseudo-device	ipip		2	# IP Encapsulation within IP (RFC 2003)
    953  1.422.2.2  fvdl pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    954  1.422.2.2  fvdl #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    955  1.422.2.2  fvdl #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
    956  1.422.2.2  fvdl pseudo-device	vlan			# IEEE 802.1q encapsulation
    957  1.422.2.2  fvdl pseudo-device	bridge			# simple inter-network bridging
    958  1.422.2.2  fvdl 
    959  1.422.2.2  fvdl # miscellaneous pseudo-devices
    960  1.422.2.2  fvdl pseudo-device	pty			# pseudo-terminals
    961  1.422.2.2  fvdl pseudo-device	tb		1	# tablet line discipline
    962  1.422.2.2  fvdl pseudo-device	sequencer	1	# MIDI sequencer
    963  1.422.2.2  fvdl # rnd works; RND_COM does not on port i386 yet.
    964  1.422.2.2  fvdl pseudo-device	rnd			# /dev/random and in-kernel generator
    965  1.422.2.2  fvdl #options 	RND_COM			# use "com" randomness as well (BROKEN)
    966  1.422.2.2  fvdl 
    967  1.422.2.2  fvdl # a pseudo device needed for Coda	# also needs CODA (above)
    968  1.422.2.2  fvdl pseudo-device	vcoda		4	# coda minicache <-> venus comm.
    969  1.422.2.2  fvdl 
    970  1.422.2.2  fvdl # mouse & keyboard multiplexor pseudo-devices
    971  1.422.2.2  fvdl pseudo-device	wsmux		2
    972