Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.36
      1 # $NetBSD: GENERIC,v 1.36 2020/09/27 13:48:51 roy 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/hppa/conf/std.hppa"
     22 
     23 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     24 options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     25 
     26 #ident 		"GENERIC-$Revision: 1.36 $"
     27 
     28 maxusers	32		# estimated number of users
     29 
     30 # CPU support.  At least one is REQUIRED.
     31 options 	HP7000_CPU		# PCX, PCX-S
     32 options 	HP7100_CPU,HP7150_CPU	# PCX-T
     33 options 	HP7100LC_CPU		# PCX-L
     34 options 	HP7200_CPU,HP7250_CPU	# PCX-T'
     35 options 	HP7300LC_CPU		# PCX-L2
     36 options 	HP8000_CPU		# PCX-U  (in 32bit mode)
     37 options 	HP8200_CPU		# PCX-V/U+ (in 32bit mode)
     38 options 	HP8500_CPU		# PCX-W  (in 32bit mode)
     39 options 	HP8600_CPU		# PCX-W+ (in 32bit mode)
     40 options 	HP8700_CPU		# PCX-W2 (in 32bit mode)
     41 
     42 # CPU-related options.
     43 options 	USELEDS		# blink 'em
     44 
     45 # delay between "rebooting ..." message and hardware reset, in milliseconds
     46 #options 	CPURESET_DELAY=2000
     47 
     48 # Standard system options
     49 
     50 options 	INSECURE	# disable kernel security levels
     51 
     52 options 	NTP		# NTP phase/frequency locked loop
     53 
     54 options 	KTRACE		# system call tracing via ktrace(1)
     55 
     56 options 	SYSVMSG		# System V-like message queues
     57 options 	SYSVSEM		# System V-like semaphores
     58 options 	SYSVSHM		# System V-like memory sharing
     59 
     60 options 	MODULAR		# new style module(7) framework
     61 options 	MODULAR_DEFAULT_AUTOLOAD
     62 
     63 options 	USERCONF	# userconf(4) support
     64 
     65 # Alternate buffer queue strategies for better responsiveness under high
     66 # disk I/O load.
     67 #options 	BUFQ_READPRIO
     68 options 	BUFQ_PRIOCSCAN
     69 
     70 # Diagnostic/debugging support options
     71 #options 	DIAGNOSTIC	# expensive kernel consistency checks
     72 #options 	DEBUG		# expensive debugging checks/support
     73 options 	DDB		# in-kernel debugger
     74 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     75 #options 	KGDB		# remote debugger
     76 #options 	KGDB_DEVNAME="\"com\"",KGDBADDR=0xf0822000,KGDBRATE=9600
     77 #makeoptions	DEBUG="-g"	# compile full symbol table
     78 
     79 # Compatibility options
     80 include 	"conf/compat_netbsd20.config"
     81 
     82 #options 	COMPAT_LINUX	# binary compatibility with Linux
     83 
     84 # File systems
     85 file-system 	FFS		# UFS
     86 file-system 	EXT2FS		# second extended file system (linux)
     87 file-system 	LFS		# log-structured file system
     88 file-system 	MFS		# memory file system
     89 file-system 	NFS		# Network File System client
     90 file-system 	NTFS		# Windows/NT file system (experimental)
     91 file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     92 file-system 	MSDOSFS		# MS-DOS file system
     93 file-system 	FDESC		# /dev/fd
     94 file-system 	KERNFS		# /kern
     95 file-system 	NULLFS		# loopback file system
     96 file-system 	OVERLAY		# overlay file system
     97 file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
     98 file-system 	PROCFS		# /proc
     99 file-system 	UMAPFS		# NULLFS + uid and gid remapping
    100 file-system 	UNION		# union file system
    101 file-system	CODA		# Coda File System; also needs vcoda (below)
    102 file-system	PTYFS		# /dev/pts/N support
    103 file-system	TMPFS		# Efficient memory file-system
    104 #file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
    105 
    106 # File system options
    107 options 	QUOTA		# legacy UFS quotas
    108 options 	QUOTA2		# new, in-filesystem UFS quotas
    109 #options 	FFS_EI		# FFS Endian Independent support
    110 options 	WAPBL		# File system journaling support
    111 #options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
    112 options 	NFSSERVER	# Network File System server
    113 #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
    114 options 	UFS_EXTATTR	# Extended attribute support for UFS1
    115 #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
    116 				# immutable) behave as system flags.
    117 
    118 # Networking options
    119 #options 	GATEWAY		# packet forwarding
    120 options 	INET		# IP + ICMP + TCP + UDP
    121 options 	INET6		# IPV6
    122 #options 	IPSEC		# IP security
    123 #options 	IPSEC_DEBUG	# debug for IP security
    124 #options 	MROUTING	# IP multicast routing
    125 #options 	PIM		# Protocol Independent Multicast
    126 #options 	NETATALK	# AppleTalk networking protocols
    127 options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    128 options 	PPP_DEFLATE	# Deflate compression support for PPP
    129 options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    130 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    131 
    132 #options 	ALTQ		# Manipulate network interfaces' output queues
    133 #options 	ALTQ_BLUE	# Stochastic Fair Blue
    134 #options 	ALTQ_CBQ	# Class-Based Queueing
    135 #options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
    136 #options 	ALTQ_FIFOQ	# First-In First-Out Queue
    137 #options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
    138 #options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
    139 #options 	ALTQ_LOCALQ	# Local queueing discipline
    140 #options 	ALTQ_PRIQ	# Priority Queueing
    141 #options 	ALTQ_RED	# Random Early Detection
    142 #options 	ALTQ_RIO	# RED with IN/OUT
    143 #options 	ALTQ_WFQ	# Weighted Fair Queueing
    144 
    145 # These options enable verbose messages for several subsystems.
    146 # Warning, these may compile large string tables into the kernel!
    147 options 	GSCVERBOSE	# verbose GSC device autoconfig messages
    148 options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    149 options 	EISAVERBOSE	# verbose EISA device autoconfig messages
    150 options 	MIIVERBOSE	# verbose PHY autoconfig messages
    151 options 	SCSIVERBOSE	# human readable SCSI error messages
    152 
    153 options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
    154 
    155 #
    156 # wscons options
    157 #
    158 # builtin terminal emulations
    159 #options 	WSEMUL_SUN		# sun terminal emulation
    160 options 	WSEMUL_VT100		# VT100 / VT220 emulation
    161 # customization of console and kernel output - see dev/wscons/wsdisplayvar.h
    162 options 	WSDISPLAY_CUSTOM_OUTPUT	# color customization from wsconsctl(8)
    163 #options 	WS_DEFAULT_FG=WSCOL_WHITE
    164 #options 	WS_DEFAULT_BG=WSCOL_BLACK
    165 #options 	WS_DEFAULT_COLATTR=""
    166 #options 	WS_DEFAULT_MONOATTR=""
    167 options 	WS_KERNEL_FG=WSCOL_GREEN
    168 #options 	WS_KERNEL_BG=WSCOL_BLACK
    169 #options 	WS_KERNEL_COLATTR=""
    170 #options 	WS_KERNEL_MONOATTR=""
    171 # customization of console border color
    172 options 	WSDISPLAY_CUSTOM_BORDER	# border customization from wsconsctl(8)
    173 #options 	WSDISPLAY_BORDER_COLOR=WSCOL_BLUE	# default color
    174 # compatibility to other console drivers
    175 options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
    176 options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
    177 options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
    178 options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
    179 # see dev/pckbport/wskbdmap_mfii.c for implemented layouts
    180 #options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
    181 # allocate a number of virtual screens at autoconfiguration time
    182 #options 	WSDISPLAY_DEFAULTSCREENS=4
    183 # use a large software cursor that doesn't blink
    184 options 	PCDISPLAY_SOFTCURSOR
    185 # modify the screen type of the console; defaults to "80x25"
    186 #options 	VGA_CONSOLE_SCREENTYPE="\"80x24\""
    187 # work around a hardware bug that loaded fonts don't work; found on ATI cards
    188 #options 	VGA_CONSOLE_ATI_BROKEN_FONTSEL
    189 # console scrolling support.
    190 #options 	WSDISPLAY_SCROLLSUPPORT
    191 # enable VGA raster mode capable of displaying multilingual text on console
    192 #options 	VGA_RASTERCONSOLE
    193 
    194 # Kernel root file system and dump configuration.
    195 config		netbsd	root on ? type ?
    196 #config		netbsd	root on sd0a type ffs
    197 #config		netbsd	root on ? type nfs
    198 
    199 #
    200 # Device configuration
    201 #
    202 
    203 mainbus0 at root
    204 
    205 # CPU and memory - DO NOT REMOVE THESE
    206 cpu*	at mainbus0 irq 31	# HP PA-RISC CPU
    207 mem*	at mainbus0		# /dev/*mem and memory controller
    208 
    209 # Coprocessor/SFU Support
    210 #fpu*	at mainbus0		# HP PA-RISC fpu (iv N/A)
    211 #pmu*	at mainbus0		# HP PA-RISC performance monitor unit (iv 29)
    212 
    213 # Miscellaneous
    214 pdc0	at mainbus0		# PDC/IODC wrapper for boot console
    215 power0	at mainbus0		# power/fail manager
    216 lcd0	at mainbus0		# LCD
    217 
    218 # Basic Bus Support
    219 lasi0	at mainbus0 irq 28	# LASI host adapter
    220 lasi0	at phantomas0 irq 28	# LASI on [AB]*
    221 lasi0	at uturn? irq 28	# LASI on [CJ]*
    222 lasi1	at mainbus0 irq 27	# 712 GIO card
    223 asp*	at mainbus0 irq 28	# this one comes w/ Viper and LEDs
    224 wax*	at mainbus0		# Wax GSC to GSC Bus Adapter
    225 mongoose* at mainbus0		# EISA Bus Adapter ( i82350 or TI??? )
    226 #vmeb*	at mainbus0 irq ?	# VME bus adapter
    227 phantomas*	at mainbus0	# Phantom PseudoBC GSC+ Port
    228 
    229 lasi*	at phantomas?		# LASI on [ABCJ?]*
    230 dino*	at phantomas?		# PCI bus bridge
    231 wax*	at phantomas?		# Wax GSC to GSC Bus Adapter
    232 
    233 # GSC bus support
    234 gsc*	at lasi?		# 712
    235 gsc*	at asp?			# 7xx (old)
    236 gsc*	at wax?			# {725,715}/{64,80,100}, C*, B*, J*
    237 
    238 # Wax GSC to EISA Bus Adapter
    239 #weisa*	at mainbus0		# 7xx
    240 #weisa*	at gsc?			# C*, B*
    241 
    242 # Uturn/U2 IOA
    243 uturn0	at mainbus0		# U2/UTurn Runway IOA
    244 uturn1	at mainbus0
    245 lasi*	at uturn?		# LASI on [CJ]*
    246 dino*	at uturn?		# PCI bus bridge
    247 #wax*	at uturn?		# Wax on C*
    248 
    249 #gecko*	at uturn?		# GeckoBOA
    250 #lasi*	at gecko?		# LASI
    251 #dino*	at gecko?		# PCI bus bridge
    252 #wax*	at gecko?		# Wax GSC to GSC Bus Adapter
    253 
    254 # Astro memory & I/O controller
    255 astro*	at mainbus0		# Astro memory & I/O controller
    256 elroy*	at astro?
    257 
    258 # PCI bus support
    259 pci*	at elroy?
    260 pci*	at dino?
    261 com*	at dino?
    262 ppb*	at pci? dev ? function ?
    263 pci*	at ppb?
    264 
    265 ssio*	at pci?
    266 
    267 # EISA bus support
    268 eisa*	at mongoose?
    269 #eisa*	at weisa?
    270 
    271 # ISA bus support
    272 # Beware: Most ISA MI drivers are not endianness clean!
    273 #isa*	at mongoose?
    274 #isa*	at weisa?
    275 
    276 # VME bus support
    277 #vme*	at vmeb?
    278 
    279 # Console Devices
    280 
    281 # STI graphics
    282 sti*	at mainbus0		# [H]CRX-{8,24,48}[Z] and Visualize graphics
    283 sti*	at phantomas?		# [H]CRX-{8,24,48}[Z] and Visualize graphics
    284 sti*	at uturn?
    285 sti*	at pci?			# EG-PCI, FX*
    286 
    287 # Human Interface Loop
    288 hil*		at gsc? irq 1	# Human Interface Loop, kbd and mouse
    289 hilkbd*		at hil?		# keyboard, knob and buttons
    290 hilms*		at hil?		# mouse and tablets
    291 hilid*		at hil?		# ID module
    292 
    293 # wscons
    294 gsckbc*		at gsc?			# pc keyboard controller
    295 pckbd*		at gsckbc?		# PC keyboard
    296 pms*		at gsckbc?		# PS/2 mouse for wsmouse
    297 wskbd*		at pckbd? console ?
    298 wsmouse*	at pms? mux 0
    299 wskbd*		at hilkbd? console ?
    300 wsmouse*	at hilms? mux 0
    301 wsdisplay*	at sti?
    302 
    303 # Serial Devices
    304 
    305 # SSIO serial interfaces
    306 com0	at ssio? irq 4
    307 com1	at ssio? irq 3
    308 
    309 # GSC serial interfaces
    310 com*	at gsc?				# RS/232 serial port
    311 
    312 # PCI serial interfaces
    313 puc*	at pci? dev ? function ?	# PCI "universal" comm. cards
    314 com*	at puc? port ?			# 16x50s on "universal" comm boards
    315 cy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
    316 cz*	at pci? dev ? function ?	# Cyclades-Z multi-port serial boards
    317 
    318 # Parallel Printer Interfaces
    319 
    320 # SSIO parallel printer interface
    321 lpt0	at ssio?
    322 
    323 # GSC parallel printer interface
    324 lpt*	at gsc?
    325 
    326 # PCI parallel printer interfaces
    327 lpt*	at puc? port ?			# || ports on "universal" comm boards
    328 
    329 # SCSI Controllers and Devices
    330 
    331 # GSC SCSI controllers
    332 oosiop*	at gsc?				# NCR 53c700
    333 osiop*	at gsc? flags 0x00000		# NCR 53c710
    334 siop*	at gsc?				# NCR 53c720 (Fast/Wide)
    335 siop*	at mainbus0			# NCR 53c720 (Fast/Wide)
    336 siop*	at phantomas?			# NCR 53c720 (Fast/Wide)
    337 siop*	at uturn? 			# NCR 53c720 (Fast/Wide)
    338 
    339 # PCI SCSI controllers
    340 adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
    341 adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
    342 ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
    343 ahd*	at pci? dev ? function ?	# Adaptec 29320, 39320 (aic790x) SCSI
    344 bha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
    345 dpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
    346 iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
    347 isp*	at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FibreChannel
    348 mly*	at pci? dev ? function ?	# Mylex AcceleRAID and eXtremeRAID
    349 mpt*	at pci? dev ? function ?	# LSI Fusion SCSI/FC
    350 pcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
    351 siop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
    352 esiop*	at pci? dev ? function ?	# Symbios 53c875 SCSI and newer
    353 #options 	SIOP_SYMLED		# drive the act. LED in software
    354 trm*	at pci? dev ? function ?	# Tekram DC-395U/UW/F, DC-315/U SCSI
    355 
    356 # EISA SCSI controllers
    357 ahb*	at eisa? slot ?			# Adaptec 174[02] SCSI
    358 ahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI
    359 bha*	at eisa? slot ?			# BusLogic 7xx SCSI
    360 dpt*	at eisa? slot ?			# DPT EATA SCSI
    361 uha*	at eisa? slot ?			# UltraStor 24f SCSI
    362 
    363 # SCSI bus support
    364 scsibus* at scsi?
    365 
    366 # SCSI devices
    367 sd*	at scsibus? target ? lun ?	# SCSI disk drives
    368 st*	at scsibus? target ? lun ?	# SCSI tape drives
    369 cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    370 ch*	at scsibus? target ? lun ?	# SCSI autochangers
    371 ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
    372 ss*	at scsibus? target ? lun ?	# SCSI scanners
    373 uk*	at scsibus? target ? lun ?	# SCSI unknown
    374 
    375 
    376 # RAID controllers and devices
    377 # aac is broken
    378 #aac*	at pci? dev ? function ?	# Adaptec AAC family
    379 amr*	at pci? dev ? function ?	# AMI/LSI Logic MegaRAID
    380 cac*	at eisa? slot ?			# Compaq EISA array controllers
    381 cac*	at pci? dev ? function ?	# Compaq PCI array controllers
    382 icp*	at pci? dev ? function ?	# ICP-Vortex GDT & Intel RAID
    383 mlx*	at pci? dev ? function ?	# Mylex DAC960 & DEC SWXCR family
    384 mlx*	at eisa? slot ?			# Mylex DAC960 & DEC SWXCR family
    385 twe*	at pci? dev ? function ?	# 3ware Escalade RAID controllers
    386 
    387 #ld*	at aac? unit ?			# logical disk devices
    388 ld*	at amr? unit ?
    389 ld*	at cac? unit ?
    390 ld*	at icp? unit ?
    391 ld*	at mlx? unit ?
    392 ld*	at twe? unit ?
    393 
    394 icpsp*	at icp? unit ?			# SCSI pass-through
    395 
    396 # IDE and related devices
    397 # PCI IDE controllers - see pciide(4) for supported hardware.
    398 # The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
    399 # how to set up DMA modes for this chip. This may work, or may cause
    400 # a machine hang with some controllers.
    401 pciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
    402 acardide*	at pci? dev ? function ?	# Acard IDE controllers
    403 aceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
    404 artsata* 	at pci? dev ? function ?	# Intel i31244 SATA controller
    405 cmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
    406 cypide* 	at pci? dev ? function ?	# Cypress IDE controllers
    407 geodeide* 	at pci? dev ? function ?	# AMD Geode IDE controllers
    408 hptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
    409 nside*  	at pci? dev ? function ?	# National Semiconductor IDE controllers
    410 optiide* 	at pci? dev ? function ?	# Opti IDE controllers
    411 pdcide* 	at pci? dev ? function ?	# Promise IDE controllers
    412 pdcsata*	at pci? dev ? function ?	# Promise SATA150 controllers
    413 rccide* 	at pci? dev ? function ?	# ServerWorks IDE controllers
    414 satalink*	at pci? dev ? function ?	# SiI SATALink controllers
    415 siside* 	at pci? dev ? function ?	# SiS IDE controllers
    416 slide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
    417 stpcide*	at pci? dev ? function ?	# STMicro STPC IDE controllers
    418 viaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
    419 
    420 # ATA (IDE) bus support
    421 atabus* at ata?
    422 
    423 # IDE drives
    424 # Flags are used only with controllers that support DMA operations
    425 # and mode settings (e.g. some pciide controllers)
    426 # The lowest order four bits (rightmost digit) of the flags define the PIO
    427 # mode to use, the next set of four bits the DMA mode and the third set the
    428 # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
    429 # to use, and the last bit must be 1 for this setting to be used.
    430 # For DMA and UDMA, 0xf (1111) means 'disable'.
    431 # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
    432 # (0xc=1100, 0xa=1010, 0xf=1111)
    433 # 0x0000 means "use whatever the drive claims to support".
    434 wd*	at atabus? drive ? flags 0x0000
    435 
    436 # ATA RAID configuration support, as found on some Promise controllers.
    437 pseudo-device	ataraid
    438 ld*	at ataraid? vendtype ? unit ?
    439 
    440 # ATAPI bus support
    441 atapibus* at atapi?
    442 
    443 # ATAPI devices
    444 # flags have the same meaning as for IDE drives.
    445 cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
    446 sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    447 st*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
    448 uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
    449 
    450 # Miscellaneous mass storage devices
    451 
    452 # GSC floppy
    453 #fdc*	at gsc? 			# PC floppy controller (WD37C65C)
    454 #fd*	at fdc? drive ?			# the drives themselves
    455 
    456 # Network Interfaces
    457 
    458 # GSC network interfaces
    459 #medusa* at gsc?			# FDDI
    460 ie*	at gsc?				# old 82C5[89]6 Ethernet, use iee(4)
    461 iee*	at gsc?				# 82C596 Ethernet
    462 
    463 # PCI network interfaces
    464 an*	at pci? dev ? function ?	# Aironet PC4500/PC4800 (802.11)
    465 atw*	at pci? dev ? function ?	# ADMtek ADM8211 (802.11)
    466 bce* 	at pci? dev ? function ?	# Broadcom 4401 10/100 Ethernet
    467 bge* 	at pci? dev ? function ?	# Broadcom 570x gigabit Ethernet
    468 ep*	at pci? dev ? function ?	# 3Com 3c59x
    469 epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
    470 ex*	at pci? dev ? function ?	# 3Com 90x[BC]
    471 fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
    472 gsip*	at pci? dev ? function ?	# NS83820 Gigabit Ethernet
    473 mtd*	at pci? dev ? function ?	# Myson MTD803 3-in-1 Ethernet
    474 ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
    475 ntwoc*	at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
    476 pcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
    477 re*	at pci? dev ? function ?	# Realtek 8139C+/8169/8169S/8110S
    478 rtk*	at pci? dev ? function ?	# Realtek 8129/8139
    479 sf*	at pci? dev ? function ?	# Adaptec AIC-6915 Ethernet
    480 sip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
    481 skc*	at pci? dev ? function ?	# SysKonnect SK9821 Gigabit Ethernet
    482 sk*	at skc?				# SysKonnect SK9821 Gigabit Ethernet
    483 ste*	at pci? dev ? function ?	# Sundance ST-201 Ethernet
    484 stge*	at pci? dev ? function ?	# Sundance/Tamarack TC9021 Gigabit
    485 ti*	at pci? dev ? function ?	# Alteon ACEnic gigabit Ethernet
    486 tl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
    487 tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
    488 vr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
    489 wi*	at pci? dev ? function ?	# Intersil Prism Mini-PCI (802.11b)
    490 wm*	at pci? dev ? function ?	# Intel 8254x gigabit
    491 
    492 # EISA network interfaces
    493 ep*	at eisa? slot ?			# 3Com 3c579 Ethernet
    494 tlp*	at eisa? slot ?			# DEC DE-425 Ethernet
    495 #sh*	at eisa? slot ?			# Interphase Seahawk 4811 FDDI
    496 #ie*	at eisa? slot ?			# Intel Ethernet
    497 
    498 # MII/PHY support
    499 acphy*	at mii? phy ?			# Altima AC101 and AMD Am79c874 PHYs
    500 amhphy* at mii? phy ?			# AMD 79c901 Ethernet PHYs
    501 bmtphy* at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
    502 brgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
    503 dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
    504 exphy*	at mii? phy ?			# 3Com internal PHYs
    505 gentbi* at mii? phy ?			# Generic Ten-Bit 1000BASE-[CLS]X PHYs
    506 glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
    507 gphyter* at mii? phy ?			# NS83861 Gig-E PHY
    508 icsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
    509 igphy*	at mii? phy ?			# Intel IGP01E1000
    510 ikphy*	at mii? phy ?			# Intel 82563 PHYs
    511 inphy*	at mii? phy ?			# Intel 82555 PHYs
    512 iophy*	at mii? phy ?			# Intel 82553 PHYs
    513 lxtphy* at mii? phy ?			# Level One LXT-970 PHYs
    514 makphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
    515 nsphy*	at mii? phy ?			# NS83840 PHYs
    516 nsphyter* at mii? phy ? 		# NS83843 PHYs
    517 pnaphy* at mii? phy ?			# generic HomePNA PHYs
    518 qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
    519 rgephy*	at mii? phy ?			# Realtek 8169S/8110S/8211 PHYs
    520 rlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
    521 sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    522 tlphy*	at mii? phy ?			# ThunderLAN PHYs
    523 tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
    524 ukphy*	at mii? phy ?			# generic unknown PHYs
    525 urlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
    526 
    527 # Audio Devices
    528 
    529 # GSC audio devices
    530 #aone*	at gsc?				# Audio Type 1 (PSB 2160-N)
    531 harmony* at gsc?			# Audio Type 2 (CS4215)
    532 #com*	at harmony?			# Telephone add-in card
    533 audio*	at audiobus?
    534 
    535 spkr*	at audio?			# PC speaker (synthesized)
    536 
    537 # USB Controller and Devices
    538 
    539 # PCI USB controllers
    540 ehci*	at pci?	dev ? function ?	# Enhanced Host Controller
    541 ohci*	at pci?	dev ? function ?	# Open Host Controller
    542 uhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
    543 
    544 # USB bus support
    545 usb*	at ehci?
    546 usb*	at ohci?
    547 usb*	at uhci?
    548 
    549 # USB Hubs
    550 uhub*	at usb?
    551 uhub*	at uhub? port ?
    552 
    553 # USB HID device
    554 uhidev* at uhub? port ? configuration ? interface ?
    555 
    556 # USB Mice
    557 ums*	at uhidev? reportid ?
    558 wsmouse* at ums? mux 0
    559 
    560 # USB eGalax touch-panel
    561 uep*	at uhub? port ?
    562 wsmouse* at uep? mux 0
    563 
    564 # USB Keyboards
    565 ukbd*	at uhidev? reportid ?
    566 wskbd*	at ukbd? console ? mux 1
    567 
    568 # USB serial adapter
    569 ucycom* at uhidev? reportid ?
    570 
    571 # USB Generic HID devices
    572 uhid*	at uhidev? reportid ?
    573 
    574 # USB LCDs and USB-VGA adaptors
    575 udl*	at uhub? port ?		# DisplayLink DL-1x0/1x5
    576 wsdisplay* at udl?
    577 
    578 # USB Printer
    579 ulpt*	at uhub? port ? configuration ? interface ?
    580 
    581 # USB Modem
    582 umodem* at uhub? port ? configuration ?
    583 ucom*	at umodem?
    584 
    585 # Option N.V. Wireless WAN modems
    586 uhso*	at uhub? port ? configuration ?
    587 
    588 # USB Mass Storage
    589 umass*	at uhub? port ? configuration ? interface ?
    590 
    591 # USB audio
    592 uaudio* at uhub? port ? configuration ?
    593 
    594 # USB MIDI
    595 umidi* at uhub? port ? configuration ?
    596 midi* at midibus?
    597 
    598 # USB IrDA
    599 # USB-IrDA bridge spec
    600 uirda* at uhub? port ? configuration ? interface ?
    601 irframe* at uirda?
    602 
    603 stuirda* at uhub? port ? configuration ? interface ?
    604 irframe* at stuirda?
    605 
    606 # SigmaTel STIr4200 USB/IrDA Bridge
    607 ustir* at uhub? port ?
    608 irframe* at ustir?
    609 
    610 # USB Ethernet adapters
    611 aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    612 axe*	at uhub? port ?		# ASIX AX88172 based adapters
    613 cdce*	at uhub? port ?		# CDC, Ethernet Networking Control Model
    614 cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    615 kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    616 mue*	at uhub? port ?		# Microchip LAN75xx/LAN78xx based adapters
    617 udav*	at uhub? port ?		# Davicom DM9601 based adapters
    618 ure*	at uhub? port ?		# Realtek RTL8152/RTL8153 based adapters
    619 url*	at uhub? port ?		# Realtek RTL8150L based adapters
    620 
    621 # USB 802.11 adapters
    622 atu*	at uhub? port ?		# Atmel AT76C50XX based adapters
    623 ural*	at uhub? port ?		# Ralink Technology RT2500USB 802.11a/b/g
    624 rum*	at uhub? port ?		# Ralink Technology RT2501/RT2601 802.11a/b/g
    625 zyd*	at uhub? port ?		# Zydas ZD1211
    626 
    627 # Prolific PL2301/PL2302 host-to-host adapter
    628 upl*	at uhub? port ?
    629 
    630 # Serial adapters
    631 ubsa*	at uhub? port ?		# Belkin serial adapter
    632 ucom*	at ubsa? portno ?
    633 
    634 uchcom* at uhub? port ? 	# WinChipHead CH341/CH340 serial adapter
    635 ucom*	at uchcom? portno ?
    636 
    637 uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
    638 ucom*	at uftdi? portno ?
    639 
    640 uipaq*	at uhub? port ?		# iPAQ PDAs
    641 ucom*	at uipaq? portno ?
    642 
    643 umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
    644 ucom*	at umct? portno ?
    645 
    646 uplcom* at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
    647 ucom*	at uplcom? portno ?
    648 
    649 uslsa*	at uhub? port ?		# Silicon Labs USB-RS232 serial adapter
    650 ucom*	at uslsa? portno ?
    651 
    652 uvscom* at uhub? port ? 	# SUNTAC Slipper U VS-10U serial adapter
    653 ucom*	at uvscom? portno ?
    654 
    655 # RIM BlackBerry
    656 uberry* at uhub? port ?
    657 
    658 # USB Handspring Visor
    659 uvisor* at uhub? port ?
    660 ucom*	at uvisor?
    661 
    662 # Kyocera AIR-EDGE PHONE
    663 ukyopon* at uhub? port ?
    664 ucom*	at ukyopon? portno ?
    665 
    666 # USB scanners
    667 #uscanner* at uhub? port ?
    668 
    669 # USB scanners that use SCSI emulation, e.g., HP5300
    670 usscanner* at uhub? port ?
    671 
    672 # Topfield TF5000PVR range of DVB recorders
    673 utoppy* at uhub? port ?
    674 
    675 # D-Link DSB-R100 USB radio
    676 udsbr*	at uhub? port ?
    677 radio*	at udsbr?
    678 
    679 # USB Generic driver
    680 ugen*	at uhub? port ?
    681 
    682 # USB 3G datacards
    683 umodeswitch* at uhub? port ?
    684 u3g*	at uhub? port ?
    685 ucom*	at u3g?
    686 
    687 # USB generic serial port (e.g., data over cellular)
    688 ugensa* at uhub? port ?
    689 ucom*	at ugensa?
    690 
    691 # Pseudo-Devices
    692 
    693 pseudo-device 	crypto			# /dev/crypto device
    694 pseudo-device	swcrypto		# software crypto implementation
    695 
    696 # disk/mass storage pseudo-devices
    697 pseudo-device	ccd			# concatenated/striped disk devices
    698 #pseudo-device	cgd			# cryptographic disk devices
    699 pseudo-device	raid			# RAIDframe disk driver
    700 options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    701 #Options to enable various other RAIDframe RAID types.
    702 #options 	RF_INCLUDE_EVENODD=1
    703 #options 	RF_INCLUDE_RAID5_RS=1
    704 #options 	RF_INCLUDE_PARITYLOGGING=1
    705 #options 	RF_INCLUDE_CHAINDECLUSTER=1
    706 #options 	RF_INCLUDE_INTERDECLUSTER=1
    707 #options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    708 #options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    709 pseudo-device	fss			# file system snapshot device
    710 pseudo-device	md			# memory disk device (ramdisk)
    711 pseudo-device	vnd			# disk-like interface to files
    712 #options 	VND_COMPRESSION		# compressed vnd(4)
    713 pseudo-device	putter			# for puffs and pud
    714 
    715 # network pseudo-devices
    716 pseudo-device	bpfilter		# Berkeley packet filter
    717 pseudo-device	carp			# Common Address Redundancy Protocol
    718 pseudo-device	npf			# NPF packet filter
    719 pseudo-device	loop			# network loopback
    720 pseudo-device	ppp			# Point-to-Point Protocol
    721 pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    722 pseudo-device	sl			# Serial Line IP
    723 pseudo-device	irframetty		# IrDA frame line discipline
    724 pseudo-device	tun			# network tunneling over tty
    725 pseudo-device	tap			# virtual Ethernet
    726 pseudo-device	gre			# generic L3 over IP tunnel
    727 pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    728 #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    729 pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    730 pseudo-device	vlan			# IEEE 802.1q encapsulation
    731 pseudo-device	bridge			# simple inter-network bridging
    732 pseudo-device	vether			# Virtual Ethernet for bridge
    733 pseudo-device	agr			# IEEE 802.3ad link aggregation
    734 
    735 #
    736 # accept filters
    737 pseudo-device   accf_data		# "dataready" accept filter
    738 pseudo-device   accf_http		# "httpready" accept filter
    739 
    740 # miscellaneous pseudo-devices
    741 pseudo-device	pty			# pseudo-terminals
    742 pseudo-device	sequencer		# MIDI sequencer
    743 # rnd works; RND_COM does not on port hppa yet.
    744 #options 	RND_COM			# use "com" randomness as well (BROKEN)
    745 pseudo-device	clockctl		# user control of clock subsystem
    746 
    747 # a pseudo device needed for Coda	# also needs CODA (above)
    748 pseudo-device	vcoda			# coda minicache <-> venus comm.
    749 
    750 # wscons pseudo-devices
    751 pseudo-device	wsmux			# mouse & keyboard multiplexor
    752 pseudo-device	wsfont
    753 pseudo-device	ksyms			# /dev/ksyms
    754 
    755 # userland interface to drivers, including autoconf and properties retrieval
    756 pseudo-device	drvctl
    757 
    758 include "dev/veriexec.config"
    759