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