GENERIC revision 1.460
1# $NetBSD: GENERIC,v 1.460 2017/07/12 17:40:33 maxv 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/amd64/conf/std.amd64"
22
23options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
24
25#ident		"GENERIC-$Revision: 1.460 $"
26
27maxusers	64		# estimated number of users
28
29# delay between "rebooting ..." message and hardware reset, in milliseconds
30#options 	CPURESET_DELAY=2000
31
32# This option allows you to force a serial console at the specified
33# I/O address.   see console(4) for details.
34#options 	CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=57600
35#	you don't want the option below ON iff you are using the
36#	serial console option of the new boot strap code.
37#options 	CONS_OVERRIDE	# Always use above! independent of boot info
38
39# The following options override the memory sizes passed in from the boot
40# block.  Use them *only* if the boot block is unable to determine the correct
41# values.  Note that the BIOS may *correctly* report less than 640k of base
42# memory if the extended BIOS data area is located at the top of base memory
43# (as is the case on most recent systems).
44#options 	REALBASEMEM=639		# size of base memory (in KB)
45#options 	REALEXTMEM=15360	# size of extended memory (in KB)
46
47# The following options limit the overall size of physical memory
48# and/or the maximum address used by the system.
49# Contrary to REALBASEMEM and REALEXTMEM, they still use the BIOS memory map
50# and can deal with holes in the memory layout.
51#options 	PHYSMEM_MAX_SIZE=64	# max size of physical memory (in MB)
52#options 	PHYSMEM_MAX_ADDR=2048	# don't use memory above this (in MB)
53
54# Standard system options
55
56options 	INSECURE	# disable kernel security levels - X needs this
57
58options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
59options 	NTP		# NTP phase/frequency locked loop
60
61options 	KTRACE		# system call tracing via ktrace(1)
62
63options 	CPU_UCODE	# cpu ucode loading support
64
65# Note: SysV IPC parameters could be changed dynamically, see sysctl(8).
66options 	SYSVMSG		# System V-like message queues
67options 	SYSVSEM		# System V-like semaphores
68options 	SYSVSHM		# System V-like memory sharing
69
70options 	MODULAR		# new style module(7) framework
71options 	MODULAR_DEFAULT_AUTOLOAD
72options 	USERCONF	# userconf(4) support
73#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
74options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
75
76# CPU features
77acpicpu*	at cpu?		# ACPI CPU (including frequency scaling)
78coretemp*	at cpu?		# Intel on-die thermal sensor
79est0		at cpu0		# Intel Enhanced SpeedStep (non-ACPI)
80#odcm0		at cpu0		# On-demand clock modulation
81powernow0	at cpu0		# AMD PowerNow! and Cool'n'Quiet (non-ACPI)
82vmt0		at cpu0		# VMware Tools
83
84options 	PMC		# performance-monitoring counters support
85
86# Alternate buffer queue strategies for better responsiveness under high
87# disk I/O load.
88#options 	BUFQ_READPRIO
89options 	BUFQ_PRIOCSCAN
90
91# Diagnostic/debugging support options
92options 	DIAGNOSTIC	# inexpensive kernel consistency checks
93				# XXX to be commented out on release branch
94#options 	DEBUG		# expensive debugging checks/support
95#options 	LOCKDEBUG	# expensive locking checks/support
96
97#
98# Because gcc omits the frame pointer for any -O level, the line below
99# is needed to make backtraces in DDB work.
100#
101makeoptions	COPTS="-O2 -fno-omit-frame-pointer"
102options 	DDB		# in-kernel debugger
103#options 	DDB_COMMANDONENTER="bt"	# execute command when ddb is entered
104#options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
105options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
106#options 	KGDB		# remote debugger
107#options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
108makeoptions	DEBUG="-g"	# compile full symbol table for CTF
109#options 	SYSCALL_STATS	# per syscall counts
110#options 	SYSCALL_TIMES	# per syscall times
111#options 	SYSCALL_TIMES_HASCOUNTER	# use 'broken' rdtsc (soekris)
112options 	KDTRACE_HOOKS	# kernel DTrace hooks
113
114# Compatibility options
115# (note that really old compat (< 1.6) is only useful for 32-bit binaries)
116#options 	EXEC_AOUT	# required by binaries from before 1.5
117#options 	COMPAT_NOMID	# NetBSD 0.8, 386BSD, and BSDI
118#options 	COMPAT_09	# NetBSD 0.9,
119#options 	COMPAT_10	# NetBSD 1.0,
120#options 	COMPAT_11	# NetBSD 1.1,
121#options 	COMPAT_12	# NetBSD 1.2 (and 386BSD and BSDI),
122#options 	COMPAT_13	# NetBSD 1.3 (and 386BSD and BSDI),
123#options 	COMPAT_14	# NetBSD 1.4,
124options 	COMPAT_15	# NetBSD 1.5,
125options 	COMPAT_16	# NetBSD 1.6,
126options 	COMPAT_20	# NetBSD 2.0,
127options 	COMPAT_30	# NetBSD 3.0,
128options 	COMPAT_40	# NetBSD 4.0,
129options 	COMPAT_50	# NetBSD 5.0,
130options 	COMPAT_60	# NetBSD 6.0, and
131options 	COMPAT_70	# NetBSD 7.0 binary compatibility.
132options 	COMPAT_43	# and 4.3BSD
133#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
134
135options 	COMPAT_OSSAUDIO
136options 	COMPAT_NETBSD32
137options 	COMPAT_LINUX
138options 	COMPAT_LINUX32	# req. COMPAT_LINUX and COMPAT_NETBSD32
139options 	EXEC_ELF32
140options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
141
142# Wedge support
143options 	DKWEDGE_AUTODISCOVER	# Automatically add dk(4) instances
144options 	DKWEDGE_METHOD_GPT	# Supports GPT partitions as wedges
145#options 	DKWEDGE_METHOD_BSDLABEL	# Support disklabel entries as wedges
146#options 	DKWEDGE_METHOD_MBR	# Support MBR partitions as wedges
147options 	DKWEDGE_METHOD_APPLE	# Support Apple partitions as wedges
148#options 	DKWEDGE_METHOD_RDB	# Support RDB partitions as wedges
149
150# File systems
151file-system	FFS		# UFS
152file-system	MFS		# memory file system
153file-system	NFS		# Network File System client
154file-system	TMPFS		# Efficient memory file-system
155file-system	EXT2FS		# second extended file system (linux)
156file-system	LFS		# log-structured file system
157file-system	NTFS		# Windows/NT file system (experimental)
158file-system	CD9660		# ISO 9660 + Rock Ridge file system
159file-system	MSDOSFS		# MS-DOS file system
160file-system	FDESC		# /dev/fd
161file-system	KERNFS		# /kern
162file-system	NULLFS		# loopback file system
163file-system	OVERLAY		# overlay file system
164file-system	PROCFS		# /proc
165file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
166file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
167file-system	UMAPFS		# NULLFS + uid and gid remapping
168file-system	UNION		# union file system
169file-system	CODA		# Coda File System; also needs vcoda (below)
170file-system	PTYFS		# /dev/ptm support
171#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
172#file-system	HFS		# experimental - Apple HFS+ (read-only)
173#file-system	NILFS		# experimental - NTT's NiLFS(2)
174
175# File system options
176options 	QUOTA		# legacy UFS quotas
177options 	QUOTA2		# new, in-filesystem UFS quotas
178options 	FFS_EI		# FFS Endian Independent support
179options 	WAPBL		# File system journaling support
180# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.
181# It is not recommended for general use.
182#options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
183options 	NFSSERVER	# Network File System server
184#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
185				# immutable) behave as system flags.
186#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
187options 	UFS_EXTATTR	# Extended attribute support for UFS1
188
189# Networking options
190#options 	GATEWAY		# packet forwarding
191options 	INET		# IP + ICMP + TCP + UDP
192options 	INET6		# IPV6
193options 	IPSEC		# IP security
194#options 	IPSEC_DEBUG	# debug for IP security
195#options 	MPLS		# MultiProtocol Label Switching (needs mpls)
196#options 	MROUTING	# IP multicast routing
197#options 	PIM		# Protocol Independent Multicast
198options 	NETATALK	# AppleTalk networking protocols
199#options 	CAN		# Controller Area Network protocol
200options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
201options 	PPP_DEFLATE	# Deflate compression support for PPP
202options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
203options 	IPFILTER_LOG	# ipmon(8) log support
204options 	IPFILTER_LOOKUP	# ippool(8) support
205options 	IPFILTER_COMPAT # Compat for IP-Filter
206#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
207#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
208#options 	TCP_SIGNATURE	# Enable RFC-2385 TCP md5 signatures
209
210#options 	ALTQ		# Manipulate network interfaces' output queues
211#options 	ALTQ_BLUE	# Stochastic Fair Blue
212#options 	ALTQ_CBQ	# Class-Based Queueing
213#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
214#options 	ALTQ_FIFOQ	# First-In First-Out Queue
215#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
216#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
217#options 	ALTQ_LOCALQ	# Local queueing discipline
218#options 	ALTQ_PRIQ	# Priority Queueing
219#options 	ALTQ_RED	# Random Early Detection
220#options 	ALTQ_RIO	# RED with IN/OUT
221#options 	ALTQ_WFQ	# Weighted Fair Queueing
222
223# These options enable verbose messages for several subsystems.
224# Warning, these may compile large string tables into the kernel!
225#options 	ACPIVERBOSE	# verbose ACPI configuration messages
226#options 	MIIVERBOSE	# verbose PHY autoconfig messages
227#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
228#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
229#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
230options 	SCSIVERBOSE	# human readable SCSI error messages
231#options 	USBVERBOSE	# verbose USB device autoconfig messages
232#options 	HDAUDIOVERBOSE	# verbose HDAUDIO driver messages
233
234options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
235
236#
237# wscons options
238#
239# builtin terminal emulations
240#options 	WSEMUL_SUN		# sun terminal emulation
241options 	WSEMUL_VT100		# VT100 / VT220 emulation
242# different kernel output - see dev/wscons/wsdisplayvar.h
243options 	WS_KERNEL_FG=WSCOL_GREEN
244#options 	WS_KERNEL_BG=WSCOL_BLACK
245# compatibility to other console drivers
246options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
247options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
248options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
249options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
250# don't attach pckbd as the console if no PS/2 keyboard is found
251options 	PCKBD_CNATTACH_MAY_FAIL
252# see dev/pckbport/wskbdmap_mfii.c for implemented layouts
253#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
254# allocate a number of virtual screens at autoconfiguration time
255#options 	WSDISPLAY_DEFAULTSCREENS=4
256# use a large software cursor that doesn't blink
257options 	PCDISPLAY_SOFTCURSOR
258# modify the screen type of the console; defaults to "80x25"
259#options 	VGA_CONSOLE_SCREENTYPE="\"80x24\""
260# work around a hardware bug that loaded fonts don't work; found on ATI cards
261#options 	VGA_CONSOLE_ATI_BROKEN_FONTSEL
262# console scrolling support.
263options 	WSDISPLAY_SCROLLSUPPORT
264# enable VGA raster mode capable of displaying multilingual text on console
265#options 	VGA_RASTERCONSOLE
266# enable splash screen support; requires genfb or radeonfb
267#options 	SPLASHSCREEN
268
269# Kernel root file system and dump configuration.
270config		netbsd	root on ? type ?
271#config		netbsd	root on sd0a type ffs
272#config		netbsd	root on ? type nfs
273
274#
275# Device configuration
276#
277
278#IPMI support
279ipmi0		at mainbus?
280
281# ACPI will be used if present. If not it will fall back to MPBIOS
282acpi0		at mainbus0
283options 	ACPI_SCANPCI		# find PCI roots using ACPI
284options 	MPBIOS			# configure CPUs and APICs using MPBIOS
285options 	MPBIOS_SCANPCI		# MPBIOS configures PCI roots
286#options 	PCI_INTR_FIXUP		# PCI interrupt routing via ACPI
287#options 	PCI_BUS_FIXUP		# fixup PCI bus numbering
288#options 	PCI_ADDR_FIXUP		# fixup PCI I/O addresses
289#options 	ACPI_ACTIVATE_DEV	# If set, activate inactive devices
290options 	VGA_POST		# in-kernel support for VGA POST
291
292# ACPI devices
293acpiacad*	at acpi?		# ACPI AC Adapter
294acpibat*	at acpi?		# ACPI Battery
295acpibut*	at acpi?		# ACPI Button
296acpidalb*	at acpi?		# Direct Application Launch Button
297acpiec* 	at acpi?		# ACPI Embedded Controller (late)
298acpiecdt*	at acpi?		# ACPI Embedded Controller (early)
299acpifan*	at acpi?		# ACPI Fan
300acpilid*	at acpi?		# ACPI Lid Switch
301#acpipmtr*	at acpi?		# ACPI Power Meter (experimental)
302#acpismbus*	at acpi?		# ACPI SMBus CMI (experimental)
303acpitz* 	at acpi?		# ACPI Thermal Zone
304acpivga*	at acpi?		# ACPI Display Adapter
305acpiout*	at acpivga?		# ACPI Display Output Device
306acpiwdrt*	at acpi?		# ACPI Watchdog Resource Table
307acpiwmi*	at acpi?		# ACPI WMI Mapper
308
309# Mainboard devices
310aibs*		at acpi?		# ASUSTeK AI Booster hardware monitor
311asus*		at acpi?		# ASUS hotkeys
312attimer*	at acpi?		# AT Timer
313#com*		at acpi?		# Serial communications interface
314#fdc*		at acpi?		# Floppy disk controller
315fujbp*		at acpi?		# Fujitsu Brightness & Pointer
316fujhk*		at acpi?		# Fujitsu Hotkeys
317#hpacel* 	at acpi?		# HP 3D DriveGuard accelerometer
318#hpqlb*		at acpi?		# HP Quick Launch Buttons
319hpet*		at acpihpetbus?		# High Precision Event Timer (table)
320hpet*		at acpinodebus?		# High Precision Event Timer (device)
321joy*		at acpi?		# Joystick/Game port
322#lpt*		at acpi?		# Parallel port
323mpu*		at acpi?		# Roland MPU-401 MIDI UART
324pckbc*		at acpi?		# PC keyboard controller
325pcppi*		at acpi?		# AT-style speaker sound
326sdhc*		at acpi?		# SD Host Controller
327sony*		at acpi?		# Sony Notebook Controller
328spic*		at acpi?		# Sony Programmable I/O Controller
329wsmouse*	at spic?		# mouse
330thinkpad*	at acpi?		# IBM/Lenovo Thinkpad hotkeys
331#tpm*		at acpi?		# ACPI TPM (Experimental)
332ug*		at acpi?		# Abit uGuru Hardware monitor
333valz*		at acpi?		# Toshiba Dynabook hotkeys
334wb*		at acpi?		# Winbond W83L518D SD/MMC reader
335sdmmc*		at wb?			# SD/MMC bus
336wmidell*	at acpiwmibus?		# Dell WMI mappings
337wmieeepc*	at acpiwmibus?		# Asus Eee PC WMI mappings
338wmihp*		at acpiwmibus?		# HP WMI mappings
339wmimsi* 	at acpiwmibus?		# MSI WMI mappings
340
341# Basic Bus Support
342
343# PCI bus support
344pci*	at mainbus? bus ?
345pci*	at pchb? bus ?
346pci*	at ppb? bus ?
347
348# PCI bridges
349pchb*	at pci? dev ? function ?	# PCI-Host bridges
350options 	AGP_X86
351pcib*	at pci? dev ? function ?	# PCI-ISA bridges
352ppb*	at pci? dev ? function ?	# PCI-PCI bridges
353# XXX 'puc's aren't really bridges, but there's no better place for them here
354puc*	at pci? dev ? function ?	# PCI "universal" comm. cards
355
356#amdpcib* at pci? dev ? function ?	# AMD 8111 PCI-ISA w/ HPET
357#hpet*	at amdpcib?
358
359pwdog*	at pci? dev ? function ?	# QUANCOM PWDOG1
360
361ichlpcib* at pci? dev ? function ?	# Intel ICH PCI-LPC w/ timecounter,
362					# watchdog, gpio, Speedstep and HPET
363fwhrng* at ichlpcib?		# Intel 82802 FWH Random Number Generator
364#hpet*	at ichlpcib?
365tco*	at ichlpcib?		# TCO watch dog timer
366
367aapic*	at pci? dev ? function ?	# AMD 8131 IO apic
368
369agp*	at pchb?
370
371# ISA bus support
372isa0	at mainbus?
373isa0	at pcib?
374#isa0	at amdpcib?
375isa0	at ichlpcib?
376
377# CardBus bridge support
378cbb*		at pci? dev ? function ?
379cardslot*	at cbb?
380
381# CardBus bus support
382cardbus*	at cardslot?
383pcmcia* 	at cardslot?
384
385# Console Devices
386
387# wscons
388pckbc0		at isa?			# pc keyboard controller
389pckbd*		at pckbc?		# PC keyboard
390pms*		at pckbc?		# PS/2 mouse for wsmouse
391#options 	PMS_DISABLE_POWERHOOK	# Disable PS/2 reset on resume
392options 	PMS_SYNAPTICS_TOUCHPAD	# Enable support for Synaptics Touchpads
393options 	PMS_ELANTECH_TOUCHPAD	# Enable support for Elantech Touchpads
394vga*		at pci? dev ? function ?
395genfb*		at pci? dev ? function ?
396options 	VCONS_DRAW_INTR
397wsdisplay*	at vga? console ?
398wsdisplay*	at wsemuldisplaydev?
399wskbd*		at pckbd? console ?
400wsmouse*	at pms? mux 0
401
402attimer0	at isa?
403pcppi0		at isa?
404sysbeep0	at pcppi?
405
406# DRI legacy drivers
407#i915drm*	at drm?		# Intel i915, i945 DRM driver
408#mach64drm*	at drm?		# mach64 (3D Rage Pro, Rage) DRM driver
409#mgadrm* 	at drm?		# Matrox G[24]00, G[45]50 DRM driver
410#r128drm*	at drm?		# ATI Rage 128 DRM driver
411#radeondrm*	at drm?		# ATI Radeon DRM driver
412#savagedrm*	at drm?		# S3 Savage DRM driver
413#sisdrm* 	at drm?		# SiS DRM driver
414#tdfxdrm*	at drm?		# 3dfx (voodoo) DRM driver
415#viadrm* 	at drm?		# VIA DRM driver
416
417# DRMKMS drivers
418i915drmkms*	at pci? dev ? function ?
419intelfb*	at intelfbbus?
420
421radeon* 	at pci? dev ? function ?
422radeondrmkmsfb* at radeonfbbus?
423
424nouveau*	at pci? dev ? function ?
425nouveaufb*	at nouveaufbbus?
426
427# Cryptographic Devices
428
429# PCI cryptographic devices
430hifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
431ubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
432
433# Trusted Platform Module
434tpm*	at isa? iomem 0xfed40000 irq 7
435#tpm*	at isa? port 0x02e
436#tpm*	at isa? port 0x04e
437#tpm*	at isa? port 0x07e
438#tpm*	at isa? port 0x0ee
439
440# Serial Devices
441
442# PCI serial interfaces
443com*	at puc? port ?			# 16x50s on "universal" comm boards
444cy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
445cz*	at pci? dev ? function ?	# Cyclades-Z multi-port serial boards
446
447# PCMCIA serial interfaces
448com*	at pcmcia? function ?		# Modems and serial cards
449
450pcmcom* at pcmcia? function ?		# PCMCIA multi-port serial cards
451com*	at pcmcom? slave ?		# ...and the slave devices
452
453# CardBus serial interfaces
454com*	at cardbus? function ?	# Modems and serial cards
455
456# ISA serial interfaces
457#options 	COM_HAYESP		# adds Hayes ESP serial board support
458com0	at isa? port 0x3f8 irq 4	# Standard PC serial ports
459com1	at isa? port 0x2f8 irq 3
460
461# Parallel Printer Interfaces
462
463# PCI parallel printer interfaces
464lpt*	at puc? port ?			# || ports on "universal" comm boards
465
466# ISA parallel printer interfaces
467lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
468lpt1	at isa? port 0x278
469
470# Hardware monitors
471
472amdnb_misc* at pci?			# AMD NB Misc Configuration
473amdtemp* at amdnb_misc?  		# AMD CPU Temperature sensors
474
475# Winbond LPC Super I/O
476#wbsio*	at isa? port 0x2e
477#wbsio*	at isa? port 0x4e
478
479# IBM Hawk Integrated Systems Management Processor
480#ibmhawk0	at iic? addr 0x37
481
482# LM7[89] and compatible hardware monitors
483# Use flags to select temp sensor type (see lm(4) man page for details)
484#lm0	at isa?	port 0x290 flags 0x0	# other common ports: 0x280, 0x310
485#lm*	at wbsio?
486
487# SMSC LPC47B397 hardware monitor functions
488#smsc0	at isa? port 0x02e
489
490# SMSC LPC47M192 hardware monitor
491#smscmon*	at iic? addr 0x2c
492#smscmon*	at iic? addr 0x2d	# (alternate address)
493
494# AMD 768 and 8111 power/ACPI controllers
495amdpm*	at pci? dev ? function ?	# RNG and SMBus 1.0 interface
496#iic*	at amdpm?			# sensors below are on this bus
497
498# NVIDIA nForce2/3/4 SMBus controller
499nfsmbc* at pci? dev ? function ?
500nfsmb*	at nfsmbc?
501iic*	at nfsmb?
502
503# Intel PIIX4 power management controllers
504piixpm* at pci? dev ? function ?	# PIIX4 compatible PM controller
505iic*	at piixpm?			# SMBus on PIIX4
506
507# Intel ICH SMBus controller
508ichsmb* at pci? dev ? function ?
509iic*	at ichsmb?
510
511# Intel S1200,C2000 (non-pch) SMBus controller
512ismt* at pci? dev ? function ?
513iic*	at ismt?
514
515# Thermal monitor and fan controller
516#dbcool* at iic? addr 0x2C		# Unknown other motherboard(s)
517#dbcool* at iic? addr 0x2D		# Tyan S2881
518#dbcool* at iic? addr 0x2E		# Tyan S2882-D
519
520# IBM Thinkpad Active Protection System
521#aps0	at isa? port 0x1600
522
523# Fintek Super I/O with hardware monitor
524#finsio0 	at isa? port 0x4e
525
526# iTE IT87xxF Super I/O with watchdog and sensors support
527#itesio0 	at isa? port 0x2e
528
529# Abit uGuru Hardware system monitor
530#ug0	at isa? port 0xe0
531
532# Serial Presence Detect capable memory modules
533#spdmem* at iic? addr 0x50
534#spdmem* at iic? addr 0x51
535#spdmem* at iic? addr 0x52
536#spdmem* at iic? addr 0x53
537#spdmem* at iic? addr 0x54
538#spdmem* at iic? addr 0x55
539#spdmem* at iic? addr 0x56
540#spdmem* at iic? addr 0x57
541#sdtemp* at iic? addr 0x18
542#sdtemp* at iic? addr 0x19
543#sdtemp* at iic? addr 0x1a
544#sdtemp* at iic? addr 0x1b
545#sdtemp* at iic? addr 0x1c
546#sdtemp* at iic? addr 0x1d
547#sdtemp* at iic? addr 0x1e
548#sdtemp* at iic? addr 0x1f
549
550# I2O devices
551iop*	at pci? dev ? function ?	# I/O processor
552iopsp*	at iop? tid ?			# SCSI/FC-AL ports
553ld*	at iop? tid ?			# block devices
554# XXX dpti.c wants a processor type that is not assigned for x86-64
555#dpti*	at iop? tid 0			# DPT/Adaptec control interface
556
557# GPIO devices
558gpio*		at gpiobus?
559
560# 1- Wire support
561#gpioow* 	at gpio? offset ? mask ?	# 1-wire bitbanging via gpio
562gpioow* 	at gpio?
563onewire*	at gpioow?
564
565# I2C support
566#gpioiic*	at gpio?
567#iic*		at gpioiic?
568
569# Keylock support
570#gpiolock*	at gpio?
571
572# Pulsing GPIO pins in software
573#gpiopwm*	at gpio?
574
575# Soekris 6501 GPIO/LED driver (provides gpiobus, needs gpio)
576#soekrisgpio0	at isa? port 0x680
577
578# SCSI Controllers and Devices
579
580# PCI SCSI controllers
581adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
582adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
583ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
584ahd*	at pci? dev ? function ?	# Adaptec aic790x SCSI
585bha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
586dpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
587iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
588isp*	at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FibreChannel
589mfi*	at pci? dev ? function ?	# LSI MegaRAID SAS
590mly*	at pci? dev ? function ?	# Mylex AcceleRAID and eXtremeRAID
591mpt*	at pci? dev ? function ?	# LSILogic 9x9 and 53c1030 (Fusion-MPT)
592mpii*	at pci? dev ? function ?	# LSI Logic Fusion-MPT II
593pcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
594siop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
595esiop*	at pci? dev ? function ?	# Symbios 53c875 and newer SCSI
596#options 	SIOP_SYMLED		# drive the act. LED in software
597trm*	at pci? dev ? function ?	# Tekram DC-395U/UW/F, DC-315/U SCSI
598
599# PCMCIA SCSI controllers
600aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
601esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
602spc*	at pcmcia? function ?		# Fujitsu MB87030/MB89352 SCSI
603
604# CardBus SCSI cards
605adv*	at cardbus? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
606ahc*	at cardbus? function ?	# Adaptec ADP-1480
607
608# SCSI bus support
609scsibus* at scsi?
610
611# SCSI devices
612sd*	at scsibus? target ? lun ?	# SCSI disk drives
613st*	at scsibus? target ? lun ?	# SCSI tape drives
614cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
615ch*	at scsibus? target ? lun ?	# SCSI autochangers
616ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
617ss*	at scsibus? target ? lun ?	# SCSI scanners
618uk*	at scsibus? target ? lun ?	# SCSI unknown
619
620
621# RAID controllers and devices
622aac*	at pci? dev ? function ?	# Adaptec AAC family
623amr*	at pci? dev ? function ?	# AMI/LSI Logic MegaRAID
624arcmsr* at pci? dev ? function ?	# Areca SATA RAID controllers
625cac*	at pci? dev ? function ?	# Compaq PCI array controllers
626ciss*	at pci? dev ? function ?	# HP Smart Array controllers
627icp*	at pci? dev ? function ?	# ICP-Vortex GDT & Intel RAID
628mlx*	at pci? dev ? function ?	# Mylex DAC960 & DEC SWXCR family
629twe*	at pci? dev ? function ?	# 3ware Escalade RAID controllers
630twa*	at pci? dev ? function ?	# 3ware Escalade 9xxx RAID controllers
631
632ld*	at aac? unit ?
633ld*	at amr? unit ?
634ld*	at cac? unit ?
635ld*	at icp? unit ?
636ld*	at twe? unit ?
637ld*	at twa? unit ?
638ld*	at mlx? unit ?
639
640icpsp*	at icp? unit ?			# SCSI pass-through
641
642# IDE and related devices
643# PCI IDE controllers - see pciide(4) for supported hardware.
644# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
645# how to set up DMA modes for this chip. This may work, or may cause
646# a machine hang with some controllers.
647pciide* at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
648acardide* at pci? dev ? function ?	# Acard IDE controllers
649aceride* at pci? dev ? function ?	# Acer Lab IDE controllers
650ahcisata* at pci? dev ? function ?	# AHCI SATA controllers
651artsata* at pci? dev ? function ?	# Intel i31244 SATA controller
652cmdide* at pci? dev ? function ?	# CMD tech IDE controllers
653cypide* at pci? dev ? function ?	# Cypress IDE controllers
654hptide* at pci? dev ? function ?	# Triones/HighPoint IDE controllers
655iteide* at pci? dev ? function ?	# IT Express IDE controllers
656ixpide* at pci? dev ? function ?	# ATI IXP IDE controllers
657jmide*	at pci? dev ? function ?	# JMicron PCI-e PATA/SATA controllers
658ahcisata* at jmide?
659mvsata* at pci? dev ? function ?	# Marvell Hercules-I/II
660optiide* at pci? dev ? function ?	# Opti IDE controllers
661piixide* at pci? dev ? function ?	# Intel IDE controllers
662pdcide* at pci? dev ? function ?	# Promise IDE controllers
663pdcsata* at pci? dev ? function ?	# Promise SATA150 controllers
664satalink* at pci? dev ? function ?	# SiI SATALink controllers
665siisata* at pci? dev ? function ?	# SiI SteelVine controllers
666siside* at pci? dev ? function ?	# SiS IDE controllers
667slide*	at pci? dev ? function ?	# Symphony Labs IDE controllers
668svwsata* at pci? dev ? function ?	# ServerWorks SATA controllers
669toshide* at pci? dev ? function ?	# TOSHIBA PICCOLO controllers
670viaide* at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
671
672# PCMCIA IDE controllers
673wdc*	at pcmcia? function ?
674
675# CardBus IDE controllers
676njata*	at cardbus? function ? flags 0x01	# Workbit NinjaATA-32
677siisata* at cardbus? function ? 	# SiI SteelVine controllers
678
679# ISA ST506, ESDI, and IDE controllers
680# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
681# fall back to 16bits I/O if 32bits I/O are not functional).
682# Some controllers pass the initial 32bit test, but will fail later.
683wdc0	at isa? port 0x1f0 irq 14 flags 0x00
684wdc1	at isa? port 0x170 irq 15 flags 0x00
685
686# ATA (IDE) bus support
687atabus* at ata?
688options 	ATADEBUG
689
690# IDE drives
691# Flags are used only with controllers that support DMA operations
692# and mode settings (e.g. some pciide controllers)
693# The lowest order four bits (rightmost digit) of the flags define the PIO
694# mode to use, the next set of four bits the DMA mode and the third set the
695# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
696# to use, and the last bit must be 1 for this setting to be used.
697# For DMA and UDMA, 0xf (1111) means 'disable'.
698# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
699# (0xc=1100, 0xa=1010, 0xf=1111)
700# 0x0000 means "use whatever the drive claims to support".
701wd*	at atabus? drive ? flags 0x0000
702
703# ATAPI bus support
704atapibus* at atapi?
705
706
707# ATA RAID configuration support, as found on some Promise controllers.
708pseudo-device ataraid
709ld*	at ataraid? vendtype ? unit ?
710
711# ATAPI devices
712# flags have the same meaning as for IDE drives.
713cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
714sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
715st*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
716uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
717
718
719# NVM Express controllers and devices
720nvme*	at pci? dev ? function ?
721ld*	at nvme? nsid ?
722
723
724# Miscellaneous mass storage devices
725
726# ISA floppy
727fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
728#fdc1	at isa? port 0x370 irq ? drq ?
729fd*	at fdc? drive ?			# the drives themselves
730# some machines need you to do this instead of fd*
731#fd0	at fdc0 drive 0
732
733# Network Interfaces
734
735# PCI network interfaces
736age*	at pci? dev ? function ?	# Attansic/Atheros L1 Gigabit Ethernet
737alc*	at pci? dev ? function ?	# Attansic/Atheros L1C/L2C Ethernet
738ale*	at pci? dev ? function ?	# Attansic/Atheros L1E Ethernet
739an*	at pci? dev ? function ?	# Aironet PC4500/PC4800 (802.11)
740ath*	at pci? dev ? function ?	# Atheros 5210/5211/5212 802.11
741athn*	at pci? dev ? function ?	# Atheros AR9k (802.11a/g/n)
742atw*	at pci? dev ? function ?	# ADMtek ADM8211 (802.11)
743bce*	at pci? dev ? function ?	# Broadcom 440x 10/100 Ethernet
744bge*	at pci? dev ? function ?	# Broadcom 570x gigabit Ethernet
745bnx*	at pci? dev ? function ?	# Broadcom NetXtremeII gigabit Ethernet
746bwi*	at pci? dev ? function ?	# Broadcom BCM43xx wireless
747dge*	at pci? dev ? function ?	# Intel 82597 10GbE LR
748en*	at pci? dev ? function ?	# ENI/Adaptec ATM
749ep*	at pci? dev ? function ?	# 3Com 3c59x
750epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
751esh*	at pci? dev ? function ?	# Essential HIPPI card
752et*	at pci? dev ? function ?	# Agere/LSI ET1310/ET1301 Gigabit
753ex*	at pci? dev ? function ?	# 3Com 90x[BC]
754fpa*	at pci? dev ? function ?	# DEC DEFPA FDDI
755fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
756gsip*	at pci? dev ? function ?	# NS83820 Gigabit Ethernet
757ipw*	at pci? dev ? function ?	# Intel PRO/Wireless 2100
758iwi*	at pci? dev ? function ?	# Intel PRO/Wireless 2200BG
759iwm*	at pci? dev ? function ?	# Intel Centrino 7260
760iwn*	at pci? dev ? function ?	# Intel PRO/Wireless 4965AGN
761ixg*	at pci? dev ? function ?	# Intel 8259x 10 gigabit
762ixv*	at pci? dev ? function ?	# Intel 8259x 10G virtual function
763jme*	at pci? dev ? function ?	# JMicron JMC2[56]0 ethernet
764hme*	at pci? dev ? function ?	# Sun Microelectronics STP2002-STQ
765le*	at pci? dev ? function ?	# PCnet-PCI Ethernet
766lii*	at pci? dev ? function ?	# Atheros L2 Fast-Ethernet
767lmc*	at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
768malo*	at pci? dev ? function ?	# Marvell Libertas Wireless
769mskc*	at pci? dev ? function ?	# Marvell Yukon 2 Gigabit Ethernet
770msk*	at mskc?			# Marvell Yukon 2 Gigabit Ethernet
771mtd*	at pci? dev ? function ?	# Myson MTD803 3-in-1 Ethernet
772ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
773nfe*	at pci?	dev ? function ?	# NVIDIA nForce Ethernet
774ntwoc*	at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
775pcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
776ral*	at pci? dev ? function ?	# Ralink Technology RT25x0 802.11a/b/g
777re*	at pci? dev ? function ?	# Realtek 8139C+/8169/8169S/8110S
778rtk*	at pci? dev ? function ?	# Realtek 8129/8139
779rtw*	at pci? dev ? function ?	# Realtek 8180L (802.11)
780rtwn*	at pci? dev ? function ?	# Realtek 8188CE/8192CE 802.11b/g/n
781sf*	at pci? dev ? function ?	# Adaptec AIC-6915 Ethernet
782sip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
783skc*	at pci? dev ? function ?	# SysKonnect SK9821 Gigabit Ethernet
784sk*	at skc?				# SysKonnect SK9821 Gigabit Ethernet
785ste*	at pci? dev ? function ?	# Sundance ST-201 Ethernet
786stge*	at pci? dev ? function ?	# Sundance/Tamarack TC9021 Gigabit
787ti*	at pci? dev ? function ?	# Alteon ACEnic gigabit Ethernet
788tl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
789tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
790txp*	at pci? dev ? function ?	# 3com 3cr990
791vge*	at pci? dev ? function ?	# VIATech VT612X Gigabit Ethernet
792vmx*	at pci? dev ? function ?	# VMware VMXNET3
793vr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
794wi*	at pci? dev ? function ?	# Intersil Prism Mini-PCI (802.11b)
795wm*	at pci? dev ? function ?	# Intel 82543/82544 gigabit
796wpi*	at pci? dev ? function ?	# Intel PRO/Wireless 3945ABG
797xge*	at pci? dev ? function ?	# Neterion (S2io) Xframe-I 10GbE
798
799# PCMCIA network interfaces
800an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
801awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
802cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
803cs*	at pcmcia? function ?		# CS89xx Ethernet
804ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
805malo*	at pcmcia? function ?		# Marvell Libertas
806mbe*	at pcmcia? function ?		# MB8696x based Ethernet
807ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
808ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
809sm*	at pcmcia? function ?		# Megahertz Ethernet
810# tr at pcmcia has problems with Cardbus bridges
811#tr*	at pcmcia? function ?		# TROPIC based Token-Ring
812wi*	at pcmcia? function ?		# Lucent/Intersil WaveLan IEEE (802.11)
813xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
814com*	at xirc?
815xi*	at xirc?
816
817mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
818com*	at mhzc?
819sm*	at mhzc?
820
821# CardBus network cards
822ath*	at cardbus? function ?	# Atheros 5210/5211/5212 802.11
823athn*	at cardbus? function ?	# Atheros AR9k (802.11a/g/n) - UNTESTED
824atw*	at cardbus? function ?	# ADMtek ADM8211 (802.11)
825ex*	at cardbus? function ?	# 3Com 3C575TX
826fxp*	at cardbus? function ?	# Intel i8255x
827ral*	at cardbus? function ?	# Ralink Technology RT25x0 802.11a/b/g
828re*	at cardbus? function ?	# Realtek 8139C+/8169/8169S/8110S
829rtk*	at cardbus? function ?	# Realtek 8129/8139
830rtw*	at cardbus? function ?	# Realtek 8180L (802.11)
831tlp*	at cardbus? function ?	# DECchip 21143
832
833# MII/PHY support
834acphy*	at mii? phy ?			# DAltima AC101 and AMD Am79c874 PHYs
835amhphy* at mii? phy ?			# AMD 79c901 Ethernet PHYs
836atphy*	at mii?	phy ?			# Attansic/Atheros PHYs
837bmtphy* at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
838brgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
839ciphy*	at mii? phy ?			# Cicada CS8201 Gig-E PHYs
840dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
841etphy*	at mii? phy ?			# Agere/LSI ET1011 TruePHY Gig-E PHYs
842exphy*	at mii? phy ?			# 3Com internal PHYs
843gentbi* at mii? phy ?			# Generic Ten-Bit 1000BASE-[CLS]X PHYs
844glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
845gphyter* at mii? phy ?			# NS83861 Gig-E PHY
846icsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
847igphy*	at mii? phy ?			# Intel IGP01E1000
848ihphy*	at mii? phy ?			# Intel 82577 PHYs
849ikphy*	at mii? phy ?			# Intel 82563 PHYs
850inphy*	at mii? phy ?			# Intel 82555 PHYs
851iophy*	at mii? phy ?			# Intel 82553 PHYs
852lxtphy* at mii? phy ?			# Level One LXT-970 PHYs
853makphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
854nsphy*	at mii? phy ?			# NS83840 PHYs
855nsphyter* at mii? phy ? 		# NS83843 PHYs
856pnaphy* at mii? phy ?			# generic HomePNA PHYs
857qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
858rgephy* at mii? phy ?			# Realtek 8169S/8110 internal PHYs
859rlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
860sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
861tlphy*	at mii? phy ?			# ThunderLAN PHYs
862tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
863ukphy*	at mii? phy ?			# generic unknown PHYs
864urlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
865
866
867# USB Controller and Devices
868
869# PCI USB controllers
870xhci*	at pci?	dev ? function ?	# eXtensible Host Controller
871					# xhci is at best experimental
872ehci*	at pci?	dev ? function ?	# Enhanced Host Controller
873ohci*	at pci?	dev ? function ?	# Open Host Controller
874uhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
875
876# CardBus USB controllers
877ehci*	at cardbus? function ?	# Enhanced Host Controller
878ohci*	at cardbus? function ?	# Open Host Controller
879uhci*	at cardbus? function ?		# Universal Host Controller (Intel)
880
881# ISA USB controllers
882#slhci0	at isa? port 0x300 irq 5	# ScanLogic SL811HS
883
884# PCMCIA USB controllers
885slhci*	at pcmcia? function ?		# ScanLogic SL811HS
886
887# USB bus support
888usb*	at xhci?
889usb*	at ehci?
890usb*	at ohci?
891usb*	at uhci?
892usb*	at slhci?
893
894# USB Hubs
895uhub*	at usb?
896uhub*	at uhub? port ?
897
898# USB HID device
899uhidev* at uhub? port ? configuration ? interface ?
900
901# USB Mice
902ums*	at uhidev? reportid ?
903wsmouse* at ums? mux 0
904
905# USB Touchscreens
906uts*	at uhidev? reportid ?
907wsmouse* at uts? mux 0
908
909# USB eGalax touch-panel
910uep*	at uhub? port ?
911wsmouse* at uep? mux 0
912
913# USB Keyboards
914ukbd*	at uhidev? reportid ?
915wskbd*	at ukbd? console ? mux 1
916
917# USB serial adapter
918ucycom* at uhidev? reportid ?
919
920# USB Generic HID devices
921uhid*	at uhidev? reportid ?
922
923# USB LCDs and USB-VGA adaptors
924udl*	at uhub? port ?		# DisplayLink DL-1x0/1x5
925wsdisplay* at udl?
926
927# USB Printer
928ulpt*	at uhub? port ? configuration ? interface ?
929
930# USB Modem
931umodem* at uhub? port ? configuration ?
932ucom*	at umodem?
933
934# Option N.V. Wireless WAN modems
935uhso*	at uhub? port ? configuration ?
936
937# USB Mass Storage
938umass*	at uhub? port ? configuration ? interface ?
939wd* at umass?
940
941# USB audio
942uaudio* at uhub? port ? configuration ?
943uaudio* at usbifif?
944
945# USB MIDI
946umidi*	at uhub? port ? configuration ?
947
948# USB IrDA
949# USB-IrDA bridge spec
950uirda*	at uhub? port ? configuration ? interface ?
951irframe* at uirda?
952
953stuirda* at uhub? port ? configuration ? interface ?
954irframe* at stuirda?
955
956# SigmaTel STIr4200 USB/IrDA Bridge
957ustir*	at uhub? port ?
958irframe* at ustir?
959
960# KingSun/DonShine USB/IrDA Bridge
961udsir*	at uhub? port ?
962irframe* at udsir?
963
964# Windows Media Center IR transceiver
965irmce*	at uhub? port ?
966cir*	at irmce?
967
968# USB Ethernet adapters
969aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
970axe*	at uhub? port ?		# ASIX AX88172 based adapters
971axen*	at uhub? port ?		# ASIX AX88178a/AX88179 based adapters
972cdce*	at uhub? port ?		# CDC, Ethernet Networking Control Model
973cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
974kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
975#mos*	at uhub? port ?		# Moschip MCS7730/MCS7830/MCS7832 based adapters
976udav*	at uhub? port ?		# Davicom DM9601 based adapters
977url*	at uhub? port ?		# Realtek RTL8150L based adapters
978urndis* at uhub? port ? 	# Microsoft RNDIS specification
979
980# Prolific PL2301/PL2302 host-to-host adapter
981upl*	at uhub? port ?
982
983# Serial adapters
984ubsa*	at uhub? port ?		# Belkin serial adapter
985ucom*	at ubsa? portno ?
986
987uchcom* at uhub? port ? 	# WinChipHead CH341/CH340 serial adapter
988ucom*	at uchcom? portno ?
989
990uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
991ucom*	at uftdi? portno ?
992
993uipaq*	at uhub? port ?		# iPAQ PDAs
994ucom*	at uipaq? portno ?
995
996umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
997ucom*	at umct? portno ?
998
999uplcom* at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
1000ucom*	at uplcom? portno ?
1001
1002uslsa*	at uhub? port ?		# Silicon Labs USB-RS232 serial adapter
1003ucom*	at uslsa? portno ?
1004
1005uvscom* at uhub? port ? 	# SUNTAC Slipper U VS-10U serial adapter
1006ucom*	at uvscom? portno ?
1007
1008# RIM BlackBerry
1009uberry* at uhub? port ?
1010
1011# Apple iPad
1012uipad* at uhub? port ?
1013
1014# Diamond Multimedia Rio 500
1015urio*	at uhub? port ?
1016
1017# USB Handspring Visor
1018uvisor* at uhub? port ?
1019ucom*	at uvisor?
1020
1021# Kyocera AIR-EDGE PHONE
1022ukyopon* at uhub? port ?
1023ucom*	at ukyopon? portno ?
1024
1025# USB scanners
1026#uscanner* at uhub? port ?
1027
1028# USB 802.11 adapters
1029athn*	at uhub? port ?		# Atheros AR9002U
1030atu*	at uhub? port ?		# Atmel at76c50x 802.11b
1031otus*	at uhub? port ?		# Atheros AR9001U
1032ural*	at uhub? port ?		# Ralink Technology RT2500USB 802.11a/b/g
1033rum*	at uhub? port ?		# Ralink Technology RT2501/RT2601 802.11a/b/g
1034run*	at uhub? port ?		# Ralink Technology RT(2[78]|30)00 802.11a/b/g/n
1035urtw*	at uhub? port ?		# Realtek RTL8187/RTL8187B 802.11b/g
1036urtwn*	at uhub? port ?		# Realtek RTL8188CU/RTL8192CU 802.11b/g/n
1037zyd*	at uhub? port ?		# Zydas ZD1211
1038
1039# USB scanners that use SCSI emulation, e.g., HP5300
1040usscanner* at uhub? port ?
1041
1042# Topfield TF5000PVR range of DVB recorders
1043utoppy* at uhub? port ?
1044
1045# Y@P firmware loader
1046uyap*	at uhub? port ?
1047
1048# D-Link DSB-R100 USB radio
1049udsbr*	at uhub? port ?
1050radio*	at udsbr?
1051
1052# USB Generic driver
1053ugen*	at uhub? port ?
1054
1055# USB 3G datacards
1056umodeswitch* at uhub? port ?
1057u3g*	at uhub? port ?
1058ucom*	at u3g?
1059
1060# USB generic serial port (e.g., data over cellular)
1061ugensa* at uhub? port ?
1062ucom*	at ugensa?
1063
1064# Araneus Alea I/II TRNG
1065#ualea* at uhub? port ? configuration ? interface ?
1066
1067# IrDA and Consumer Ir devices
1068
1069# Toshiba Oboe
1070#oboe*	at pci? dev ? function ?	# broken -- vtophys
1071#irframe* at oboe?
1072
1073# PCI IEEE1394 controllers
1074fwohci* at pci? dev ? function ?	# IEEE1394 Open Host Controller
1075
1076# CardBus IEEE1394 controllers
1077fwohci* at cardbus? function ?		# IEEE1394 Open Host Controller
1078
1079ieee1394if* at fwohci?
1080fwip*	at ieee1394if?			# IP over IEEE1394
1081sbp*	at ieee1394if? euihi ? euilo ?
1082
1083# Audio Devices
1084
1085# PCI audio devices
1086auacer* at pci? dev ? function ?	# ALi M5455 integrated AC'97 Audio
1087auich*	at pci? dev ? function ?	# Intel/AMD/nVidia AC'97 Audio
1088auixp*	at pci? dev ? function ?	# ATI IXP AC'97 Audio
1089autri*	at pci? dev ? function ?	# Trident 4DWAVE based AC'97 Audio
1090auvia*	at pci? dev ? function ?	# VIA AC'97 audio
1091#azalia* at pci? dev ? function ?	# High Definition Audio
1092clcs*	at pci? dev ? function ?	# Cirrus Logic CS4280
1093clct*	at pci? dev ? function ?	# Cirrus Logic CS4281
1094cmpci*	at pci? dev ? function ?	# C-Media CMI8338/8738
1095eap*	at pci? dev ? function ?	# Ensoniq AudioPCI
1096emuxki* at pci? dev ? function ?	# Creative SBLive! and PCI512
1097esa*	at pci? dev ? function ?	# ESS Allegro-1 / Maestro-3 PCI Audio
1098esm*	at pci? dev ? function ?	# ESS Maestro-1/2/2e PCI Audio Accelerator
1099eso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
1100fms*	at pci? dev ? function ?	# Forte Media FM801
1101neo*	at pci? dev ? function ?	# NeoMagic 256 AC'97 Audio
1102sv*	at pci? dev ? function ?	# S3 SonicVibes
1103yds*	at pci? dev ? function ?	# Yamaha DS-1 PCI Audio
1104
1105# OPL[23] FM synthesizers
1106#opl0	at isa? port 0x388	# use only if not attached to sound card
1107opl*	at cmpci? flags 1
1108opl*	at eso?
1109opl*	at fms?
1110opl*	at sv?
1111
1112# High Definition Audio
1113hdaudio*	at pci? dev ? function ?	# High Definition Audio
1114hdafg*		at hdaudiobus?
1115
1116# Audio support
1117audio*	at audiobus?
1118
1119# The spkr driver provides a simple tone interface to the built in speaker.
1120spkr*	at pcppi?		# PC speaker
1121spkr*	at audio?		# PC speaker (synthesized)
1122
1123# MPU 401 UARTs
1124#mpu*	at isa? port 0x330 irq 9	# MPU401 or compatible card
1125mpu*	at cmpci?
1126mpu*	at eso?
1127mpu*	at yds?
1128
1129# MIDI support
1130midi*	at midibus?
1131midi*	at pcppi?		# MIDI interface to the PC speaker
1132
1133# FM-Radio devices
1134# PCI radio devices
1135#gtp*	at pci? dev ? function ? # Guillemot Maxi Radio FM 2000 Radio Card
1136
1137# Radio support
1138#radio*	at gtp?
1139
1140
1141# Video capture devices
1142
1143auvitek* at uhub?			# Auvitek AU0828 USB TV
1144coram*	at pci? dev ? function ?	# Conexant CX23885 PCI-E TV
1145cxdtv*	at pci? dev ? function ?	# Conexant CX2388[0-3] PCI TV
1146emdtv*	at uhub?			# Empia EM28xx USB TV
1147cir*	at emdtv?
1148pseye*	at uhub?			# Sony PLAYSTATION(R) Eye webcam
1149uvideo* at uhub?			# USB Video Class capture devices
1150
1151video*	at videobus?			# Analog capture interface
1152dtv*	at dtvbus?			# Digital capture interface
1153
1154
1155# TV cards
1156
1157# Brooktree 848/849/878/879 based TV cards
1158bktr* at pci? dev ? function ?
1159radio* at bktr?
1160
1161
1162# Bluetooth Controller and Device support
1163
1164# Bluetooth PCMCIA Controllers
1165bt3c* at pcmcia? function ?		# 3Com 3CRWB6096-A
1166btbc* at pcmcia? function ?		# AnyCom BlueCard LSE041/039/139
1167
1168# Bluetooth SDIO Controllers
1169sbt* at sdmmc?
1170
1171# Bluetooth USB Controllers
1172ubt* at uhub? port ?
1173aubtfwl* at uhub? port ?
1174
1175# Bluetooth Device Hub
1176bthub* at bcsp?
1177bthub* at bt3c?
1178bthub* at btbc?
1179bthub* at btuart?
1180bthub* at sbt?
1181bthub* at ubt?
1182
1183# Bluetooth HID support
1184bthidev* at bthub?
1185
1186# Bluetooth Mouse
1187btms* at bthidev? reportid ?
1188wsmouse* at btms? mux 0
1189
1190# Bluetooth Keyboard
1191btkbd* at bthidev? reportid ?
1192wskbd* at btkbd? console ? mux 1
1193
1194# Bluetooth Apple Magic Mouse
1195btmagic* at bthub?
1196wsmouse* at btmagic? mux 0
1197
1198# Bluetooth Audio support
1199btsco* at bthub?
1200
1201
1202# SD/MMC/SDIO Controller and Device support
1203
1204# SD/MMC controller
1205sdhc*	at pci?		# SD Host Controller
1206rtsx*	at pci?		# Realtek RTS5209/RTS5229 Card Reader
1207sdhc*	at cardbus?	# SD Host Controller
1208sdmmc*	at sdhc?	# SD/MMC bus
1209sdmmc*	at rtsx?	# SD/MMC bus
1210
1211ld*	at sdmmc?
1212
1213
1214# Middle Digital, Inc. PCI-Weasel serial console board control
1215# devices (watchdog timer, etc.)
1216weasel* at pci?
1217
1218# Virtio devices
1219virtio* at pci? dev ? function ?	# Virtio PCI device
1220viomb*	at virtio?			# Virtio memory balloon device
1221ld*	at virtio?			# Virtio disk device
1222vioif*	at virtio?			# Virtio network device
1223viornd* at virtio?			# Virtio entropy device
1224vioscsi* at virtio?			# Virtio SCSI device
1225
1226# Pull in optional local configuration
1227cinclude "arch/amd64/conf/GENERIC.local"
1228
1229
1230# Pseudo-Devices
1231
1232pseudo-device	crypto			# /dev/crypto device
1233pseudo-device	swcrypto		# software crypto implementation
1234
1235# disk/mass storage pseudo-devices
1236pseudo-device	bio			# RAID control device driver
1237pseudo-device	ccd			# concatenated/striped disk devices
1238pseudo-device	cgd			# cryptographic disk devices
1239pseudo-device	raid			# RAIDframe disk driver
1240options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
1241#Options to enable various other RAIDframe RAID types.
1242#options 	RF_INCLUDE_EVENODD=1
1243#options 	RF_INCLUDE_RAID5_RS=1
1244#options 	RF_INCLUDE_PARITYLOGGING=1
1245#options 	RF_INCLUDE_CHAINDECLUSTER=1
1246#options 	RF_INCLUDE_INTERDECLUSTER=1
1247#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
1248#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
1249pseudo-device	fss			# file system snapshot device
1250pseudo-device	putter			# for puffs and pud
1251
1252pseudo-device	md			# memory disk device (ramdisk)
1253options 	MEMORY_DISK_HOOKS	# enable root ramdisk
1254options 	MEMORY_DISK_DYNAMIC	# loaded via kernel module(7)
1255
1256pseudo-device	vnd			# disk-like interface to files
1257options 	VND_COMPRESSION		# compressed vnd(4)
1258
1259
1260# network pseudo-devices
1261pseudo-device	bpfilter		# Berkeley packet filter
1262#pseudo-device	carp			# Common Address Redundancy Protocol
1263pseudo-device	ipfilter		# IP filter (firewall) and NAT
1264pseudo-device	loop			# network loopback
1265#pseudo-device	mpls			# MPLS pseudo-interface
1266pseudo-device	ppp			# Point-to-Point Protocol
1267pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
1268pseudo-device	sl			# Serial Line IP
1269pseudo-device	strip			# Starmode Radio IP (Metricom)
1270pseudo-device	irframetty		# IrDA frame line discipline
1271pseudo-device	tun			# network tunneling over tty
1272pseudo-device	tap			# virtual Ethernet
1273pseudo-device	gre			# generic L3 over IP tunnel
1274pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
1275#pseudo-device	faith			# IPv[46] tcp relay translation i/f
1276pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
1277pseudo-device	vlan			# IEEE 802.1q encapsulation
1278pseudo-device	bridge			# simple inter-network bridging
1279#options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
1280pseudo-device	agr			# IEEE 802.3ad link aggregation
1281pseudo-device	l2tp			# L2TPv3 interface
1282#pseudo-device	pf			# PF packet filter
1283#pseudo-device	pflog			# PF log if
1284#pseudo-device	pfsync			# PF sync if
1285#pseudo-device	npf			# NPF packet filter
1286
1287#pseudo-device	canloop			# CAN loopback interface
1288
1289#
1290# accept filters
1291pseudo-device	accf_data		# "dataready" accept filter
1292pseudo-device	accf_http		# "httpready" accept filter
1293
1294# miscellaneous pseudo-devices
1295pseudo-device	pty			# pseudo-terminals
1296pseudo-device	sequencer		# MIDI sequencer
1297# rnd works; RND_COM does not on port i386 yet.
1298#options 	RND_COM			# use "com" randomness as well (BROKEN)
1299pseudo-device	clockctl		# user control of clock subsystem
1300pseudo-device	ksyms			# /dev/ksyms
1301pseudo-device	lockstat		# lock profiling
1302pseudo-device	bcsp			# BlueCore Serial Protocol
1303pseudo-device	btuart			# Bluetooth HCI UART (H4)
1304
1305# a pseudo device needed for Coda	# also needs CODA (above)
1306pseudo-device	vcoda			# coda minicache <-> venus comm.
1307
1308# a pseudo device needed for SMBFS
1309pseudo-device	nsmb			# experimental - SMB requester
1310
1311# wscons pseudo-devices
1312pseudo-device	wsmux			# mouse & keyboard multiplexor
1313pseudo-device	wsfont
1314
1315# pseudo audio device driver
1316pseudo-device	pad
1317
1318# userland interface to drivers, including autoconf and properties retrieval
1319pseudo-device	drvctl
1320
1321options 	FILEASSOC		# fileassoc(9) - needed by Veriexec
1322					# and PAX_SEGVGUARD
1323
1324# Veriexec
1325#
1326# a pseudo device needed for veriexec
1327pseudo-device	veriexec
1328#
1329# Uncomment the fingerprint methods below that are desired. Note that
1330# removing fingerprint methods will have almost no impact on the kernel
1331# code size.
1332#
1333options VERIFIED_EXEC_FP_RMD160
1334options VERIFIED_EXEC_FP_SHA256
1335options VERIFIED_EXEC_FP_SHA384
1336options VERIFIED_EXEC_FP_SHA512
1337options VERIFIED_EXEC_FP_SHA1
1338options VERIFIED_EXEC_FP_MD5
1339
1340options 	PAX_SEGVGUARD=0		# PaX Segmentation fault guard
1341options 	PAX_MPROTECT=1		# PaX mprotect(2) restrictions
1342options 	PAX_MPROTECT_DEBUG=1	# PaX mprotect debug
1343options 	PAX_ASLR=1		# PaX Address Space Layout Randomization
1344options 	PAX_ASLR_DEBUG=1	# PaX ASLR debug
1345