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