GENERIC revision 1.1169
1# $NetBSD: GENERIC,v 1.1169 2017/10/23 08:08:53 skrll 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
21include 	"arch/i386/conf/std.i386"
22
23options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
24
25#ident		"GENERIC-$Revision: 1.1169 $"
26
27maxusers	64		# estimated number of users
28
29# CPU-related options.
30options 	USER_LDT	# user-settable LDT; used by WINE
31#options 	PAE		# PAE mode (36 bits physical addressing)
32
33# CPU features
34acpicpu*	at cpu?		# ACPI CPU (including frequency scaling)
35coretemp*	at cpu?		# Intel on-die thermal sensor
36est0		at cpu0		# Intel Enhanced SpeedStep (non-ACPI)
37#odcm0		at cpu0		# On-demand clock modulation
38#padlock0	at cpu0		# VIA PadLock
39powernow0	at cpu0		# AMD PowerNow! and Cool'n'Quiet (non-ACPI)
40viac7temp*	at cpu?		# VIA C7 temperature sensor
41vmt0		at cpu0		# VMware Tools
42
43options 	MTRR		# memory-type range register syscall support
44options 	PMC		# performance-monitoring counters support
45
46options 	MULTIBOOT	# Multiboot support (see multiboot(8))
47
48# delay between "rebooting ..." message and hardware reset, in milliseconds
49#options 	CPURESET_DELAY=2000
50
51# This option allows you to force a serial console at the specified
52# I/O address.   see console(4) for details.
53#options 	CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=57600
54#	you don't want the option below ON iff you are using the
55#	serial console option of the new boot strap code.
56#options 	CONS_OVERRIDE	# Always use above! independent of boot info
57
58# The following options override the memory sizes passed in from the boot
59# block.  Use them *only* if the boot block is unable to determine the correct
60# values.  Note that the BIOS may *correctly* report less than 640k of base
61# memory if the extended BIOS data area is located at the top of base memory
62# (as is the case on most recent systems).
63#options 	REALBASEMEM=639		# size of base memory (in KB)
64#options 	REALEXTMEM=15360	# size of extended memory (in KB)
65
66# The following options limit the overall size of physical memory
67# and/or the maximum address used by the system.
68# Contrary to REALBASEMEM and REALEXTMEM, they still use the BIOS memory map
69# and can deal with holes in the memory layout.
70#options 	PHYSMEM_MAX_SIZE=64	# max size of physical memory (in MB)
71#options 	PHYSMEM_MAX_ADDR=2048	# don't use memory above this (in MB)
72
73# Standard system options
74
75options 	INSECURE	# disable kernel security levels - X needs this
76
77options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
78options 	NTP		# NTP phase/frequency locked loop
79
80options 	KTRACE		# system call tracing via ktrace(1)
81
82options 	CPU_UCODE	# cpu ucode loading support
83
84# Note: SysV IPC parameters can be changed dynamically; see sysctl(8).
85options 	SYSVMSG		# System V-like message queues
86options 	SYSVSEM		# System V-like semaphores
87options 	SYSVSHM		# System V-like memory sharing
88
89options 	MODULAR		# new style module(7) framework
90options 	MODULAR_DEFAULT_AUTOLOAD
91
92options 	USERCONF	# userconf(4) support
93#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
94options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
95
96# Beep when it is safe to power down the system (requires sysbeep)
97#options 	BEEP_ONHALT
98# Some tunable details of the above feature (default values used below)
99#options 	BEEP_ONHALT_COUNT=3	# Times to beep
100#options 	BEEP_ONHALT_PITCH=1500	# Default frequency (in Hz)
101#options 	BEEP_ONHALT_PERIOD=250	# Default duration (in msecs)
102
103# Alternate buffer queue strategies for better responsiveness under high
104# disk I/O load.
105#options 	BUFQ_READPRIO
106options 	BUFQ_PRIOCSCAN
107
108# Diagnostic/debugging support options
109options 	DIAGNOSTIC	# inexpensive kernel consistency checks
110				# XXX to be commented out on release branch
111#options 	DEBUG		# expensive debugging checks/support
112#options 	LOCKDEBUG	# expensive locking checks/support
113options 	DDB		# in-kernel debugger
114#options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
115options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
116#options 	DDB_VERBOSE_HELP
117#options 	KGDB		# remote debugger
118#options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
119#makeoptions	DEBUG="-g"	# compile full symbol table
120#options 	SYSCALL_STATS	# per syscall counts
121#options 	SYSCALL_TIMES	# per syscall times
122#options 	SYSCALL_TIMES_HASCOUNTER	# use 'broken' rdtsc (soekris)
123options 	KDTRACE_HOOKS	# kernel DTrace hooks
124
125# Compatibility options
126include 	"conf/compat_netbsd09.config"
127#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
128
129options 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
130options 	COMPAT_LINUX	# binary compatibility with Linux
131#options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
132#options 	COMPAT_NDIS	# NDIS network driver
133
134# Wedge support
135options 	DKWEDGE_AUTODISCOVER	# Automatically add dk(4) instances
136options 	DKWEDGE_METHOD_GPT	# Supports GPT partitions as wedges
137#options 	DKWEDGE_METHOD_BSDLABEL	# Support disklabel entries as wedges
138#options 	DKWEDGE_METHOD_MBR	# Support MBR partitions as wedges
139options 	DKWEDGE_METHOD_APPLE	# Support Apple partitions as wedges
140#options 	DKWEDGE_METHOD_RDB	# Support RDB partitions as wedges
141
142file-system	FFS		# UFS
143file-system	NFS		# Network File System client
144file-system	EXT2FS		# second extended file system (linux)
145file-system	LFS		# log-structured file system
146file-system	MFS		# memory file system
147file-system	NTFS		# Windows/NT file system (experimental)
148file-system	CD9660		# ISO 9660 + Rock Ridge file system
149file-system	MSDOSFS		# MS-DOS file system
150file-system	FDESC		# /dev/fd
151file-system	KERNFS		# /kern
152file-system	NULLFS		# loopback file system
153file-system	OVERLAY		# overlay file system
154file-system	PROCFS		# /proc
155file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
156file-system	UMAPFS		# NULLFS + uid and gid remapping
157file-system	UNION		# union file system
158file-system	CODA		# Coda File System; also needs vcoda (below)
159file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
160file-system	PTYFS		# /dev/ptm support
161file-system	TMPFS		# Efficient memory file-system
162#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
163#file-system	HFS		# experimental - Apple HFS+ (read-only)
164#file-system	NILFS		# experimental - NTT's NiLFS(2)
165#file-system	V7FS		# 7th Edition(V7) File System
166
167# File system options
168options 	QUOTA		# legacy UFS quotas
169options 	QUOTA2		# new, in-filesystem UFS quotas
170options 	FFS_EI		# FFS Endian Independent support
171options 	WAPBL		# File system journaling support
172#options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
173options 	NFSSERVER	# Network File System server
174#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
175options 	UFS_EXTATTR	# Extended attribute support for UFS1
176#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
177				# immutable) behave as system flags.
178#options 	V7FS_EI		# V7FS Endian Independent support
179
180# Networking options
181#options 	GATEWAY		# packet forwarding
182options 	INET		# IP + ICMP + TCP + UDP
183options 	INET6		# IPv6
184options 	IPSEC		# IP security
185#options 	IPSEC_DEBUG	# debug for IP security
186#options 	MPLS		# MultiProtocol Label Switching (needs mpls)
187#options 	MROUTING	# IP multicast routing
188#options 	PIM		# Protocol Independent Multicast
189options 	NETATALK	# AppleTalk networking protocols
190#options 	CAN		# Controller Area Network protocol
191#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
192#options 	PPP_DEFLATE	# Deflate compression support for PPP
193options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
194options 	IPFILTER_LOG	# ipmon(8) log support
195options 	IPFILTER_LOOKUP	# ippool(8) support
196options 	IPFILTER_COMPAT # Compat for IP-Filter
197#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
198#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
199
200#options 	ALTQ		# Manipulate network interfaces' output queues
201#options 	ALTQ_BLUE	# Stochastic Fair Blue
202#options 	ALTQ_CBQ	# Class-Based Queueing
203#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
204#options 	ALTQ_FIFOQ	# First-In First-Out Queue
205#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
206#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
207#options 	ALTQ_LOCALQ	# Local queueing discipline
208#options 	ALTQ_PRIQ	# Priority Queueing
209#options 	ALTQ_RED	# Random Early Detection
210#options 	ALTQ_RIO	# RED with IN/OUT
211#options 	ALTQ_WFQ	# Weighted Fair Queueing
212
213# These options enable verbose messages for several subsystems.
214# Warning, these may compile large string tables into the kernel!
215#options 	ACPIVERBOSE	# verbose ACPI device autoconfig messages
216#options 	EISAVERBOSE	# verbose EISA device autoconfig messages
217#options 	MIIVERBOSE	# verbose PHY autoconfig messages
218#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
219#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
220#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
221options 	SCSIVERBOSE	# human readable SCSI error messages
222#options 	USBVERBOSE	# verbose USB device autoconfig messages
223#options 	PNPBIOSVERBOSE	# verbose PnP BIOS messages
224#options 	PNPBIOSDEBUG	# more fulsome PnP BIOS debugging messages
225#options 	MCAVERBOSE	# verbose MCA device autoconfig messages
226#options 	HDAUDIOVERBOSE	# verbose HDAUDIO driver messages
227
228options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
229
230#
231# wscons options
232#
233# builtin terminal emulations
234#options 	WSEMUL_SUN		# sun terminal emulation
235options 	WSEMUL_VT100		# VT100 / VT220 emulation
236# customization of console and kernel output - see dev/wscons/wsdisplayvar.h
237options 	WSDISPLAY_CUSTOM_OUTPUT	# color customization from wsconsctl(8)
238#options 	WS_DEFAULT_FG=WSCOL_WHITE
239#options 	WS_DEFAULT_BG=WSCOL_BLACK
240#options 	WS_DEFAULT_COLATTR="(0)"
241#options 	WS_DEFAULT_MONOATTR="(0)"
242options 	WS_KERNEL_FG=WSCOL_GREEN
243#options 	WS_KERNEL_BG=WSCOL_BLACK
244#options 	WS_KERNEL_COLATTR=""
245#options 	WS_KERNEL_MONOATTR=""
246# customization of console border color
247options 	WSDISPLAY_CUSTOM_BORDER	# custom border colors via wsconsctl(8)
248#options 	WSDISPLAY_BORDER_COLOR=WSCOL_BLUE	# default color
249# compatibility to other console drivers
250options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
251options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
252options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
253options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
254#options 	WSKBD_EVENT_AUTOREPEAT		# auto repeat in event mode
255#options 	WSKBD_USONLY			# strip off non-US keymaps
256# don't attach pckbd as the console if no PS/2 keyboard is found
257options 	PCKBD_CNATTACH_MAY_FAIL
258# see dev/pckbport/wskbdmap_mfii.c for implemented layouts
259#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" # for pckbd driver
260#options 	UKBD_LAYOUT="(KB_DE | KB_NODEAD)"  # for ukbd driver
261# allocate a number of virtual screens at autoconfiguration time
262#options 	WSDISPLAY_DEFAULTSCREENS=4
263# use a large software cursor that doesn't blink
264options 	PCDISPLAY_SOFTCURSOR
265# modify the screen type of the console; defaults to "80x25"
266#options 	VGA_CONSOLE_SCREENTYPE="\"80x24\""
267# work around a hardware bug that loaded fonts don't work; found on ATI cards
268#options 	VGA_CONSOLE_ATI_BROKEN_FONTSEL
269# console scrolling support.
270options 	WSDISPLAY_SCROLLSUPPORT
271# enable VGA raster mode capable of displaying multilingual text on console
272#options 	VGA_RASTERCONSOLE
273# enable splash screen support; requires genfb or radeonfb
274#options 	SPLASHSCREEN
275
276# Keylock support
277#options 	KEYLOCK
278#options 	secmodel_keylock	# Requires options KEYLOCK
279
280# Kernel root file system and dump configuration.
281config		netbsd	root on ? type ?
282#config		netbsd	root on sd0a type ffs
283#config		netbsd	root on ? type nfs
284
285#
286# Device configuration
287#
288
289# Doesn't do anything yet.
290#p64h2apic*	at pci? dev? function?	# P64H2 IOxAPIC
291
292#apm0		at mainbus0		# Advanced power management
293
294# Tuning for power management, see apm(4) for more details.
295#options 	APM_V10_ONLY		# Use only the APM 1.0 calls
296#options 	APM_NO_POWEROFF		# Don't power off on halt(8)
297#options 	APM_POWER_PRINT		# Print stats on the console
298#options 	APM_DISABLE_INTERRUPTS=0 # Don't disable interrupts
299
300
301# Basic Bus Support
302
303#IPMI support
304ipmi0		at mainbus?
305
306# Advanced Configuration and Power Interface
307
308# This option can be used to retrieve CPU and APIC information.
309# that I/O APICs can be used if ACPI is enabled below.
310#options 	MPBIOS_SCANPCI	# find PCI roots using MPBIOS
311options 	ACPI_SCANPCI	# find PCI roots using ACPI
312
313acpi0		at mainbus0
314
315#options 	ACPI_ACTIVATE_DEV	# If set, activate inactive devices
316options 	VGA_POST		# in-kernel support for VGA POST
317
318# ACPI devices
319apm*		at acpi?		# ACPI apm emulation
320acpiacad*	at acpi?		# ACPI AC Adapter
321acpibat*	at acpi?		# ACPI Battery
322acpibut*	at acpi?		# ACPI Button
323acpidalb*	at acpi?		# ACPI Direct Application Launch Button
324acpiec* 	at acpi?		# ACPI Embedded Controller (late)
325acpiecdt*	at acpi?		# ACPI Embedded Controller (early)
326acpifan*	at acpi?		# ACPI Fan
327acpilid*	at acpi?		# ACPI Lid Switch
328#acpipmtr*	at acpi?		# ACPI Power Meter (experimental)
329#acpismbus*	at acpi?		# ACPI SMBus CMI (experimental)
330acpitz* 	at acpi?		# ACPI Thermal Zone
331acpivga*	at acpi?		# ACPI Display Adapter
332acpiout*	at acpivga?		# ACPI Display Output Device
333acpiwdrt*	at acpi?		# ACPI Watchdog Resource Table
334acpiwmi*	at acpi?		# ACPI WMI Mapper
335
336# Mainboard devices
337aibs*		at acpi?		# ASUSTeK AI Booster hardware monitor
338asus*		at acpi?		# ASUS hotkeys
339attimer*	at acpi?		# AT Timer
340#com*		at acpi?		# Serial communications interface
341#fdc*		at acpi?		# Floppy disk controller
342fujbp*		at acpi?		# Fujitsu Brightness & Pointer
343fujhk*		at acpi?		# Fujitsu Hotkeys
344#hpacel* 	at acpi?		# HP 3D DriveGuard accelerometer
345#hpqlb*		at acpi?		# HP Quick Launch Buttons
346hpet*		at acpihpetbus?		# High Precision Event Timer (table)
347hpet*		at acpinodebus?		# High Precision Event Timer (device)
348joy*		at acpi?		# Joystick/Game port
349#lpt*		at acpi?		# Parallel port
350mpu*		at acpi?		# Roland MPU-401 MIDI UART
351pckbc*		at acpi?		# PC keyboard controller
352pcppi*		at acpi?		# AT-style speaker sound
353sdhc*		at acpi?		# SD Host Controller
354sony*		at acpi?		# Sony Miscellaneous Controller
355thinkpad*	at acpi?		# IBM/Lenovo Thinkpad hotkeys
356#tpm*		at acpi?		# ACPI TPM (Experimental)
357ug*		at acpi?		# Abit uGuru Hardware monitor
358vald*		at acpi?		# Toshiba Libretto hotkeys
359valz*		at acpi?		# Toshiba Dynabook hotkeys
360wb*		at acpi?		# Winbond W83L518D SD/MMC reader
361sdmmc*		at wb?			# SD/MMC bus
362wmidell*	at acpiwmibus?		# Dell WMI mappings
363wmieeepc*	at acpiwmibus?		# Asus Eee PC WMI mappings
364wmihp*		at acpiwmibus?		# HP WMI mappings
365wmimsi* 	at acpiwmibus?		# MSI WMI mappings
366wss*		at acpi?		# NeoMagic 256AV in wss mode
367ym*		at acpi?		# Yamaha OPL3-SA[23] audio
368
369# Sony Vaio jog dial
370spic*		at acpi?		# Sony Programmable I/O Controller
371wsmouse*	at spic?
372
373# Plug-and-Play BIOS and attached devices
374
375#pnpbios*	at mainbus?
376
377# mainboard audio chips
378#ess*		at pnpbios? index ?	# ESS AudioDrive
379#sb*		at pnpbios? index ?	# NeoMagic 256AV in sb mode
380#wss*		at pnpbios? index ?	# NeoMagic 256AV in wss mode
381#ym*		at pnpbios? index ?	# Yamaha OPL3-SA[23] audio
382
383# com port
384# If enabled, consider changing "com0", "com1", and "com2" under "ISA Serial
385# Interfaces" to "com*", otherwise com2 will attach at pnpbios? and there
386# will be no com0.  A side effect is pcmcia (and other) com? previously
387# starting at com3 may attach as com1 or com2.
388#com*		at pnpbios? index ?	# serial ports
389
390# parallel port
391# The above "com*" comments apply, cf. "lpt0" under "ISA parallel
392# "printer interfaces".
393#lpt*		at pnpbios? index ?	# parallel ports
394
395#pckbc*		at pnpbios? index ?	# PC keyboard/mouse controller
396#fdc*		at pnpbios? index ?	# floppy controller
397
398# IDE controller on Toshiba Portege 3000 series (crippled PCI device)
399#pciide* 	at pnpbios? index ?
400
401# PCI bus support
402pci*	at mainbus? bus ?
403pci*	at pchb? bus ?
404pci*	at ppb? bus ?
405pci*	at elansc? bus ?
406
407# Configure PCI using BIOS information
408#options 	PCIBIOS			# PCI BIOS support
409#options 	PCIBIOSVERBOSE		# PCI BIOS verbose info
410#options 	PCIBIOS_IRQS_HINT=0x0a00 # PCI interrupts hint. IRQ 9 or 11
411#options 	PCIBIOS_INTR_GUESS	# see pcibios(4)
412#options 	PCIBIOS_LIBRETTO_FIXUP	# this code makes the Toshiba Libretto
413					# L2/L3 work, but should not be enabled
414					# on anything else.
415#options 	PCIBIOS_SHARP_MM20_FIXUP # this code makes the Sharp MM 20
416					# work, but should not be enabled
417					# on anything else.
418#options 	PCIINTR_DEBUG		# super-verbose PCI interrupt fixup
419
420# PCI fixups, for both PCIBIOS and ACPI
421#options 	PCI_ADDR_FIXUP		# fixup PCI I/O addresses
422#options 	PCI_BUS_FIXUP		# fixup PCI bus numbering
423#options 	PCI_INTR_FIXUP		# fixup PCI interrupt routing
424
425# System Controllers
426elansc* at mainbus? bus ?		# AMD Elan SC520 System Controller
427
428# Temperatures
429amdnb_misc* at pci?			# AMD NB Misc Configuration
430amdtemp* at amdnb_misc?			# AMD CPU Temperature sensors
431
432# PCI bridges
433#amdpcib* at pci? dev ? function ?	# AMD 8111 PCI-ISA w/ HPET
434#hpet*	at amdpcib?
435ichlpcib* at pci? dev ? function ?	# Intel ICH PCI-LPC w/ timecounter,
436					# watchdog, gpio, SpeedStep and HPET
437fwhrng* at ichlpcib?		# Intel 82802 FWH Random Number Generator
438#hpet*	at ichlpcib?
439tco*	at ichlpcib?		# TCO watchdog timer
440tcpcib* at pci? dev ? function ?	# Intel Atom E6xx PCI-LPC
441hpet* at tcpcib?
442gcscpcib* at pci? dev ? function ?	# AMD CS5535/CS5536 PCI-ISA w/
443					# timecounter, watchdog and GPIO
444#piixpcib* at pci? dev ? function ?	# Intel PIIX4 PCI-ISA w/ SpeedStep
445gscpcib* at pci? dev ? function ?	# NS Geode SC1100 PCI-ISA w/ GPIO
446viapcib* at pci? dev ? function ?	# VIA VT8235 PCI-ISA w/ SMBus support
447iic*	at viapcib?
448rdcpcib* at pci? dev ? function ?	# RDC Vortex86/PMX-1000 PCI-ISA w/
449					# watchdog
450pchb*	at pci? dev ? function ?	# PCI-Host bridges
451options 	AGP_X86
452pceb*	at pci? dev ? function ?	# PCI-EISA bridges
453pcib*	at pci? dev ? function ?	# PCI-ISA bridges
454pcmb*	at pci? dev ? function ?	# PCI-MCA bridges
455ppb*	at pci? dev ? function ?	# PCI-PCI bridges
456# XXX 'puc's aren't really bridges, but there's no better place for them here
457puc*	at pci? dev ? function ?	# PCI "universal" comm. cards
458
459pwdog*	at pci ? dev ? function ?	# QUANCOM PWDOG1
460
461#ibmcd*	at pci ? dev ? function ?	# IBM 4810 BSP cash drawer port
462#gpio*	at ibmcd?
463
464agp*	at pchb?
465
466
467# EISA bus support
468eisa0	at mainbus?
469eisa0	at pceb?
470
471# ISA bus support
472#isa0	at amdpcib?
473isa0	at gcscpcib?
474isa0	at ichlpcib?
475isa0	at tcpcib?
476#isa0	at piixpcib?
477#isa0	at gscpcib?
478isa0	at viapcib?
479isa0	at rdcpcib?
480isa0	at mainbus?
481isa0	at pceb?
482isa0	at pcib?
483
484# PCMCIA bus support
485pcmcia* at pcic? controller ? socket ?
486pcmcia* at tcic? controller ? socket ?
487
488# MCA bus support
489mca0	at mainbus?
490
491# ISA PCMCIA controllers
492pcic0	at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
493pcic1	at isa? port 0x3e2 iomem 0xe0000 iosiz 0x4000
494pcic2	at isa? port 0x3e4 iomem 0xe0000 iosiz 0x4000
495tcic0	at isa? port 0x240 iomem 0xd0000 iosiz 0x10000
496
497# PCI PCMCIA controllers
498pcic0	at pci? dev? function ?
499
500# ISA Plug-and-Play bus support
501isapnp0 at isa?
502
503# ISA Plug-and-Play PCMCIA controllers
504pcic*	at isapnp?
505
506# CardBus bridge support
507cbb*		at pci? dev ? function ?
508cardslot*	at cbb?
509
510# CardBus bus support
511cardbus*	at cardslot?
512pcmcia* 	at cardslot?
513
514# Console Devices
515
516# wscons
517pckbc0		at isa?			# PC keyboard controller
518pckbd*		at pckbc?		# PC keyboard
519pms*		at pckbc?		# PS/2 mouse for wsmouse
520#options 	PMS_DISABLE_POWERHOOK	# Disable PS/2 reset on resume
521options 	PMS_SYNAPTICS_TOUCHPAD	# Enable support for Synaptics Touchpads
522options 	PMS_ELANTECH_TOUCHPAD	# Enable support for Elantech Touchpads
523options 	PMS_ALPS_TOUCHPAD	# Enable support for Alps Touchpads
524# vga@isa and pcdisplay@isa are disabled; see PR#49290
525#vga0		at isa?
526vga*		at pci? dev ? function ?
527#pcdisplay0	at isa?			# CGA, MDA, EGA, HGA
528genfb*		at pci? dev ? function ?
529options 	VCONS_DRAW_INTR
530#machfb* 	at pci? dev ? function ? # ATI Mach64 framebuffer driver
531wsdisplay*	at vga? console ?
532#wsdisplay*	at pcdisplay? console ?
533wsdisplay*	at wsemuldisplaydev?
534#wsdisplay*	at machfb? console ?
535wskbd*		at pckbd? console ?
536wsmouse*	at pms? mux 0
537
538# VIA Unichrome framebuffer console
539#unichromefb*	at pci? dev ? function ?
540#wsdisplay*	at unichromefb?
541
542attimer0	at isa?
543pcppi0		at isa?
544sysbeep0	at pcppi?
545
546# DRI legacy drivers
547#i915drm*	at drm?		# Intel i915, i945 DRM driver
548#mach64drm*	at drm?		# mach64 (3D Rage Pro, Rage) DRM driver
549#mgadrm* 	at drm?		# Matrox G[24]00, G[45]50 DRM driver
550#r128drm*	at drm?		# ATI Rage 128 DRM driver
551#radeondrm*	at drm?		# ATI Radeon DRM driver
552#savagedrm*	at drm?		# S3 Savage DRM driver
553#sisdrm* 	at drm?		# SiS DRM driver
554#tdfxdrm*	at drm?		# 3dfx (voodoo) DRM driver
555#viadrm* 	at drm?		# VIA DRM driver
556
557# DRMKMS drivers
558i915drmkms*	at pci? dev ? function ?
559intelfb*	at intelfbbus?
560
561radeon* 	at pci? dev ? function ?
562radeondrmkmsfb* at radeonfbbus?
563
564nouveau*	at pci? dev ? function ?
565nouveaufb*	at nouveaufbbus?
566
567# DRMUMS drivers
568#viadrmums*	at drm?
569
570# Serial Devices
571
572# PCI serial interfaces
573com*	at puc? port ?			# 16x50s on "universal" comm boards
574cy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
575cz*	at pci? dev ? function ?	# Cyclades-Z multi-port serial boards
576
577# ISA Plug-and-Play serial interfaces
578com*	at isapnp?			# Modems and serial boards
579
580# PCMCIA serial interfaces
581com*	at pcmcia? function ?		# Modems and serial cards
582
583pcmcom* at pcmcia? function ?		# PCMCIA multi-port serial cards
584com*	at pcmcom? slave ?		# ...and the slave devices
585
586# CardBus serial interfaces
587com*	at cardbus? function ?	# Modems and serial cards
588
589# ISA serial interfaces
590#options 	COM_HAYESP		# adds Hayes ESP serial board support
591com0	at isa? port 0x3f8 irq 4	# Standard PC serial ports
592com1	at isa? port 0x2f8 irq 3
593com2	at isa? port 0x3e8 irq 5
594#com3	at isa? port 0x2e8 irq 9
595#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
596#com*	at ast? slave ?
597#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
598#boca0	at isa? port 0x100 irq 5	# BOCA 16-port serial cards (BB2016)
599#boca1	at isa? port 0x140 irq 5	# this line is also needed for BB2016
600#com*	at boca? slave ?
601#tcom0	at isa? port 0x100 irq 7	# TC-800 8-port serial cards
602#com*	at tcom? slave ?
603#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
604#com*	at rtfps? slave ?
605#cy0	at isa? iomem 0xd4000 irq 12	# Cyclades serial cards
606#addcom0 at isa? port 0x108 irq 5	# Addonics FlexPort 8S
607#com*	at addcom? slave ?
608#moxa0	at isa?	port 0x100 irq 5	# MOXA C168H serial card (experimental)
609#com*	at moxa? slave ?
610#ioat*	at isa? port 0x220 irq 5	# BOCA IOAT66 6-port serial card
611#com*	at ioat? slave ?
612
613# MCA serial interfaces
614com*	at mca? slot ?			# 16x50s on comm boards
615
616# Parallel Printer Interfaces
617
618# PCI parallel printer interfaces
619lpt*	at puc? port ?			# || ports on "universal" comm boards
620
621# ISA parallel printer interfaces
622lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
623lpt1	at isa? port 0x278
624lpt2	at isa? port 0x3bc
625
626# Hardware monitors
627
628# AMD 768 and 8111 power/ACPI controllers
629amdpm*	at pci? dev ? function ?	# RNG and SMBus 1.0 interface
630iic*	at amdpm?
631
632# Acer Labs M7101 SMBus controller
633alipm*	at pci? dev ? function ?
634iic*	at alipm?
635
636# Intel ICH SMBus controller
637ichsmb* at pci? dev ? function ?
638iic*	at ichsmb?
639
640# Intel S1200,C2000 (non-pch) SMBus controller
641ismt* at pci? dev ? function ?
642iic*	at ismt?
643
644# NVIDIA nForce2/3/4 SMBus controller
645nfsmbc* at pci? dev ? function ?
646nfsmb*	at nfsmbc?
647iic*	at nfsmb?
648
649# Intel PIIX4 power management controllers
650piixpm* at pci? dev ? function ?	# PIIX4 compatible PM controller
651iic*	at piixpm?			# SMBus on PIIX4
652
653# dbCool Thermal monitor and fan controller
654#dbcool* at iic? addr 0x2C		# Unknown other motherboard(s)
655#dbcool* at iic? addr 0x2D		# Tyan S2881
656#dbcool* at iic? addr 0x2E		# Tyan S2882-D
657
658# IBM Thinkpad Active Protection System
659#aps0	at isa? port 0x1600
660
661# Fintek Super I/O with hardware monitor
662#finsio0 	at isa? port 0x4e
663
664# iTE IT87xxF Super I/O with watchdog and sensors support
665#itesio0 	at isa? port 0x2e
666
667# Winbond LPC Super I/O
668#wbsio*	at isa? port 0x2e
669#wbsio*	at isa? port 0x4e
670
671# IBM Hawk Integrated Systems Management Processor
672#ibmhawk0	at iic?	addr 0x37
673
674# LM7[89] and compatible hardware monitors
675# Use flags to select temp sensor type (see lm(4) man page for details)
676#lm0	at isa?	port 0x290 flags 0x0	# other common: 0x280, 0x310
677#lm*	at wbsio?
678
679# SMSC LPC47B397 hardware monitor functions
680#smsc0	at isa? port 0x02e
681
682# SMSC LPC47M192 hardware monitor
683#smscmon*	at iic? addr 0x2c
684#smscmon*	at iic? addr 0x2d	# (alternate address)
685
686# PC87366 hardware monitor
687nsclpcsio*	at isa?
688
689# Abit uGuru Hardware system monitor
690#ug0	at isa? port 0xe0
691
692# VIA VT82C686A/VT8231 Hardware Monitor and Power Management Timer
693#viaenv* 	at pci? dev ? function ?
694
695# Serial Presence Detect capable memory modules
696#spdmem* at iic? addr 0x50
697#spdmem* at iic? addr 0x51
698#spdmem* at iic? addr 0x52
699#spdmem* at iic? addr 0x53
700#spdmem* at iic? addr 0x54
701#spdmem* at iic? addr 0x55
702#spdmem* at iic? addr 0x56
703#spdmem* at iic? addr 0x57
704#sdtemp* at iic? addr 0x18
705#sdtemp* at iic? addr 0x19
706#sdtemp* at iic? addr 0x1a
707#sdtemp* at iic? addr 0x1b
708#sdtemp* at iic? addr 0x1c
709#sdtemp* at iic? addr 0x1d
710#sdtemp* at iic? addr 0x1e
711#sdtemp* at iic? addr 0x1f
712
713# I2O devices
714iop*	at pci? dev ? function ?	# I/O processor
715iopsp*	at iop? tid ?			# SCSI/FC-AL ports
716ld*	at iop? tid ?			# block devices
717dpti*	at iop? tid 0			# DPT/Adaptec control interface
718
719# GPIO devices
720gpio*	at gpiobus?
721
722# 1-Wire support
723#gpioow* 	at gpio? offset ? mask ?	# 1-wire bitbanging via gpio
724gpioow* 	at gpio?
725onewire*	at gpioow?
726
727# 1-Wire devices
728owtemp* 	at onewire?			# Temperature sensors
729
730# i2c support
731gpioiic*	at gpio? offset ? mask ? flag 0x00	# flag 0x01 reverses
732							# SCA and SCL signals
733iic*		at gpioiic?
734
735# Keylock support
736gpiolock*	at gpio?
737
738# Software pulsing GPIO pins
739gpiopwm*	at gpio?
740
741# Soekris 6501 GPIO/LED driver (provides gpiobus, needs gpio)
742#soekrisgpio0	at isa? port 0x680
743
744# SCSI Controllers and Devices
745
746# PCI SCSI controllers
747adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
748adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
749ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
750ahd*	at pci? dev ? function ?	# Adaptec 29320, 39320 (aic790x) SCSI
751bha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
752dpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
753iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
754isp*	at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FibreChannel
755mfi*	at pci? dev ? function ?	# LSI MegaRAID SAS
756mly*	at pci? dev ? function ?	# Mylex AcceleRAID and eXtremeRAID
757mpt*	at pci? dev ? function ?	# LSILogic 9x9 and 53c1030 (Fusion-MPT)
758mpii*	at pci? dev ? function ?	# LSI Logic Fusion-MPT II
759njs*	at pci? dev ? function ?	# Workbit NinjaSCSI-32
760pcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
761siop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
762esiop*	at pci? dev ? function ?	# Symbios 53c875 SCSI and newer
763#options 	SIOP_SYMLED		# drive the act. LED in software
764trm*	at pci? dev ? function ?	# Tekram DC-395U/UW/F, DC-315/U SCSI
765
766# EISA SCSI controllers
767ahb*	at eisa? slot ?			# Adaptec 174[02] SCSI
768ahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI
769bha*	at eisa? slot ?			# BusLogic 7xx SCSI
770dpt*	at eisa? slot ?			# DPT EATA SCSI
771uha*	at eisa? slot ?			# UltraStor 24f SCSI
772
773# PCMCIA SCSI controllers
774aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
775esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
776spc*	at pcmcia? function ?		# Fujitsu MB87030/MB89352 SCSI
777
778# ISA Plug-and-Play SCSI controllers
779aha*	at isapnp?			# Adaptec AHA-154[02
780aic*	at isapnp?			# Adaptec AHA-1520B
781
782# ISA SCSI controllers
783adv0	at isa? port ? irq ? drq ?	# AdvanSys APB-514[02] SCSI
784aha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
785aha1	at isa? port 0x334 irq ? drq ?
786ahc0	at isa? port ? irq ?		# Adaptec 284x SCSI
787aic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI
788bha0	at isa? port 0x330 irq ? drq ?	# BusLogic [457]4X SCSI
789bha1	at isa? port 0x334 irq ? drq ?
790# The "nca" and "dpt" probes might give false hits or hang your machine.
791#dpt0	at isa? port 0x170 irq ? drq ?	# DPT SmartCache/SmartRAID
792#nca0	at isa? port 0x360 irq 15	# Port-mapped NCR 53C80 controller
793#nca1	at isa? iomem 0xd8000 irq 5	# Memory-mapped controller (T128, etc.)
794sea0	at isa? iomem 0xc8000 irq 5	# Seagate/Future Domain SCSI
795uha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI
796uha1	at isa? port 0x340 irq ? drq ?
797wds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
798wds1	at isa? port 0x358 irq 11 drq 5
799
800# CardBus SCSI cards
801adv*	at cardbus? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
802ahc*	at cardbus? function ?	# Adaptec ADP-1480
803njs*	at cardbus? function ?	# Workbit NinjaSCSI-32
804
805# MCA SCSI cards
806aha*	at mca? slot ?			# Adaptec AHA-1640
807
808# SCSI bus support
809scsibus* at scsi?
810
811# SCSI devices
812sd*	at scsibus? target ? lun ?	# SCSI disk drives
813st*	at scsibus? target ? lun ?	# SCSI tape drives
814cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
815ch*	at scsibus? target ? lun ?	# SCSI autochangers
816ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
817ss*	at scsibus? target ? lun ?	# SCSI scanners
818uk*	at scsibus? target ? lun ?	# SCSI unknown
819
820# NVM Express controllers and devices
821nvme*	at pci? dev ? function ?
822ld*	at nvme? nsid ?
823
824# RAID controllers and devices
825aac*	at pci? dev ? function ?	# Adaptec AAC family
826amr*	at pci? dev ? function ?	# AMI/LSI Logic MegaRAID
827arcmsr* at pci? dev ? function ?	# Areca SATA RAID controllers
828cac*	at eisa? slot ?			# Compaq EISA array controllers
829cac*	at pci? dev ? function ?	# Compaq PCI array controllers
830ciss*	at pci? dev ? function ?	# HP Smart Array controllers
831icp*	at pci? dev ? function ?	# ICP-Vortex GDT & Intel RAID
832mlx*	at pci? dev ? function ?	# Mylex DAC960 & DEC SWXCR family
833mlx*	at eisa? slot ?			# Mylex DAC960 & DEC SWXCR family
834twa*	at pci? dev ? function ?	# 3ware Escalade 95xx RAID controllers
835twe*	at pci? dev ? function ?	# 3ware Escalade RAID controllers
836
837ld*	at aac? unit ?			# logical disk devices
838ld*	at amr? unit ?
839ld*	at cac? unit ?
840ld*	at icp? unit ?
841ld*	at twa? unit ?
842ld*	at twe? unit ?
843ld*	at mlx? unit ?
844
845icpsp*	at icp? unit ?			# SCSI pass-through
846
847# IDE and related devices
848# PCI IDE controllers - see pciide(4) for supported hardware.
849# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
850# how to set up DMA modes for this chip. This may work, or may cause
851# a machine hang with some controllers.
852pciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
853acardide*	at pci? dev ? function ?	# Acard IDE controllers
854aceride*	at pci? dev ? function ?	# Acer Lab IDE controllers
855ahcisata*	at pci? dev ? function ?	# AHCI SATA controllers
856artsata*	at pci? dev ? function ?	# Intel i31244 SATA controller
857cmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
858cypide* 	at pci? dev ? function ?	# Cypress IDE controllers
859gcscide*	at pci? dev ? function ?	# AMD CS5535 Companion IDE controllers
860geodeide*	at pci? dev ? function ?	# AMD Geode IDE controllers
861hptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
862iteide* 	at pci? dev ? function ?	# IT Express IDE controllers
863ixpide* 	at pci? dev ? function ?	# ATI IXP IDE controllers
864jmide*		at pci? dev ? function ?	# JMicron PCI-e PATA/SATA controllers
865ahcisata*	at jmide?
866mvsata* 	at pci? dev ? function ?	# Marvell Hercules-I/II
867optiide*	at pci? dev ? function ?	# Opti IDE controllers
868piixide*	at pci? dev ? function ?	# Intel IDE controllers
869pdcide* 	at pci? dev ? function ?	# Promise IDE controllers
870pdcsata*	at pci? dev ? function ?	# Promise SATA150 controllers
871rccide* 	at pci? dev ? function ?	# ServerWorks IDE controllers
872rdcide* 	at pci? dev ? function ?	# RDC PMX-1000 IDE controllers
873satalink*	at pci? dev ? function ?	# SiI SATALink controllers
874schide* 	at pci? dev ? function ?	# Intel SCH IDE controllers
875siisata*	at pci? dev ? function ?	# SiI SteelVine controllers
876siside* 	at pci? dev ? function ?	# SiS IDE controllers
877slide*		at pci? dev ? function ?	# Symphony Labs IDE controllers
878svwsata*	at pci? dev ? function ?	# ServerWorks SATA controllers
879stpcide*	at pci? dev ? function ?	# STMicro STPC IDE controllers
880toshide*	at pci? dev ? function ?	# TOSHIBA PICCOLO controllers
881viaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
882
883# ISA Plug-and-Play IDE controllers
884wdc*	at isapnp?
885
886# PCMCIA IDE controllers
887wdc*	at pcmcia? function ?
888
889# CardBus IDE controllers
890njata*	at cardbus? function ? flags 0x01	# Workbit NinjaATA-32
891siisata* at cardbus? function ? 		# SiI SteelVine controllers
892
893# ISA ST506, ESDI, and IDE controllers
894# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
895# fall back to 16bits I/O if 32bits I/O are not functional).
896# Some controllers pass the initial 32bit test, but will fail later.
897wdc0	at isa? port 0x1f0 irq 14 flags 0x00
898wdc1	at isa? port 0x170 irq 15 flags 0x00
899
900# ATA (IDE) bus support
901atabus* at ata?
902options 	ATADEBUG
903
904# IDE drives
905# Flags are used only with controllers that support DMA operations
906# and mode settings (e.g. some pciide controllers)
907# The lowest order four bits (rightmost digit) of the flags define the PIO
908# mode to use, the next set of four bits the DMA mode and the third set the
909# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
910# to use, and the last bit must be 1 for this setting to be used.
911# For DMA and UDMA, 0xf (1111) means 'disable'.
912# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
913# (0xc=1100, 0xa=1010, 0xf=1111)
914# 0x0000 means "use whatever the drive claims to support".
915wd*	at atabus? drive ? flags 0x0000
916
917# ATA RAID configuration support, as found on some Promise controllers.
918pseudo-device	ataraid
919ld*	at ataraid? vendtype ? unit ?
920
921# ATAPI bus support
922atapibus* at atapi?
923
924# ATAPI devices
925# flags have the same meaning as for IDE drives.
926cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
927sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
928st*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
929uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
930
931
932# Miscellaneous mass storage devices
933
934# ISA floppy
935fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
936#fdc1	at isa? port 0x370 irq ? drq ?
937fd*	at fdc? drive ?			# the drives themselves
938# some machines need you to do this instead of fd*
939#fd0	at fdc0 drive 0
940
941# ISA CD-ROM devices
942#mcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
943
944# ISA tape devices
945# note: the wt driver conflicts unpleasantly with SMC boards at the
946# same I/O address. The probe reprograms their EEPROMs. Don't
947# uncomment it unless you are actually using it.
948#wt0	at isa? port 0x308 irq 5 drq 1	# Archive and Wangtek QIC tape drives
949
950# MCA ESDI devices
951edc*	at mca? slot ?			# IBM ESDI Disk Controllers
952ed*	at edc?
953
954
955# Network Interfaces
956
957# PCI network interfaces
958age*	at pci? dev ? function ?	# Attansic/Atheros L1 Gigabit Ethernet
959an*	at pci? dev ? function ?	# Aironet PC4500/PC4800 (802.11)
960alc*	at pci? dev ? function ?	# Attansic/Atheros L1C/L2C Ethernet
961ale*	at pci? dev ? function ?	# Attansic/Atheros L1E Ethernet
962ath*	at pci? dev ? function ?	# Atheros 5210/5211/5212 802.11
963athn*	at pci? dev ? function ?	# Atheros AR9k (802.11a/g/n)
964atw*	at pci? dev ? function ?	# ADMtek ADM8211 (802.11)
965bce*	at pci? dev ? function ?	# Broadcom 4401 10/100 Ethernet
966bge*	at pci? dev ? function ?	# Broadcom 570x gigabit Ethernet
967bnx*	at pci? dev ? function ?	# Broadcom NetXtremeII gigabit Ethernet
968bwi*	at pci? dev ? function ?	# Broadcom BCM43xx wireless
969dge*	at pci? dev ? function ?	# Intel 82597 10GbE LR
970en*	at pci? dev ? function ?	# ENI/Adaptec ATM
971ep*	at pci? dev ? function ?	# 3Com 3c59x
972epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
973esh*	at pci? dev ? function ?	# Essential HIPPI card
974et*	at pci? dev ? function ?	# Agere/LSI ET1310/ET1301 Gigabit
975ex*	at pci? dev ? function ?	# 3Com 3c90x[BC]
976fpa*	at pci? dev ? function ?	# DEC DEFPA FDDI
977fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
978gsip*	at pci? dev ? function ?	# NS83820 Gigabit Ethernet
979hme*	at pci? dev ? function ?	# Sun Microelectronics STP2002-STQ
980ipw*	at pci? dev ? function ?	# Intel PRO/Wireless 2100
981iwi*	at pci? dev ? function ?	# Intel PRO/Wireless 2200BG
982iwm*	at pci? dev ? function ?	# Intel Wireless WiFi Link 7xxx
983iwn*	at pci? dev ? function ?	# Intel PRO/Wireless 4965AGN
984ixg*	at pci? dev ? function ?	# Intel 8259x 10 gigabit
985jme*	at pci? dev ? function ?	# JMicron JMC2[56]0 Ethernet
986le*	at pci? dev ? function ?	# PCnet-PCI Ethernet
987lii*	at pci? dev ? function ?	# Atheros L2 Fast-Ethernet
988lmc*	at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
989malo*	at pci? dev ? function ?	# Marvell Libertas Wireless
990mskc*	at pci? dev ? function ?	# Marvell Yukon 2 Gigabit Ethernet
991msk*	at mskc?			# Marvell Yukon 2 Gigabit Ethernet
992mtd*	at pci? dev ? function ?	# Myson MTD803 3-in-1 Ethernet
993#ndis*	at pci? dev ? function ?	# Experimental - NDIS Network Driver
994ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
995nfe*	at pci?	dev ? function ?	# NVIDIA nForce Ethernet
996ntwoc*	at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
997pcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
998ral*	at pci? dev ? function ?	# Ralink Technology RT25x0 802.11a/b/g
999re*	at pci? dev ? function ?	# Realtek 8139C+/8169/8169S/8110S
1000rtk*	at pci? dev ? function ?	# Realtek 8129/8139
1001rtw*	at pci? dev ? function ?	# Realtek 8180L (802.11)
1002rtwn*	at pci? dev ? function ?	# Realtek 8188CE/8192CE 802.11b/g/n
1003sf*	at pci? dev ? function ?	# Adaptec AIC-6915 Ethernet
1004sip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
1005skc*	at pci? dev ? function ?	# SysKonnect SK9821 Gigabit Ethernet
1006sk*	at skc?				# SysKonnect SK9821 Gigabit Ethernet
1007ste*	at pci? dev ? function ?	# Sundance ST-201 Ethernet
1008stge*	at pci? dev ? function ?	# Sundance/Tamarack TC9021 Gigabit
1009ti*	at pci? dev ? function ?	# Alteon ACEnic gigabit Ethernet
1010tl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
1011tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
1012txp*	at pci? dev ? function ?	# 3com 3cr990
1013vte*	at pci? dev ? function ?	# RDC R6040 10/100 Ethernet
1014vge*	at pci? dev ? function ?	# VIATech VT612X Gigabit Ethernet
1015vmx*	at pci? dev ? function ?	# VMware VMXNET3
1016vr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
1017wi*	at pci? dev ? function ?	# Intersil Prism Mini-PCI (802.11b)
1018wm*	at pci? dev ? function ?	# Intel 8254x gigabit
1019wpi*	at pci? dev ? function ?	# Intel PRO/Wireless 3945ABG
1020xge*	at pci? dev ? function ?	# Neterion (S2io) Xframe-I 10GbE
1021
1022# EISA network interfaces
1023ep*	at eisa? slot ?			# 3Com 3c579 Ethernet
1024fea*	at eisa? slot ?			# DEC DEFEA FDDI
1025tlp*	at eisa? slot ?			# DEC DE-425 Ethernet
1026
1027# ISA Plug-and-Play network interfaces
1028an*	at isapnp?			# Aironet 802.11
1029ep*	at isapnp?			# 3Com 3c509 Ethernet
1030fmv*	at isapnp?			# Fujitsu FMV-183
1031le*	at isapnp?			# AMD PCnet-ISA Ethernet
1032ne*	at isapnp?			# NE2000-compatible Ethernet
1033tr*	at isapnp?			# IBM/3Com TROPIC Token-Ring
1034
1035# PCMCIA network interfaces
1036an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
1037awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
1038cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
1039cs*	at pcmcia? function ?		# CS89xx Ethernet
1040ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
1041malo*	at pcmcia? function ?		# Marvell Libertas
1042mbe*	at pcmcia? function ?		# MB8696x based Ethernet
1043ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
1044ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
1045sm*	at pcmcia? function ?		# Megahertz Ethernet
1046# tr at pcmcia has problems with Cardbus bridges
1047#tr*	at pcmcia? function ?		# TROPIC based Token-Ring
1048wi*	at pcmcia? function ?		# Lucent/Intersil WaveLAN/IEEE (802.11)
1049xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
1050com*	at xirc?
1051xi*	at xirc?
1052mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
1053com*	at mhzc?
1054sm*	at mhzc?
1055
1056# ISA network interfaces
1057ate0	at isa? port 0x2a0 irq ?		# AT1700
1058cs0	at isa? port 0x300 iomem ? irq ? drq ?	# CS8900 Ethernet
1059ec0	at isa? port 0x250 iomem 0xd8000 irq 9	# 3Com 3c503 Ethernet
1060eg0	at isa? port 0x280 irq 9		# 3c505 Ethernet cards
1061el0	at isa? port 0x300 irq 9		# 3c501 Ethernet cards
1062ep*	at isa? port ? irq ?			# 3c509 Ethernet cards
1063ef0	at isa? port 0x360 iomem 0xd0000 irq 7	# 3c507
1064ai0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN
1065fmv0	at isa? port 0x2a0 irq ?		# FMV-181/182
1066ix0	at isa? port 0x300 irq 10		# EtherExpress/16
1067iy0	at isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
1068lc0	at isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
1069#depca0	at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5	# DEPCA
1070#le*	at depca?
1071nele0	at isa? port 0x320 irq 9 drq 7		# NE2100
1072le*	at nele?
1073#ntwoc0	at isa? port 0x300 irq 5 iomem 0xc8000 flags 1	# Riscom/N2 sync serial
1074bicc0	at isa? port 0x320 irq 10 drq 7		# BICC IsoLan
1075le*	at bicc?
1076ne0	at isa? port 0x280 irq 9		# NE[12]000 Ethernet cards
1077ne1	at isa? port 0x300 irq 10
1078sm0	at isa? port 0x300 irq 10		# SMC91C9x Ethernet
1079tr0	at isa? port 0xa20 iomem 0xd8000 irq ?	# IBM TROPIC based Token-Ring
1080tr1	at isa? port 0xa24 iomem 0xd0000 irq ?	# IBM TROPIC based Token-Ring
1081tr*	at isa? port ? irq ?			# 3Com TROPIC based Token-Ring
1082we0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
1083we1	at isa? port 0x300 iomem 0xcc000 irq 10
1084
1085# CardBus network cards
1086ath*	at cardbus? function ?	# Atheros 5210/5211/5212 802.11
1087athn*	at cardbus? function ?	# Atheros AR9k (802.11a/g/n) - UNTESTED
1088atw*	at cardbus? function ?	# ADMtek ADM8211 (802.11)
1089bwi*	at cardbus? function ?	# Broadcom BCM43xx wireless
1090ex*	at cardbus? function ?	# 3Com 3c575TX
1091fxp*	at cardbus? function ?	# Intel i8255x
1092ral*	at cardbus? function ?	# Ralink Technology RT25x0 802.11a/b/g
1093re*	at cardbus? function ?	# Realtek 8139C+/8169/8169S/8110S
1094rtk*	at cardbus? function ?	# Realtek 8129/8139
1095rtw*	at cardbus? function ?	# Realtek 8180L (802.11)
1096tlp*	at cardbus? function ?	# DECchip 21143
1097
1098# MCA network cards
1099elmc*	at mca? slot ?			# 3Com EtherLink/MC (3c523)
1100ep*	at mca? slot ?			# 3Com EtherLink III (3c529)
1101we*	at mca? slot ?			# WD/SMC Ethernet
1102ate*	at mca? slot ?			# Allied Telesis AT1720
1103ne*	at mca? slot ?			# Novell NE/2 and clones
1104tr*	at mca? slot ?			# IBM Token Ring adapter
1105tra*	at mca? slot ?			# Tiara LANCard/E and clones
1106le*	at mca? slot ?			# SKNET Personal/MC2+
1107
1108# MII/PHY support
1109acphy*	at mii? phy ?			# Altima AC101 and AMD Am79c874 PHYs
1110amhphy* at mii? phy ?			# AMD 79c901 Ethernet PHYs
1111atphy*	at mii? phy ?			# Attansic/Atheros PHYs
1112bmtphy* at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
1113brgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
1114ciphy*	at mii? phy ?			# Cicada CS8201 Gig-E PHYs
1115dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
1116etphy*	at mii? phy ?			# Agere/LSI ET1011 TruePHY Gig-E PHYs
1117exphy*	at mii? phy ?			# 3Com internal PHYs
1118gentbi* at mii? phy ?			# Generic Ten-Bit 1000BASE-[CLS]X PHYs
1119glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
1120gphyter* at mii? phy ?			# NS83861 Gig-E PHY
1121icsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
1122igphy*	at mii? phy ?			# Intel IGP01E1000
1123ihphy*	at mii? phy ?			# Intel 82577 PHYs
1124ikphy*	at mii? phy ?			# Intel 82563 PHYs
1125inphy*	at mii? phy ?			# Intel 82555 PHYs
1126iophy*	at mii? phy ?			# Intel 82553 PHYs
1127lxtphy* at mii? phy ?			# Level One LXT-970 PHYs
1128makphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
1129nsphy*	at mii? phy ?			# NS83840 PHYs
1130nsphyter* at mii? phy ? 		# NS83843 PHYs
1131pnaphy* at mii? phy ?			# generic HomePNA PHYs
1132qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
1133rdcphy* at mii? phy ?			# RDC R6040 10/100 PHY
1134rgephy* at mii? phy ?			# Realtek 8169S/8110S internal PHYs
1135rlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
1136sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
1137tlphy*	at mii? phy ?			# ThunderLAN PHYs
1138tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
1139ukphy*	at mii? phy ?			# generic unknown PHYs
1140urlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
1141
1142
1143# USB Controller and Devices
1144
1145# PCI USB controllers
1146xhci*	at pci?	dev ? function ?	# eXtensible Host Controller
1147					# xhci is at best experimental
1148ehci*	at pci?	dev ? function ?	# Enhanced Host Controller
1149gcscehci* at pci? dev ? function ?	# Enhanced Host Controller (Geode CSC)
1150ohci*	at pci?	dev ? function ?	# Open Host Controller
1151uhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
1152
1153# CardBus USB controllers
1154ehci*	at cardbus? function ?		# Enhanced Host Controller
1155ohci*	at cardbus? function ?		# Open Host Controller
1156uhci*	at cardbus? function ?		# Universal Host Controller (Intel)
1157
1158# ISA USB controllers
1159#slhci0	at isa? port 0x300 irq 5	# ScanLogic SL811HS
1160
1161# PCMCIA USB controllers
1162slhci*	at pcmcia? function ?		# ScanLogic SL811HS
1163
1164# USB bus support
1165usb*	at xhci?
1166usb*	at ehci?
1167usb*	at gcscehci?
1168usb*	at ohci?
1169usb*	at slhci?
1170usb*	at uhci?
1171
1172# USB Hubs
1173uhub*	at usb?
1174uhub*	at uhub? port ?
1175
1176# USB HID device
1177uhidev* at uhub? port ? configuration ? interface ?
1178
1179# USB Mice
1180ums*	at uhidev? reportid ?
1181wsmouse* at ums? mux 0
1182
1183# USB generic touchscreen
1184uts*	at uhidev? reportid ?
1185wsmouse* at uts? mux 0
1186
1187# USB eGalax touch-panel
1188uep*	at uhub? port ?
1189wsmouse* at uep? mux 0
1190
1191# USB Keyboards
1192ukbd*	at uhidev? reportid ?
1193wskbd*	at ukbd? console ? mux 1
1194
1195# USB TEMPer and TEMPerHUM
1196uthum*	at uhidev? reportid ?
1197
1198# USB serial adapter
1199ucycom* at uhidev? reportid ?
1200
1201# USB Generic HID devices
1202uhid*	at uhidev? reportid ?
1203
1204# USB LCDs and USB-VGA adaptors
1205udl*	at uhub? port ?		# DisplayLink DL-1x0/1x5
1206wsdisplay* at udl?
1207
1208# USB Printer
1209ulpt*	at uhub? port ? configuration ? interface ?
1210
1211# USB Modem
1212umodem* at uhub? port ? configuration ?
1213ucom*	at umodem?
1214
1215# Option N.V. Wireless WAN modems
1216uhso*	at uhub? port ? configuration ?
1217
1218# USB Mass Storage
1219umass*	at uhub? port ? configuration ? interface ?
1220wd*	at umass?
1221
1222# USB audio
1223uaudio* at uhub? port ? configuration ?
1224uaudio* at usbifif?
1225
1226# USB MIDI
1227umidi*	at uhub? port ? configuration ?
1228
1229# USB IrDA
1230# USB-IrDA bridge spec
1231uirda*	at uhub? port ? configuration ? interface ?
1232irframe* at uirda?
1233
1234stuirda* at uhub? port ? configuration ? interface ?
1235irframe* at stuirda?
1236
1237# SigmaTel STIr4200 USB/IrDA Bridge
1238ustir*	at uhub? port ?
1239irframe* at ustir?
1240
1241# KingSun/DonShine USB/IrDA Bridge
1242udsir*	at uhub? port ?
1243irframe* at udsir?
1244
1245# Windows Media Center IR transceiver
1246irmce*	at uhub? port ?
1247cir*	at irmce?
1248
1249# USB Ethernet adapters
1250aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
1251axe*	at uhub? port ?		# ASIX AX88172 based adapters
1252axen*	at uhub? port ?		# ASIX AX88178a/AX88179 based adapters
1253cdce*	at uhub? port ?		# CDC, Ethernet Networking Control Model
1254cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
1255kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
1256udav*	at uhub? port ?		# Davicom DM9601 based adapters
1257url*	at uhub? port ?		# Realtek RTL8150L based adapters
1258urndis*	at uhub? port ?		# Microsoft RNDIS specification
1259
1260# USB 802.11 adapters
1261athn*	at uhub? port ?		# Atheros AR9002U
1262atu*	at uhub? port ?		# Atmel AT76C50XX based adapters
1263bwfm*	at uhub? port ?		# Broadcom FullMAC
1264otus*	at uhub? port ?		# Atheros AR9001U
1265rum*	at uhub? port ?		# Ralink Technology RT2501/RT2601 802.11a/b/g
1266run*	at uhub? port ?		# Ralink Technology RT(2[78]|30)00 802.11a/b/g/n
1267upgt*	at uhub? port ?		# Intersil PrismGT
1268ural*	at uhub? port ?		# Ralink Technology RT2500USB 802.11a/b/g
1269urtw*	at uhub? port ?		# Realtek RTL8187/RTL8187B 802.11b/g
1270urtwn*	at uhub? port ?		# Realtek RTL8188CU/RTL8192CU 802.11b/g/n
1271zyd*	at uhub? port ?		# Zydas ZD1211
1272
1273# Prolific PL2301/PL2302 host-to-host adapter
1274upl*	at uhub? port ?
1275
1276# Serial adapters
1277ubsa*	at uhub? port ?		# Belkin serial adapter
1278ucom*	at ubsa? portno ?
1279
1280uchcom* at uhub? port ? 	# WinChipHead CH341/CH340 serial adapter
1281ucom*	at uchcom? portno ?
1282
1283uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
1284ucom*	at uftdi? portno ?
1285
1286uipaq*	at uhub? port ?		# iPAQ PDAs
1287ucom*	at uipaq? portno ?
1288
1289umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
1290ucom*	at umct? portno ?
1291
1292uplcom* at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
1293ucom*	at uplcom? portno ?
1294
1295uslsa*	at uhub? port ?		# Silicon Labs USB-RS232 serial adapter
1296ucom*	at uslsa? portno ?
1297
1298uvscom* at uhub? port ? 	# SUNTAC Slipper U VS-10U serial adapter
1299ucom*	at uvscom? portno ?
1300
1301# RIM BlackBerry
1302uberry* at uhub? port ?
1303
1304# Apple iPad
1305uipad* at uhub? port ?
1306
1307# Diamond Multimedia Rio 500
1308urio*	at uhub? port ?
1309
1310# USB Handspring Visor
1311uvisor* at uhub? port ?
1312ucom*	at uvisor?
1313
1314# Kyocera AIR-EDGE PHONE
1315ukyopon* at uhub? port ?
1316ucom*	at ukyopon? portno ?
1317
1318# USB scanners
1319#uscanner* at uhub? port ?
1320
1321# USB scanners that use SCSI emulation, e.g., HP5300
1322usscanner* at uhub? port ?
1323
1324# Topfield TF5000PVR range of DVB recorders
1325utoppy* at uhub? port ?
1326
1327# Y@P firmware loader
1328uyap*	at uhub? port ?
1329
1330# D-Link DSB-R100 USB radio
1331udsbr*	at uhub? port ?
1332radio*	at udsbr?
1333
1334# USB Generic driver
1335ugen*	at uhub? port ?
1336
1337# USB 3G datacards
1338umodeswitch* at uhub? port ?
1339u3g*	at uhub? port ?
1340ucom*	at u3g?
1341
1342# USB generic serial port (e.g., data over cellular)
1343ugensa* at uhub? port ?
1344ucom*	at ugensa?
1345
1346# Araneus Alea I/II TRNG
1347#ualea* at uhub? port ? configuration ? interface ?
1348
1349# IrDA and Consumer Ir devices
1350
1351# Toshiba Oboe
1352oboe*	at pci? dev ? function ?
1353irframe* at oboe?
1354
1355
1356# PCI IEEE1394 controllers
1357fwohci* at pci? dev ? function ?	# IEEE1394 Open Host Controller
1358
1359# CardBus IEEE1394 controllers
1360fwohci* at cardbus? function ?		# IEEE1394 Open Host Controller
1361
1362ieee1394if* at fwohci?
1363fwip*	at ieee1394if?			# IP over IEEE1394
1364sbp*	at ieee1394if? euihi ? euilo ?	# SCSI over IEEE1394
1365
1366
1367# SD/MMC/SDIO Controller and Device support
1368
1369# PCI SD/MMC controller
1370sdhc*	at pci?				# SD Host Controller
1371rtsx*	at pci?				# Realtek RTS5209/RTS5229 Card Reader
1372
1373# CardBus SD/MMC controller
1374sdhc*	at cardbus? function ?		# SD Host Controller
1375
1376sdmmc*	at sdhc?			# SD/MMC bus
1377sdmmc*	at rtsx?			# SD/MMC bus
1378ld*	at sdmmc?
1379
1380
1381# Audio Devices
1382
1383# PCI audio devices
1384auacer* at pci? dev ? function ?	# ALi M5455 integrated AC'97 Audio
1385auich*	at pci? dev ? function ?	# Intel ICH integrated AC'97 Audio
1386auixp*	at pci? dev ? function ?	# ATI IXP AC'97 Audio
1387autri*	at pci? dev ? function ?	# Trident 4DWAVE based AC'97 Audio
1388auvia*	at pci? dev ? function ?	# VIA VT82C686A integrated AC'97 Audio
1389#azalia* at pci? dev ? function ?	# High Definition Audio
1390clcs*	at pci? dev ? function ?	# Cirrus Logic CS4280
1391clct*	at pci? dev ? function ?	# Cirrus Logic CS4281
1392cmpci*	at pci? dev ? function ?	# C-Media CMI8338/8738
1393eap*	at pci? dev ? function ?	# Ensoniq AudioPCI
1394emuxki* at pci? dev ? function ?	# Creative SBLive! and PCI512
1395esa*	at pci? dev ? function ?	# ESS Allegro-1 / Maestro-3 PCI Audio
1396esm*	at pci? dev ? function ?	# ESS Maestro-1/2/2e PCI Audio Accelerator
1397eso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
1398fms*	at pci? dev ? function ?	# Forte Media FM801
1399gcscaudio* at pci? dev ? function ?	# AMD Geode CS5536 Companion Audio
1400neo*	at pci? dev ? function ?	# NeoMagic 256 AC'97 Audio
1401sv*	at pci? dev ? function ?	# S3 SonicVibes
1402yds*	at pci? dev ? function ?	# Yamaha DS-1 PCI Audio
1403
1404# ISA Plug-and-Play audio devices
1405ess*	at isapnp?			# ESS Tech ES1887, ES1888, ES888 audio
1406guspnp* at isapnp?			# Gravis Ultra Sound PnP audio
1407sb*	at isapnp?			# SoundBlaster-compatible audio
1408wss*	at isapnp?			# Windows Sound System
1409ym*	at isapnp?			# Yamaha OPL3-SA[23] audio
1410
1411# ISA audio devices
1412# the "aria" probe might give false hits
1413#aria0	at isa? port 0x290 irq 10 		# Aria
1414#ess0	at isa? port 0x220 irq 5 drq 1 drq2 5	# ESS 18XX
1415gus0	at isa? port 0x220 irq 7 drq 1 drq2 6	# Gravis Ultra Sound
1416pas0	at isa? port 0x220 irq 7 drq 1		# ProAudio Spectrum
1417sb0	at isa? port 0x220 irq 5 drq 1 drq2 5	# SoundBlaster
1418wss0	at isa? port 0x530 irq 10 drq 0	drq2 1	# Windows Sound System
1419#cms0	at isa? port 0x220			# Creative Music System
1420
1421# OPL[23] FM synthesizers
1422#opl0	at isa? port 0x388	# use only if not attached to sound card
1423opl*	at cmpci? flags 1
1424opl*	at eso?
1425opl*	at ess?
1426opl*	at fms?
1427opl*	at sb?
1428opl*	at sv?
1429opl*	at wss?
1430opl*	at yds?
1431opl*	at ym?
1432
1433# High Definition Audio
1434hdaudio*	at pci? dev ? function ?	# High Definition Audio
1435hdafg*		at hdaudiobus?
1436
1437# Audio support
1438audio*	at audiobus?
1439
1440# MPU 401 UARTs
1441#mpu*	at isa? port 0x330 irq 9	# MPU401 or compatible card
1442mpu*	at isapnp?
1443mpu*	at cmpci?
1444mpu*	at eso?
1445mpu*	at fms?
1446mpu*	at sb?
1447mpu*	at yds?
1448mpu*	at ym?
1449
1450# MIDI support
1451midi*	at midibus?
1452midi*	at pcppi?		# MIDI interface to the PC speaker
1453
1454# The spkr driver provides a simple tone interface to the built in speaker.
1455#spkr*	at pcppi?		# PC speaker
1456#spkr*	at audio?		# PC speaker (synthesized)
1457
1458
1459# FM-Radio devices
1460# ISA radio devices
1461#az0	at isa? port 0x350	# Aztech/PackardBell FM Radio Card
1462#az1	at isa? port 0x358
1463#rt0	at isa? port 0x20c	# AIMS Lab Radiotrack & compatible
1464#rt1	at isa? port 0x284
1465#rt2	at isa? port 0x30c
1466#rt3	at isa? port 0x384
1467#rtii0	at isa? port 0x20c	# AIMS Lab Radiotrack II FM Radio Card
1468#rtii1	at isa? port 0x30c
1469#sf2r0	at isa? port 0x384	# SoundForte RadioLink SF16-FMR2 FM Radio Card
1470
1471# PCI radio devices
1472#gtp*	at pci? dev ? function ? # Guillemot Maxi Radio FM 2000 Radio Card
1473
1474# Radio support
1475#radio*	at az?
1476#radio*	at gtp?
1477#radio*	at rt?
1478#radio*	at rtii?
1479#radio*	at sf2r?
1480
1481
1482# Video capture devices
1483
1484auvitek* at uhub?			# Auvitek AU0828 USB TV
1485coram*	at pci? dev ? function ?	# Conexant CX23885 PCI-E TV
1486cxdtv*	at pci? dev ? function ?	# Conexant CX2388[0-3] PCI TV
1487emdtv*	at uhub?			# Empia EM28xx USB TV
1488cir*	at emdtv?
1489pseye*	at uhub?			# Sony PLAYSTATION(R) Eye webcam
1490uvideo* at uhub?			# USB Video Class capture devices
1491
1492video*	at videobus?			# Analog capture interface
1493dtv*	at dtvbus?			# Digital capture interface
1494
1495
1496# TV cards
1497
1498# Brooktree 848/849/878/879 based TV cards
1499bktr*	at pci? dev ? function ?
1500radio*	at bktr?
1501
1502
1503# Bluetooth Controller and Device support
1504
1505# Bluetooth PCMCIA Controllers
1506bt3c* at pcmcia? function ?		# 3Com 3CRWB6096-A
1507btbc* at pcmcia? function ?		# AnyCom BlueCard LSE041/039/139
1508
1509# Bluetooth SDIO Controller
1510sbt* at sdmmc?
1511
1512# Bluetooth USB Controllers
1513ubt* at uhub? port ?
1514aubtfwl* at uhub? port ?
1515
1516# Bluetooth Device Hub
1517bthub* at bcsp?
1518bthub* at bt3c?
1519bthub* at btbc?
1520bthub* at btuart?
1521bthub* at sbt?
1522bthub* at ubt?
1523
1524# Bluetooth HID support
1525bthidev* at bthub?
1526
1527# Bluetooth Mouse
1528btms* at bthidev? reportid ?
1529wsmouse* at btms? mux 0
1530
1531# Bluetooth Keyboard
1532btkbd* at bthidev? reportid ?
1533wskbd* at btkbd? console ? mux 1
1534
1535# Bluetooth Apple Magic Mouse
1536btmagic* at bthub?
1537wsmouse* at btmagic? mux 0
1538
1539# Bluetooth Audio support
1540btsco* at bthub?
1541
1542
1543# Mice
1544
1545# ISA busmice
1546lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
1547lms1	at isa? port 0x238 irq 5
1548mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
1549mms1	at isa? port 0x238 irq 5
1550wsmouse*	at lms? mux 0
1551wsmouse*	at mms? mux 0
1552
1553
1554# Cryptographic Devices
1555
1556# PCI cryptographic devices
1557glxsb*	at pci? dev ? function ?	# AMD Geode LX Security Block
1558hifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
1559ubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
1560
1561# Trusted Platform Module
1562tpm*	at isa? iomem 0xfed40000 irq 7
1563#tpm*	at isa? port 0x02e
1564#tpm*	at isa? port 0x04e
1565#tpm*	at isa? port 0x07e
1566#tpm*	at isa? port 0x0ee
1567
1568# Joysticks
1569
1570#joy*	at pnpbios? index ?		# Game port
1571
1572# ISA Plug-and-Play joysticks
1573joy*	at isapnp?			# Game ports (usually on audio cards)
1574
1575# PCI joysticks
1576joy*	at pci?				# Game ports (usually on audio cards)
1577#joy*	at eap?				# See CAVEATS in eap(4) before enabling
1578joy*	at eso?				# ESS Solo-1 on-board joystick
1579
1580# ISA joysticks. Probe is a little strange; add only if you have one.
1581#joy0	at isa? port 0x201
1582
1583
1584# Miscellaneous Devices
1585geodegcb*  at pci? dev ? function ?	# Geode GCB area
1586geodewdog* at geodegcb? 		# AMD Geode SC1100 watchdog timer
1587geodecntr* at geodegcb? 		# AMD Geode SC1100 high res. counter
1588
1589# Planetconnect Satellite receiver driver.
1590#satlink0 at isa? port 0x300 drq 1
1591
1592# Middle Digital, Inc. PCI-Weasel serial console board control
1593# devices (watchdog timer, etc.)
1594weasel* at pci?
1595
1596# Virtio devices
1597virtio*	at pci? dev ? function ?	# Virtio PCI device
1598viomb*	at virtio?			# Virtio memory balloon device
1599ld*	at virtio?			# Virtio disk device
1600vioif*	at virtio?			# Virtio network device
1601
1602
1603# Pull in optional local configuration
1604cinclude "arch/i386/conf/GENERIC.local"
1605
1606
1607# Pseudo-Devices
1608
1609pseudo-device	crypto			# /dev/crypto device
1610pseudo-device	swcrypto		# software crypto implementation
1611
1612# disk/mass storage pseudo-devices
1613pseudo-device	bio			# RAID control device driver
1614pseudo-device	ccd			# concatenated/striped disk devices
1615pseudo-device	cgd			# cryptographic disk devices
1616pseudo-device	raid			# RAIDframe disk driver
1617options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
1618# Options to enable various other RAIDframe RAID types.
1619#options 	RF_INCLUDE_EVENODD=1
1620#options 	RF_INCLUDE_RAID5_RS=1
1621#options 	RF_INCLUDE_PARITYLOGGING=1
1622#options 	RF_INCLUDE_CHAINDECLUSTER=1
1623#options 	RF_INCLUDE_INTERDECLUSTER=1
1624#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
1625#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
1626pseudo-device	fss			# file system snapshot device
1627pseudo-device	putter			# for puffs and pud
1628
1629pseudo-device	md			# memory disk device (ramdisk)
1630options 	MEMORY_DISK_HOOKS	# enable root ramdisk
1631options 	MEMORY_DISK_DYNAMIC	# loaded via kernel module(7)
1632
1633pseudo-device	vnd			# disk-like interface to files
1634options 	VND_COMPRESSION		# compressed vnd(4)
1635
1636# network pseudo-devices
1637pseudo-device	bpfilter		# Berkeley packet filter
1638#pseudo-device	carp			# Common Address Redundancy Protocol
1639pseudo-device	ipfilter		# IP filter (firewall) and NAT
1640pseudo-device	loop			# network loopback
1641#pseudo-device	mpls			# MPLS pseudo-interface
1642pseudo-device	ppp			# Point-to-Point Protocol
1643pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
1644#options 	PPPOE_SERVER		# Enable PPPoE server via link0
1645pseudo-device	sl			# Serial Line IP
1646pseudo-device	strip			# Starmode Radio IP (Metricom)
1647pseudo-device	irframetty		# IrDA frame line discipline
1648pseudo-device	tap			# virtual Ethernet
1649pseudo-device	tun			# network tunneling over tty
1650pseudo-device	gre			# generic L3 over IP tunnel
1651pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC 1933)
1652#pseudo-device	faith			# IPv[46] TCP relay translation i/f
1653pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
1654pseudo-device	vlan			# IEEE 802.1q encapsulation
1655pseudo-device	bridge			# simple inter-network bridging
1656#options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
1657pseudo-device	agr			# IEEE 802.3ad link aggregation
1658#pseudo-device	pf			# PF packet filter
1659#pseudo-device	pflog			# PF log if
1660#pseudo-device	pfsync			# PF sync if
1661#pseudo-device	npf			# NPF packet filter
1662#pseudo-device	etherip 		# Tunnel Ethernet over IP
1663# srt is EXPERIMENTAL
1664#pseudo-device	srt			# source-address-based routing
1665
1666#pseudo-device	canloop			# CAN loopback interface
1667
1668#
1669# accept filters
1670pseudo-device	accf_data		# "dataready" accept filter
1671pseudo-device	accf_http		# "httpready" accept filter
1672
1673# miscellaneous pseudo-devices
1674pseudo-device	pty			# pseudo-terminals
1675pseudo-device	sequencer		# MIDI sequencer
1676# rnd works; RND_COM does not on port i386 yet.
1677#options 	RND_COM			# use "com" randomness as well (BROKEN)
1678pseudo-device	clockctl		# user control of clock subsystem
1679pseudo-device	ksyms			# /dev/ksyms
1680pseudo-device	lockstat		# lock profiling
1681pseudo-device	bcsp			# BlueCore Serial Protocol
1682pseudo-device	btuart			# Bluetooth HCI UART (H4)
1683#pseudo-device	gpiosim		1	# GPIO simulator
1684
1685# a pseudo device needed for Coda	# also needs CODA (above)
1686pseudo-device	vcoda			# coda minicache <-> venus comm.
1687
1688# a pseudo device needed for SMBFS
1689pseudo-device	nsmb			# experimental - SMB requester
1690
1691# wscons pseudo-devices
1692pseudo-device	wsmux			# mouse & keyboard multiplexor
1693pseudo-device	wsfont
1694
1695# cmos(4) pseudo-device
1696pseudo-device	cmos
1697
1698# userland interface to drivers, including autoconf and properties retrieval
1699pseudo-device	drvctl
1700
1701options 	FILEASSOC		# fileassoc(9) - required for Veriexec
1702					# and PAX_SEGVGUARD
1703
1704# Veriexec
1705pseudo-device	veriexec
1706#
1707# Uncomment the fingerprint methods below that are desired. Note that
1708# removing fingerprint methods will have almost no impact on the kernel
1709# code size.
1710#
1711options 	VERIFIED_EXEC_FP_SHA256
1712options 	VERIFIED_EXEC_FP_SHA384
1713options 	VERIFIED_EXEC_FP_SHA512
1714
1715options 	PAX_ASLR_DEBUG=1	# PaX ASLR debug
1716options 	PAX_SEGVGUARD=0		# PaX Segmentation fault guard
1717options 	PAX_MPROTECT=1		# PaX mprotect(2) restrictions
1718options 	PAX_MPROTECT_DEBUG=1	# PaX mprotect debug
1719options 	PAX_ASLR=1		# PaX Address Space Layout Randomization
1720