xref: /netbsd-src/sys/arch/amd64/conf/ALL (revision 375351f47f69413f3f25505414610ff54f26d458)
1*375351f4Sriastradh# $NetBSD: ALL,v 1.190 2024/08/26 13:38:28 riastradh Exp $
2463607deSchristos# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
3463607deSchristos#
4463607deSchristos# ALL machine description file
5463607deSchristos#
6463607deSchristos# This machine description includes all devices and options and it is
7463607deSchristos# used to compile-test the source and does not necessarily produce a
8463607deSchristos# bootable or useful kernel.
9463607deSchristos#
10463607deSchristos# For further information on hardware support for this architecture, see
11463607deSchristos# the intro(4) man page.  For further information about kernel options
12463607deSchristos# for this architecture, see the options(4) man page.  For an explanation
13463607deSchristos# of each device driver in this file see the section 4 man page for the
14463607deSchristos# device.
15463607deSchristos
16463607deSchristosinclude 	"arch/amd64/conf/std.amd64"
17463607deSchristos
18463607deSchristosoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
19463607deSchristos
20*375351f4Sriastradh#ident		"ALL-$Revision: 1.190 $"
21463607deSchristos
22463607deSchristosmaxusers	64		# estimated number of users
23463607deSchristos
24463607deSchristosmakeoptions	USE_SSP=yes
25463607deSchristos
26463607deSchristos# CPU-related options.
27d3713544Smaxvoptions 	USER_LDT	# User-settable LDT, used by Wine
28463607deSchristosoptions 	X86EMU		# 386 Real Mode emulator
29463607deSchristos#options 	PAE		# PAE mode (36 bits physical addressing)
30ae527bc7Smrgmakeoptions	SPECTRE_V2_GCC_MITIGATION=1	# GCC Spectre variant 2
31ae527bc7Smrg						# migitation
326386396aSyamaguchioptions 	PCPU_IDT	# Per CPU IDT
33463607deSchristos
34463607deSchristos# CPU features
35463607deSchristosacpicpu*	at cpu?		# ACPI CPU (including frequency scaling)
36463607deSchristoscoretemp*	at cpu?		# Intel on-die thermal sensor
37463607deSchristosest0		at cpu0		# Intel Enhanced SpeedStep (non-ACPI)
38463607deSchristosodcm0		at cpu0		# On-demand clock modulation
3996d271ecSriastradhpadlock0	at cpu0		# VIA PadLock
40463607deSchristospowernow0	at cpu0		# AMD PowerNow! and Cool'n'Quiet (non-ACPI)
414412324bSandvarviac7temp*	at cpu?		# VIA C7, Nano and Zhaoxin temperature sensor
42463607deSchristosvmt0		at cpu0		# VMware Tools
43463607deSchristos
44a494bb9aSchristos# Beep when it is safe to power down the system (requires sysbeep)
45a494bb9aSchristosoptions 	BEEP_ONHALT
46a494bb9aSchristos# Some tunable details of the above feature (default values used below)
47a494bb9aSchristosoptions 	BEEP_ONHALT_COUNT=3	# Times to beep
48a494bb9aSchristosoptions 	BEEP_ONHALT_PITCH=1500	# Default frequency (in Hz)
49a494bb9aSchristosoptions 	BEEP_ONHALT_PERIOD=250	# Default duration (in msecs)
50a494bb9aSchristos
51463607deSchristosoptions 	MULTIBOOT	# Multiboot support (see multiboot(8))
52463607deSchristos
53463607deSchristos# delay between "rebooting ..." message and hardware reset, in milliseconds
54463607deSchristosoptions 	CPURESET_DELAY=2000
55463607deSchristos
56463607deSchristos# This option allows you to force a serial console at the specified
57463607deSchristos# I/O address.   see console(4) for details.
58463607deSchristosoptions 	CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=57600
59463607deSchristos#	you don't want the option below ON iff you are using the
60463607deSchristos#	serial console option of the new boot strap code.
61463607deSchristosoptions 	CONS_OVERRIDE	# Always use above! independent of boot info
62463607deSchristos
63463607deSchristos# The following options override the memory sizes passed in from the boot
64463607deSchristos# block.  Use them *only* if the boot block is unable to determine the correct
65463607deSchristos# values.  Note that the BIOS may *correctly* report less than 640k of base
66463607deSchristos# memory if the extended BIOS data area is located at the top of base memory
67463607deSchristos# (as is the case on most recent systems).
68463607deSchristosoptions 	REALBASEMEM=639		# size of base memory (in KB)
69463607deSchristosoptions 	REALEXTMEM=15360	# size of extended memory (in KB)
70463607deSchristos
71463607deSchristos# The following options limit the overall size of physical memory
72463607deSchristos# and/or the maximum address used by the system.
73463607deSchristos# Contrary to REALBASEMEM and REALEXTMEM, they still use the BIOS memory map
74463607deSchristos# and can deal with holes in the memory layout.
75463607deSchristosoptions 	PHYSMEM_MAX_SIZE=64	# max size of physical memory (in MB)
76463607deSchristosoptions 	PHYSMEM_MAX_ADDR=2048	# don't use memory above this (in MB)
77463607deSchristos
78463607deSchristos# Standard system options
79463607deSchristos
80463607deSchristosoptions 	INSECURE	# disable kernel security levels - X needs this
81463607deSchristos
82463607deSchristosoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
83463607deSchristosoptions 	NTP		# NTP phase/frequency locked loop
84463607deSchristos
85463607deSchristosoptions 	KTRACE		# system call tracing via ktrace(1)
86463607deSchristos
87463607deSchristosoptions 	CPU_UCODE	# cpu ucode loading support
88463607deSchristos
89463607deSchristos# Note: SysV IPC parameters could be changed dynamically, see sysctl(8).
90463607deSchristosoptions 	SYSVMSG		# System V-like message queues
91463607deSchristosoptions 	SYSVSEM		# System V-like semaphores
92463607deSchristosoptions 	SEMMNI=10	# number of semaphore identifiers
93463607deSchristosoptions 	SEMMNS=60	# number of semaphores in system
94463607deSchristosoptions 	SEMUME=10	# max number of undo entries per process
95463607deSchristosoptions 	SEMMNU=30	# number of undo structures in system
96463607deSchristosoptions 	SYSVSHM		# System V-like memory sharing
97463607deSchristos
98463607deSchristosoptions 	MODULAR		# new style module(7) framework
99ee79d5b0Sjnemethoptions 	MODULAR_DEFAULT_AUTOLOAD
10086bc5b03Srinoptions 	MODULAR_DEFAULT_VERBOSE
101463607deSchristos
102463607deSchristosoptions 	USERCONF	# userconf(4) support
103463607deSchristosoptions 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
104463607deSchristosoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
105463607deSchristos
106463607deSchristos# Alternate buffer queue strategies for better responsiveness under high
107463607deSchristos# disk I/O load.
108463607deSchristosoptions 	BUFQ_READPRIO
109463607deSchristosoptions 	BUFQ_PRIOCSCAN
110463607deSchristos
111463607deSchristos# Diagnostic/debugging support options
11223d01281Sjdolecek#options 	DIAGNOSTIC	# inexpensive kernel consistency checks
113a494bb9aSchristos				# XXX to be commented out on release branch
114463607deSchristosoptions 	DEBUG		# expensive debugging checks/support
115463607deSchristosoptions 	LOCKDEBUG	# expensive locking checks/support
116463607deSchristosoptions 	DDB		# in-kernel debugger
117a494bb9aSchristosoptions 	DDB_COMMANDONENTER="bt"	# execute command when ddb is entered
118a66bf666Sszptvlfnoptions 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
119463607deSchristosoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
120463607deSchristosoptions 	DDB_VERBOSE_HELP
121463607deSchristosoptions 	KGDB		# remote debugger
122463607deSchristosoptions 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
123a494bb9aSchristosmakeoptions	COPTS="-O2 -fno-omit-frame-pointer"
124463607deSchristosmakeoptions	DEBUG="-g"	# compile full symbol table
1253e090a1eSkamiloptions		KUBSAN		# Kernel Undefined Behavior Sanitizer (kUBSan)
126463607deSchristosoptions 	SYSCALL_STATS	# per syscall counts
127463607deSchristosoptions 	SYSCALL_TIMES	# per syscall times
128463607deSchristosoptions 	SYSCALL_TIMES_HASCOUNTER	# use 'broken' rdtsc (soekris)
129463607deSchristosoptions 	KDTRACE_HOOKS	# kernel DTrace hooks
130321ebd94Spgoyetteoptions 	UVMHIST		# kernhist for uvm subsystem
131321ebd94Spgoyetteoptions 	BIOHIST		# kernhist for buff I/O
132463607deSchristos
1333e090a1eSkamil# Kernel Address Sanitizer (kASan). You need to disable SVS to use it.
1343e090a1eSkamilmakeoptions	KASAN=1		# Kernel Address Sanitizer
1353e090a1eSkamiloptions		KASAN
1363e090a1eSkamil#no options     SVS
1373e090a1eSkamil
1383e090a1eSkamil# Kernel Code Coverage Driver.
1393e090a1eSkamilmakeoptions	KCOV=1
1403e090a1eSkamiloptions		KCOV
1413e090a1eSkamil
142857941dbSmaxv# Fault Injection Driver.
143857941dbSmaxvoptions 	FAULT
144857941dbSmaxv
145acf51d13Sriastradh# Heartbeat checks
146acf51d13Sriastradhoptions 	HEARTBEAT
147acf51d13Sriastradhoptions 	HEARTBEAT_MAX_PERIOD_DEFAULT=15
148acf51d13Sriastradh
149463607deSchristos# Compatibility options
150a494bb9aSchristosoptions 	EXEC_AOUT	# required by binaries from before 1.5
151463607deSchristosoptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
15295772a88Smrginclude 	"conf/compat_netbsd09.config"
153463607deSchristos
154463607deSchristosoptions 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
155a494bb9aSchristosoptions 	COMPAT_NETBSD32 # NetBSD 32-bit
156463607deSchristosoptions 	COMPAT_LINUX	# binary compatibility with Linux
1572bc8e883Sriastradhoptions 	COMPAT_LINUX32	# binary compatibility with Linux 32-bit
1587a9df030Sryooptions 	EXEC_ELF32
159463607deSchristos
160463607deSchristos# Wedge support
161463607deSchristosoptions 	DKWEDGE_AUTODISCOVER	# Automatically add dk(4) instances
162463607deSchristosoptions 	DKWEDGE_METHOD_GPT	# Supports GPT partitions as wedges
163a494bb9aSchristosoptions 	DKWEDGE_METHOD_BSDLABEL	# Support disklabel entries as wedges
164a494bb9aSchristosoptions 	DKWEDGE_METHOD_MBR	# Support MBR partitions as wedges
165463607deSchristosoptions 	DKWEDGE_METHOD_APPLE	# Support Apple partitions as wedges
16659e6f827Srinoptions 	DKWEDGE_METHOD_RDB	# Support RDB partitions as wedges
16753b28be1Scharlotteoptions 	DKWEDGE_METHOD_TOS	# Support Atari "TOS" partitions as wedges
168463607deSchristos
169463607deSchristos# File systems
170463607deSchristosfile-system	FFS		# UFS
171463607deSchristosfile-system	EXT2FS		# second extended file system (linux)
172463607deSchristosfile-system	LFS		# log-structured file system
173463607deSchristosfile-system	MFS		# memory file system
174463607deSchristosfile-system	NFS		# Network File System client
175463607deSchristosfile-system	NTFS		# Windows/NT file system (experimental)
176463607deSchristosfile-system	CD9660		# ISO 9660 + Rock Ridge file system
177463607deSchristosfile-system	MSDOSFS		# MS-DOS file system
178463607deSchristosfile-system	FDESC		# /dev/fd
179463607deSchristosfile-system	KERNFS		# /kern
180463607deSchristosfile-system	NULLFS		# loopback file system
181463607deSchristosfile-system	OVERLAY		# overlay file system
182463607deSchristosfile-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
183463607deSchristosfile-system	PROCFS		# /proc
184463607deSchristosfile-system	UMAPFS		# NULLFS + uid and gid remapping
185463607deSchristosfile-system	UNION		# union file system
186463607deSchristosfile-system	CODA		# Coda File System; also needs vcoda (below)
187463607deSchristosfile-system	SYSVBFS		# System V boot file system
188463607deSchristosfile-system	PTYFS		# /dev/ptm support
189463607deSchristosfile-system	TMPFS		# Efficient memory file-system
190463607deSchristosfile-system	UDF		# experimental - OSTA UDF CD/DVD file-system
191463607deSchristosfile-system	HFS		# experimental - Apple HFS+ file system
192463607deSchristosfile-system	EFS		# Silicon Graphics Extent File System
193463607deSchristosfile-system	FILECORE	# Acorn filecore file system
194463607deSchristosfile-system	ADOSFS		# AmigaDOS file system
195463607deSchristosfile-system	NILFS		# experimental - NTT's NiLFS(2)
196463607deSchristosfile-system	V7FS		# 7th Edition(V7) File System
197463607deSchristosfile-system	CHFS		# Chip File System
198b985414bSchristosfile-system	AUTOFS		# Automounter Filesystem
199463607deSchristos
200463607deSchristos# File system options
201c7ae7f02Ssimonb# ffs
202c7ae7f02Ssimonboptions 	FFS_EI		# FFS Endian Independent support
203c7ae7f02Ssimonb#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
204463607deSchristosoptions 	QUOTA		# legacy UFS quotas
205463607deSchristosoptions 	QUOTA2		# new, in-filesystem UFS quotas
206c7ae7f02Ssimonboptions 	UFS_ACL		# UFS Access Control Lists
207c7ae7f02Ssimonboptions 	UFS_DIRHASH	# UFS Large Directory Hashing
208c7ae7f02Ssimonboptions 	UFS_EXTATTR	# Extended attribute support for UFS1
209463607deSchristosoptions 	WAPBL		# File system journaling support
210c7ae7f02Ssimonb# lfs
211463607deSchristosoptions 	LFS_DIRHASH	# LFS version of UFS_DIRHASH - experimental
212c7ae7f02Ssimonboptions 	LFS_EI		# LFS endian-independent support - experimental
213463607deSchristosoptions 	LFS_EXTATTR	# extended attributes for LFS - experimental
214c7ae7f02Ssimonboptions 	LFS_KERNEL_RFW
215463607deSchristosoptions 	LFS_QUOTA	# quotas for LFS - experimental
216463607deSchristosoptions 	LFS_QUOTA2	# new-style quotas for LFS - experimental
217c7ae7f02Ssimonb# ext2fs
218c7ae7f02Ssimonb# other
219c7ae7f02Ssimonboptions 	DISKLABEL_EI	# disklabel Endian Independent support
220c7ae7f02Ssimonboptions 	NFSSERVER	# Network File System server
221463607deSchristosoptions 	V7FS_EI		# V7FS Endian Independent support
222463607deSchristos
223463607deSchristos# Networking options
224463607deSchristosoptions 	GATEWAY		# packet forwarding
225463607deSchristosoptions 	INET		# IP + ICMP + TCP + UDP
226463607deSchristosoptions 	INET6		# IPv6
227463607deSchristosoptions 	IPSEC		# IP security
228463607deSchristos#options 	IPSEC_DEBUG	# debug for IP security
229520827beSchristosoptions 	MPLS		# MultiProtocol Label Switching (needs mpls)
230463607deSchristosoptions 	MROUTING	# IP multicast routing
231463607deSchristosoptions 	PIM		# Protocol Independent Multicast
232463607deSchristosoptions 	NETATALK	# AppleTalk networking protocols
233f3e8ca4eSbouyeroptions 	CAN		# Controller Area Network protocol
234e955d686Srjsoptions 	DCCP		# Datagram Congestion Control Protocol
235463607deSchristosoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
236463607deSchristosoptions 	PPP_DEFLATE	# Deflate compression support for PPP
237463607deSchristosoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
238463607deSchristosoptions 	IPFILTER_LOG	# ipmon(8) log support
239463607deSchristosoptions 	IPFILTER_LOOKUP	# ippool(8) support
240463607deSchristosoptions 	IPFILTER_COMPAT # Compat for IP-Filter
241463607deSchristosoptions 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
242463607deSchristosoptions 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
243463607deSchristosoptions 	TCP_SIGNATURE	# RFC 2385 support, used with BGP
244fffe3b67Sozaki-roptions 	SCTP		# Stream Control Transmission Protocol
245463607deSchristos
246463607deSchristosoptions 	ALTQ		# Manipulate network interfaces' output queues
247463607deSchristosoptions 	ALTQ_BLUE	# Stochastic Fair Blue
248463607deSchristosoptions 	ALTQ_CBQ	# Class-Based Queueing
249463607deSchristosoptions 	ALTQ_CDNR	# Diffserv Traffic Conditioner
250463607deSchristosoptions 	ALTQ_FIFOQ	# First-In First-Out Queue
251463607deSchristosoptions 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
252463607deSchristosoptions 	ALTQ_HFSC	# Hierarchical Fair Service Curve
253463607deSchristosoptions 	ALTQ_LOCALQ	# Local queueing discipline
254463607deSchristosoptions 	ALTQ_PRIQ	# Priority Queueing
255463607deSchristosoptions 	ALTQ_RED	# Random Early Detection
256463607deSchristosoptions 	ALTQ_RIO	# RED with IN/OUT
257463607deSchristosoptions 	ALTQ_WFQ	# Weighted Fair Queueing
258463607deSchristos
259463607deSchristos# These options enable verbose messages for several subsystems.
260463607deSchristos# Warning, these may compile large string tables into the kernel!
261463607deSchristosoptions 	ACPIVERBOSE	# verbose ACPI device autoconfig messages
262463607deSchristosoptions 	EISAVERBOSE	# verbose EISA device autoconfig messages
263463607deSchristosoptions 	MIIVERBOSE	# verbose PHY autoconfig messages
2647f9869f8Smayaoptions 	MPVERBOSE=1	# verbose mpbios config messages
265463607deSchristosoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
266463607deSchristosoptions 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
267463607deSchristosoptions 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
268463607deSchristosoptions 	SCSIVERBOSE	# human readable SCSI error messages
269463607deSchristosoptions 	USBVERBOSE	# verbose USB device autoconfig messages
270463607deSchristosoptions 	PNPBIOSVERBOSE	# verbose PnP BIOS messages
271463607deSchristos#options 	PNPBIOSDEBUG	# more fulsome PnP BIOS debugging messages
272463607deSchristosoptions 	MCAVERBOSE	# verbose MCA device autoconfig messages
27395c08e48Schristosoptions 	HDAUDIOVERBOSE	# verbose HDAUDIO driver messages
274463607deSchristos
275463607deSchristosoptions 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
276463607deSchristos
277463607deSchristos#
278463607deSchristos# wscons options
279463607deSchristos#
280463607deSchristos# builtin terminal emulations
281463607deSchristosoptions 	WSEMUL_SUN		# sun terminal emulation
282463607deSchristosoptions 	WSEMUL_VT100		# VT100 / VT220 emulation
283463607deSchristos# customization of console and kernel output - see dev/wscons/wsdisplayvar.h
284463607deSchristosoptions 	WSDISPLAY_CUSTOM_OUTPUT	# color customization from wsconsctl(8)
285463607deSchristosoptions 	WS_DEFAULT_FG=WSCOL_WHITE
286463607deSchristosoptions 	WS_DEFAULT_BG=WSCOL_BLACK
287463607deSchristosoptions 	WS_DEFAULT_COLATTR="(0)"
288463607deSchristosoptions 	WS_DEFAULT_MONOATTR="(0)"
289463607deSchristosoptions 	WS_KERNEL_FG=WSCOL_GREEN
290463607deSchristosoptions 	WS_KERNEL_BG=WSCOL_BLACK
291463607deSchristosoptions 	WS_KERNEL_COLATTR="(0)"
292463607deSchristosoptions 	WS_KERNEL_MONOATTR="(0)"
293463607deSchristos# customization of console border color
294463607deSchristosoptions 	WSDISPLAY_CUSTOM_BORDER	# custom border colors via wsconsctl(8)
295463607deSchristosoptions 	WSDISPLAY_BORDER_COLOR=WSCOL_BLUE	# default color
296463607deSchristos# compatibility to other console drivers
297463607deSchristosoptions 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
298463607deSchristosoptions 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
299463607deSchristosoptions 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
300463607deSchristosoptions 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
301463607deSchristosoptions 	WSKBD_EVENT_AUTOREPEAT		# auto repeat in event mode
302463607deSchristos#options 	WSKBD_USONLY			# strip off non-US keymaps
303463607deSchristos# don't attach pckbd as the console if no PS/2 keyboard is found
304463607deSchristosoptions 	PCKBD_CNATTACH_MAY_FAIL
305463607deSchristos# see dev/pckbport/wskbdmap_mfii.c for implemented layouts
306463607deSchristosoptions 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" # for pckbd driver
307463607deSchristosoptions 	UKBD_LAYOUT="(KB_DE | KB_NODEAD)"  # for ukbd driver
308463607deSchristos# allocate a number of virtual screens at autoconfiguration time
309463607deSchristosoptions 	WSDISPLAY_DEFAULTSCREENS=4
310463607deSchristos# use a large software cursor that doesn't blink
311463607deSchristosoptions 	PCDISPLAY_SOFTCURSOR
312463607deSchristos# modify the screen type of the console; defaults to "80x25"
313463607deSchristosoptions 	VGA_CONSOLE_SCREENTYPE="\"80x24\""
314463607deSchristos# work around a hardware bug that loaded fonts don't work; found on ATI cards
315463607deSchristosoptions 	VGA_CONSOLE_ATI_BROKEN_FONTSEL
316463607deSchristos# console scrolling support.
317463607deSchristosoptions 	WSDISPLAY_SCROLLSUPPORT
318463607deSchristos# enable VGA raster mode capable of displaying multilingual text on console
319463607deSchristos#options 	VGA_RASTERCONSOLE
320463607deSchristos# enable splash screen support; requires hw driver support
321463607deSchristos#options 	SPLASHSCREEN
322463607deSchristos
323463607deSchristos# Keylock support
324463607deSchristosoptions 	KEYLOCK
325463607deSchristosoptions 	secmodel_keylock	# Requires options KEYLOCK
326463607deSchristos
327463607deSchristos# Kernel root file system and dump configuration.
328463607deSchristosconfig		netbsd	root on ? type ?
329463607deSchristos#config		netbsd	root on sd0a type ffs
330463607deSchristos#config		netbsd	root on ? type nfs
331463607deSchristos
332463607deSchristos#
333463607deSchristos# Device configuration
334463607deSchristos#
335463607deSchristos
336463607deSchristos#apm0	at mainbus0			# Advanced power management
337463607deSchristos
338463607deSchristos# Tuning for power management, see apm(4) for more details.
339463607deSchristos#options 	APM_V10_ONLY		# Use only the APM 1.0 calls
340463607deSchristos#options 	APM_NO_POWEROFF		# Don't power off on halt(8)
341463607deSchristos#options 	APM_POWER_PRINT		# Print stats on the console
342463607deSchristos
343463607deSchristos
344463607deSchristos# Basic Bus Support
345463607deSchristos
346463607deSchristos#IPMI support
347463607deSchristosipmi0		at mainbus?
348463607deSchristos
349463607deSchristos# Advanced Configuration and Power Interface
350463607deSchristos
351463607deSchristos# This option can be used to retrieve CPU and APIC information.
352463607deSchristos# that I/O APICs can be used if ACPI is enabled below.
353463607deSchristosoptions 	ACPI_SCANPCI		# find PCI roots using ACPI
354a494bb9aSchristosoptions 	MPBIOS			# configure CPUs and APICs using MPBIOS
355a494bb9aSchristosoptions 	MPBIOS_SCANPCI		# MPBIOS configures PCI roots
356a494bb9aSchristosoptions 	PCI_INTR_FIXUP		# PCI interrupt routing via ACPI
357a494bb9aSchristosoptions 	PCI_BUS_FIXUP		# fixup PCI bus numbering
358a494bb9aSchristosoptions 	PCI_ADDR_FIXUP		# fixup PCI I/O addresses
359a494bb9aSchristosoptions 	ACPI_ACTIVATE_DEV	# If set, activate inactive devices
360a494bb9aSchristosoptions 	VGA_POST		# in-kernel support for VGA POST
361463607deSchristos
362463607deSchristosacpi0		at mainbus0
363463607deSchristos
364463607deSchristos# ACPI devices
365463607deSchristosapm*		at acpi?		# ACPI apm emulation
366463607deSchristosacpiacad*	at acpi?		# ACPI AC Adapter
367463607deSchristosacpibat*	at acpi?		# ACPI Battery
368463607deSchristosacpibut*	at acpi?		# ACPI Button
369463607deSchristosacpidalb*	at acpi?		# ACPI Direct Application Launch Button
370463607deSchristosacpiec* 	at acpi?		# ACPI Embedded Controller (late)
371463607deSchristosacpiecdt*	at acpi?		# ACPI Embedded Controller (early)
372aeb0e451Sriastradhoptions 	ACPIEC_DEBUG=-1
373463607deSchristosacpifan*	at acpi?		# ACPI Fan
37440cfbdd6Sriastradhacpihed*	at acpi?		# ACPI Hardware Error Device
375463607deSchristosacpilid*	at acpi?		# ACPI Lid Switch
376463607deSchristosacpipmtr*	at acpi?		# ACPI Power Meter (experimental)
377463607deSchristos# XXX Do not enable this in a real kernel unless you also disable any
378463607deSchristos# XXX "native" i2c controller.  Otherwise you'll have two accessors to
379463607deSchristos# XXX the same bus, and bad things (tm) will happen!
380463607deSchristosacpismbus*	at acpi?		# ACPI SMBus CMI (experimental)
381463607deSchristosacpitz* 	at acpi?		# ACPI Thermal Zone
382463607deSchristosacpivga*	at acpi?		# ACPI Display Adapter
383463607deSchristosacpiout*	at acpivga?		# ACPI Display Output Device
384*375351f4Sriastradhacpivmgenid*	at acpi?		# ACPI Virtual Machine Generation ID
385463607deSchristosacpiwdrt*	at acpi?		# ACPI Watchdog Resource Table
386463607deSchristosacpiwmi*	at acpi?		# ACPI WMI Mapper
3874b159fe5Sriastradhapei*		at apeibus?		# ACPI Platform Error Interfaces
388463607deSchristos
389463607deSchristos# Mainboard devices
390463607deSchristosaibs*		at acpi?		# ASUSTeK AI Booster hardware monitor
3919b5b1621Sriastradhapplesmc*	at acpi?		# Apple System Management Controller
392463607deSchristosasus*		at acpi?		# ASUS hotkeys
393463607deSchristosattimer*	at acpi?		# AT Timer
39477641d43Smartinatppc*		at acpi?		# AT-style parallel port
395463607deSchristoscom*		at acpi?		# Serial communications interface
396463607deSchristosfdc*		at acpi?		# Floppy disk controller
397463607deSchristosfujbp*		at acpi?		# Fujitsu Brightness & Pointer
398463607deSchristosfujhk*		at acpi?		# Fujitsu Hotkeys
399463607deSchristoshpacel* 	at acpi?		# HP 3D DriveGuard accelerometer
400463607deSchristoshpqlb*		at acpi?		# HP Quick Launch Buttons
401463607deSchristoshpet*		at acpihpetbus?		# High Precision Event Timer (table)
402463607deSchristoshpet*		at acpinodebus?		# High Precision Event Timer (device)
403463607deSchristosjoy*		at acpi?		# Joystick/Game port
404463607deSchristoslpt*		at acpi?		# Parallel port
405463607deSchristosmpu*		at acpi?		# Roland MPU-401 MIDI UART
406463607deSchristospckbc*		at acpi?		# PC keyboard controller
407463607deSchristospcppi*		at acpi?		# AT-style speaker sound
4081e311af4Sjmcneillqemufwcfg*	at acpi?		# QEMU Firmware Configuration device
409a494bb9aSchristossdhc*		at acpi?		# SD Host Controller
410a494bb9aSchristossony*		at acpi?		# Sony Notebook Controller
411a494bb9aSchristosspic*		at acpi?		# Sony Programmable I/O Controller
412a494bb9aSchristoswsmouse*	at spic?		# mouse
413463607deSchristosthinkpad*	at acpi?		# IBM/Lenovo Thinkpad hotkeys
414a494bb9aSchristostpm*		at acpi?		# ACPI TPM (Experimental)
415463607deSchristosug*		at acpi?		# Abit uGuru Hardware monitor
416a494bb9aSchristosvalz*		at acpi?		# Toshiba Dynabook hotkeys
417463607deSchristoswb*		at acpi?		# Winbond W83L518D SD/MMC reader
418463607deSchristossdmmc*		at wb?			# SD/MMC bus
419a494bb9aSchristossdhc*		at acpi?		# SD Host Controller
420a494bb9aSchristossony*		at acpi?		# Sony Notebook Controller
421463607deSchristoswmidell*	at acpiwmibus?		# Dell WMI mappings
422463607deSchristoswmieeepc*	at acpiwmibus?		# Asus Eee PC WMI mappings
423463607deSchristoswmihp*		at acpiwmibus?		# HP WMI mappings
424463607deSchristoswmimsi* 	at acpiwmibus?		# MSI WMI mappings
425463607deSchristoswss*		at acpi?		# NeoMagic 256AV in wss mode
426463607deSchristosym*		at acpi?		# Yamaha OPL3-SA[23] audio
427463607deSchristos
4289b5b1621Sriastradh# Apple System Management Controller devices
4299b5b1621Sriastradhapplesmcfan*	at applesmcbus?
4309b5b1621Sriastradhapplesmctemp*	at applesmcbus?
4319b5b1621Sriastradh
432463607deSchristos# PCI bus support
433463607deSchristospci*	at mainbus? bus ?
434463607deSchristospci*	at pchb? bus ?
435463607deSchristospci*	at ppb? bus ?
436463607deSchristos
437463607deSchristos# Configure PCI using BIOS information
438463607deSchristosoptions 	PCIBIOS			# PCI BIOS support
439463607deSchristosoptions 	PCIBIOSVERBOSE		# PCI BIOS verbose info
440463607deSchristosoptions 	PCIBIOS_IRQS_HINT=0x0a00 # PCI interrupts hint. IRQ 9 or 11
441463607deSchristosoptions 	PCIBIOS_INTR_GUESS	# see pcibios(4)
442463607deSchristosoptions 	PCIBIOS_LIBRETTO_FIXUP	# this code makes the Toshiba Libretto
443463607deSchristos					# L2/L3 work, but should not be enabled
444463607deSchristos					# on anything else.
445463607deSchristosoptions 	PCIBIOS_SHARP_MM20_FIXUP # this code makes the Sharp MM 20
446463607deSchristos					# work, but should not be enabled
447463607deSchristos					# on anything else.
448463607deSchristos#options 	PCIINTR_DEBUG		# super-verbose PCI interrupt fixup
449463607deSchristos
450463607deSchristos# PCI bridges
451463607deSchristosrdcpcib* at pci? dev ? function ?	# RDC Vortex86/PMX-1000 PCI-ISA w/
452463607deSchristospchb*	at pci? dev ? function ?	# PCI-Host bridges
453c0e750b9Suebayasioptions 	AGP_X86
454463607deSchristospcib*	at pci? dev ? function ?	# PCI-ISA bridges
455463607deSchristosppb*	at pci? dev ? function ?	# PCI-PCI bridges
456463607deSchristos# XXX 'puc's aren't really bridges, but there's no better place for them here
457463607deSchristospuc*	at pci? dev ? function ?	# PCI "universal" comm. cards
458463607deSchristos
459a494bb9aSchristosamdpcib* at pci? dev ? function ?	# AMD 8111 PCI-ISA w/ HPET
460a494bb9aSchristoshpet*	at amdpcib?
461a494bb9aSchristos
462463607deSchristospwdog*	at pci? dev ? function ?	# QUANCOM PWDOG1
463463607deSchristos
464a494bb9aSchristosichlpcib* at pci? dev ? function ?	# Intel ICH PCI-LPC w/ timecounter,
465a494bb9aSchristos					# watchdog, gpio, Speedstep and HPET
466a494bb9aSchristosfwhrng* at ichlpcib?		# Intel 82802 FWH Random Number Generator
467a494bb9aSchristoshpet*	at ichlpcib?
468a494bb9aSchristostco*	at ichlpcib?		# TCO watch dog timer
469a494bb9aSchristos
470a494bb9aSchristosaapic*	at pci? dev ? function ?	# AMD 8131 IO apic
471a494bb9aSchristos
472463607deSchristosagp*	at pchb?
473463607deSchristos
474463607deSchristos# ISA bus support
475a494bb9aSchristosisa0	at mainbus?
476a494bb9aSchristosisa0	at pcib?
477463607deSchristosisa0	at amdpcib?
478463607deSchristosisa0	at ichlpcib?
479463607deSchristosisa0	at rdcpcib?
480a494bb9aSchristosisa0	at rdcpcib?
481463607deSchristos
482463607deSchristos# IBM 4810 BSP cash drawer port
483463607deSchristosibmcd*	at pci? dev ? function ?
484463607deSchristosgpio*	at ibmcd?
485463607deSchristos
486463607deSchristos# CardBus bridge support
487463607deSchristoscbb*		at pci? dev ? function ?
488463607deSchristoscardslot*	at cbb?
489463607deSchristos
490463607deSchristos# CardBus bus support
491463607deSchristoscardbus*	at cardslot?
492463607deSchristospcmcia* 	at cardslot?
493463607deSchristos
4944637e22eSthorpej# VME bridge support
4954637e22eSthorpejbtvmei*		at pci? dev ? function ?
4964637e22eSthorpejbtvmeii*	at pci? dev ? function ?
4974637e22eSthorpej
4984637e22eSthorpej# VME bus support
4994637e22eSthorpejvme*		at vmebus?
5004637e22eSthorpej
501463607deSchristos# Coprocessor Support
502463607deSchristos
503463607deSchristos# Console Devices
504463607deSchristos
505463607deSchristos# wscons
506463607deSchristospckbc0		at isa?			# PC keyboard controller
507463607deSchristospckbd*		at pckbc?		# PC keyboard
508463607deSchristospms*		at pckbc?		# PS/2 mouse for wsmouse
509463607deSchristosoptions 	PMS_SYNAPTICS_TOUCHPAD	# Enable support for Synaptics Touchpads
510463607deSchristosoptions 	PMS_ELANTECH_TOUCHPAD	# Enable support for Elantech Touchpads
5117ee97454Schristosoptions 	PMS_ALPS_TOUCHPAD	# Enable support for Alps Touchpads
512463607deSchristosvga0		at isa?
513463607deSchristosvga*		at pci? dev ? function ?
514a494bb9aSchristosgenfb*		at pci? dev ? function ?
515a494bb9aSchristosoptions 	VCONS_DRAW_INTR
516a494bb9aSchristoswsdisplay*	at vga? console ?
517a494bb9aSchristoswsdisplay*	at wsemuldisplaydev?
518463607deSchristospcdisplay0	at isa?			# CGA, MDA, EGA, HGA
519463607deSchristoswskbd*		at pckbd? console ?
520463607deSchristoswsmouse*	at pms? mux 0
521463607deSchristos
522463607deSchristoschipsfb*	at pci? dev ? function ?
523463607deSchristosgenfb*		at pci? dev ? function ?
524694848a2Stsutsuigffb*		at pci? dev ? function ?
525463607deSchristosigsfb*		at pci? dev ? function ?
526463607deSchristosmachfb* 	at pci? dev ? function ?
527463607deSchristospm2fb*		at pci? dev ? function ?
528463607deSchristosr128fb* 	at pci? dev ? function ?
529463607deSchristosradeonfb*	at pci? dev ? function ?
530463607deSchristostga*		at pci? dev ? function ?	# DEC ZLXp-E[123] Graphics
531463607deSchristosunichromefb*	at pci? dev ? function ?	# VIA Unichrome framebuffer console
532463607deSchristosvoodoofb*	at pci? dev ? function ?
533463607deSchristoswcfb*	at pci? dev ? function ?
534463607deSchristos
535c2f78e18Schristos# DRI legacy drivers
536c2f78e18Schristos#i915drm*	at drm?		# Intel i915, i945 DRM driver
537c2f78e18Schristos#mach64drm*	at drm?		# mach64 (3D Rage Pro, Rage) DRM driver
538c2f78e18Schristos#mgadrm* 	at drm?		# Matrox G[24]00, G[45]50 DRM driver
539c2f78e18Schristos#r128drm*	at drm?		# ATI Rage 128 DRM driver
540c2f78e18Schristos#radeondrm*	at drm?		# ATI Radeon DRM driver
541c2f78e18Schristos#savagedrm*	at drm?		# S3 Savage DRM driver
542c2f78e18Schristos#sisdrm* 	at drm?		# SiS DRM driver
543c2f78e18Schristos#tdfxdrm*	at drm?		# 3dfx (voodoo) DRM driver
544c2f78e18Schristos#vboxdrm*	at drm?		# VirtualBox DRM driver
545c2f78e18Schristos
546c2f78e18Schristos# DRMKMS drivers
547c2f78e18Schristosi915drmkms*	at pci? dev ? function ?
548c2f78e18Schristosintelfb*	at intelfbbus?
549c2f78e18Schristos
550c2f78e18Schristosradeon* 	at pci? dev ? function ?
551c2f78e18Schristosradeondrmkmsfb* at radeonfbbus?
552c2f78e18Schristos
553d2c038aeShannken# XXX disable amdgpu as it uses floating point arithmetics unsupported by KCOV.
554d2c038aeShannken#amdgpu* 	at pci? dev ? function ?
555d2c038aeShannken#amdgpufb* 	at amdgpufbbus?
556f87ba36cSriastradh
55709e70b50Sriastradhnouveau*	at pci? dev ? function ?
55809e70b50Sriastradhnouveaufb*	at nouveaufbbus?
559463607deSchristos
560d36b4940Smaya# DRMUMS drivers
561d36b4940Smayaviadrmums*	at drm?
562d36b4940Smaya
563463607deSchristosattimer0	at isa?
564463607deSchristospcppi0		at isa?
565463607deSchristossysbeep0	at pcppi?
566463607deSchristos
567463607deSchristos# Serial Devices
568463607deSchristos
569463607deSchristos# PCI serial interfaces
570463607deSchristoscom*	at puc? port ?			# 16x50s on "universal" comm boards
571463607deSchristoscy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
572463607deSchristoscz*	at pci? dev ? function ?	# Cyclades-Z multi-port serial boards
573463607deSchristos
574463607deSchristos# PCMCIA serial interfaces
575463607deSchristoscom*	at pcmcia? function ?		# Modems and serial cards
576463607deSchristos
577463607deSchristospcmcom* at pcmcia? function ?		# PCMCIA multi-port serial cards
578463607deSchristoscom*	at pcmcom? slave ?		# ...and the slave devices
579463607deSchristos
580463607deSchristos# CardBus serial interfaces
581463607deSchristoscom*	at cardbus? function ?	# Modems and serial cards
582463607deSchristos
583463607deSchristos# Cardbus bridges
584463607deSchristos#ppb*	at cardbus? function ?	# Cardbus-PCI bridges (www.magma.com)
585463607deSchristos
586463607deSchristos# ISA serial interfaces
587463607deSchristos#options 	COM_HAYESP		# adds Hayes ESP serial board support
588463607deSchristoscom0	at isa? port 0x3f8 irq 4	# Standard PC serial ports
589463607deSchristoscom1	at isa? port 0x2f8 irq 3
590463607deSchristoscom2	at isa? port 0x3e8 irq 5
591463607deSchristoscom3	at isa? port 0x2e8 irq 9
592463607deSchristosast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
593463607deSchristoscom*	at ast? slave ?
594463607deSchristosboca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
595463607deSchristosboca0	at isa? port 0x100 irq 5	# BOCA 16-port serial cards (BB2016)
596463607deSchristosboca1	at isa? port 0x140 irq 5	# this line is also needed for BB2016
597463607deSchristoscom*	at boca? slave ?
598463607deSchristostcom0	at isa? port 0x100 irq 7	# TC-800 8-port serial cards
599463607deSchristoscom*	at tcom? slave ?
600463607deSchristosrtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
601463607deSchristoscom*	at rtfps? slave ?
602463607deSchristoscy0	at isa? iomem 0xd4000 irq 12	# Cyclades serial cards
603463607deSchristosaddcom0 at isa? port 0x108 irq 5	# Addonics FlexPort 8S
604463607deSchristoscom*	at addcom? slave ?
605463607deSchristosmoxa0	at isa?	port 0x100 irq 5	# MOXA C168H serial card (experimental)
606463607deSchristoscom*	at moxa? slave ?
607463607deSchristosioat*	at isa? port 0x220 irq 5	# BOCA IOAT66 6-port serial card
608463607deSchristoscom*	at ioat? slave ?
609463607deSchristos
610463607deSchristos# Parallel Printer Interfaces
611463607deSchristos
612463607deSchristos# PCI parallel printer interfaces
613463607deSchristoslpt*	at puc? port ?			# || ports on "universal" comm boards
614463607deSchristos
615463607deSchristos# ISA parallel printer interfaces
616463607deSchristoslpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
617463607deSchristoslpt1	at isa? port 0x278
618463607deSchristoslpt2	at isa? port 0x3bc
619463607deSchristos
620463607deSchristos# Hardware monitors
621463607deSchristos
622d51df569Spgoyette# Temperatures
623d51df569Spgoyetteamdsmn* at pci?				# AMD SMN Configuration
624d51df569Spgoyetteamdzentemp* at amdsmnbus?		# AMD Ryzen Family 17h CPU temp sensors
625d51df569Spgoyette
626a494bb9aSchristosamdnb_misc* at pci?			# AMD NB Misc Configuration
627a494bb9aSchristosamdtemp* at amdnb_misc?  		# AMD CPU Temperature sensors
628a494bb9aSchristos
629a494bb9aSchristos# Winbond LPC Super I/O
630a494bb9aSchristoswbsio*	at isa? port 0x2e
631a494bb9aSchristoswbsio*	at isa? port 0x4e
632a494bb9aSchristos
633a494bb9aSchristos# IBM Hawk Integrated Systems Management Processor
6348619b1abSthorpejibmhawk0	at iic? addr 0x37
635a494bb9aSchristos
6362eab6dfeSpgoyette# Intel Integrated Memory Controller SMBus (experimental)
6372eab6dfeSpgoyetteimc* at pci? dev ? function ?		# Intel Integrated Memory Controller,
6382eab6dfeSpgoyetteimcsmb* at imc?				# the associated SMBus controller,
6392eab6dfeSpgoyetteiic* at imcsmb?				# and the SMBus itself
6402eab6dfeSpgoyette
641a494bb9aSchristos# LM7[89] and compatible hardware monitors
642a494bb9aSchristos# Use flags to select temp sensor type (see lm(4) man page for details)
643a494bb9aSchristoslm0	at isa?	port 0x290 flags 0x0	# other common ports: 0x280, 0x310
644a494bb9aSchristoslm*	at wbsio?
645a494bb9aSchristos
646a494bb9aSchristos# SMSC LPC47B397 hardware monitor functions
647a494bb9aSchristossmsc0	at isa? port 0x02e
648a494bb9aSchristos
649a494bb9aSchristos# SMSC LPC47M192 hardware monitor
6508619b1abSthorpejsmscmon*	at iic? addr 0x2c
6518619b1abSthorpejsmscmon*	at iic? addr 0x2d	# (alternate address)
652a494bb9aSchristos
653463607deSchristos# AMD 768 and 8111 power/ACPI controllers
654463607deSchristosamdpm*	at pci? dev ? function ?	# RNG and SMBus 1.0 interface
655463607deSchristosiic*	at amdpm?			# sensors below are on this bus
656463607deSchristos
657463607deSchristos# Acer Labs M7101 SMBus controller
658463607deSchristosalipm*	at pci? dev ? function ?
659463607deSchristosiic*	at alipm?
660463607deSchristos
661463607deSchristos# Intel ICH SMBus controller
662463607deSchristosichsmb* at pci? dev ? function ?
663463607deSchristosiic*	at ichsmb?
664463607deSchristos
665463607deSchristos# NVIDIA nForce2/3/4 SMBus controller
666463607deSchristosnfsmbc* at pci? dev ? function ?
667463607deSchristosnfsmb*	at nfsmbc?
668463607deSchristosiic*	at nfsmb?
669463607deSchristos
670463607deSchristos# Intel PIIX4 power management controllers
671463607deSchristospiixpm* at pci? dev ? function ?	# PIIX4 compatible PM controller
672463607deSchristosiic*	at piixpm?			# SMBus on PIIX4
673463607deSchristos
674408e77c0Sbouyer# I2C controller as found in some Intel PCH devices.
675408e77c0Sbouyerdwiic*		at pci?			# I2C controller
676408e77c0Sbouyeriic*		at dwiic?
677408e77c0Sbouyer
678463607deSchristos# dbCool Thermal monitor and fan controller
6798619b1abSthorpejdbcool* at iic? addr 0x2C		# Unknown other motherboard(s)
6808619b1abSthorpejdbcool* at iic? addr 0x2D		# Tyan S2881
6818619b1abSthorpejdbcool* at iic? addr 0x2E		# Tyan S2882-D
682463607deSchristos
683463607deSchristos# IBM Hawk Integrated Systems Management Processor
6848619b1abSthorpejibmhawk0	at iic?	addr 0x37
685463607deSchristos
686463607deSchristos# LM7[89] and compatible hardware monitors
687463607deSchristos# Use flags to select temp sensor type (see lm(4) man page for details)
6888619b1abSthorpejlm0	at iic?	addr 0x2e flags 0x0
689463607deSchristos
690463607deSchristos# SMSC LPC47M192 hardware monitor
6918619b1abSthorpejsmscmon*	at iic? addr 0x2c
6928619b1abSthorpej#smscmon*	at iic? addr 0x2d	# (alternate address)
693463607deSchristos
694463607deSchristos# IBM Thinkpad Active Protection System
695463607deSchristosaps0	at isa? port 0x1600
696463607deSchristos
697463607deSchristos# Fintek Super I/O with hardware monitor
698463607deSchristosfinsio0 	at isa? port 0x4e
699463607deSchristos
700463607deSchristos# iTE IT87xxF Super I/O with watchdog and sensors support
701463607deSchristositesio0 	at isa? port 0x2e
702463607deSchristos
703463607deSchristos# Winbond LPC Super I/O
704463607deSchristoswbsio*	at isa? port 0x2e
705463607deSchristoswbsio*	at isa? port 0x4e
706463607deSchristos
707463607deSchristos# LM7[89] and compatible hardware monitors
708463607deSchristoslm0	at isa?	port 0x290 flags 0x0	# other common: 0x280, 0x310
709463607deSchristoslm*	at wbsio?
710463607deSchristos
711463607deSchristos# SMSC LPC47B397 hardware monitor functions
712463607deSchristossmsc0	at isa? port 0x02e
713463607deSchristos
714463607deSchristos# PC87366 hardware monitor
715463607deSchristosnsclpcsio*	at isa?
716463607deSchristosgpio*		at nsclpcsio?
717463607deSchristos
718463607deSchristos# Abit uGuru Hardware system monitor
719463607deSchristosug0	at isa? port 0xe0
720463607deSchristos
721463607deSchristos# VIA VT82C686A/VT8231 Hardware Monitor and Power Management Timer
722463607deSchristosviaenv* 	at pci? dev ? function ?
723463607deSchristos
724463607deSchristos# Serial Presence Detect capable memory modules and optional temp sensors
7258619b1abSthorpejspdmem* at iic? addr 0x50
7268619b1abSthorpejspdmem* at iic? addr 0x51
7278619b1abSthorpejspdmem* at iic? addr 0x52
7288619b1abSthorpejspdmem* at iic? addr 0x53
7298619b1abSthorpejspdmem* at iic? addr 0x54
7308619b1abSthorpejspdmem* at iic? addr 0x55
7318619b1abSthorpejspdmem* at iic? addr 0x56
7328619b1abSthorpejspdmem* at iic? addr 0x57
7338619b1abSthorpejsdtemp* at iic? addr 0x18
7348619b1abSthorpejsdtemp* at iic? addr 0x19
7358619b1abSthorpejsdtemp* at iic? addr 0x1a
7368619b1abSthorpejsdtemp* at iic? addr 0x1b
7378619b1abSthorpejsdtemp* at iic? addr 0x1c
7388619b1abSthorpejsdtemp* at iic? addr 0x1d
7398619b1abSthorpejsdtemp* at iic? addr 0x1e
7408619b1abSthorpejsdtemp* at iic? addr 0x1f
741463607deSchristos
742408e77c0Sbouyer# I2C HID devices
743408e77c0Sbouyerihidev* at iic?
744408e77c0Sbouyer
745408e77c0Sbouyer# I2C Mice
746408e77c0Sbouyerims*	at ihidev? reportid ?
747408e77c0Sbouyerwsmouse* at ims? mux 0
748408e77c0Sbouyer
7498560b863Stnn# I2C Displays
7508560b863Stnnssdfb*	at iic?
7518560b863Stnn
752463607deSchristos# I2O devices
753463607deSchristosiop*	at pci? dev ? function ?	# I/O processor
754463607deSchristosiopsp*	at iop? tid ?			# SCSI/FC-AL ports
755463607deSchristosld*	at iop? tid ?			# block devices
756463607deSchristosdpti*	at iop? tid 0			# DPT/Adaptec control interface
757463607deSchristos
758463607deSchristos# GPIO devices
759463607deSchristosgpio*	at gpiosim?
760463607deSchristos
761463607deSchristos# 1-Wire support
762463607deSchristosgpioow* 	at gpio? offset ? mask ?	# 1-wire bitbanging via gpio
763463607deSchristosgpioow* 	at gpio?
764463607deSchristosonewire*	at gpioow?
765463607deSchristos
766463607deSchristos# 1-Wire devices
767463607deSchristosowtemp* 	at onewire?			# Temperature sensors
768463607deSchristos
769d78e3b9aSmsaitoh# I2C support
770d78e3b9aSmsaitohgpioiic*	at gpio?
771d78e3b9aSmsaitohiic*		at gpioiic?
772d78e3b9aSmsaitoh
773463607deSchristos# Keylock support
774463607deSchristosgpiolock*	at gpio?
775463607deSchristos
776a494bb9aSchristos# Pulsing GPIO pins in software
777a494bb9aSchristosgpiopwm*	at gpio?
778a494bb9aSchristos
779463607deSchristos# Soekris 6501 GPIO/LED driver (provides gpiobus, needs gpio)
780463607deSchristossoekrisgpio0	at isa? port 0x680
781463607deSchristos
782463607deSchristos# SCSI Controllers and Devices
783463607deSchristos
784463607deSchristos# PCI SCSI controllers
785463607deSchristosadv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
786463607deSchristosadw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
787463607deSchristosahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
788463607deSchristosahd*	at pci? dev ? function ?	# Adaptec 29320, 39320 (aic790x) SCSI
789463607deSchristosbha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
790463607deSchristosdpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
791463607deSchristosiha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
792463607deSchristosisp*	at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FibreChannel
793463607deSchristosmfi*	at pci? dev ? function ?	# LSI MegaRAID SAS
7940f6cbcecSbouyermfii*	at pci? dev ? function ?	# LSI MegaRAID SAS (Fusion and newer)
795463607deSchristosmly*	at pci? dev ? function ?	# Mylex AcceleRAID and eXtremeRAID
796463607deSchristosmpt*	at pci? dev ? function ?	# LSILogic 9x9 and 53c1030 (Fusion-MPT)
797463607deSchristosmpii*	at pci? dev ? function ?	# LSI Logic Fusion-MPT II
798463607deSchristosnca*	at pci? dev ? function ?	# Domex DMX-3191D
799463607deSchristosnjs*	at pci? dev ? function ?	# Workbit NinjaSCSI-32
800463607deSchristospcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
801463607deSchristossiop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
802463607deSchristosesiop*	at pci? dev ? function ?	# Symbios 53c875 SCSI and newer
803463607deSchristosoptions 	SIOP_SYMLED		# drive the act. LED in software
804463607deSchristostrm*	at pci? dev ? function ?	# Tekram DC-395U/UW/F, DC-315/U SCSI
805463607deSchristos
806463607deSchristos# PCMCIA SCSI controllers
807463607deSchristosaic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
808463607deSchristosesp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
809463607deSchristosnca*	at pcmcia? function ?		# NCR53C400 SCSI
810463607deSchristosspc*	at pcmcia? function ?		# Fujitsu MB87030/MB89352 SCSI
811463607deSchristos
812463607deSchristos# ISA SCSI controllers
813463607deSchristosadv0	at isa? port ? irq ? drq ?	# AdvanSys APB-514[02] SCSI
814463607deSchristosaha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
815463607deSchristosaha1	at isa? port 0x334 irq ? drq ?
816463607deSchristosaic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI
817463607deSchristosbha0	at isa? port 0x330 irq ? drq ?	# BusLogic [457]4X SCSI
818463607deSchristosbha1	at isa? port 0x334 irq ? drq ?
819463607deSchristos# The "nca" and "dpt" probes might give false hits or hang your machine.
820463607deSchristosdpt0	at isa? port 0x170 irq ? drq ?	# DPT SmartCache/SmartRAID
821463607deSchristosesp0	at isa? port 0x230 irq ?	# Emulex ESP406 and Qlogic FAS408 SCSI
822463607deSchristosnca0	at isa? port 0x360 irq 15	# Port-mapped NCR 53C80 controller
823463607deSchristosnca1	at isa? iomem 0xd8000 irq 5	# Memory-mapped controller (T128, etc.)
824463607deSchristossea0	at isa? iomem 0xc8000 irq 5	# Seagate/Future Domain SCSI
825463607deSchristosuha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI
826463607deSchristosuha1	at isa? port 0x340 irq ? drq ?
827463607deSchristoswds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
828463607deSchristoswds1	at isa? port 0x358 irq 11 drq 5
829463607deSchristos
830463607deSchristos# CardBus SCSI cards
831463607deSchristosadv*	at cardbus? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
832463607deSchristosahc*	at cardbus? function ?	# Adaptec ADP-1480
833463607deSchristosnjs*	at cardbus? function ?	# Workbit NinjaSCSI-32
834463607deSchristos
835463607deSchristos# SCSI bus support
836463607deSchristosscsibus* at scsi?
837463607deSchristos
838463607deSchristos# SCSI devices
839463607deSchristossd*	at scsibus? target ? lun ?	# SCSI disk drives
840463607deSchristosst*	at scsibus? target ? lun ?	# SCSI tape drives
841463607deSchristoscd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
842463607deSchristosch*	at scsibus? target ? lun ?	# SCSI autochangers
843463607deSchristosses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
844463607deSchristosss*	at scsibus? target ? lun ?	# SCSI scanners
845111c077eSnatdse*	at scsibus? target ? lun ?	# SCSI ethernet (Dayna)
846463607deSchristosse*	at scsibus? target ? lun ?	# SCSI ethernet adapters
847463607deSchristosuk*	at scsibus? target ? lun ?	# SCSI unknown
848463607deSchristos
849463607deSchristos# SCSI NIC
850463607deSchristosse* at scsibus? target ? lun ?
851463607deSchristos
852463607deSchristos# RAID controllers and devices
853463607deSchristosaac*	at pci? dev ? function ?	# Adaptec AAC family
854463607deSchristosamr*	at pci? dev ? function ?	# AMI/LSI Logic MegaRAID
855463607deSchristosarcmsr* at pci? dev ? function ?	# Areca SATA RAID controllers
856463607deSchristoscac*	at pci? dev ? function ?	# Compaq PCI array controllers
857463607deSchristosciss*	at pci? dev ? function ?	# HP Smart Array controllers
858e9096488Sjoerg
859463607deSchristosicp*	at pci? dev ? function ?	# ICP-Vortex GDT & Intel RAID
86014210daaSchsips*	at pci? dev ? function ?	# Adaptec/IBM ServeRAID
861463607deSchristosmlx*	at pci? dev ? function ?	# Mylex DAC960 & DEC SWXCR family
862463607deSchristostwa*	at pci? dev ? function ?	# 3ware Escalade 95xx RAID controllers
863463607deSchristostwe*	at pci? dev ? function ?	# 3ware Escalade RAID controllers
864463607deSchristos
865463607deSchristosld*	at aac? unit ?			# logical disk devices
866463607deSchristosld*	at amr? unit ?
867463607deSchristosld*	at cac? unit ?
868463607deSchristosld*	at icp? unit ?
869463607deSchristosld*	at twa? unit ?
870463607deSchristosld*	at twe? unit ?
871463607deSchristosld*	at mlx? unit ?
872463607deSchristos
873463607deSchristosicpsp*	at icp? unit ?			# SCSI pass-through
874463607deSchristos
875463607deSchristos# IDE and related devices
876463607deSchristos# PCI IDE controllers - see pciide(4) for supported hardware.
877463607deSchristos# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
878463607deSchristos# how to set up DMA modes for this chip. This may work, or may cause
879463607deSchristos# a machine hang with some controllers.
880463607deSchristospciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
881463607deSchristosacardide*	at pci? dev ? function ?	# Acard IDE controllers
882463607deSchristosaceride*	at pci? dev ? function ?	# Acer Lab IDE controllers
883463607deSchristosahcisata*	at pci? dev ? function ?	# AHCI SATA controllers
884463607deSchristosartsata*	at pci? dev ? function ?	# Intel i31244 SATA controller
885463607deSchristoscmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
886463607deSchristoscypide* 	at pci? dev ? function ?	# Cypress IDE controllers
887463607deSchristosgeodeide*	at pci? dev ? function ?	# AMD Geode IDE controllers
888463607deSchristoshptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
889463607deSchristositeide* 	at pci? dev ? function ?	# IT Express IDE controllers
890463607deSchristosixpide* 	at pci? dev ? function ?	# ATI IXP IDE controllers
891463607deSchristosjmide*		at pci? dev ? function ?	# JMicron PCI-e PATA/SATA controllers
892463607deSchristosahcisata*	at jmide?
893463607deSchristosmvsata* 	at pci? dev ? function ?	# Marvell Hercules-I/II
894463607deSchristosoptiide*	at pci? dev ? function ?	# Opti IDE controllers
895463607deSchristospiixide*	at pci? dev ? function ?	# Intel IDE controllers
896463607deSchristospdcide* 	at pci? dev ? function ?	# Promise IDE controllers
897463607deSchristospdcsata*	at pci? dev ? function ?	# Promise SATA150 controllers
898463607deSchristosrccide* 	at pci? dev ? function ?	# ServerWorks IDE controllers
899463607deSchristosrdcide* 	at pci? dev ? function ?	# RDC PMX-1000 IDE controllers
900463607deSchristossatalink*	at pci? dev ? function ?	# SiI SATALink controllers
901463607deSchristosschide* 	at pci? dev ? function ?	# Intel SCH IDE controllers
902463607deSchristossiisata*	at pci? dev ? function ?	# SiI SteelVine controllers
903463607deSchristossiside* 	at pci? dev ? function ?	# SiS IDE controllers
904463607deSchristosslide*		at pci? dev ? function ?	# Symphony Labs IDE controllers
905463607deSchristossvwsata*	at pci? dev ? function ?	# ServerWorks SATA controllers
906463607deSchristosstpcide*	at pci? dev ? function ?	# STMicro STPC IDE controllers
907463607deSchristostoshide*	at pci? dev ? function ?	# TOSHIBA PICCOLO controllers
908463607deSchristosviaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
909463607deSchristos
910463607deSchristos# PCMCIA IDE controllers
911463607deSchristoswdc*	at pcmcia? function ?
912463607deSchristos
913463607deSchristos# CardBus IDE controllers
914463607deSchristosnjata*	at cardbus? function ? flags 0x01	# Workbit NinjaATA-32
915463607deSchristossiisata* at cardbus? function ? 		# SiI SteelVine controllers
916463607deSchristos
917463607deSchristos# ISA ST506, ESDI, and IDE controllers
918463607deSchristos# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
919463607deSchristos# fall back to 16bits I/O if 32bits I/O are not functional).
920463607deSchristos# Some controllers pass the initial 32bit test, but will fail later.
921463607deSchristoswdc0	at isa? port 0x1f0 irq 14 flags 0x00
922463607deSchristoswdc1	at isa? port 0x170 irq 15 flags 0x00
923463607deSchristos
924463607deSchristos# ATA (IDE) bus support
925463607deSchristosatabus* at ata?
926463607deSchristosoptions 	ATADEBUG
927463607deSchristos
928463607deSchristos# IDE drives
929463607deSchristos# Flags are used only with controllers that support DMA operations
930463607deSchristos# and mode settings (e.g. some pciide controllers)
931463607deSchristos# The lowest order four bits (rightmost digit) of the flags define the PIO
932463607deSchristos# mode to use, the next set of four bits the DMA mode and the third set the
933463607deSchristos# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
934463607deSchristos# to use, and the last bit must be 1 for this setting to be used.
935463607deSchristos# For DMA and UDMA, 0xf (1111) means 'disable'.
936463607deSchristos# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
937463607deSchristos# (0xc=1100, 0xa=1010, 0xf=1111)
938463607deSchristos# 0x0000 means "use whatever the drive claims to support".
939463607deSchristoswd*	at atabus? drive ? flags 0x0000
940463607deSchristos
941463607deSchristos# ATA RAID configuration support, as found on some Promise controllers.
942463607deSchristospseudo-device	ataraid
943463607deSchristosld*	at ataraid? vendtype ? unit ?
944463607deSchristos
945463607deSchristos# ATAPI bus support
946463607deSchristosatapibus* at atapi?
947463607deSchristos
948463607deSchristos# ATAPI devices
949463607deSchristos# flags have the same meaning as for IDE drives.
950463607deSchristoscd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
951463607deSchristossd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
952463607deSchristosst*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
953463607deSchristosuk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
954463607deSchristos
955463607deSchristos
9568b5163f0Snonaka# NVM Express controllers and devices
9578b5163f0Snonakanvme*	at pci? dev ? function ?
9588b5163f0Snonakald*	at nvme? nsid ?
9598b5163f0Snonaka
9608b5163f0Snonaka
961463607deSchristos# Miscellaneous mass storage devices
962463607deSchristos
963463607deSchristos# ISA floppy
964463607deSchristosfdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
965463607deSchristos#fdc1	at isa? port 0x370 irq ? drq ?
966463607deSchristosfd*	at fdc? drive ?			# the drives themselves
967463607deSchristos# some machines need you to do this instead of fd*
968463607deSchristosfd0	at fdc0 drive 0
969463607deSchristos
970463607deSchristos# ISA CD-ROM devices
971463607deSchristosmcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
972463607deSchristos
973463607deSchristos# ISA tape devices
974463607deSchristos# note: the wt driver conflicts unpleasantly with SMC boards at the
975463607deSchristos# same I/O address. The probe reprograms their EEPROMs. Don't
976463607deSchristos# uncomment it unless you are actually using it.
977463607deSchristoswt0	at isa? port 0x308 irq 5 drq 1	# Archive and Wangtek QIC tape drives
978463607deSchristos
979463607deSchristos# Network Interfaces
980463607deSchristos
981463607deSchristos# PCI network interfaces
982463607deSchristosage*	at pci? dev ? function ?	# Attansic/Atheros L1 Gigabit Ethernet
983463607deSchristosalc*	at pci? dev ? function ?	# Attansic/Atheros L1C/L2C Ethernet
984463607deSchristosale*	at pci? dev ? function ?	# Attansic/Atheros L1E Ethernet
985a494bb9aSchristosan*	at pci? dev ? function ?	# Aironet PC4500/PC4800 (802.11)
9865b7e27ecSryoaq*	at pci? dev ? function ?	# Aquantia AQC 10 gigabit
987463607deSchristosath*	at pci? dev ? function ?	# Atheros 5210/5211/5212 802.11
988463607deSchristosathn*	at pci? dev ? function ?	# Atheros AR9k (802.11a/g/n)
989463607deSchristosatw*	at pci? dev ? function ?	# ADMtek ADM8211 (802.11)
990463607deSchristosbce*	at pci? dev ? function ?	# Broadcom 4401 10/100 Ethernet
991463607deSchristosbge*	at pci? dev ? function ?	# Broadcom 570x gigabit Ethernet
992463607deSchristosbnx*	at pci? dev ? function ?	# Broadcom NetXtremeII gigabit Ethernet
993463607deSchristosbwi*	at pci? dev ? function ?	# Broadcom BCM43xx wireless
9948f624da1Sjdolecekbwfm*	at pci? dev ? function ?	# Broadcom FullMAC
995463607deSchristoscas*	at pci? dev ? function ?	# Sun Cassini/Cassini+ Ethernet
996463607deSchristosdge*	at pci? dev ? function ?	# Intel 82597 10GbE LR
997d53d735aSjdolecekena*	at pci? dev ? function ?	# Amazon Elastic Network Adapter
998463607deSchristosep*	at pci? dev ? function ?	# 3Com 3c59x
999463607deSchristosepic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
1000463607deSchristoset*	at pci? dev ? function ?	# Agere/LSI ET1310/ET1301 Gigabit
1001463607deSchristosex*	at pci? dev ? function ?	# 3Com 3c90x[BC]
1002463607deSchristosfxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
1003463607deSchristosgem*	at pci? dev ? function ?	# Apple GMAC and Sun ERI gigabit enet
1004463607deSchristosgsip*	at pci? dev ? function ?	# NS83820 Gigabit Ethernet
1005463607deSchristoshme*	at pci? dev ? function ?	# Sun Microelectronics STP2002-STQ
1006f474b47cSyamaguchiiavf*	at pci? dev ? function ?	# Intel Adaptive Virtual Function
1007fc07489dSrinigc*	at pci? dev ? function ?	# Intel I225 2.5 gigabit
1008463607deSchristosipw*	at pci? dev ? function ?	# Intel PRO/Wireless 2100
1009463607deSchristosiwi*	at pci? dev ? function ?	# Intel PRO/Wireless 2200BG
1010f8baa4e9Snonakaiwm*	at pci? dev ? function ?	# Intel Wireless WiFi Link 7xxx
1011463607deSchristosiwn*	at pci? dev ? function ?	# Intel PRO/Wireless 4965AGN
1012b1909c04Schristosixg*	at pci? dev ? function ?	# Intel 8259x 10 gigabit
1013a5e86352Syamaguchiixl*	at pci? dev ? function ?	# Intel Ethernet 700 Series
1014a494bb9aSchristosixv*	at pci? dev ? function ?	# Intel 8259x 10G virtual function
1015a494bb9aSchristosjme*	at pci? dev ? function ?	# JMicron JMC2[56]0 ethernet
1016a494bb9aSchristoshme*	at pci? dev ? function ?	# Sun Microelectronics STP2002-STQ
1017463607deSchristoslii*	at pci? dev ? function ?	# Atheros L2 Fast-Ethernet
1018463607deSchristosmalo*	at pci? dev ? function ?	# Marvell Libertas Wireless
1019f5cd0575Stnnmcx*	at pci? dev ? function ?	# Mellanox 5th generation Ethernet
1020463607deSchristosmskc*	at pci? dev ? function ?	# Marvell Yukon 2 Gigabit Ethernet
1021463607deSchristosmsk*	at mskc?			# Marvell Yukon 2 Gigabit Ethernet
1022463607deSchristosmtd*	at pci? dev ? function ?	# Myson MTD803 3-in-1 Ethernet
1023463607deSchristosne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
1024463607deSchristosnfe*	at pci? dev ? function ?	# NVIDIA nForce Ethernet
1025463607deSchristosntwoc*	at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
1026463607deSchristospcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
1027463607deSchristosral*	at pci? dev ? function ?	# Ralink Technology RT25x0 802.11a/b/g
1028463607deSchristosre*	at pci? dev ? function ?	# Realtek 8139C+/8169/8169S/8110S
1029b8729453Sjakllschrge*	at pci? dev ? function ?	# Realtek 8125
1030463607deSchristosrtk*	at pci? dev ? function ?	# Realtek 8129/8139
1031463607deSchristosrtw*	at pci? dev ? function ?	# Realtek 8180L (802.11)
1032a494bb9aSchristosrtwn*	at pci? dev ? function ?	# Realtek 8188CE/8192CE 802.11b/g/n
1033463607deSchristossf*	at pci? dev ? function ?	# Adaptec AIC-6915 Ethernet
1034463607deSchristossip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
1035463607deSchristosskc*	at pci? dev ? function ?	# SysKonnect SK9821 Gigabit Ethernet
1036463607deSchristossk*	at skc?				# SysKonnect SK9821 Gigabit Ethernet
1037463607deSchristosste*	at pci? dev ? function ?	# Sundance ST-201 Ethernet
1038463607deSchristosstge*	at pci? dev ? function ?	# Sundance/Tamarack TC9021 Gigabit
1039463607deSchristosti*	at pci? dev ? function ?	# Alteon ACEnic gigabit Ethernet
1040463607deSchristostl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
1041463607deSchristostlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
1042463607deSchristostxp*	at pci? dev ? function ?	# 3com 3cr990
1043463607deSchristosvge*	at pci? dev ? function ?	# VIATech VT612X Gigabit Ethernet
104473c29dd7Shikaruvmx*	at pci? dev ? function ?	# VMware VMXNET3
1045463607deSchristosvr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
1046463607deSchristosvte*	at pci? dev ? function ?	# Vortex86 RDC R6040 Fast Ethernet
1047463607deSchristoswi*	at pci? dev ? function ?	# Intersil Prism Mini-PCI (802.11b)
1048463607deSchristoswm*	at pci? dev ? function ?	# Intel 8254x gigabit
1049463607deSchristoswpi*	at pci? dev ? function ?	# Intel PRO/Wireless 3945ABG
1050463607deSchristosxge*	at pci? dev ? function ?	# Neterion (S2io) Xframe-I 10GbE
1051d40a03f5Sjdolecekwwanc*  at pci? dev ? function ?	# Intel XMM7360 LTE modem
1052d40a03f5Sjdolecekwwan*   at wwanc?			# Intel XMM7360 LTE modem
1053463607deSchristos
1054463607deSchristos# PCMCIA network interfaces
1055463607deSchristosan*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
1056463607deSchristosawi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
1057463607deSchristoscnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
1058463607deSchristoscs*	at pcmcia? function ?		# CS89xx Ethernet
1059463607deSchristosep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
1060821ef2eeSchsmalo*	at pcmcia? function ?		# Marvell Libertas
1061463607deSchristosmbe*	at pcmcia? function ?		# MB8696x based Ethernet
1062463607deSchristosne*	at pcmcia? function ?		# NE2000-compatible Ethernet
1063463607deSchristosray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
1064463607deSchristossm*	at pcmcia? function ?		# Megahertz Ethernet
1065463607deSchristoswi*	at pcmcia? function ?		# Lucent/Intersil WaveLAN/IEEE (802.11)
1066463607deSchristosxirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
1067463607deSchristoscom*	at xirc?
1068463607deSchristosxi*	at xirc?
1069463607deSchristosmhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
1070463607deSchristoscom*	at mhzc?
1071463607deSchristossm*	at mhzc?
1072463607deSchristos
1073463607deSchristos# ISA network interfaces
1074463607deSchristosate0	at isa? port 0x2a0 irq ?		# AT1700
1075463607deSchristoscs0	at isa? port 0x300 iomem ? irq ? drq ?	# CS8900 Ethernet
1076463607deSchristosec0	at isa? port 0x250 iomem 0xd8000 irq 9	# 3Com 3c503 Ethernet
1077463607deSchristoseg0	at isa? port 0x280 irq 9		# 3c505 Ethernet cards
1078463607deSchristosel0	at isa? port 0x300 irq 9		# 3c501 Ethernet cards
1079463607deSchristosep*	at isa? port ? irq ?			# 3c509 Ethernet cards
1080463607deSchristosef0	at isa? port 0x360 iomem 0xd0000 irq 7	# 3c507
1081463607deSchristosai0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN
1082463607deSchristosfmv0	at isa? port 0x2a0 irq ?		# FMV-181/182
1083463607deSchristosix0	at isa? port 0x300 irq 10		# EtherExpress/16
1084463607deSchristosiy0	at isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
1085463607deSchristoslc0	at isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
1086463607deSchristosdepca0	at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5	# DEPCA
1087463607deSchristosle*	at depca?
1088463607deSchristosnele0	at isa? port 0x320 irq 9 drq 7		# NE2100
1089463607deSchristosle*	at nele?
1090463607deSchristosntwoc0	at isa? port 0x300 irq 5 iomem 0xc8000 flags 1	# Riscom/N2 sync serial
1091463607deSchristosbicc0	at isa? port 0x320 irq 10 drq 7		# BICC IsoLan
1092463607deSchristosle*	at bicc?
1093463607deSchristosne0	at isa? port 0x280 irq 9		# NE[12]000 Ethernet cards
1094463607deSchristosne1	at isa? port 0x300 irq 10
1095463607deSchristossm0	at isa? port 0x300 irq 10		# SMC91C9x Ethernet
1096463607deSchristoswe0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
1097463607deSchristoswe1	at isa? port 0x300 iomem 0xcc000 irq 10
1098463607deSchristos
1099463607deSchristos# CardBus network cards
1100463607deSchristosath*	at cardbus? function ?	# Atheros 5210/5211/5212 802.11
1101463607deSchristosathn*	at cardbus? function ?	# Atheros AR9k (802.11a/g/n)
1102463607deSchristosatw*	at cardbus? function ?	# ADMtek ADM8211 (802.11)
1103463607deSchristosex*	at cardbus? function ?	# 3Com 3c575TX
1104463607deSchristosfxp*	at cardbus? function ?	# Intel i8255x
110544af1da7Sjakllschmalo*	at cardbus? function ?	# Marvell Libertas Wireless
1106463607deSchristosral*	at cardbus? function ?	# Ralink Technology RT25x0 802.11a/b/g
1107463607deSchristosre*	at cardbus? function ?	# Realtek 8139C+/8169/8169S/8110S
1108463607deSchristosrtk*	at cardbus? function ?	# Realtek 8129/8139
1109463607deSchristosrtw*	at cardbus? function ?	# Realtek 8180L (802.11)
1110463607deSchristostlp*	at cardbus? function ?	# DECchip 21143
1111463607deSchristos
1112463607deSchristos# MII/PHY support
1113463607deSchristosacphy*	at mii? phy ?			# Altima AC101 and AMD Am79c874 PHYs
1114463607deSchristosamhphy* at mii? phy ?			# AMD 79c901 Ethernet PHYs
1115463607deSchristosatphy*	at mii? phy ?			# Attansic/Atheros PHYs
1116463607deSchristosbmtphy* at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
1117463607deSchristosbrgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
1118463607deSchristosciphy*	at mii? phy ?			# Cicada CS8201 Gig-E PHYs
1119463607deSchristosdmphy*	at mii? phy ?			# Davicom DM9101 PHYs
1120463607deSchristosetphy*	at mii? phy ?			# Agere/LSI ET1011 TruePHY Gig-E PHYs
1121463607deSchristosexphy*	at mii? phy ?			# 3Com internal PHYs
1122463607deSchristosgentbi* at mii? phy ?			# Generic Ten-Bit 1000BASE-[CLS]X PHYs
1123463607deSchristosglxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
1124463607deSchristosgphyter* at mii? phy ?			# NS83861 Gig-E PHY
1125463607deSchristosicsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
1126463607deSchristosigphy*	at mii? phy ?			# Intel IGP01E1000
1127463607deSchristosihphy*	at mii? phy ?			# Intel 82577 PHYs
1128463607deSchristosikphy*	at mii? phy ?			# Intel 82563 PHYs
1129463607deSchristosinphy*	at mii? phy ?			# Intel 82555 PHYs
1130463607deSchristosiophy*	at mii? phy ?			# Intel 82553 PHYs
1131d3ce678fSmsaitohipgphy* at mii? phy ?			# IC PLUS IP1000A/IP1001 PHYs
1132d4bacf09Smsaitohjmphy*	at mii? phy ?			# Jmicron JMP202/211 PHYs
1133463607deSchristoslxtphy* at mii? phy ?			# Level One LXT-970 PHYs
1134463607deSchristosmakphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
1135463607deSchristosnsphy*	at mii? phy ?			# NS83840 PHYs
1136463607deSchristosnsphyter* at mii? phy ? 		# NS83843 PHYs
1137463607deSchristospnaphy* at mii? phy ?			# generic HomePNA PHYs
1138463607deSchristosqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
1139463607deSchristosrdcphy* at mii? phy ?			# RDC R6040 internal PHY
1140463607deSchristosrgephy* at mii? phy ?			# Realtek 8169S/8110S internal PHYs
1141463607deSchristosrlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
11422eec3817Smsaitohsmscphy* at mii? phy ?			# SMSC LAN87xx PHYs
1143463607deSchristossqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
1144463607deSchristostlphy*	at mii? phy ?			# ThunderLAN PHYs
1145463607deSchristostqphy*	at mii? phy ?			# TDK Semiconductor PHYs
1146463607deSchristosukphy*	at mii? phy ?			# generic unknown PHYs
1147463607deSchristosurlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
1148463607deSchristos
1149463607deSchristos
1150463607deSchristos# USB Controller and Devices
1151463607deSchristos
1152222e6c57Sriastradh# Virtual USB controller
1153222e6c57Sriastradhpseudo-device	vhci
1154222e6c57Sriastradh
1155463607deSchristos# PCI USB controllers
1156a494bb9aSchristosxhci*	at pci?	dev ? function ?	# eXtensible Host Controller
1157463607deSchristosehci*	at pci?	dev ? function ?	# Enhanced Host Controller
1158463607deSchristosohci*	at pci?	dev ? function ?	# Open Host Controller
1159463607deSchristosuhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
1160463607deSchristosxhci*	at pci?	dev ? function ?	# eXtensible Host Controller
1161463607deSchristos
1162463607deSchristos# CardBus USB controllers
1163463607deSchristosehci*	at cardbus? function ?		# Enhanced Host Controller
1164463607deSchristosohci*	at cardbus? function ?		# Open Host Controller
1165463607deSchristosuhci*	at cardbus? function ?		# Universal Host Controller (Intel)
1166463607deSchristos
1167463607deSchristos# ISA USB controllers
1168463607deSchristosslhci0	at isa? port 0x300 irq 5	# ScanLogic SL811HS
1169463607deSchristos
1170463607deSchristos# PCMCIA USB controllers
1171463607deSchristosslhci*	at pcmcia? function ?		# ScanLogic SL811HS
1172463607deSchristos
1173463607deSchristos# USB bus support
1174a494bb9aSchristosusb*	at xhci?
1175463607deSchristosusb*	at ehci?
1176463607deSchristosusb*	at ohci?
1177463607deSchristosusb*	at slhci?
1178463607deSchristosusb*	at uhci?
1179222e6c57Sriastradhusb*	at vhci?
1180463607deSchristosusb*	at xhci?
1181463607deSchristos
1182463607deSchristos# USB Hubs
1183463607deSchristosuhub*	at usb?
1184463607deSchristosuhub*	at uhub? port ?
1185463607deSchristos
1186463607deSchristos# USB HID device
1187463607deSchristosuhidev* at uhub? port ? configuration ? interface ?
1188463607deSchristos
1189463607deSchristos# USB Mice
1190463607deSchristosums*	at uhidev? reportid ?
1191463607deSchristoswsmouse* at ums? mux 0
1192463607deSchristos
1193463607deSchristos# USB Touchscreens
1194463607deSchristosuts*	at uhidev? reportid ?
1195463607deSchristoswsmouse* at uts? mux 0
1196463607deSchristos
1197463607deSchristos# USB eGalax touch-panel
1198463607deSchristosuep*	at uhub? port ?
1199463607deSchristoswsmouse* at uep? mux 0
1200463607deSchristos
1201463607deSchristos# USB Apple trackpad
1202463607deSchristosuatp*	at uhidev? reportid ?
1203463607deSchristoswsmouse* at uatp? mux 0
1204463607deSchristos
1205463607deSchristos# USB Keyboards
1206463607deSchristosukbd*	at uhidev? reportid ?
1207463607deSchristoswskbd*	at ukbd? console ? mux 1
1208463607deSchristos
1209463607deSchristos# USB TEMPer and TEMPerHUM
1210463607deSchristosuthum*	at uhidev? reportid ?
1211463607deSchristos
1212463607deSchristos# USB serial adapter
1213463607deSchristosucycom* at uhidev? reportid ?
1214463607deSchristos
1215463607deSchristos# USB Generic HID devices
1216463607deSchristosuhid*	at uhidev? reportid ?
1217463607deSchristos
1218463607deSchristos# USB LCDs and USB-VGA adaptors
1219463607deSchristosudl*	at uhub? port ?		# DisplayLink DL-1x0/1x5
1220463607deSchristoswsdisplay* at udl?
1221463607deSchristos
1222463607deSchristos# USB Printer
1223463607deSchristosulpt*	at uhub? port ? configuration ? interface ?
1224463607deSchristos
1225463607deSchristos# USB Modem
1226463607deSchristosumodem* at uhub? port ? configuration ?
1227463607deSchristosucom*	at umodem?
1228463607deSchristos
1229463607deSchristos# Option N.V. Wireless WAN modems
1230463607deSchristosuhso*	at uhub? port ? configuration ?
1231463607deSchristos
1232463607deSchristos# USB Mass Storage
1233463607deSchristosumass*	at uhub? port ? configuration ? interface ?
1234463607deSchristos
1235463607deSchristos# USB audio
1236463607deSchristosuaudio* at uhub? port ? configuration ?
1237463607deSchristos
1238463607deSchristos# USB MIDI
1239463607deSchristosumidi* at uhub? port ? configuration ?
1240463607deSchristos
1241463607deSchristos# USB IrDA
1242463607deSchristos# USB-IrDA bridge spec
1243463607deSchristosuirda* at uhub? port ? configuration ? interface ?
1244463607deSchristosirframe* at uirda?
1245463607deSchristos
1246463607deSchristosstuirda* at uhub? port ? configuration ? interface ?
1247463607deSchristosirframe* at stuirda?
1248463607deSchristos
1249463607deSchristos# SigmaTel STIr4200 USB/IrDA Bridge
1250463607deSchristosustir* at uhub? port ?
1251463607deSchristosirframe* at ustir?
1252463607deSchristos
1253463607deSchristos# KingSun/DonShine USB/IrDA Bridge
1254463607deSchristosudsir*	at uhub? port ?
1255463607deSchristosirframe* at udsir?
1256463607deSchristos
1257463607deSchristos# Windows Media Center IR tranceiver
1258463607deSchristosirmce*	at uhub? port ?
1259463607deSchristoscir*	at irmce?
1260463607deSchristos
1261463607deSchristos# USB Ethernet adapters
1262463607deSchristosaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
1263463607deSchristosaxe*	at uhub? port ?		# ASIX AX88172 based adapters
1264a494bb9aSchristosaxen*	at uhub? port ?		# ASIX AX88178a/AX88179 based adapters
1265463607deSchristoscdce*	at uhub? port ?		# CDC, Ethernet Networking Control Model
1266463607deSchristoscue*	at uhub? port ?		# CATC USB-EL1201A based adapters
1267463607deSchristoskue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
1268a494bb9aSchristos#mos*	at uhub? port ?		# Moschip MCS7730/MCS7830/MCS7832 based adapters
126946f2680dSrinmue*	at uhub? port ?		# Microchip LAN75xx/LAN78xx based adapters
1270463607deSchristosudav*	at uhub? port ?		# Davicom DM9601 based adapters
1271a2cf9900Skhorbenumb*	at uhub? port ?		# Mobile Broadband Interface Model (EXPERIMENTAL)
127256d03703Srinure*	at uhub? port ?		# Realtek RTL8152/RTL8153 based adapters
1273463607deSchristosurl*	at uhub? port ?		# Realtek RTL8150L based adapters
1274463607deSchristosurndis* at uhub? port ? 	# Microsoft RNDIS specification
1275463607deSchristos
1276463607deSchristos# USB 802.11 adapters
1277463607deSchristosatu*	at uhub? port ?		# Atmel AT76C50XX based adapters
1278463607deSchristosathn*	at uhub? port ?		# Atheros AR9002U
1279463607deSchristosotus*	at uhub? port ?		# Atheros AR9001U
1280463607deSchristosural*	at uhub? port ?		# Ralink Technology RT2500USB 802.11a/b/g
1281463607deSchristosrum*	at uhub? port ?		# Ralink Technology RT2501/RT2601 802.11a/b/g
1282463607deSchristosrun*	at uhub? port ?		# Ralink Technology RT(2[78]|30)00 802.11a/b/g/n
1283463607deSchristosupgt*	at uhub? port ?		# Intersil PrismGT
1284463607deSchristosurtw*	at uhub? port ?		# Realtek RTL8187/RTL8187B 802.11b/g
1285463607deSchristosurtwn*	at uhub? port ?		# Realtek RTL8188CU/RTL8192CU 802.11b/g/n
1286463607deSchristoszyd*	at uhub? port ?		# Zydas ZD1211
1287463607deSchristos
1288463607deSchristos# Prolific PL2301/PL2302 host-to-host adapter
1289463607deSchristosupl*	at uhub? port ?
1290463607deSchristos
1291463607deSchristos# Serial adapters
1292463607deSchristosuark*	at uhub? port ?		# ArkMicroChips 3116 serial adapter
1293463607deSchristosucom*	at uark? portno?
1294463607deSchristos
1295463607deSchristosubsa*	at uhub? port ?		# Belkin serial adapter
1296463607deSchristosucom*	at ubsa? portno ?
1297463607deSchristos
1298463607deSchristosuchcom* at uhub? port ? 	# WinChipHead CH341/CH340 serial adapter
1299463607deSchristosucom*	at uchcom? portno ?
1300463607deSchristos
1301463607deSchristosuftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
1302463607deSchristosucom*	at uftdi? portno ?
1303463607deSchristos
1304463607deSchristosuipaq*	at uhub? port ?		# iPAQ PDAs
1305463607deSchristosucom*	at uipaq? portno ?
1306463607deSchristos
1307463607deSchristosumct*	at uhub? port ?		# MCT USB-RS232 serial adapter
1308463607deSchristosucom*	at umct? portno ?
1309463607deSchristos
1310463607deSchristosuplcom* at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
1311463607deSchristosucom*	at uplcom? portno ?
1312463607deSchristos
1313463607deSchristosuslsa*	at uhub? port ?		# Silicon Labs USB-RS232 serial adapter
1314463607deSchristosucom*	at uslsa? portno ?
1315463607deSchristos
1316463607deSchristosuvscom* at uhub? port ? 	# SUNTAC Slipper U VS-10U serial adapter
1317463607deSchristosucom*	at uvscom? portno ?
1318463607deSchristos
1319463607deSchristosuark* at uhub? port ?
1320463607deSchristosucom*	at uark? portno ?
1321463607deSchristos
13225a22560bSmrgumcs* at uhub? port ?		# Moschip MCS7xxx serial adapter
13235a22560bSmrgucom*	at umcs? portno ?
1324463607deSchristos
1325e1f3f609Ssimonbuxrcom*	at uhub? port ?		# Exar XR21V141x serial adapter
1326e1f3f609Ssimonbucom*	at uxrcom? portno ?
1327e1f3f609Ssimonb
1328463607deSchristosuhmodem* at uhub?
1329463607deSchristosucom*	at uhmodem? portno ?
1330463607deSchristos
1331463607deSchristos# RIM BlackBerry
1332463607deSchristosuberry* at uhub? port ?
1333463607deSchristos
1334463607deSchristos# Apple iPad
1335463607deSchristosuipad* at uhub? port ?
1336463607deSchristos
1337463607deSchristos# USB Handspring Visor
1338463607deSchristosuvisor* at uhub? port ?
1339463607deSchristosucom*	at uvisor?
1340463607deSchristos
1341463607deSchristos# Kyocera AIR-EDGE PHONE
1342463607deSchristosukyopon* at uhub? port ?
1343463607deSchristosucom*	at ukyopon? portno ?
1344463607deSchristos
1345463607deSchristos# USB scanners that use SCSI emulation, e.g., HP5300
1346463607deSchristosusscanner* at uhub? port ?
1347463607deSchristos
1348463607deSchristos# Topfield TF5000PVR range of DVB recorders
1349463607deSchristosutoppy* at uhub? port ?
1350463607deSchristos
1351463607deSchristos# D-Link DSB-R100 USB radio
1352463607deSchristosudsbr*	at uhub? port ?
1353463607deSchristosradio*	at udsbr?
1354463607deSchristos
1355463607deSchristos# USB Generic driver
1356463607deSchristosugen*	at uhub? port ?
1357463607deSchristos
1358463607deSchristos# USB 3G datacards
13591c68cddeSparaumodeswitch* at uhub? port ?
1360463607deSchristosu3g*	at uhub? port ?
1361463607deSchristosucom*	at u3g?
1362463607deSchristos
1363463607deSchristos# USB generic serial port (e.g., data over cellular)
1364463607deSchristosugensa* at uhub? port ?
1365463607deSchristosucom*	at ugensa?
1366463607deSchristos
1367cf753d30Sriastradh# Araneus Alea I/II TRNG
13684299c628Sriastradhualea* at uhub? port ? configuration ? interface ?
13694299c628Sriastradh
1370463607deSchristos# IrDA and Consumer Ir devices
1371463607deSchristos
1372463607deSchristos# Toshiba Oboe
1373463607deSchristosoboe*	at pci? dev ? function ?
1374463607deSchristosirframe* at oboe?
1375463607deSchristos
1376463607deSchristos
1377463607deSchristos# PCI IEEE1394 controllers
1378463607deSchristosfwohci* at pci? dev ? function ?	# IEEE1394 Open Host Controller
1379463607deSchristos
1380463607deSchristos# CardBus IEEE1394 controllers
1381463607deSchristosfwohci* at cardbus? function ?		# IEEE1394 Open Host Controller
1382463607deSchristos
1383463607deSchristosieee1394if* at fwohci?
1384463607deSchristosfwip*	at ieee1394if?			# IP over IEEE1394
1385463607deSchristossbp*	at ieee1394if? euihi ? euilo ?	# SCSI over IEEE1394
1386463607deSchristos
1387463607deSchristos
1388463607deSchristos# SD/MMC/SDIO Controller and Device support
1389463607deSchristos
1390463607deSchristos# PCI SD/MMC controller
1391463607deSchristossdhc*	at pci?				# SD Host Controller
1392463607deSchristos
1393463607deSchristos# CardBus SD/MMC controller
1394463607deSchristossdhc*	at cardbus? function ?		# SD Host Controller
1395463607deSchristos
1396463607deSchristossdmmc*	at sdhc?			# SD/MMC bus
1397463607deSchristosld*	at sdmmc?
1398463607deSchristos
1399463607deSchristos
1400463607deSchristos# Audio Devices
1401463607deSchristos
1402463607deSchristos# PCI audio devices
1403463607deSchristosauacer* at pci? dev ? function ?	# ALi M5455 integrated AC'97 Audio
1404463607deSchristosauich*	at pci? dev ? function ?	# Intel ICH integrated AC'97 Audio
1405463607deSchristosauixp*	at pci? dev ? function ?	# ATI IXP AC'97 Audio
1406463607deSchristosautri*	at pci? dev ? function ?	# Trident 4DWAVE based AC'97 Audio
1407463607deSchristosauvia*	at pci? dev ? function ?	# VIA VT82C686A integrated AC'97 Audio
1408463607deSchristosclcs*	at pci? dev ? function ?	# Cirrus Logic CS4280
1409463607deSchristosclct*	at pci? dev ? function ?	# Cirrus Logic CS4281
1410463607deSchristoscmpci*	at pci? dev ? function ?	# C-Media CMI8338/8738
1411463607deSchristoseap*	at pci? dev ? function ?	# Ensoniq AudioPCI
1412463607deSchristosemuxki* at pci? dev ? function ?	# Creative SBLive! and PCI512
1413463607deSchristosesa*	at pci? dev ? function ?	# ESS Allegro-1 / Maestro-3 PCI Audio
1414463607deSchristosesm*	at pci? dev ? function ?	# ESS Maestro-1/2/2e PCI Audio Accelerator
1415463607deSchristoseso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
1416463607deSchristosfms*	at pci? dev ? function ?	# Forte Media FM801
1417463607deSchristosgcscaudio* at pci? dev ? function ?	# AMD Geode CS5536 Companion Audio
1418463607deSchristosneo*	at pci? dev ? function ?	# NeoMagic 256 AC'97 Audio
1419463607deSchristossv*	at pci? dev ? function ?	# S3 SonicVibes
1420463607deSchristosyds*	at pci? dev ? function ?	# Yamaha DS-1 PCI Audio
1421463607deSchristos
1422463607deSchristos# ISA audio devices
1423463607deSchristos# the "aria" probe might give false hits
1424463607deSchristosaria0	at isa? port 0x290 irq 10		# Aria
1425463607deSchristosess0	at isa? port 0x220 irq 5 drq 1 drq2 5	# ESS 18XX
1426463607deSchristosgus0	at isa? port 0x220 irq 7 drq 1 drq2 6	# Gravis Ultra Sound
1427463607deSchristospas0	at isa? port 0x220 irq 7 drq 1		# ProAudio Spectrum
1428463607deSchristossb0	at isa? port 0x220 irq 5 drq 1 drq2 5	# SoundBlaster
1429463607deSchristoswss0	at isa? port 0x530 irq 10 drq 0	drq2 1	# Windows Sound System
1430463607deSchristoscms0	at isa? port 0x220			# Creative Music System
1431463607deSchristos
1432463607deSchristos# OPL[23] FM synthesizers
1433463607deSchristosopl0	at isa? port 0x388	# use only if not attached to sound card
1434463607deSchristosopl*	at cmpci? flags 1
1435463607deSchristosopl*	at eso?
1436463607deSchristosopl*	at ess?
1437463607deSchristosopl*	at fms?
1438463607deSchristosopl*	at sb?
1439463607deSchristosopl*	at sv?
1440463607deSchristosopl*	at wss?
1441463607deSchristosopl*	at yds?
1442463607deSchristosopl*	at ym?
1443463607deSchristos
1444463607deSchristos# High Definition Audio
1445463607deSchristoshdaudio*	at pci? dev ? function ?	# High Definition Audio
1446463607deSchristoshdafg*		at hdaudiobus?
1447463607deSchristos
1448463607deSchristos# Audio support
1449463607deSchristosaudio*	at audiobus?
1450463607deSchristos
1451463607deSchristos# MPU 401 UARTs
1452463607deSchristosmpu*	at isa? port 0x330 irq 9	# MPU401 or compatible card
1453463607deSchristosmpu*	at cmpci?
1454463607deSchristosmpu*	at eso?
1455463607deSchristosmpu*	at fms?
1456463607deSchristosmpu*	at sb?
1457463607deSchristosmpu*	at yds?
1458463607deSchristosmpu*	at ym?
1459463607deSchristos
1460463607deSchristos# MIDI support
1461463607deSchristosmidi*	at midibus?
1462463607deSchristosmidi*	at pcppi?		# MIDI interface to the PC speaker
1463463607deSchristos
1464463607deSchristos# The spkr driver provides a simple tone interface to the built in speaker.
1465ef2deb33Schristosspkr*	at pcppi?		# PC speaker
1466ef2deb33Schristosspkr*	at audio?		# PC speaker (synthesized)
146770f67416Spgoyettewsbell*	at spkr?		# Bell for wscons display
146803783bb5Snat
1469463607deSchristos
1470463607deSchristos# FM-Radio devices
1471463607deSchristos# ISA radio devices
1472463607deSchristosaz0	at isa? port 0x350	# Aztech/PackardBell FM Radio Card
1473463607deSchristosaz1	at isa? port 0x358
1474463607deSchristosrt0	at isa? port 0x20c	# AIMS Lab Radiotrack & compatible
1475463607deSchristosrt1	at isa? port 0x284
1476463607deSchristosrt2	at isa? port 0x30c
1477463607deSchristosrt3	at isa? port 0x384
1478463607deSchristosrtii0	at isa? port 0x20c	# AIMS Lab Radiotrack II FM Radio Card
1479463607deSchristosrtii1	at isa? port 0x30c
1480463607deSchristossf2r0	at isa? port 0x384	# SoundForte RadioLink SF16-FMR2 FM Radio Card
1481463607deSchristos
1482463607deSchristos# PCI radio devices
1483463607deSchristosgtp*	at pci? dev ? function ? # Guillemot Maxi Radio FM 2000 Radio Card
1484463607deSchristos
1485463607deSchristos# Radio support
1486463607deSchristosradio*	at az?
1487463607deSchristosradio*	at gtp?
1488463607deSchristosradio*	at rt?
1489463607deSchristosradio*	at rtii?
1490463607deSchristosradio*	at sf2r?
1491463607deSchristos
1492463607deSchristos
1493463607deSchristos# Video capture devices
1494463607deSchristos
1495a494bb9aSchristosauvitek* at uhub?			# Auvitek AU0828 USB TV
1496a494bb9aSchristoscoram*	at pci? dev ? function ?	# Conexant CX23885 PCI-E TV
1497a494bb9aSchristoscxdtv*	at pci? dev ? function ?	# Conexant CX2388[0-3] PCI TV
1498a494bb9aSchristosemdtv*	at uhub?			# Empia EM28xx USB TV
1499a494bb9aSchristoscir*	at emdtv?
1500463607deSchristospseye*	at uhub?			# Sony PLAYSTATION(R) Eye webcam
1501463607deSchristosuvideo* at uhub?			# USB Video Class capture devices
1502a494bb9aSchristos
1503463607deSchristosvideo*	at videobus?
1504463607deSchristosdtv*	at dtvbus?
1505463607deSchristos
1506463607deSchristos
1507463607deSchristos# TV cards
1508463607deSchristos
1509463607deSchristos# Brooktree 848/849/878/879 based TV cards
1510463607deSchristosbktr*	at pci? dev ? function ?
1511463607deSchristosradio*	at bktr?
1512463607deSchristos
1513463607deSchristos# Conexant CX2388[0-3]-based DTV cards
1514463607deSchristoscxdtv*	at pci? dev ? function ?
1515463607deSchristosiic*	at cxdtv?
1516463607deSchristos
1517463607deSchristos# Conexant CX23885-based TV cards
1518463607deSchristoscoram*	at pci? dev ? function ?
1519463607deSchristosiic*	at coram?
1520463607deSchristos
1521463607deSchristosisv*	at isa? port 0x3e0		# IDEC Supervision/16 image capture
1522463607deSchristos
1523463607deSchristos# Bluetooth Controller and Device support
1524463607deSchristos
1525463607deSchristos# Bluetooth PCMCIA Controllers
1526463607deSchristosbt3c* at pcmcia? function ?		# 3Com 3CRWB6096-A
1527463607deSchristosbtbc* at pcmcia? function ?		# AnyCom BlueCard LSE041/039/139
1528463607deSchristos
1529463607deSchristos# Bluetooth SDIO Controller
1530463607deSchristossbt* at sdmmc?
1531463607deSchristos
1532463607deSchristos# Bluetooth USB Controllers
1533463607deSchristosubt* at uhub? port ?
1534463607deSchristosaubtfwl* at uhub? port ?
1535463607deSchristos
1536463607deSchristos# Bluetooth Device Hub
1537463607deSchristosbthub* at bcsp?
1538463607deSchristosbthub* at bt3c?
1539463607deSchristosbthub* at btbc?
1540463607deSchristosbthub* at btuart?
1541463607deSchristosbthub* at sbt?
1542463607deSchristosbthub* at ubt?
1543463607deSchristos
1544463607deSchristos# Bluetooth HID support
1545463607deSchristosbthidev* at bthub?
1546463607deSchristos
1547463607deSchristos# Bluetooth Mouse
1548463607deSchristosbtms* at bthidev? reportid ?
1549463607deSchristoswsmouse* at btms? mux 0
1550463607deSchristos
1551463607deSchristos# Bluetooth Keyboard
1552463607deSchristosbtkbd* at bthidev? reportid ?
1553463607deSchristoswskbd* at btkbd? console ? mux 1
1554463607deSchristos
1555463607deSchristos# Bluetooth Apple Magic Mouse
1556463607deSchristosbtmagic* at bthub?
1557463607deSchristoswsmouse* at btmagic? mux 0
1558463607deSchristos
1559463607deSchristos# Bluetooth Audio support
1560463607deSchristosbtsco* at bthub?
1561463607deSchristos
1562463607deSchristos
1563463607deSchristos# Mice
1564463607deSchristos
1565463607deSchristos# Cryptographic Devices
1566463607deSchristos
1567463607deSchristos# PCI cryptographic devices
1568439c7faaSthorpejamdccp*	at pci? dev ? function ?	# AMD Cryptographic Coprocessor
1569463607deSchristoshifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
157087bee1d0Shikaruqat*	at pci? dev ? function ?	# Intel QuickAssist
1571463607deSchristosubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
1572463607deSchristos
1573463607deSchristos# Trusted Platform Module
1574463607deSchristostpm*	at isa? iomem 0xfed40000 irq 7
1575463607deSchristos
1576463607deSchristos# Joysticks
1577463607deSchristos
1578463607deSchristos# PCI joysticks
1579463607deSchristosjoy*	at pci?				# Game ports (usually on audio cards)
1580463607deSchristosjoy*	at eap?				# See CAVEATS in eap(4) before enabling
1581463607deSchristosjoy*	at eso?				# ESS Solo-1 on-board joystick
1582463607deSchristos
1583463607deSchristos# ISA joysticks. Probe is a little strange; add only if you have one.
1584463607deSchristosjoy0	at isa? port 0x201
1585463607deSchristos
1586463607deSchristos# Middle Digital, Inc. PCI-Weasel serial console board control
1587463607deSchristos# devices (watchdog timer, etc.)
1588463607deSchristosweasel* at pci?
1589463607deSchristos
1590463607deSchristos# Virtio devices
1591463607deSchristosvirtio* at pci? dev ? function ?	# Virtio PCI device
1592463607deSchristosviomb*	at virtio?			# Virtio memory balloon device
1593463607deSchristosld*	at virtio?			# Virtio disk device
1594743899c3Sriastradhviocon* at virtio?			# Virtio console device
1595463607deSchristosvioif*	at virtio?			# Virtio network device
1596a494bb9aSchristosviornd* at virtio?			# Virtio entropy device
1597a494bb9aSchristosvioscsi* at virtio?			# Virtio SCSI device
1598d5f459f5Sozaki-rvio9p*	at virtio?			# Virtio 9P device
1599463607deSchristos
16007ef05e31Srin# Hyper-V devices
16017ef05e31Srinvmbus*		at acpi?		# Hyper-V VMBus
16027ef05e31Sringenfb*		at vmbus?		# Hyper-V Synthetic Video Framebuffer
16037ef05e31Srinhvkbd*		at vmbus?		# Hyper-V Synthetic Keyboard
16047ef05e31Srinwskbd*		at hvkbd? console ? mux 1
16057ef05e31Srinhvn*		at vmbus?		# Hyper-V NetVSC
16067ef05e31Srinhvs*		at vmbus?		# Hyper-V StorVSC
16077ef05e31Srinhvheartbeat*	at vmbus?		# Hyper-V Heartbeat Service
16087ef05e31Srinhvshutdown*	at vmbus?		# Hyper-V Guest Shutdown Service
16097ef05e31Srinhvtimesync*	at vmbus?		# Hyper-V Time Synchronization Service
16107ef05e31Srin#hvkvp*		at vmbus?		# Hyper-V Data Exchange Service
16117ef05e31Srin
1612463607deSchristos# Flash subsystem
1613463607deSchristosflash* at flashbus?
1614463607deSchristos
1615463607deSchristos# NAND subsystem
1616463607deSchristosnand* at nandbus?
1617463607deSchristos
1618d5c0be2bSabs# Pull in optional local configuration - always at end
1619463607deSchristos#include 	"arch/amd64/conf/ALL.local"
1620463607deSchristos
1621463607deSchristos
1622463607deSchristos# Pseudo-Devices
1623463607deSchristos
1624463607deSchristospseudo-device	crypto		# /dev/crypto device
1625463607deSchristospseudo-device	swcrypto	# software crypto implementation
1626463607deSchristos
1627463607deSchristos# disk/mass storage pseudo-devices
1628463607deSchristospseudo-device	bio			# RAID control device driver
1629463607deSchristospseudo-device	ccd			# concatenated/striped disk devices
1630463607deSchristospseudo-device	cgd			# cryptographic disk devices
1631463607deSchristospseudo-device	raid			# RAIDframe disk driver
1632463607deSchristosoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
1633463607deSchristos# Options to enable various other RAIDframe RAID types.
1634463607deSchristosoptions 	RF_INCLUDE_EVENODD=1
1635463607deSchristosoptions 	RF_INCLUDE_RAID5_RS=1
1636463607deSchristosoptions 	RF_INCLUDE_PARITYLOGGING=1
1637463607deSchristosoptions 	RF_INCLUDE_CHAINDECLUSTER=1
1638463607deSchristosoptions 	RF_INCLUDE_INTERDECLUSTER=1
1639463607deSchristosoptions 	RF_INCLUDE_PARITY_DECLUSTERING=1
1640463607deSchristosoptions 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
1641463607deSchristospseudo-device	fss			# file system snapshot device
1642463607deSchristos
1643463607deSchristospseudo-device	md			# memory disk device (ramdisk)
1644463607deSchristosoptions 	MEMORY_DISK_HOOKS	# enable root ramdisk
1645463607deSchristosoptions 	MEMORY_DISK_DYNAMIC	# loaded via kernel module(7)
1646463607deSchristos
1647463607deSchristospseudo-device	vnd			# disk-like interface to files
1648463607deSchristosoptions 	VND_COMPRESSION		# compressed vnd(4)
1649463607deSchristos
1650463607deSchristospseudo-device	dm			# device-mapper disk driver
1651463607deSchristos
1652463607deSchristos# network pseudo-devices
1653463607deSchristospseudo-device	bpfilter		# Berkeley packet filter
1654463607deSchristospseudo-device	carp			# Common Address Redundancy Protocol
1655463607deSchristospseudo-device	ipfilter		# IP filter (firewall) and NAT
1656520827beSchristospseudo-device	mpls			# MPLS pseudo-interface
1657463607deSchristospseudo-device	loop			# network loopback
1658463607deSchristospseudo-device	ppp			# Point-to-Point Protocol
1659463607deSchristospseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
1660463607deSchristosoptions 	PPPOE_SERVER		# Enable PPPoE server via link0
1661463607deSchristospseudo-device	sl			# Serial Line IP
1662463607deSchristospseudo-device	irframetty		# IrDA frame line discipline
1663463607deSchristospseudo-device	tap			# virtual Ethernet
1664463607deSchristospseudo-device	tun			# network tunneling over tty
1665463607deSchristospseudo-device	gre			# generic L3 over IP tunnel
1666463607deSchristospseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC 1933)
1667f88602ebSknakaharapseudo-device	ipsecif			# tunnel interface for routing based ipsec
1668463607deSchristospseudo-device	faith			# IPv[46] tcp relay translation i/f
1669463607deSchristospseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
1670463607deSchristospseudo-device	vlan			# IEEE 802.1q encapsulation
1671463607deSchristospseudo-device	bridge			# simple inter-network bridging
167298f3a8d4Sroypseudo-device	vether			# Virtual Ethernet for bridge
1673463607deSchristospseudo-device	agr			# IEEE 802.3ad link aggregation
1674a1bcdaa3Sknakaharapseudo-device	l2tp			# L2TPv3 interface
1675463607deSchristos#pseudo-device	pf			# PF packet filter
1676463607deSchristos#pseudo-device	pflog			# PF log if
1677463607deSchristos#pseudo-device	pfsync			# PF sync if
1678463607deSchristospseudo-device	npf			# NPF packet filter
1679463607deSchristospseudo-device	kttcp
1680463607deSchristos# srt is EXPERIMENTAL
1681463607deSchristospseudo-device	srt			# source-address-based routing
168225154f5fSriastradhpseudo-device	wg			# VPN tunnel compatible with WireGuard
1683463607deSchristos
1684f3e8ca4eSbouyerpseudo-device	canloop			# CAN loopback interface
1685f3e8ca4eSbouyer
1686463607deSchristos#
1687463607deSchristos# accept filters, built as module(7)s by default
1688463607deSchristospseudo-device	accf_data		# "dataready" accept filter
1689463607deSchristospseudo-device	accf_http		# "httpready" accept filter
1690463607deSchristos
1691463607deSchristos# miscellaneous pseudo-devices
1692463607deSchristospseudo-device	pty			# pseudo-terminals
1693463607deSchristospseudo-device	sequencer		# MIDI sequencer
1694463607deSchristos# rnd works; RND_COM does not on port amd64 yet.
1695463607deSchristosoptions 	RND_COM			# use "com" randomness as well (BROKEN)
1696463607deSchristospseudo-device	clockctl		# user control of clock subsystem
1697463607deSchristospseudo-device	ksyms			# /dev/ksyms
1698463607deSchristospseudo-device	lockstat		# lock profiling
1699463607deSchristospseudo-device	bcsp			# BlueCore Serial Protocol
1700463607deSchristospseudo-device	btuart			# Bluetooth HCI UART (H4)
1701463607deSchristospseudo-device	gpiosim		1	# GPIO simulator
1702463607deSchristos
1703463607deSchristos# a pseudo device needed for Coda	# also needs CODA (above)
1704463607deSchristospseudo-device	vcoda			# coda minicache <-> venus comm.
1705463607deSchristos
170611e1cc21Schristos# a pseudo device needed for AUTOFS
170711e1cc21Schristospseudo-device	autofs			# experimental - AUTOFS
170811e1cc21Schristos
17094db8cd70Stnn# iSCSI initiator
17104db8cd70Stnnpseudo-device	iscsi
17114db8cd70Stnn
1712463607deSchristos# wscons pseudo-devices
1713463607deSchristospseudo-device	wsmux			# mouse & keyboard multiplexor
1714463607deSchristospseudo-device	wsfont
1715463607deSchristos
1716463607deSchristos# software watchdog driver - swwdog(4)
1717463607deSchristospseudo-device	swwdog
1718463607deSchristos
1719463607deSchristos#software environmental sensor - swsensor(4)
1720463607deSchristospseudo-device	swsensor
1721463607deSchristos
1722463607deSchristos# pseudo audio device driver
1723463607deSchristospseudo-device	pad
1724463607deSchristos
1725463607deSchristos# userland interface to drivers, including autoconf and properties retrieval
1726463607deSchristospseudo-device	drvctl
1727463607deSchristos
1728880fcd92Sriastradh# EFI runtime support
1729880fcd92Sriastradhoptions 	EFI_RUNTIME
1730880fcd92Sriastradhpseudo-device 	efi			# /dev/efi
1731880fcd92Sriastradh
1732463607deSchristos# Pass-to-Userspace Transporter
1733463607deSchristospseudo-device	putter
1734463607deSchristos
1735463607deSchristos# Userspace block/char drivers
1736463607deSchristospseudo-device	pud
1737463607deSchristos
1738463607deSchristos# Hardware-assisted data mover interface
1739463607deSchristospseudo-device	dmoverio
1740463607deSchristos
1741463607deSchristospseudo-device	nandemulator
1742463607deSchristos
1743463607deSchristos# Veriexec
1744702a353fSsevaninclude "dev/veriexec.config"
1745463607deSchristos
1746a494bb9aSchristosoptions 	PAX_SEGVGUARD=0		# PaX Segmentation fault guard
1747a494bb9aSchristosoptions 	PAX_MPROTECT=1		# PaX mprotect(2) restrictions
1748a494bb9aSchristosoptions 	PAX_MPROTECT_DEBUG=1	# PaX mprotect debug
1749a494bb9aSchristosoptions 	PAX_ASLR=1		# PaX Address Space Layout Randomization
1750a494bb9aSchristosoptions 	PAX_ASLR_DEBUG=1	# PaX ASLR debug
1751463607deSchristos
1752463607deSchristosoptions ATHHAL_DEBUG
1753463607deSchristosoptions A9PCIC_DEBUG
1754463607deSchristosoptions AAC_DEBUG
1755463607deSchristosoptions AAU_DEBUG
1756463607deSchristosoptions AC97_DEBUG
1757463607deSchristosoptions AC97_IO_DEBUG
1758463607deSchristosoptions ACPI_APM_DEBUG
1759463607deSchristos#
1760463607deSchristos# ACPI_DEBUG_ALLOC can not be used with ACPI
1761463607deSchristos# kernel modules. It requires also ACPI_DEBUG.
1762463607deSchristos# ACPI_DEBUG_MUTEX is only for ACPICA debugging.
1763463607deSchristos#
1764463607deSchristosoptions ACPI_DEBUG
1765463607deSchristosoptions ACPI_DEBUG_ALLOC
1766463607deSchristosoptions ACPI_MUTEX_DEBUG
1767463607deSchristosoptions ADB_DEBUG
1768463607deSchristosoptions ADM1030_DEBUG
1769463607deSchristosoptions ADT7467_DEBUG
1770463607deSchristosoptions AE_DEBUG
1771463607deSchristosoptions AGP_DEBUG
1772463607deSchristosoptions AHADEBUG
1773463607deSchristosoptions AHBDEBUG
1774463607deSchristosoptions AHC_DEBUG=1
1775463607deSchristosoptions AHD_DEBUG
1776463607deSchristosoptions AHD_DEBUG_OPTS=1
1777463607deSchristosoptions AH_DEBUG_ALQ
1778463607deSchristosoptions AIC_DEBUG
1779fc131587Smsaitohoptions AI_DEBUG
1780463607deSchristosoptions ALTQ_DEBUG
1781463607deSchristosoptions AMD756_DEBUG
1782463607deSchristosoptions AMRR_DEBUG
1783463607deSchristosoptions AN_DEBUG
1784463607deSchristosoptions APMDEBUG
1785463607deSchristosoptions APMDEBUG_VALUE=1
1786463607deSchristosoptions ARCKBD_DEBUG
1787463607deSchristosoptions ARGO_DEBUG
1788463607deSchristosoptions ARP_DEBUG
1789463607deSchristosoptions ASC_DEBUG
1790463607deSchristosoptions ATAPI_DEBUG_PROBE
1791463607deSchristosoptions ATA_DEBUG
1792463607deSchristosoptions ATA_RAID_DEBUG
1793463607deSchristosoptions ATE_DEBUG
1794fc131587Smsaitohoptions ATHN_DEBUG
1795463607deSchristosoptions ATMEL_DEBUG
1796463607deSchristosoptions ATPPC_DEBUG
1797fc131587Smsaitohoptions ATU_DEBUG
1798463607deSchristosoptions ATW_BBPDEBUG
1799463607deSchristosoptions ATW_DEBUG
1800463607deSchristosoptions ATW_SYNDEBUG
1801463607deSchristosoptions AUACER_DEBUG
1802463607deSchristosoptions AUCCDEBUG
1803463607deSchristosoptions AUCONV_DEBUG
1804463607deSchristosoptions AUDIO_DEBUG
1805463607deSchristosoptions AUE_DEBUG
1806463607deSchristosoptions AUICH_DEBUG
1807463607deSchristosoptions AUICH_MODEM_DEBUG
1808463607deSchristosoptions AURATECONV_DEBUG
1809463607deSchristosoptions AUSMBUS_PSC_DEBUG
1810463607deSchristosoptions AWACS_DEBUG
1811463607deSchristosoptions AWI_DEBUG
1812463607deSchristosoptions AXE_DEBUG
1813fc131587Smsaitohoptions AXEN_DEBUG
1814463607deSchristosoptions AZALIA_DEBUG
1815463607deSchristosoptions BAH_DEBUG
1816463607deSchristosoptions BCACHE_DEBUG
1817463607deSchristosoptions BDEBUG
1818463607deSchristosoptions BEDEBUG
1819fc131587Smsaitohoptions BGE_DEBUG
1820463607deSchristosoptions BHADEBUG
1821463607deSchristosoptions BIOS_MEMORY_DEBUG
1822463607deSchristosoptions BIT3DEBUG
1823463607deSchristosoptions BKTR_RADIO_DEBUG
1824463607deSchristosoptions BLUETOOTH_DEBUG
1825463607deSchristosoptions BMAC_DEBUG
1826463607deSchristosoptions BMD_DEBUG
1827fc131587Smsaitohoptions BNX_DEBUG
1828463607deSchristosoptions BOOTP_DEBUG
1829463607deSchristosoptions BOOTP_DEBUGx
1830463607deSchristosoptions BOOTXX_DEBUG
1831463607deSchristosoptions BOOT_DEBUG
1832463607deSchristosoptions BT463_DEBUG
1833463607deSchristosoptions BTDEBUG
1834463607deSchristosoptions BTHSET_DEBUG
1835463607deSchristosoptions BTLBDEBUG
1836463607deSchristosoptions BTNMGRDEBUG
1837463607deSchristosoptions BUS_DMA_DEBUG
1838463607deSchristosoptions BUS_SPACE_DEBUG
1839fc131587Smsaitohoptions BWFM_DEBUG
1840463607deSchristosoptions CACHE_DEBUG
1841463607deSchristosoptions CARDBUS_DEBUG
1842fc131587Smsaitohoptions CAS_DEBUG
1843fc131587Smsaitohoptions CBB_DEBUG
1844463607deSchristosoptions CD18XXDEBUG
1845463607deSchristosoptions CGSIX_DEBUG
1846463607deSchristosoptions CHANGER_DEBUG
1847463607deSchristosoptions CISS_DEBUG
1848463607deSchristosoptions CKSUMDEBUG
1849463607deSchristosoptions CLOCKDEBUG
1850463607deSchristosoptions CLOCK_DEBUG
1851fc131587Smsaitohoptions CMALO_DEBUG
1852463607deSchristosoptions CNW_DEBUG
1853463607deSchristosoptions COMDEBUG
1854463607deSchristosoptions COMVRIPDEBUG
1855463607deSchristosoptions COM_DEBUG
1856463607deSchristosoptions COM_HPCIODEBUG
1857463607deSchristosoptions CONSDEBUG
1858463607deSchristosoptions CRYPTO_DEBUG
1859463607deSchristosoptions CS4280_DEBUG
1860463607deSchristosoptions CS_DEBUG
1861463607deSchristosoptions CUE_DEBUG
1862463607deSchristosoptions CY_DEBUG
1863463607deSchristosoptions CZ_DEBUG
1864463607deSchristosoptions DAIC_DEBUG
1865463607deSchristosoptions DBRI_DEBUG
1866463607deSchristosoptions DDB_DEBUG
1867463607deSchristosoptions DEBUGBUG
1868463607deSchristosoptions DEBUGGER_THREADING
1869463607deSchristosoptions DEBUGTERM
1870463607deSchristosoptions DEBUGXXX
1871463607deSchristosoptions DEBUG_1284
1872463607deSchristosoptions DEBUG_1543
1873463607deSchristosoptions DEBUG_A4000
1874463607deSchristosoptions DEBUG_ALIGN
1875463607deSchristosoptions DEBUG_ALLOC
1876463607deSchristosoptions DEBUG_AMIGA_IF_ED
1877463607deSchristosoptions DEBUG_AOUTM68K
1878463607deSchristosoptions DEBUG_BEFOREMMU
1879463607deSchristosoptions DEBUG_BIOSCALL
1880463607deSchristosoptions DEBUG_CHUNK_DIR
1881463607deSchristosoptions DEBUG_CLOCK
1882463607deSchristosoptions DEBUG_COFF
1883463607deSchristosoptions DEBUG_CP0_ACCESS
1884463607deSchristosoptions DEBUG_CURSOR
1885463607deSchristosoptions DEBUG_DDB
1886463607deSchristosoptions DEBUG_DR
1887463607deSchristosoptions DEBUG_EMUL
1888463607deSchristosoptions DEBUG_ET4000
1889463607deSchristosoptions DEBUG_EXEC
1890463607deSchristosoptions DEBUG_EXT2
1891463607deSchristosoptions DEBUG_FAULT_CORRECTION
1892463607deSchristosoptions DEBUG_FFB
1893463607deSchristosoptions DEBUG_FIND_COMPORT
1894463607deSchristosoptions DEBUG_FIND_PCIC
1895463607deSchristosoptions DEBUG_FIND_PCIC_I82365SL_ONLY
1896463607deSchristosoptions DEBUG_FPE
1897463607deSchristosoptions DEBUG_GPIO
1898463607deSchristosoptions DEBUG_GPIO2
1899463607deSchristosoptions DEBUG_IPR_VJ
1900463607deSchristosoptions DEBUG_ISAPNP
1901463607deSchristosoptions DEBUG_ISSIGNAL
1902463607deSchristosoptions DEBUG_KERNADDR_ACCESS
1903463607deSchristosoptions DEBUG_KERNEL_START
1904463607deSchristosoptions DEBUG_KGDB
1905463607deSchristosoptions DEBUG_LED
1906463607deSchristosoptions DEBUG_LINUX
1907463607deSchristosoptions DEBUG_LINUX_FUTEX
1908463607deSchristosoptions DEBUG_MEMLOAD
1909463607deSchristosoptions DEBUG_MEMORY_LIST
1910463607deSchristosoptions DEBUG_MEMSIZE
1911463607deSchristosoptions DEBUG_NEG
1912463607deSchristosoptions DEBUG_NFS_BOOT_DHCP
1913463607deSchristosoptions DEBUG_P9100
1914463607deSchristosoptions DEBUG_PAGE0
1915463607deSchristosoptions DEBUG_PCI_MACHDEP
1916463607deSchristosoptions DEBUG_PGRP
1917463607deSchristosoptions DEBUG_POOL
1918463607deSchristosoptions DEBUG_PORTF
1919463607deSchristosoptions DEBUG_PROM
1920463607deSchristosoptions DEBUG_PTM
1921463607deSchristosoptions DEBUG_RAWFS
1922463607deSchristosoptions DEBUG_RPC
1923463607deSchristosoptions DEBUG_SNAPPER
1924463607deSchristosoptions DEBUG_SYNC
1925463607deSchristosoptions DEBUG_TERM
1926463607deSchristosoptions DEBUG_UL
1927463607deSchristosoptions DEBUG_VAL
1928463607deSchristosoptions DEBUG_WITH_STDIO
1929463607deSchristosoptions DEVSW_DEBUG
1930463607deSchristosoptions DEV_DEBUG
1931463607deSchristosoptions DISKLABEL_DEBUG
1932463607deSchristosoptions DISK_DEBUG
1933463607deSchristosoptions DL_DEBUG
1934463607deSchristosoptions DMAC_DEBUG
1935463607deSchristosoptions DMA_DEBUG
1936463607deSchristosoptions DMCDEBUG
1937463607deSchristosoptions DRACORAWKEYDEBUG
1938463607deSchristosoptions EARLY_DEBUG_EVENT
1939463607deSchristosoptions EBUS_DEBUG
1940463607deSchristosoptions EDC_DEBUG
1941463607deSchristosoptions EDEBUG
1942463607deSchristosoptions ED_DEBUG
1943463607deSchristosoptions EFINET_DEBUG
1944463607deSchristosoptions EGAFONTDEBUG
1945463607deSchristosoptions EGDEBUG
1946463607deSchristosoptions EHCI_DEBUG
1947463607deSchristosoptions EL_DEBUG
1948463607deSchristosoptions EMAC3_DEBUG
1949463607deSchristosoptions EMUXKI_DEBUG
1950463607deSchristosoptions EM_DEBUG
1951463607deSchristosoptions EN_DEBUG
1952463607deSchristosoptions EN_DEBUG_RANGE
1953463607deSchristosoptions EPGPIO_DEBUG
1954463607deSchristosoptions EPICMEDIADEBUG
1955463607deSchristosoptions EPPCIC_DEBUG
1956463607deSchristosoptions ESDEBUG
1957463607deSchristosoptions ESP_DEBUG
1958463607deSchristosoptions ESP_SBUS_DEBUG
1959463607deSchristosoptions ESS_ISA_DEBUG
1960463607deSchristosoptions ETHER_DEBUG
1961463607deSchristosoptions EWSKBD_DEBUG
1962463607deSchristosoptions EXEC_DEBUG
1963463607deSchristosoptions EXTENT_DEBUG
1964463607deSchristosoptions EXTREME_DEBUG
1965463607deSchristosoptions EXTREME_EXTREME_DEBUG
1966463607deSchristosoptions FBDEBUG
1967463607deSchristosoptions FDDEBUG
1968463607deSchristosoptions FD_DEBUG
1969463607deSchristosoptions FFBDEBUG
1970463607deSchristosoptions FILECORE_DEBUG
1971463607deSchristosoptions FILECORE_DEBUG_BR
1972463607deSchristosoptions FIRESTARDEBUG
1973463607deSchristosoptions FLASH_DEBUG
1974463607deSchristosoptions FLP_DEBUG
1975463607deSchristosoptions FMV_DEBUG
1976463607deSchristosoptions FOO_DEBUG
1977463607deSchristosoptions FPU_DEBUG
1978463607deSchristosoptions GDROMDEBUG
1979463607deSchristosoptions GEM_DEBUG
1980463607deSchristosoptions GEM_DEBUG1
1981463607deSchristosoptions GEODE_DEBUG
1982463607deSchristosoptions GEOM_DEBUG
1983463607deSchristosoptions GE_DEBUG
1984463607deSchristosoptions GMAC_DEBUG
1985463607deSchristosoptions GPIO_DEBUG
1986463607deSchristosoptions GRE_DEBUG
1987463607deSchristosoptions GSFB_DEBUG_MONITOR
1988463607deSchristosoptions GTFDEBUG
1989463607deSchristosoptions HD64461PCMCIA_DEBUG
1990463607deSchristosoptions HD64461VIDEO_DEBUG
1991463607deSchristosoptions HD64465PCMCIA_DEBUG
1992463607deSchristosoptions HDAUDIO_DEBUG
1993463607deSchristosoptions HDAFG_DEBUG
1994463607deSchristosoptions HDLCDEBUG
1995463607deSchristosoptions HIFN_DEBUG
1996463607deSchristosoptions HMEDEBUG
1997463607deSchristosoptions HPCAPMDEBUG
1998463607deSchristosoptions HPC_DEBUG_INTERRUPT_MONITOR
1999463607deSchristosoptions HPC_DEBUG_LCD
2000463607deSchristosoptions HP_DEBUG
2001463607deSchristosoptions HSCXADEBUG
2002463607deSchristosoptions HSCXBDEBUG
2003463607deSchristosoptions I2ODEBUG
2004463607deSchristosoptions ICONV_DEBUG
2005463607deSchristosoptions ICP_DEBUG
2006463607deSchristosoptions IEDEBUG
2007463607deSchristosoptions IEEE80211_DEBUG_REFCNT
2008463607deSchristosoptions IFAREF_DEBUG
2009e6730694Sozaki-roptions IFA_STATS
2010463607deSchristosoptions IFMEDIA_DEBUG
2011463607deSchristosoptions IHA_DEBUG_STATE
2012463607deSchristosoptions INTRDEBUG
2013463607deSchristosoptions INTR_DEBUG
2014463607deSchristosoptions IPAQ_LCD_DEBUG
2015463607deSchristosoptions IPF_DEBUG
2016463607deSchristosoptions IPSEC_DEBUG
2017463607deSchristosoptions IPW_DEBUG
2018463607deSchristosoptions IP_RCMD_PROXY_DEBUG
2019463607deSchristosoptions IRFRAMET_DEBUG
2020463607deSchristosoptions IRFRAME_DEBUG
2021463607deSchristosoptions IRQ_DEBUG
2022463607deSchristosoptions ISACDEBUG
2023463607deSchristosoptions ISADMA_DEBUG
2024463607deSchristosoptions ISO_DEBUG
2025463607deSchristosoptions IT8368DEBUG
2026463607deSchristosoptions ITE8181DEBUG
2027463607deSchristosoptions ITK_PROBE_DEBUG
2028463607deSchristosoptions IWI_DEBUG
2029463607deSchristosoptions IWM_DEBUG
2030fc131587Smsaitohoptions IWN_DEBUG
2031fc131587Smsaitohoptions IX_DEBUG
2032463607deSchristosoptions IYDEBUG
2033463607deSchristosoptions IYMEMDEBUG
2034463607deSchristosoptions J6X0TP_DEBUG
2035463607deSchristosoptions J720TP_DEBUG
2036463607deSchristosoptions KBD_DEBUG
2037463607deSchristosoptions KB_DEBUG
2038463607deSchristosoptions KERNEL_DEBUG
2039463607deSchristosoptions KLOADER_DEBUG
2040463607deSchristosoptions KSTACK_DEBUG
2041463607deSchristosoptions KSYMS_DEBUG
2042463607deSchristosoptions KUE_DEBUG
2043463607deSchristosoptions LANA_DEBUG
2044463607deSchristosoptions LCD_DEBUG
2045463607deSchristosoptions LEDEBUG
2046463607deSchristosoptions LE_DEBUG
2047463607deSchristosoptions LIFDEBUG
2048fc131587Smsaitohoptions LII_DEBUG
2049463607deSchristosoptions LINUX_SG_DEBUG
2050463607deSchristosoptions LLCDEBUG
2051463607deSchristosoptions LLC_DEBUG
2052463607deSchristosoptions LOADER_DEBUG
2053463607deSchristosoptions LOAD_DEBUG_INFO
2054463607deSchristosoptions LOCKF_DEBUG
2055463607deSchristosoptions LPT_DEBUG
2056463607deSchristosoptions MAGMA_DEBUG
2057463607deSchristosoptions MAPLE_DEBUG
2058463607deSchristosoptions MB8795_DEBUG
2059236d5619Sozaki-roptions MBUFTRACE
2060463607deSchristosoptions MCDDEBUG
2061463607deSchristosoptions MCDEBUG
2062463607deSchristosoptions MCHAIN_DEBUG
2063463607deSchristosoptions MEC_DEBUG
2064463607deSchristosoptions MEDIABAY_DEBUG
2065463607deSchristosoptions MEMORY_MAP_DEBUG
2066463607deSchristosoptions MESH_DEBUG
2067389b4ba7Smsaitohoptions MFI_DEBUG
2068389b4ba7Smsaitohoptions MFII_DEBUG
2069463607deSchristosoptions MIDI_DEBUG
2070463607deSchristosoptions MLYDEBUG
2071463607deSchristosoptions MMEYEPCMCIADEBUG
2072463607deSchristosoptions MOUSE_DEBUG
2073463607deSchristosoptions MPDEBUG
2074463607deSchristosoptions MQ200_DEBUG
2075463607deSchristosoptions MRT6DEBUG
2076463607deSchristosoptions MSDOSFS_DEBUG
2077463607deSchristosoptions MSG_DEBUG_OK
2078fc131587Smsaitohoptions MSK_DEBUG
2079463607deSchristosoptions MULAW_DEBUG
2080463607deSchristosoptions MYDEV_DEBUG
2081463607deSchristosoptions NB_DEBUG
2082463607deSchristosoptions NCR5380_DEBUG
2083463607deSchristosoptions NCR53C9X_DEBUG
2084463607deSchristosoptions ND6_DEBUG
2085463607deSchristosoptions NDEBUG
2086463607deSchristosoptions ND_DEBUG
2087463607deSchristosoptions NETATALKDEBUG
2088463607deSchristosoptions NETDOCK_DEBUG_DRIVER
2089463607deSchristosoptions NETIF_DEBUG
2090463607deSchristosoptions NET_DEBUG
20912fef0880Sozaki-roptions NET_MPSAFE
2092463607deSchristosoptions NFE_DEBUG
2093463607deSchristosoptions NFS_DEBUG
2094463607deSchristosoptions NFS_DEBUG_COMMIT
2095463607deSchristosoptions NIDEBUG
2096463607deSchristosoptions NJSC32_DEBUG
2097463607deSchristosoptions NON_DEBUG
2098463607deSchristosoptions NOTDEF_DEBUG
2099463607deSchristosoptions NOT_DEBUG
2100463607deSchristosoptions NSIODEBUG
2101463607deSchristosoptions NTFS_DEBUG
2102463607deSchristosoptions OBOE_DEBUG
2103463607deSchristosoptions OFW_DEBUG
2104463607deSchristosoptions OHCI_DEBUG
2105463607deSchristosoptions OLD_ELF_DEBUG
2106463607deSchristosoptions ONEWIRE_DEBUG
2107463607deSchristosoptions ONOE_DEBUG
2108463607deSchristosoptions OPTPOINTDEBUG
2109463607deSchristosoptions OSIOP_DEBUG
2110463607deSchristosoptions OST_DEBUG
2111fc131587Smsaitohoptions OTUS_DEBUG
2112463607deSchristosoptions P1212_DEBUG
2113463607deSchristosoptions PARDEBUG
2114463607deSchristosoptions PBMS_DEBUG
2115463607deSchristosoptions PCIINTR_DEBUG
2116463607deSchristosoptions PCI_DEBUG
2117463607deSchristosoptions PCKBCDEBUG
2118463607deSchristosoptions PCKBPORTDEBUG
2119463607deSchristosoptions PCMCIACISDEBUG
2120463607deSchristosoptions PCMCIADEBUG
2121463607deSchristosoptions PDCDEBUG
2122463607deSchristosoptions PDINFO_DEBUG
2123463607deSchristosoptions PFCKBD_DEBUG
2124463607deSchristosoptions PFDEBUG
2125463607deSchristosoptions PFLOGDEBUG
2126463607deSchristosoptions PHYSMEMDEBUG
2127463607deSchristosoptions PI1PPC_DEBUG
2128463607deSchristosoptions PIIXPM_DEBUG
2129463607deSchristosoptions PIIX_DEBUG
2130463607deSchristosoptions PIOC_DEBUG
2131463607deSchristosoptions PLCOM_DEBUG
2132463607deSchristosoptions PLD_WDOG_DEBUG
2133463607deSchristosoptions PLIP_DEBUG
2134463607deSchristosoptions PLUMICUDEBUG
2135463607deSchristosoptions PLUMIOBUSDEBUG
2136463607deSchristosoptions PLUMPCMCIA_DEBUG
2137463607deSchristosoptions PLUMPOWERDEBUG
2138463607deSchristosoptions PLUMVIDEODEBUG
2139463607deSchristosoptions PMAPDEBUG
2140463607deSchristosoptions PMAP_COUNT_DEBUG
2141463607deSchristosoptions PMAP_DEBUG
2142463607deSchristosoptions PMAP_DEBUG_MODIFIED
2143463607deSchristosoptions PMON_DEBUG
2144463607deSchristosoptions PMSDEBUG
2145463607deSchristosoptions PNPBIOSDEBUG
2146463607deSchristosoptions PNPBIOSDEBUG_VALUE=1
2147463607deSchristosoptions PNPBIOSEVENTSDEBUG
2148463607deSchristosoptions PORT_DEBUG
2149463607deSchristosoptions PPBUS_DEBUG
2150463607deSchristosoptions PPPOE_DEBUG
2151463607deSchristosoptions PROFILER_DEBUG
2152463607deSchristosoptions PSH3TP_DEBUG
2153463607deSchristosoptions PWCTLDEBUG
2154463607deSchristosoptions QEDEBUG
2155463607deSchristosoptions QN_DEBUG
2156463607deSchristosoptions QN_DEBUG1
2157463607deSchristosoptions QTDEBUG
2158463607deSchristosoptions RAL_DEBUG
2159463607deSchristosoptions RARP_DEBUG
2160463607deSchristosoptions RBUS_DEBUG
2161463607deSchristosoptions RCONS_DEBUG
2162463607deSchristosoptions RDDEBUG
2163463607deSchristosoptions REALLYDEBUG
2164463607deSchristosoptions RND_DEBUG
2165463607deSchristosoptions ROMDEBUG
2166463607deSchristosoptions RPC_DEBUG
2167463607deSchristosoptions RQDEBUG
2168463607deSchristosoptions RTC_DEBUG
2169463607deSchristosoptions RTSOCK_DEBUG
2170463607deSchristosoptions RTW_DEBUG
2171fc131587Smsaitohoptions RUM_DEBUG
2172fc131587Smsaitohoptions RUN_DEBUG
2173463607deSchristosoptions SACKBCDEBUG
2174463607deSchristosoptions SBC_DEBUG
2175463607deSchristosoptions SBJCN_DEBUG
2176463607deSchristosoptions SBMACDEBUG
2177463607deSchristosoptions SBSCN_DEBUG
2178463607deSchristosoptions SCC_DEBUG
2179463607deSchristosoptions SCHED_DEBUG
2180463607deSchristosoptions SCIF_DEBUG
2181463607deSchristosoptions SCI_DEBUG
2182463607deSchristosoptions SCR_DEBUG
2183463607deSchristosoptions SCSIDEBUG
2184463607deSchristosoptions SCSIPI_DEBUG
2185463607deSchristosoptions SCSI_DEBUG
218631a42b23Smayaoptions SCTP_DEBUG
2187463607deSchristosoptions SD_DEBUG
2188463607deSchristosoptions SEA_DEBUG
2189463607deSchristosoptions SEA_DEBUGQUEUE
2190463607deSchristosoptions SEDEBUG
2191463607deSchristosoptions SED_DEBUG
2192463607deSchristosoptions SEEQ8005_DEBUG
2193463607deSchristosoptions SEM_DEBUG
2194463607deSchristosoptions SEQUENCER_DEBUG
2195463607deSchristosoptions SER_DEBUG
2196463607deSchristosoptions SFAS_DEBUG
2197463607deSchristosoptions SGMAP_DEBUG
2198463607deSchristosoptions SHMDEBUG
2199463607deSchristosoptions SIF_DEBUG
2200463607deSchristosoptions SIOP_DEBUG
2201463607deSchristosoptions SIOP_DEBUG_DR
2202463607deSchristosoptions SIOP_DEBUG_INTR
2203463607deSchristosoptions SIOP_DEBUG_SCHED
2204463607deSchristosoptions SK_DEBUG
2205856daf27Sskrlloptions SLHCI_DEBUG
2206463607deSchristosoptions SMAP_DEBUG
2207463607deSchristosoptions SMB_IOD_DEBUG
2208463607deSchristosoptions SMB_SOCKETDATA_DEBUG
2209463607deSchristosoptions SMB_SOCKET_DEBUG
2210463607deSchristosoptions SMB_VNODE_DEBUG
2211463607deSchristosoptions SNAPPER_DEBUG
2212463607deSchristosoptions SNDEBUG
2213463607deSchristosoptions SOCKBUF_DEBUG
2214463607deSchristosoptions SPARC_PCI_DEBUG
2215463607deSchristosoptions SPC_DEBUG
2216463607deSchristosoptions SPIC_DEBUG
2217463607deSchristosoptions SPIFI_DEBUG
2218463607deSchristosoptions SPKRDEBUG
2219463607deSchristosoptions SPLDEBUG
2220463607deSchristosoptions SPPDEBUG
2221463607deSchristosoptions SSCOM_DEBUG
2222463607deSchristosoptions STIDEBUG
2223463607deSchristosoptions STP4020_DEBUG
2224463607deSchristosoptions SUNSCPAL_DEBUG
2225463607deSchristosoptions SYNAPTICSDEBUG
2226463607deSchristosoptions SYSCALL_DEBUG
2227463607deSchristosoptions SYSCTL_DEBUG_CREATE
2228463607deSchristosoptions SYSCTL_DEBUG_SETUP
2229463607deSchristosoptions SYSVBFS_VNOPS_DEBUG
2230463607deSchristosoptions TC5165DEBUG
2231463607deSchristosoptions TCICDEBUG
2232463607deSchristosoptions TCICISADEBUG
2233463607deSchristosoptions TCPISS_DEBUG
2234463607deSchristosoptions TCTRLDEBUG
2235463607deSchristosoptions TIMECOUNTER_DEBUG
2236463607deSchristosoptions TIMEKEEPER_DEBUG
2237463607deSchristosoptions TLDEBUG
2238463607deSchristosoptions TLDEBUG_ADDR
2239463607deSchristosoptions TLDEBUG_RX
2240463607deSchristosoptions TLDEBUG_TX
2241463607deSchristosoptions TLP_DEBUG
2242463607deSchristosoptions TP_DEBUG
2243463607deSchristosoptions TRACE_DEBUG
2244463607deSchristosoptions TRAPDEBUG
2245463607deSchristosoptions TRISADEBUG
2246463607deSchristosoptions TRM_DEBUG
2247463607deSchristosoptions TROPICDEBUG
2248463607deSchristosoptions TRTCMISADEBUG
2249463607deSchristosoptions TSDEBUG
2250463607deSchristosoptions TSLOT_DEBUG
2251463607deSchristosoptions TUDEBUG
2252463607deSchristosoptions TULIP_DEBUG
2253463607deSchristosoptions TWA_DEBUG
2254463607deSchristosoptions TWE_DEBUG
2255463607deSchristosoptions TX3912VIDEO_DEBUG
2256463607deSchristosoptions TX39BIU_DEBUG
2257463607deSchristosoptions TX39CLOCK_DEBUG
2258463607deSchristosoptions TX39ICU_DEBUG
2259463607deSchristosoptions TX39ICU_DEBUG_PRINT_PENDING_INTERRUPT
2260463607deSchristosoptions TX39IO_DEBUG
2261463607deSchristosoptions TX39IRDEBUG
2262463607deSchristosoptions TX39POWER_DEBUG
2263463607deSchristosoptions TX39SIBDEBUG
2264463607deSchristosoptions TX39UARTDEBUG
2265463607deSchristosoptions TX39UART_DEBUG
2266463607deSchristosoptions UAUDIO_DEBUG
2267463607deSchristosoptions UBSA_DEBUG
2268463607deSchristosoptions UBSEC_DEBUG
2269463607deSchristosoptions UBT_DEBUG
2270463607deSchristosoptions UCB1200_DEBUG
2271463607deSchristosoptions UCBIO_DEBUG
2272463607deSchristosoptions UCBSNDDEBUG
2273463607deSchristosoptions UCBTPDEBUG
2274463607deSchristosoptions UCOM_DEBUG
2275463607deSchristosoptions UCYCOM_DEBUG
2276463607deSchristosoptions UDAV_DEBUG
2277463607deSchristosoptions UDSBR_DEBUG
2278463607deSchristosoptions UFTDI_DEBUG
2279463607deSchristosoptions UGENSA_DEBUG
2280463607deSchristosoptions UGEN_DEBUG
2281463607deSchristosoptions UHADEBUG
2282463607deSchristosoptions UHCI_DEBUG
2283463607deSchristosoptions UHIDEV_DEBUG
2284463607deSchristosoptions UHID_DEBUG
2285463607deSchristosoptions UHUB_DEBUG
2286463607deSchristosoptions UIPAQ_DEBUG
2287463607deSchristosoptions UIRDA_DEBUG
2288463607deSchristosoptions UISDATA_DEBUG
2289463607deSchristosoptions UKBD_DEBUG
2290463607deSchristosoptions UKYOPON_DEBUG
2291463607deSchristosoptions ULPT_DEBUG
2292463607deSchristosoptions UL_DEBUG
2293463607deSchristosoptions UMASS_DEBUG
2294fc131587Smsaitohoptions UMB_DEBUG
2295463607deSchristosoptions UMCT_DEBUG
2296463607deSchristosoptions UMIDIQUIRK_DEBUG
2297463607deSchristosoptions UMIDI_DEBUG
2298463607deSchristosoptions UMODEM_DEBUG
2299463607deSchristosoptions UNIV_DEBUG
2300fc131587Smsaitohoptions UPGT_DEBUG
2301463607deSchristosoptions UPLCOM_DEBUG
2302463607deSchristosoptions UPL_DEBUG
2303fc131587Smsaitohoptions URAL_DEBUG
2304463607deSchristosoptions URLPHY_DEBUG
2305463607deSchristosoptions URL_DEBUG
2306fc131587Smsaitohoptions URNDIS_DEBUG
2307fc131587Smsaitohoptions URTW_DEBUG
2308fc131587Smsaitohoptions URTWN_DEBUG
2309463607deSchristosoptions USB_DEBUG
2310463607deSchristosoptions USCANNER_DEBUG
2311463607deSchristosoptions USEFULL_DEBUG
2312463607deSchristosoptions USSCANNER_DEBUG
2313463607deSchristosoptions USTIR_DEBUG
2314463607deSchristosoptions UTOPPY_DEBUG
2315463607deSchristosoptions UVIDEO_DEBUG
2316463607deSchristosoptions UVISOR_DEBUG
2317463607deSchristosoptions UVSCOM_DEBUG
2318463607deSchristosoptions VCONS_DEBUG
2319463607deSchristosoptions VERYLOWDEBUG
2320463607deSchristosoptions VGAFONTDEBUG
2321463607deSchristosoptions VIA8231_DEBUG
2322463607deSchristosoptions VIAENV_DEBUG
2323463607deSchristosoptions VIAPCIB_DEBUG
2324463607deSchristosoptions VIDCAUDIO_DEBUG
2325463607deSchristosoptions VMEDEBUG
2326463607deSchristosoptions VOODOOFB_DEBUG
2327463607deSchristosoptions VR4181AIU_DEBUG
2328463607deSchristosoptions VRAIU_DEBUG
2329463607deSchristosoptions VRBCUDEBUG
2330463607deSchristosoptions VRC2GPIODEBUG
2331463607deSchristosoptions VRC2PWMDEBUG
2332463607deSchristosoptions VRC4173BCU_DEBUG
2333463607deSchristosoptions VRDCU_DEBUG
2334463607deSchristosoptions VRDMAAU_DEBUG
2335463607deSchristosoptions VRGIUDEBUG
2336463607deSchristosoptions VRIP_DEBUG
2337463607deSchristosoptions VRISADEBUG
2338463607deSchristosoptions VRKIUDEBUG
2339463607deSchristosoptions VRLEDDEBUG
2340463607deSchristosoptions VRPIUDEBUG
2341463607deSchristosoptions VRPMUDEBUG
2342463607deSchristosoptions VRRTCDEBUG
2343463607deSchristosoptions VS_DEBUG
2344463607deSchristosoptions VT100_DEBUG
2345463607deSchristosoptions VTOC_DEBUG
2346463607deSchristosoptions WDCNDELAY_DEBUG
2347463607deSchristosoptions WDSDEBUG
2348463607deSchristosoptions WE_DEBUG
2349463607deSchristosoptions WFQ_DEBUG
2350463607deSchristosoptions WI_DEBUG
2351463607deSchristosoptions WI_RING_DEBUG
2352463607deSchristosoptions WM_DEBUG
2353fc131587Smsaitohoptions WPI_DEBUG
2354463607deSchristosoptions WSKBD_DEBUG
2355463607deSchristosoptions WSMUX_DEBUG
2356463607deSchristosoptions XBD_DEBUG
2357463607deSchristosoptions XDC_DEBUG
2358463607deSchristosoptions XDDEBUG
2359463607deSchristosoptions XDEBUG
2360463607deSchristosoptions XENDEBUG
2361463607deSchristosoptions XENDEBUG_NET
2362463607deSchristosoptions XENDEBUG_VBD
2363463607deSchristosoptions XENNET_DEBUG
2364463607deSchristosoptions XENNET_DEBUG_DUMP
2365463607deSchristosoptions XEN_CLOCK_DEBUG
2366463607deSchristosoptions XE_DEBUG
2367856daf27Sskrlloptions XHCI_DEBUG
2368463607deSchristosoptions XYC_DEBUG
2369463607deSchristosoptions ZSKBD_DEBUG
2370463607deSchristosoptions ZSMACDEBUG
2371fc131587Smsaitohoptions ZYD_DEBUG
2372463607deSchristosoptions xSCSI_DEBUG
2373463607deSchristosoptions xSD_DEBUG
2374