Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.47.10.4
      1  1.47.10.4      yamt #	$NetBSD: GENERIC,v 1.47.10.4 2010/08/11 22:52:16 yamt Exp $
      2        1.1     gavan #
      3       1.37       abs # GENERIC machine description file
      4        1.1     gavan #
      5       1.37       abs # This machine description file is used to generate the default NetBSD
      6       1.37       abs # kernel.  The generic kernel does not include all options, subsystems
      7       1.37       abs # and device drivers, but should be useful for most applications.
      8       1.37       abs #
      9       1.37       abs # The machine description file can be customised for your specific
     10       1.37       abs # machine to reduce the kernel size and improve its performance.
     11       1.37       abs #
     12       1.37       abs # For further information on compiling NetBSD kernels, see the config(8)
     13       1.37       abs # man page.
     14       1.37       abs #
     15       1.37       abs # For further information on hardware support for this architecture, see
     16       1.37       abs # the intro(4) man page.  For further information about kernel options
     17       1.37       abs # for this architecture, see the options(4) man page.  For an explanation
     18       1.37       abs # of each device driver in this file see the section 4 man page for the
     19       1.37       abs # device.
     20        1.1     gavan 
     21        1.1     gavan include	"arch/iyonix/conf/std.iyonix"
     22        1.1     gavan 
     23        1.1     gavan options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     24        1.1     gavan 
     25  1.47.10.4      yamt #ident 		"GENERIC-$Revision: 1.47.10.4 $"
     26        1.1     gavan 
     27       1.37       abs maxusers	32		# estimated number of users
     28        1.1     gavan 
     29       1.37       abs options		MSGBUFSIZE=65536
     30        1.1     gavan 
     31        1.1     gavan # CPU options
     32        1.1     gavan 
     33        1.1     gavan # For XScale systems
     34        1.1     gavan options 	CPU_XSCALE_80321	# Support the XScale core
     35        1.1     gavan makeoptions	CPUFLAGS="-mcpu=xscale"
     36        1.1     gavan 
     37        1.1     gavan # Architecture options
     38        1.1     gavan options 	XSCALE_CACHE_READ_WRITE_ALLOCATE
     39        1.1     gavan #options 	HZ=512
     40        1.1     gavan 
     41       1.37       abs # Standard system options
     42        1.1     gavan 
     43       1.37       abs options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     44       1.37       abs #options 	NTP		# NTP phase/frequency locked loop
     45        1.1     gavan 
     46       1.37       abs #options 	KTRACE		# system call tracing via ktrace(1)
     47        1.1     gavan 
     48        1.1     gavan 
     49        1.1     gavan #options 	SYSVMSG		# System V-like message queues
     50        1.1     gavan #options 	SYSVSEM		# System V-like semaphores
     51        1.1     gavan #options 	SYSVSHM		# System V-like memory sharing
     52       1.37       abs #options 	P1003_1B_SEMAPHORE	# p1003.1b semaphore support
     53        1.1     gavan 
     54        1.1     gavan # Device options
     55        1.1     gavan 
     56        1.1     gavan # Console options.  The default console is speed is 115200 baud.
     57        1.1     gavan #options 	CONSPEED=9600		# Console speed
     58        1.1     gavan 
     59        1.1     gavan # Miscellaneous kernel options
     60        1.1     gavan options 	KTRACE		# system call tracing, a la ktrace(1)
     61        1.1     gavan options 	IRQSTATS	# manage IRQ statistics
     62        1.1     gavan #options 	KMEMSTATS	# kernel memory statistics
     63        1.1     gavan #options 	SCSIVERBOSE	# Verbose SCSI errors
     64        1.1     gavan options 	PCIVERBOSE	# Verbose PCI descriptions
     65        1.1     gavan options 	MIIVERBOSE	# Verbose MII autoconfuration messages
     66        1.1     gavan #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
     67       1.37       abs 
     68        1.1     gavan options 	USERCONF	# userconf(4) support
     69       1.37       abs #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     70       1.37       abs #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     71        1.1     gavan 
     72        1.1     gavan # Development and Debugging options
     73        1.1     gavan 
     74       1.37       abs # Enable experimental buffer queue strategy for better responsiveness under
     75       1.37       abs # high disk I/O load. Likely stable but not yet the default.
     76       1.37       abs #options 	BUFQ_READPRIO
     77       1.37       abs #options 	BUFQ_PRIOCSCAN
     78       1.37       abs 
     79       1.37       abs # Diagnostic/debugging support options
     80       1.37       abs #options 	DIAGNOSTIC	# expensive kernel consistency checks
     81       1.37       abs #options 	DEBUG		# expensive debugging checks/support
     82       1.37       abs #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     83       1.37       abs options 	DDB		# in-kernel debugger
     84       1.37       abs #options 	DDB_ONPANIC=1	# see also sysctl(8): `ddb.onpanic'
     85       1.37       abs options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     86       1.37       abs #options 	DDB_KEYCODE=0x40
     87       1.37       abs #options 	KGDB		# remote debugger
     88       1.37       abs #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
     89       1.37       abs makeoptions	DEBUG="-g"	# compile full symbol table
     90  1.47.10.2      yamt options 	SYMTAB_SPACE=400000
     91        1.1     gavan options 	PERFCTRS	# performance counters
     92        1.1     gavan #options 	PMAP_DEBUG	# Enable pmap_debug_level code
     93        1.1     gavan #options 	VERBOSE_INIT_ARM # verbose bootstraping messages
     94        1.1     gavan 
     95       1.37       abs #options 	PMAP_INCLUDE_PTE_SYNC
     96       1.37       abs #options 	LOCKDEBUG
     97       1.37       abs 
     98       1.37       abs 
     99       1.37       abs # Compatibility options
    100       1.37       abs #options 	COMPAT_09	# NetBSD 0.9
    101       1.37       abs #options 	COMPAT_10	# NetBSD 1.0
    102       1.37       abs #options 	COMPAT_11	# NetBSD 1.1
    103       1.37       abs #options 	COMPAT_12	# NetBSD 1.2
    104       1.37       abs #options 	COMPAT_13	# NetBSD 1.3
    105       1.37       abs #options 	COMPAT_14	# NetBSD 1.4
    106       1.37       abs #options 	COMPAT_15	# NetBSD 1.5
    107       1.37       abs #options 	COMPAT_16	# NetBSD 1.6
    108       1.37       abs #options 	COMPAT_20	# NetBSD 2.0
    109       1.37       abs #options 	COMPAT_30	# NetBSD 3.0
    110  1.47.10.1      yamt #options 	COMPAT_40	# NetBSD 4.0
    111  1.47.10.1      yamt options 	COMPAT_50	# NetBSD 5.0 compatibility.
    112       1.37       abs #options 	COMPAT_43	# 4.3BSD
    113       1.37       abs #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
    114       1.37       abs options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
    115       1.37       abs 
    116       1.37       abs # File systems
    117       1.37       abs file-system 	FFS		# UFS
    118       1.37       abs #file-system 	EXT2FS		# second extended file system (linux)
    119       1.37       abs #file-system 	LFS		# log-structured file system
    120       1.37       abs #file-system 	MFS		# memory file system
    121       1.37       abs file-system 	NFS		# Network File System client
    122       1.37       abs #file-system 	NTFS		# Windows/NT file system (experimental)
    123       1.37       abs file-system 	CD9660		# ISO 9660 + Rock Ridge file system
    124       1.37       abs file-system 	MSDOSFS		# MS-DOS file system
    125       1.37       abs #file-system 	FDESC		# /dev/fd
    126       1.37       abs #file-system 	KERNFS		# /kern
    127       1.37       abs #file-system 	NULLFS		# loopback file system
    128       1.37       abs #file-system 	OVERLAY		# overlay file system
    129       1.37       abs #file-system 	PROCFS		# /proc
    130       1.37       abs #file-system 	UMAPFS		# NULLFS + uid and gid remapping
    131       1.37       abs #file-system 	UNION		# union file system
    132       1.37       abs #file-system	CODA		# Coda File System; also needs vcoda (below)
    133       1.37       abs #file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
    134       1.37       abs #file-system	PTYFS		# /dev/ptm support
    135       1.37       abs #file-system	TMPFS		# Efficient memory file-system
    136       1.37       abs #file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
    137       1.37       abs #file-system	HFS		# experimental - Apple HFS+ (read-only)
    138       1.37       abs file-system     FILECORE        # Acorn filecore file system
    139       1.37       abs 
    140       1.37       abs # File system options
    141       1.37       abs #options 	QUOTA		# UFS quotas
    142       1.37       abs #options 	FFS_EI		# FFS Endian Independent support
    143  1.47.10.1      yamt options 	WAPBL		# File system journaling support - Experimental
    144       1.37       abs # Note that UFS_DIRHASH is suspected of causing kernel memory corruption.
    145       1.37       abs # It is not recommended for general use.
    146       1.37       abs #options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
    147       1.37       abs #options 	NFSSERVER	# Network File System server
    148       1.37       abs options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
    149       1.37       abs #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
    150       1.37       abs 				# immutable) behave as system flags.
    151       1.37       abs 
    152       1.37       abs # Networking options
    153       1.37       abs #options 	GATEWAY		# packet forwarding
    154       1.37       abs options 	INET		# IP + ICMP + TCP + UDP
    155       1.37       abs #options 	INET6		# IPV6
    156       1.37       abs #options 	IPSEC		# IP security
    157       1.37       abs #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
    158       1.37       abs #options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
    159       1.37       abs #options 	IPSEC_DEBUG	# debug for IP security
    160       1.37       abs #options 	MROUTING	# IP multicast routing
    161       1.37       abs #options 	PIM		# Protocol Independent Multicast
    162       1.37       abs #options 	ISO,TPIP	# OSI
    163       1.37       abs #options 	EON		# OSI tunneling over IP
    164       1.37       abs #options 	NETATALK	# AppleTalk networking protocols
    165       1.37       abs #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    166       1.37       abs #options 	PPP_DEFLATE	# Deflate compression support for PPP
    167       1.37       abs #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    168       1.37       abs #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    169       1.37       abs #options 	IPFILTER_LOG	# ipmon(8) log support
    170       1.37       abs #options 	IPFILTER_LOOKUP	# ippool(8) support
    171       1.37       abs #options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
    172       1.37       abs #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    173       1.37       abs 
    174       1.37       abs #options 	ALTQ		# Manipulate network interfaces' output queues
    175       1.37       abs #options 	ALTQ_BLUE	# Stochastic Fair Blue
    176       1.37       abs #options 	ALTQ_CBQ	# Class-Based Queueing
    177       1.37       abs #options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
    178       1.37       abs #options 	ALTQ_FIFOQ	# First-In First-Out Queue
    179       1.37       abs #options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
    180       1.37       abs #options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
    181       1.37       abs #options 	ALTQ_LOCALQ	# Local queueing discipline
    182       1.37       abs #options 	ALTQ_PRIQ	# Priority Queueing
    183       1.37       abs #options 	ALTQ_RED	# Random Early Detection
    184       1.37       abs #options 	ALTQ_RIO	# RED with IN/OUT
    185       1.37       abs #options 	ALTQ_WFQ	# Weighted Fair Queueing
    186       1.37       abs 
    187       1.37       abs 
    188       1.37       abs options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
    189       1.37       abs 
    190       1.37       abs # Kernel root file system and dump configuration.
    191       1.37       abs config		netbsd	root on ? type ?
    192       1.37       abs #config		netbsd	root on sd0a type ffs
    193       1.37       abs #config		netbsd	root on ? type nfs
    194        1.1     gavan 
    195       1.37       abs #
    196       1.37       abs # Device configuration
    197       1.37       abs #
    198        1.1     gavan 
    199       1.37       abs mainbus0 at root
    200        1.1     gavan 
    201       1.37       abs cpu0 at mainbus?
    202        1.1     gavan 
    203        1.1     gavan # i80321 I/O Processor peripheral support
    204        1.1     gavan iopxs*          at mainbus?
    205        1.1     gavan 
    206        1.1     gavan iopaau*         at iopxs?               # Application Accelerator Unit
    207        1.1     gavan iopiic*         at iopxs?               # I2C Controller Unit(s) 
    208        1.1     gavan iic0            at iopiic?
    209        1.1     gavan iic1            at iopiic?
    210        1.1     gavan iopwdog*        at iopxs?               # Watchdog timer
    211        1.1     gavan pci0            at iopxs? bus ?         # PCI/PCI-X support
    212        1.1     gavan 
    213  1.47.10.2      yamt # The curious can see their RAM timings.
    214  1.47.10.2      yamt spdmem* at iic1 addr 0x56
    215  1.47.10.2      yamt 
    216        1.1     gavan # PCI bridges
    217       1.37       abs ppb*	at pci? dev ? function ?	# PCI-PCI bridges
    218       1.37       abs pci*	at ppb? bus ?
    219       1.37       abs # XXX 'puc's aren't really bridges, but there's no better place for them here
    220       1.37       abs #puc*	at pci? dev ? function ?	# PCI "universal" comm. cards
    221        1.1     gavan 
    222  1.47.10.2      yamt #options COMCONSOLE
    223  1.47.10.2      yamt 
    224        1.1     gavan # VGA
    225        1.1     gavan #vga*            at pci? dev ? function ?
    226  1.47.10.2      yamt genfb*		at pci? dev ? function ?
    227  1.47.10.2      yamt 
    228  1.47.10.2      yamt # Display
    229  1.47.10.2      yamt wsdisplay0      at wsemuldisplaydev? console 1
    230  1.47.10.2      yamt wsdisplay*      at wsemuldisplaydev?
    231  1.47.10.2      yamt 
    232  1.47.10.2      yamt options 	WSEMUL_VT100			# VT100 / VT220 emulation
    233        1.1     gavan 
    234       1.37       abs # CardBus bridge support
    235       1.37       abs #cbb*		at pci? dev ? function ?
    236       1.37       abs #cardslot*	at cbb?
    237       1.37       abs 
    238       1.37       abs # CardBus bus support
    239       1.37       abs #cardbus*	at cardslot?
    240       1.37       abs #pcmcia* 	at cardslot?
    241       1.37       abs 
    242       1.37       abs # Serial Devices
    243       1.37       abs 
    244       1.37       abs # PCI serial interfaces
    245       1.37       abs #com*	at puc? port ?			# 16x50s on "universal" comm boards
    246       1.37       abs #cy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
    247       1.37       abs #cz*	at pci? dev ? function ?	# Cyclades-Z multi-port serial boards
    248       1.37       abs 
    249       1.37       abs # PCMCIA serial interfaces
    250       1.37       abs #com*	at pcmcia? function ?		# Modems and serial cards
    251       1.37       abs 
    252       1.37       abs #pcmcom* at pcmcia? function ?		# PCMCIA multi-port serial cards
    253       1.37       abs #com*	at pcmcom? slave ?		# ...and the slave devices
    254       1.37       abs 
    255       1.37       abs # CardBus serial interfaces
    256       1.37       abs #com*	at cardbus? function ?	# Modems and serial cards
    257       1.37       abs 
    258       1.37       abs # I2O devices
    259       1.37       abs #iop*	at pci? dev ? function ?	# I/O processor
    260       1.37       abs #iopsp*	at iop? tid ?			# SCSI/FC-AL ports
    261       1.37       abs #ld*	at iop? tid ?			# block devices
    262       1.37       abs #dpti*	at iop? tid 0			# DPT/Adaptec control interface
    263       1.37       abs 
    264       1.37       abs # SCSI Controllers and Devices
    265       1.37       abs 
    266       1.37       abs # PCI SCSI controllers
    267       1.37       abs #adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
    268       1.37       abs #adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
    269       1.37       abs #ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
    270       1.37       abs #ahd*	at pci? dev ? function ?	# Adaptec 29320, 39320 (aic790x) SCSI
    271       1.37       abs #bha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
    272       1.37       abs #dpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
    273       1.37       abs #iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
    274       1.37       abs #isp*	at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FibreChannel
    275       1.37       abs #mfi*	at pci? dev ? function ?	# LSI MegaRAID SAS
    276       1.37       abs #mly*	at pci? dev ? function ?	# Mylex AcceleRAID and eXtremeRAID
    277       1.37       abs #mpt*	at pci? dev ? function ?	# LSI Fusion SCSI/FC
    278       1.37       abs #njs*	at pci? dev ? function ?	# Workbit NinjaSCSI-32
    279       1.37       abs #pcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
    280       1.37       abs #siop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
    281       1.37       abs #esiop*	at pci? dev ? function ?	# Symbios 53c875 SCSI and newer
    282       1.37       abs ##options 	SIOP_SYMLED		# drive the act. LED in software
    283       1.37       abs #trm*	at pci? dev ? function ?	# Tekram DC-395U/UW/F, DC-315/U SCSI
    284       1.37       abs 
    285       1.37       abs # PCMCIA SCSI controllers
    286       1.37       abs #aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
    287       1.37       abs #esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
    288       1.37       abs #spc* 	at pcmcia? function ?		# Fujitsu MB87030/MB89352 SCSI
    289       1.37       abs 
    290       1.37       abs # CardBus SCSI cards
    291       1.37       abs #adv*	at cardbus? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
    292       1.37       abs #ahc*	at cardbus? function ?	# Adaptec ADP-1480
    293       1.37       abs #njs*	at cardbus? function ?	# Workbit NinjaSCSI-32
    294       1.37       abs 
    295       1.37       abs # SCSI bus support
    296       1.37       abs #scsibus* at scsi?
    297       1.37       abs 
    298       1.37       abs # SCSI devices
    299       1.37       abs #sd*	at scsibus? target ? lun ?	# SCSI disk drives
    300       1.37       abs #st*	at scsibus? target ? lun ?	# SCSI tape drives
    301       1.37       abs #cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    302       1.37       abs #ch*	at scsibus? target ? lun ?	# SCSI autochangers
    303       1.37       abs #ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
    304       1.37       abs #ss*	at scsibus? target ? lun ?	# SCSI scanners
    305       1.37       abs #uk*	at scsibus? target ? lun ?	# SCSI unknown
    306       1.37       abs 
    307       1.37       abs 
    308       1.37       abs # RAID controllers and devices
    309       1.37       abs #aac*	at pci? dev ? function ?	# Adaptec AAC family
    310       1.37       abs #amr*	at pci? dev ? function ?	# AMI/LSI Logic MegaRAID
    311       1.37       abs #cac*	at pci? dev ? function ?	# Compaq PCI array controllers
    312       1.37       abs #ciss*	at pci? dev ? function ?	# HP Smart Array controllers
    313       1.37       abs #icp*	at pci? dev ? function ?	# ICP-Vortex GDT & Intel RAID
    314       1.37       abs #mlx*	at pci? dev ? function ?	# Mylex DAC960 & DEC SWXCR family
    315       1.37       abs #mlx*	at eisa? slot ?			# Mylex DAC960 & DEC SWXCR family
    316       1.37       abs #twa*	at pci? dev ? function ?	# 3ware Escalade 95xx RAID controllers
    317       1.37       abs #twe*	at pci? dev ? function ?	# 3ware Escalade RAID controllers
    318       1.37       abs 
    319       1.37       abs #ld*	at aac? unit ?			# logical disk devices
    320       1.37       abs #ld*	at amr? unit ?
    321       1.37       abs #ld*	at cac? unit ?
    322       1.37       abs #ld*	at icp? unit ?
    323       1.37       abs #ld*	at twa? unit ?
    324       1.37       abs #ld*	at twe? unit ?
    325       1.37       abs #ld*	at mlx? unit ?
    326       1.37       abs 
    327       1.37       abs #icpsp*	at icp? unit ?			# SCSI pass-through
    328       1.37       abs 
    329        1.1     gavan # IDE and related devices
    330        1.1     gavan # PCI IDE controllers - see pciide(4) for supported hardware.
    331        1.1     gavan # The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
    332        1.1     gavan # how to set up DMA modes for this chip. This may work, or may cause
    333        1.1     gavan # a machine hang with some controllers.
    334        1.1     gavan pciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
    335        1.1     gavan acardide*	at pci? dev ? function ?	# Acard IDE controllers
    336        1.1     gavan aceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
    337       1.37       abs #ahcisata* 	at pci? dev ? function ?	# AHCI SATA controllers
    338        1.1     gavan artsata* 	at pci? dev ? function ?	# Intel i31244 SATA controller
    339        1.1     gavan cmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
    340        1.1     gavan cypide* 	at pci? dev ? function ?	# Cypress IDE controllers
    341       1.37       abs #geodeide* 	at pci? dev ? function ?	# AMD Geode IDE controllers
    342        1.1     gavan hptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
    343       1.37       abs #iteide* 	at pci? dev ? function ?	# IT Express IDE controllers
    344       1.37       abs #ixpide* 	at pci? dev ? function ?	# ATI IXP IDE controllers
    345        1.1     gavan optiide* 	at pci? dev ? function ?	# Opti IDE controllers
    346       1.37       abs #piixide* 	at pci? dev ? function ?	# Intel IDE controllers
    347        1.1     gavan pdcide* 	at pci? dev ? function ?	# Promise IDE controllers
    348        1.4    bouyer pdcsata*	at pci? dev ? function ?	# Promise SATA150 controllers
    349        1.1     gavan rccide* 	at pci? dev ? function ?	# ServerWorks IDE controllers
    350        1.1     gavan satalink*	at pci? dev ? function ?	# SiI SATALink controllers
    351        1.1     gavan siside* 	at pci? dev ? function ?	# SiS IDE controllers
    352        1.1     gavan slide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
    353       1.37       abs #svwsata* 	at pci? dev ? function ?	# ServerWorks SATA controllers
    354        1.1     gavan stpcide*	at pci? dev ? function ?	# STMicro STPC IDE controllers
    355        1.1     gavan viaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
    356        1.1     gavan 
    357       1.37       abs # PCMCIA IDE controllers
    358       1.37       abs #wdc*	at pcmcia? function ?
    359       1.37       abs 
    360       1.37       abs # CardBus IDE controllers
    361       1.37       abs #njata*	at cardbus? function ? flags 0x01	# Workbit NinjaATA-32
    362       1.37       abs 
    363        1.1     gavan # ATA (IDE) bus support
    364        1.1     gavan atabus* at ata?
    365       1.37       abs #options	ATADEBUG
    366        1.1     gavan 
    367        1.1     gavan # IDE drives
    368        1.1     gavan # Flags are used only with controllers that support DMA operations
    369        1.1     gavan # and mode settings (e.g. some pciide controllers)
    370        1.1     gavan # The lowest order four bits (rightmost digit) of the flags define the PIO
    371        1.1     gavan # mode to use, the next set of four bits the DMA mode and the third set the
    372        1.1     gavan # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
    373        1.1     gavan # to use, and the last bit must be 1 for this setting to be used.
    374        1.1     gavan # For DMA and UDMA, 0xf (1111) means 'disable'.
    375        1.1     gavan # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
    376        1.1     gavan # (0xc=1100, 0xa=1010, 0xf=1111)
    377        1.1     gavan # 0x0000 means "use whatever the drive claims to support".
    378        1.1     gavan wd*	at atabus? drive ? flags 0x0000
    379        1.1     gavan 
    380        1.1     gavan # ATA RAID configuration support, as found on some Promise controllers.
    381        1.1     gavan pseudo-device	ataraid
    382        1.1     gavan ld*	at ataraid? vendtype ? unit ?
    383        1.1     gavan 
    384        1.1     gavan # ATAPI bus support
    385        1.1     gavan atapibus* at atapi?
    386        1.1     gavan 
    387        1.1     gavan # ATAPI devices
    388        1.1     gavan # flags have the same meaning as for IDE drives.
    389        1.1     gavan # XXX No DMA on IDE devices for now
    390        1.1     gavan cd*	at atapibus? drive ? flags 0x0ff0	# ATAPI CD-ROM drives
    391        1.1     gavan sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    392        1.1     gavan st*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
    393        1.1     gavan uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
    394        1.1     gavan 
    395       1.37       abs 
    396       1.37       abs # Network Interfaces
    397       1.37       abs 
    398        1.1     gavan # PCI network interfaces
    399       1.37       abs #an*	at pci? dev ? function ?	# Aironet PC4500/PC4800 (802.11)
    400       1.37       abs #ath*	at pci? dev ? function ?	# Atheros 5210/5211/5212 802.11
    401       1.37       abs #atw*	at pci? dev ? function ?	# ADMtek ADM8211 (802.11)
    402       1.37       abs #bce* 	at pci? dev ? function ?	# Broadcom 4401 10/100 Ethernet
    403       1.37       abs #bge* 	at pci? dev ? function ?	# Broadcom 570x gigabit Ethernet
    404       1.37       abs #bnx* 	at pci? dev ? function ?	# Broadcom NetXtremeII gigabit Ethernet
    405       1.37       abs #dge*	at pci? dev ? function ?	# Intel 82597 10GbE LR
    406       1.37       abs #en*	at pci? dev ? function ?	# ENI/Adaptec ATM
    407       1.37       abs #ep*	at pci? dev ? function ?	# 3Com 3c59x
    408       1.37       abs #epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
    409       1.37       abs #esh*	at pci? dev ? function ?	# Essential HIPPI card
    410       1.37       abs #ex*	at pci? dev ? function ?	# 3Com 90x[BC]
    411       1.37       abs #fpa*	at pci? dev ? function ?	# DEC DEFPA FDDI
    412       1.37       abs #fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
    413       1.37       abs #gsip*	at pci? dev ? function ?	# NS83820 Gigabit Ethernet
    414        1.1     gavan #hme*	at pci? dev ? function ?	# Sun Microelectronics STP2002-STQ
    415       1.37       abs #ipw*	at pci? dev ? function ?	# Intel PRO/Wireless 2100
    416       1.37       abs #iwi*	at pci? dev ? function ?	# Intel PRO/Wireless 2200BG
    417       1.37       abs #le*	at pci? dev ? function ?	# PCnet-PCI Ethernet
    418       1.37       abs #lmc*	at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
    419       1.37       abs #mskc*	at pci? dev ? function ?	# Marvell Yukon 2 Gigabit Ethernet
    420       1.37       abs #msk*	at mskc?			# Marvell Yukon 2 Gigabit Ethernet
    421       1.37       abs #mtd*	at pci? dev ? function ?	# Myson MTD803 3-in-1 Ethernet
    422       1.37       abs ##ndis* 	at pci? dev ? function ?	# Experimental - NDIS Network Driver
    423       1.37       abs #ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
    424       1.37       abs #nfe*	at pci?	dev ? function ?	# NVIDIA nForce Ethernet
    425       1.37       abs #ntwoc*	at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
    426       1.37       abs #pcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
    427       1.37       abs #ral*	at pci? dev ? function ?	# Ralink Technology RT25x0 802.11a/b/g
    428       1.37       abs #re*	at pci? dev ? function ?	# Realtek 8139C+/8169/8169S/8110S
    429        1.1     gavan rtk*	at pci? dev ? function ?	# Realtek 8129/8139
    430       1.37       abs #rtw*	at pci? dev ? function ?	# Realtek 8180L (802.11)
    431       1.37       abs #sf*	at pci? dev ? function ?	# Adaptec AIC-6915 Ethernet
    432       1.37       abs #sip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
    433       1.37       abs #skc*	at pci? dev ? function ?	# SysKonnect SK9821 Gigabit Ethernet
    434       1.37       abs #sk*	at skc?				# SysKonnect SK9821 Gigabit Ethernet
    435       1.37       abs #ste*	at pci? dev ? function ?	# Sundance ST-201 Ethernet
    436       1.37       abs #stge*	at pci? dev ? function ?	# Sundance/Tamarack TC9021 Gigabit
    437       1.37       abs #ti*	at pci? dev ? function ?	# Alteon ACEnic gigabit Ethernet
    438       1.37       abs #tl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
    439       1.37       abs #tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
    440       1.37       abs #txp*	at pci? dev ? function ?	# 3com 3cr990
    441       1.37       abs #vge*	at pci? dev ? function ?	# VIATech VT612X Gigabit Ethernet
    442       1.37       abs #vr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
    443       1.37       abs #wi*	at pci? dev ? function ?	# Intersil Prism Mini-PCI (802.11b)
    444        1.1     gavan wm*	at pci? dev ? function ?	# Intel 8254x gigabit
    445       1.37       abs #wpi*	at pci? dev ? function ?	# Intel PRO/Wireless 3945ABG
    446       1.37       abs #xge*	at pci? dev ? function ?	# Neterion (S2io) Xframe-I 10GbE
    447       1.37       abs 
    448       1.37       abs # PCMCIA network interfaces
    449       1.37       abs #an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
    450       1.37       abs #awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
    451       1.37       abs #cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
    452       1.37       abs #cs*	at pcmcia? function ?		# CS89xx Ethernet
    453       1.37       abs #ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    454       1.37       abs #mbe*	at pcmcia? function ?		# MB8696x based Ethernet
    455       1.37       abs #ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    456       1.37       abs #ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
    457       1.37       abs #sm*	at pcmcia? function ?		# Megahertz Ethernet
    458       1.37       abs ## tr at pcmcia has problems with Cardbus bridges
    459       1.37       abs ##tr*	at pcmcia? function ?		# TROPIC based Token-Ring
    460       1.37       abs #wi*	at pcmcia? function ?		# Lucent/Intersil WaveLan IEEE (802.11)
    461       1.37       abs #xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
    462       1.37       abs #com*	at xirc?
    463       1.37       abs #xi*	at xirc?
    464       1.37       abs #mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
    465       1.37       abs #com*	at mhzc?
    466       1.37       abs #sm*	at mhzc?
    467       1.37       abs 
    468       1.37       abs # CardBus network cards
    469       1.37       abs #ath*	at cardbus? function ?	# Atheros 5210/5211/5212 802.11
    470       1.37       abs #atw*	at cardbus? function ?	# ADMtek ADM8211 (802.11)
    471       1.37       abs #ex*	at cardbus? function ?	# 3Com 3C575TX
    472       1.37       abs #fxp*	at cardbus? function ?	# Intel i8255x
    473       1.37       abs #ral*	at cardbus? function ?	# Ralink Technology RT25x0 802.11a/b/g
    474       1.37       abs #rtk*	at cardbus? function ?	# Realtek 8129/8139
    475       1.37       abs #rtw*	at cardbus? function ?	# Realtek 8180L (802.11)
    476       1.37       abs #tlp*	at cardbus? function ?	# DECchip 21143
    477        1.1     gavan 
    478        1.1     gavan # MII/PHY support
    479        1.1     gavan acphy*	at mii? phy ?			# Altima AC101 and AMD Am79c874 PHYs
    480        1.1     gavan amhphy* at mii? phy ?			# AMD 79c901 Ethernet PHYs
    481        1.1     gavan bmtphy* at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
    482        1.1     gavan brgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
    483       1.37       abs #ciphy*	at mii? phy ?			# Cicada CS8201 Gig-E PHYs
    484        1.1     gavan dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
    485        1.1     gavan exphy*	at mii? phy ?			# 3Com internal PHYs
    486        1.1     gavan gentbi* at mii? phy ?			# Generic Ten-Bit 1000BASE-[CLS]X PHYs
    487        1.1     gavan glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
    488        1.1     gavan gphyter* at mii? phy ?			# NS83861 Gig-E PHY
    489        1.1     gavan icsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
    490        1.1     gavan igphy*	at mii? phy ?			# Intel IGP01E1000
    491       1.37       abs #ikphy*	at mii? phy ?			# Intel 82563 PHYs
    492        1.1     gavan inphy*	at mii? phy ?			# Intel 82555 PHYs
    493        1.1     gavan iophy*	at mii? phy ?			# Intel 82553 PHYs
    494        1.1     gavan lxtphy* at mii? phy ?			# Level One LXT-970 PHYs
    495        1.1     gavan makphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
    496        1.1     gavan nsphy*	at mii? phy ?			# NS83840 PHYs
    497        1.1     gavan nsphyter* at mii? phy ? 		# NS83843 PHYs
    498        1.1     gavan pnaphy* at mii? phy ?			# generic HomePNA PHYs
    499        1.1     gavan qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
    500       1.37       abs #rgephy* at mii? phy ?			# Realtek 8169S/8110S internal PHYs
    501       1.37       abs #rlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
    502        1.1     gavan sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    503        1.1     gavan tlphy*	at mii? phy ?			# ThunderLAN PHYs
    504        1.1     gavan tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
    505        1.1     gavan ukphy*	at mii? phy ?			# generic unknown PHYs
    506        1.1     gavan urlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
    507        1.1     gavan 
    508       1.37       abs 
    509        1.1     gavan # USB Controller and Devices
    510        1.1     gavan 
    511        1.1     gavan # PCI USB controllers
    512        1.1     gavan #ehci*	at pci?	dev ? function ?	# Enhanced Host Controller
    513        1.1     gavan ohci*	at pci?	dev ? function ?	# Open Host Controller
    514        1.1     gavan uhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
    515        1.1     gavan 
    516        1.1     gavan # CardBus USB controllers
    517       1.37       abs #ehci*	at cardbus? function ?		# Enhanced Host Controller
    518       1.37       abs #ohci*	at cardbus? function ?		# Open Host Controller
    519       1.37       abs #uhci*	at cardbus? function ?		# Universal Host Controller (Intel)
    520        1.1     gavan 
    521        1.1     gavan # ISA USB controllers
    522        1.1     gavan #slhci0	at isa? port 0x300 irq 5	# ScanLogic SL811HS
    523        1.1     gavan 
    524       1.41  kiyohara # PCMCIA USB controllers
    525       1.42  kiyohara #slhci*	at pcmcia? function ?		# ScanLogic SL811HS
    526       1.41  kiyohara 
    527        1.1     gavan # USB bus support
    528        1.1     gavan #usb*	at ehci?
    529        1.1     gavan usb*	at ohci?
    530        1.1     gavan usb*	at uhci?
    531        1.1     gavan #usb*	at slhci?
    532        1.1     gavan 
    533        1.1     gavan # USB Hubs
    534       1.37       abs uhub*	at usb?
    535       1.37       abs uhub*	at uhub? port ?
    536        1.1     gavan 
    537        1.1     gavan # USB HID device
    538       1.37       abs uhidev*	at uhub? port ? configuration ? interface ?
    539        1.1     gavan 
    540        1.1     gavan # USB Mice
    541       1.37       abs ums*	at uhidev? reportid ?
    542       1.37       abs wsmouse* at ums? mux 0
    543        1.1     gavan 
    544        1.1     gavan # USB eGalax touch-panel
    545       1.37       abs #uep*	at uhub? port ?
    546       1.37       abs #wsmouse* at uep? mux 0
    547        1.1     gavan 
    548        1.1     gavan # USB Keyboards
    549       1.37       abs ukbd*	at uhidev? reportid ?
    550       1.37       abs wskbd*	at ukbd? console ? mux 1
    551        1.1     gavan 
    552       1.31     skrll # USB serial adapter
    553       1.37       abs ucycom*	at uhidev? reportid ?
    554       1.16     skrll 
    555        1.1     gavan # USB Generic HID devices
    556       1.37       abs uhid*	at uhidev? reportid ?
    557        1.1     gavan 
    558        1.1     gavan # USB Printer
    559       1.37       abs ulpt*	at uhub? port ? configuration ? interface ?
    560        1.1     gavan 
    561        1.1     gavan # USB Modem
    562       1.37       abs umodem*	at uhub? port ? configuration ?
    563       1.37       abs ucom*	at umodem?
    564        1.1     gavan 
    565  1.47.10.3      yamt # Option N.V. Wireless WAN modems
    566  1.47.10.3      yamt uhso*	at uhub? port ? configuration ?
    567  1.47.10.3      yamt 
    568        1.1     gavan # USB Mass Storage
    569       1.37       abs umass*	at uhub? port ? configuration ? interface ?
    570       1.37       abs wd*	at umass?
    571        1.1     gavan 
    572        1.1     gavan # USB audio
    573       1.37       abs uaudio*	at uhub? port ? configuration ?
    574        1.1     gavan 
    575        1.1     gavan # USB MIDI
    576       1.37       abs #umidi* at uhub? port ? configuration ?
    577        1.1     gavan 
    578        1.1     gavan # USB IrDA
    579        1.1     gavan # USB-IrDA bridge spec
    580       1.37       abs #uirda* at uhub? port ? configuration ? interface ?
    581       1.37       abs #irframe* at uirda?
    582        1.1     gavan 
    583        1.1     gavan # SigmaTel STIr4200 USB/IrDA Bridge
    584       1.37       abs #ustir* at uhub? port ?
    585       1.37       abs #irframe* at ustir?
    586        1.1     gavan 
    587        1.1     gavan # USB Ethernet adapters
    588       1.37       abs #aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    589       1.37       abs #axe*	at uhub? port ?		# ASIX AX88172 based adapters
    590       1.37       abs #cdce*	at uhub? port ?		# CDC, Ethernet Networking Control Model
    591       1.37       abs #cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    592       1.37       abs #kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    593       1.37       abs #udav*	at uhub? port ?		# Davicom DM9601 based adapters
    594       1.37       abs #url*	at uhub? port ?		# Realtek RTL8150L based adapters
    595       1.37       abs 
    596       1.37       abs # USB 802.11 adapters
    597       1.37       abs #atu*	at uhub? port ?		# Atmel AT76C50XX based adapters
    598       1.37       abs #ral*	at uhub? port ?		# Ralink Technology RT25x0 802.11a/b/g
    599       1.37       abs #rum*	at uhub? port ?		# Ralink Technology RT2501/RT2601 802.11a/b/g
    600       1.39  kiyohara #zyd*	at uhub? port ?		# Zydas ZD1211
    601        1.1     gavan 
    602        1.1     gavan # Prolific PL2301/PL2302 host-to-host adapter
    603       1.37       abs upl*	at uhub? port ?
    604        1.1     gavan 
    605        1.1     gavan # Serial adapters
    606       1.37       abs ubsa*	at uhub? port ?		# Belkin serial adapter
    607       1.37       abs ucom*	at ubsa? portno ?
    608       1.37       abs 
    609       1.37       abs uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
    610       1.37       abs ucom*	at uftdi? portno ?
    611        1.1     gavan 
    612       1.37       abs uipaq*	at uhub? port ?		# iPAQ PDAs
    613       1.37       abs ucom*	at uipaq? portno ?
    614        1.1     gavan 
    615       1.37       abs umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
    616       1.37       abs ucom*	at umct? portno ?
    617        1.1     gavan 
    618       1.37       abs uplcom* at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
    619       1.37       abs ucom*	at uplcom? portno ?
    620        1.1     gavan 
    621       1.37       abs uvscom* at uhub? port ? 	# SUNTAC Slipper U VS-10U serial adapter
    622       1.37       abs ucom*	at uvscom? portno ?
    623        1.1     gavan 
    624        1.1     gavan # Diamond Multimedia Rio 500
    625       1.37       abs #urio*	at uhub? port ?
    626        1.1     gavan 
    627        1.1     gavan # USB Handspring Visor
    628       1.37       abs #uvisor*	at uhub? port ?
    629       1.37       abs #ucom*	at uvisor?
    630        1.1     gavan 
    631        1.9     itohy # Kyocera AIR-EDGE PHONE
    632        1.9     itohy #ukyopon* at uhub? port ?
    633        1.9     itohy #ucom*	at ukyopon? portno ?
    634        1.9     itohy 
    635        1.1     gavan # USB scanners
    636       1.37       abs #uscanner* at uhub? port ?
    637        1.1     gavan 
    638        1.1     gavan # USB scanners that use SCSI emulation, e.g., HP5300
    639       1.37       abs #usscanner* at uhub? port ?
    640       1.37       abs 
    641       1.37       abs # Topfield TF5000PVR range of DVB recorders
    642       1.37       abs #utoppy*	at uhub? port ?
    643        1.1     gavan 
    644        1.1     gavan # Y@P firmware loader
    645       1.37       abs #uyap* at uhub? port ?
    646        1.1     gavan 
    647        1.1     gavan # D-Link DSB-R100 USB radio
    648       1.37       abs #udsbr*	at uhub? port ?
    649       1.37       abs #radio*	at udsbr?
    650        1.1     gavan 
    651        1.1     gavan # USB Generic driver
    652       1.37       abs #ugen*	at uhub? port ?
    653        1.1     gavan 
    654        1.1     gavan 
    655        1.1     gavan # IrDA and Consumer Ir devices
    656        1.1     gavan 
    657        1.1     gavan # Toshiba Oboe
    658       1.37       abs #oboe* 	at pci? dev ? function ?
    659       1.37       abs #irframe* at oboe?
    660       1.37       abs 
    661        1.1     gavan 
    662        1.1     gavan # PCI IEEE1394 controllers
    663        1.1     gavan #fwohci* at pci? dev ? function ?	# IEEE1394 Open Host Controller
    664        1.1     gavan 
    665        1.1     gavan # CardBus IEEE1394 controllers
    666       1.37       abs #fwohci*	at cardbus? function ?	# IEEE1394 Open Host Controller
    667        1.1     gavan 
    668       1.37       abs #ieee1394if* at fwohci?
    669       1.37       abs #fwip*	at ieee1394if?			# IP over IEEE1394
    670       1.37       abs #sbp*	at ieee1394if? euihi ? euilo ?	# SCSI over IEEE1394
    671        1.1     gavan 
    672        1.1     gavan 
    673        1.1     gavan # Audio Devices
    674        1.1     gavan 
    675        1.1     gavan # PCI audio devices
    676       1.37       abs #auacer* at pci? dev ? function ?	# ALi M5455 integrated AC'97 Audio
    677        1.1     gavan auich*	at pci? dev ? function ?	# Intel ICH integrated AC'97 Audio
    678       1.37       abs #auixp*	at pci? dev ? function ?	# ATI IXP AC'97 Audio
    679        1.1     gavan autri*	at pci? dev ? function ?	# Trident 4DWAVE based AC'97 Audio
    680        1.1     gavan auvia*	at pci? dev ? function ?	# VIA VT82C686A integrated AC'97 Audio
    681       1.37       abs #azalia*	at pci? dev ? function ?	# High Definition Audio
    682        1.1     gavan clcs*	at pci? dev ? function ?	# Cirrus Logic CS4280
    683        1.1     gavan clct*	at pci? dev ? function ?	# Cirrus Logic CS4281
    684        1.1     gavan cmpci*	at pci? dev ? function ?	# C-Media CMI8338/8738
    685        1.1     gavan eap*	at pci? dev ? function ?	# Ensoniq AudioPCI
    686        1.1     gavan emuxki* at pci? dev ? function ?	# Creative SBLive! and PCI512
    687        1.1     gavan esa*	at pci? dev ? function ?	# ESS Allegro-1 / Maestro-3 PCI Audio
    688        1.1     gavan esm*	at pci? dev ? function ?	# ESS Maestro-1/2/2e PCI Audio Accelerator
    689        1.1     gavan eso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
    690        1.1     gavan fms*	at pci? dev ? function ?	# Forte Media FM801
    691        1.1     gavan neo*	at pci? dev ? function ?	# NeoMagic 256 AC'97 Audio
    692        1.1     gavan sv*	at pci? dev ? function ?	# S3 SonicVibes
    693        1.1     gavan yds*	at pci? dev ? function ?	# Yamaha DS-1 PCI Audio
    694        1.1     gavan 
    695        1.1     gavan # OPL[23] FM synthesizers
    696        1.1     gavan opl*	at cmpci? flags 1
    697        1.1     gavan opl*	at eso?
    698        1.1     gavan opl*	at fms?
    699        1.1     gavan opl*	at sv?
    700        1.1     gavan opl*	at yds?
    701        1.1     gavan 
    702        1.1     gavan # Audio support
    703        1.1     gavan audio*	at audiobus?
    704        1.1     gavan 
    705        1.1     gavan # MPU 401 UARTs
    706        1.1     gavan mpu*	at cmpci?
    707        1.1     gavan mpu*	at eso?
    708        1.1     gavan mpu*	at fms?
    709        1.1     gavan mpu*	at yds?
    710        1.1     gavan 
    711        1.1     gavan # MIDI support
    712        1.1     gavan midi*	at midibus?
    713        1.1     gavan 
    714       1.37       abs # PCI radio devices
    715       1.37       abs #gtp*	at pci? dev ? function ? # Guillemot Maxi Radio FM 2000 Radio Card
    716       1.37       abs 
    717       1.37       abs # Radio support
    718       1.37       abs #radio*	at gtp?
    719       1.37       abs 
    720       1.37       abs # TV cards
    721       1.37       abs 
    722       1.37       abs # Brooktree 848/849/878/879 based TV cards
    723       1.37       abs #bktr* at pci? dev ? function ?
    724       1.37       abs #radio* at bktr?
    725       1.37       abs 
    726       1.37       abs 
    727       1.37       abs # Bluetooth Controller and Device support
    728       1.37       abs 
    729       1.37       abs # Bluetooth PCMCIA Controllers
    730       1.37       abs #bt3c* at pcmcia? function ?		# 3Com 3CRWB6096-A
    731       1.40  kiyohara #btbc* at pcmcia? function ?		# AnyCom BlueCard LSE041/039/139
    732       1.37       abs 
    733       1.37       abs # Bluetooth USB Controllers
    734       1.37       abs #ubt* at uhub? port ?
    735       1.37       abs 
    736       1.37       abs # Bluetooth Device Hub
    737       1.45  kiyohara #bthub* at bcsp?
    738       1.37       abs #bthub* at bt3c?
    739       1.40  kiyohara #bthub* at btbc?
    740       1.37       abs #bthub* at btuart?
    741       1.37       abs #bthub* at ubt?
    742       1.37       abs 
    743       1.37       abs # Bluetooth HID support
    744       1.37       abs #bthidev* at bthub?
    745       1.37       abs 
    746       1.37       abs # Bluetooth Mouse
    747       1.37       abs #btms* at bthidev? reportid ?
    748       1.37       abs #wsmouse* at btms? mux 0
    749       1.37       abs 
    750       1.37       abs # Bluetooth Keyboard
    751       1.37       abs #btkbd* at bthidev? reportid ?
    752       1.37       abs #wskbd* at btkbd? console ? mux 1
    753       1.37       abs 
    754  1.47.10.4      yamt # Bluetooth Apple Magic Mouse
    755  1.47.10.4      yamt #btmagic* at bthub?
    756  1.47.10.4      yamt #wsmouse* at btmagic? mux 0
    757  1.47.10.4      yamt 
    758       1.37       abs # Bluetooth Audio support
    759       1.37       abs #btsco* at bthub?
    760       1.37       abs 
    761       1.37       abs # Cryptographic Devices
    762       1.37       abs 
    763       1.37       abs # PCI cryptographic devices
    764       1.37       abs #hifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
    765       1.37       abs #ubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
    766       1.37       abs 
    767        1.1     gavan # On-board device support
    768       1.37       abs 
    769        1.1     gavan obio*	at mainbus?
    770        1.1     gavan #com1	at obio? addr 0x900003e8 xint 1 # on-board UART
    771        1.1     gavan com0	at obio? addr 0x900002f8 xint 1 # on-board UART
    772        1.1     gavan #com*	at obio? addr 0x900003e8 xint 1 # on-board UART
    773        1.1     gavan #com*	at obio? addr 0x900003f8 xint 1 # on-board UART
    774        1.1     gavan 
    775        1.1     gavan # Pseudo-Devices
    776        1.1     gavan 
    777       1.37       abs #pseudo-device 	crypto		# /dev/crypto device
    778       1.37       abs #pseudo-device	swcrypto	# software crypto implementation
    779       1.37       abs 
    780        1.1     gavan # disk/mass storage pseudo-devices
    781       1.37       abs 
    782       1.37       abs #pseudo-device	bio			# RAID control device driver
    783       1.37       abs #pseudo-device	ccd		4	# concatenated/striped disk devices
    784       1.37       abs #pseudo-device	cgd		4	# cryptographic disk devices
    785       1.37       abs #pseudo-device	raid		8	# RAIDframe disk driver
    786       1.37       abs #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    787       1.37       abs # Options to enable various other RAIDframe RAID types.
    788       1.37       abs #options 	RF_INCLUDE_EVENODD=1
    789       1.37       abs #options 	RF_INCLUDE_RAID5_RS=1
    790       1.37       abs #options 	RF_INCLUDE_PARITYLOGGING=1
    791       1.37       abs #options 	RF_INCLUDE_CHAINDECLUSTER=1
    792       1.37       abs #options 	RF_INCLUDE_INTERDECLUSTER=1
    793       1.37       abs #options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    794       1.37       abs #options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    795  1.47.10.4      yamt pseudo-device	fss			# file system snapshot device
    796       1.37       abs 
    797        1.1     gavan pseudo-device	md		1	# memory disk device (ramdisk)
    798       1.27      cube #pseudo-device	vnd			# disk-like interface to files
    799       1.13   hubertf #options 	VND_COMPRESSION		# compressed vnd(4)
    800        1.1     gavan 
    801        1.1     gavan # network pseudo-devices
    802       1.26    rpaulo pseudo-device	bpfilter		# Berkeley packet filter
    803       1.30  liamjfoy #pseudo-device	carp			# Common Address Redundancy Protocol
    804       1.37       abs #pseudo-device	ipfilter		# IP filter (firewall) and NAT
    805        1.1     gavan pseudo-device	loop			# network loopback
    806       1.37       abs #pseudo-device	ppp			# Point-to-Point Protocol
    807       1.37       abs #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    808       1.37       abs #pseudo-device	sl			# Serial Line IP
    809       1.37       abs #pseudo-device	strip			# Starmode Radio IP (Metricom)
    810       1.37       abs #pseudo-device	irframetty		# IrDA frame line discipline
    811       1.37       abs #pseudo-device	tap			# virtual Ethernet
    812       1.37       abs #pseudo-device	tun			# network tunneling over tty
    813       1.37       abs #pseudo-device	gre			# generic L3 over IP tunnel
    814       1.37       abs #pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    815       1.37       abs #pseudo-device	faith			# IPv[46] tcp relay translation i/f#
    816       1.37       abs #pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    817       1.37       abs #pseudo-device	vlan			# IEEE 802.1q encapsulation
    818       1.37       abs #pseudo-device	bridge			# simple inter-network bridging
    819       1.37       abs #options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    820       1.38    martin #pseudo-device	agr			# IEEE 802.3ad link aggregation
    821       1.37       abs #pseudo-device	pf			# PF packet filter
    822       1.37       abs #pseudo-device	pflog			# PF log if
    823       1.37       abs # srt is EXPERIMENTAL
    824       1.37       abs #pseudo-device	srt			# source-address-based routing
    825        1.1     gavan 
    826  1.47.10.1      yamt #
    827  1.47.10.1      yamt # accept filters
    828  1.47.10.1      yamt pseudo-device   accf_data		# "dataready" accept filter
    829  1.47.10.1      yamt pseudo-device   accf_http		# "httpready" accept filter
    830  1.47.10.1      yamt 
    831        1.1     gavan # miscellaneous pseudo-devices
    832        1.1     gavan pseudo-device	pty			# pseudo-terminals
    833       1.37       abs #pseudo-device	sequencer	1	# MIDI sequencer
    834        1.1     gavan pseudo-device	rnd			# /dev/random and in-kernel generator
    835       1.37       abs #options 	RND_COM			# use "com" randomness as well (BROKEN)
    836        1.1     gavan pseudo-device	clockctl		# user control of clock subsystem
    837        1.1     gavan pseudo-device	ksyms			# /dev/ksyms
    838       1.37       abs #pseudo-device	lockstat		# lock profiling
    839       1.45  kiyohara #pseudo-device	bcsp			# BlueCore Serial Protocol
    840       1.37       abs #pseudo-device	btuart			# Bluetooth HCI UART (H4)
    841       1.37       abs 
    842       1.37       abs # a pseudo device needed for Coda	# also needs CODA (above)
    843       1.37       abs #pseudo-device	vcoda		4	# coda minicache <-> venus comm.
    844       1.37       abs 
    845       1.37       abs # a pseudo device needed for SMBFS
    846       1.37       abs #pseudo-device	nsmb			# experimental - SMB requester
    847        1.1     gavan 
    848       1.37       abs # wscons pseudo-devices
    849       1.37       abs pseudo-device	wsmux			# mouse & keyboard multiplexor
    850  1.47.10.2      yamt pseudo-device	wsfont
    851       1.37       abs 
    852       1.37       abs #options 	FILEASSOC		# fileassoc(9) - required for Veriexec
    853       1.24      elad 
    854       1.24      elad # Veriexec
    855       1.37       abs #pseudo-device	veriexec
    856       1.24      elad #
    857       1.24      elad # Uncomment the fingerprint methods below that are desired. Note that
    858       1.24      elad # removing fingerprint methods will have almost no impact on the kernel
    859       1.24      elad # code size.
    860       1.24      elad #
    861       1.24      elad #options VERIFIED_EXEC_FP_RMD160
    862       1.24      elad #options VERIFIED_EXEC_FP_SHA256
    863       1.24      elad #options VERIFIED_EXEC_FP_SHA384
    864       1.24      elad #options VERIFIED_EXEC_FP_SHA512
    865       1.24      elad #options VERIFIED_EXEC_FP_SHA1
    866       1.24      elad #options VERIFIED_EXEC_FP_MD5
    867       1.37       abs 
    868       1.37       abs #options PAX_MPROTECT=0			# PaX mprotect(2) restrictions
    869