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