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