ALL revision 1.99
11.99Srin# $NetBSD: ALL,v 1.99 2018/08/25 20:52:40 rin Exp $
21.1Schristos# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
31.1Schristos#
41.1Schristos# ALL machine description file
51.1Schristos#
61.1Schristos# This machine description includes all devices and options and it is
71.1Schristos# used to compile-test the source and does not necessarily produce a
81.1Schristos# bootable or useful kernel.
91.1Schristos#
101.1Schristos# For further information on hardware support for this architecture, see
111.1Schristos# the intro(4) man page.  For further information about kernel options
121.1Schristos# for this architecture, see the options(4) man page.  For an explanation
131.1Schristos# of each device driver in this file see the section 4 man page for the
141.1Schristos# device.
151.1Schristos
161.1Schristosinclude 	"arch/amd64/conf/std.amd64"
171.1Schristos
181.1Schristosoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
191.1Schristos
201.99Srin#ident		"ALL-$Revision: 1.99 $"
211.1Schristos
221.1Schristosmaxusers	64		# estimated number of users
231.1Schristos
241.1Schristosmakeoptions	USE_SSP=yes
251.1Schristos
261.1Schristos# CPU-related options.
271.1Schristos#options 	USER_LDT	# user-settable LDT; used by WINE
281.1Schristosoptions 	X86EMU		# 386 Real Mode emulator
291.1Schristos#options 	PAE		# PAE mode (36 bits physical addressing)
301.85Smrgmakeoptions	SPECTRE_V2_GCC_MITIGATION=1	# GCC Spectre variant 2
311.85Smrg						# migitation
321.1Schristos
331.1Schristos# CPU features
341.1Schristosacpicpu*	at cpu?		# ACPI CPU (including frequency scaling)
351.1Schristoscoretemp*	at cpu?		# Intel on-die thermal sensor
361.1Schristosest0		at cpu0		# Intel Enhanced SpeedStep (non-ACPI)
371.1Schristosodcm0		at cpu0		# On-demand clock modulation
381.1Schristos#padlock0	at cpu0		# VIA PadLock
391.1Schristospowernow0	at cpu0		# AMD PowerNow! and Cool'n'Quiet (non-ACPI)
401.1Schristosviac7temp*	at cpu?		# VIA C7 temperature sensor
411.1Schristosvmt0		at cpu0		# VMware Tools
421.1Schristos
431.57Schristos# Beep when it is safe to power down the system (requires sysbeep)
441.57Schristosoptions 	BEEP_ONHALT
451.57Schristos# Some tunable details of the above feature (default values used below)
461.57Schristosoptions 	BEEP_ONHALT_COUNT=3	# Times to beep
471.57Schristosoptions 	BEEP_ONHALT_PITCH=1500	# Default frequency (in Hz)
481.57Schristosoptions 	BEEP_ONHALT_PERIOD=250	# Default duration (in msecs)
491.57Schristos
501.1Schristosoptions 	MULTIBOOT	# Multiboot support (see multiboot(8))
511.1Schristos
521.1Schristos# delay between "rebooting ..." message and hardware reset, in milliseconds
531.1Schristosoptions 	CPURESET_DELAY=2000
541.1Schristos
551.1Schristos# This option allows you to force a serial console at the specified
561.1Schristos# I/O address.   see console(4) for details.
571.1Schristosoptions 	CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=57600
581.1Schristos#	you don't want the option below ON iff you are using the
591.1Schristos#	serial console option of the new boot strap code.
601.1Schristosoptions 	CONS_OVERRIDE	# Always use above! independent of boot info
611.1Schristos
621.1Schristos# The following options override the memory sizes passed in from the boot
631.1Schristos# block.  Use them *only* if the boot block is unable to determine the correct
641.1Schristos# values.  Note that the BIOS may *correctly* report less than 640k of base
651.1Schristos# memory if the extended BIOS data area is located at the top of base memory
661.1Schristos# (as is the case on most recent systems).
671.1Schristosoptions 	REALBASEMEM=639		# size of base memory (in KB)
681.1Schristosoptions 	REALEXTMEM=15360	# size of extended memory (in KB)
691.1Schristos
701.1Schristos# The following options limit the overall size of physical memory
711.1Schristos# and/or the maximum address used by the system.
721.1Schristos# Contrary to REALBASEMEM and REALEXTMEM, they still use the BIOS memory map
731.1Schristos# and can deal with holes in the memory layout.
741.1Schristosoptions 	PHYSMEM_MAX_SIZE=64	# max size of physical memory (in MB)
751.1Schristosoptions 	PHYSMEM_MAX_ADDR=2048	# don't use memory above this (in MB)
761.1Schristos
771.1Schristos# Standard system options
781.1Schristos
791.1Schristosoptions 	INSECURE	# disable kernel security levels - X needs this
801.1Schristos
811.1Schristosoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
821.1Schristosoptions 	NTP		# NTP phase/frequency locked loop
831.1Schristos
841.1Schristosoptions 	KTRACE		# system call tracing via ktrace(1)
851.1Schristos
861.1Schristosoptions 	CPU_UCODE	# cpu ucode loading support
871.1Schristos
881.1Schristos# Note: SysV IPC parameters could be changed dynamically, see sysctl(8).
891.1Schristosoptions 	SYSVMSG		# System V-like message queues
901.1Schristosoptions 	SYSVSEM		# System V-like semaphores
911.1Schristosoptions 	SEMMNI=10	# number of semaphore identifiers
921.1Schristosoptions 	SEMMNS=60	# number of semaphores in system
931.1Schristosoptions 	SEMUME=10	# max number of undo entries per process
941.1Schristosoptions 	SEMMNU=30	# number of undo structures in system
951.1Schristosoptions 	SYSVSHM		# System V-like memory sharing
961.1Schristos
971.1Schristosoptions 	MODULAR		# new style module(7) framework
981.18Sjnemethoptions 	MODULAR_DEFAULT_AUTOLOAD
991.1Schristos
1001.1Schristosoptions 	USERCONF	# userconf(4) support
1011.1Schristosoptions 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1021.1Schristosoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
1031.1Schristos
1041.1Schristos# Alternate buffer queue strategies for better responsiveness under high
1051.1Schristos# disk I/O load.
1061.1Schristosoptions 	BUFQ_READPRIO
1071.1Schristosoptions 	BUFQ_PRIOCSCAN
1081.1Schristos
1091.1Schristos# Diagnostic/debugging support options
1101.13Sdhollandoptions 	DIAGNOSTIC	# inexpensive kernel consistency checks
1111.57Schristos				# XXX to be commented out on release branch
1121.1Schristosoptions 	DEBUG		# expensive debugging checks/support
1131.1Schristosoptions 	LOCKDEBUG	# expensive locking checks/support
1141.1Schristosoptions 	DDB		# in-kernel debugger
1151.57Schristosoptions 	DDB_COMMANDONENTER="bt"	# execute command when ddb is entered
1161.2Sszptvlfnoptions 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
1171.1Schristosoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
1181.1Schristosoptions 	DDB_VERBOSE_HELP
1191.1Schristosoptions 	KGDB		# remote debugger
1201.1Schristosoptions 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
1211.57Schristosmakeoptions	COPTS="-O2 -fno-omit-frame-pointer"
1221.1Schristosmakeoptions	DEBUG="-g"	# compile full symbol table
1231.1Schristosoptions 	SYSCALL_STATS	# per syscall counts
1241.1Schristosoptions 	SYSCALL_TIMES	# per syscall times
1251.1Schristosoptions 	SYSCALL_TIMES_HASCOUNTER	# use 'broken' rdtsc (soekris)
1261.1Schristosoptions 	KDTRACE_HOOKS	# kernel DTrace hooks
1271.48Spgoyetteoptions 	UVMHIST		# kernhist for uvm subsystem
1281.48Spgoyetteoptions 	BIOHIST		# kernhist for buff I/O
1291.1Schristos
1301.1Schristos# Compatibility options
1311.57Schristosoptions 	EXEC_AOUT	# required by binaries from before 1.5
1321.1Schristosoptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
1331.71Smrginclude 	"conf/compat_netbsd09.config"
1341.1Schristos
1351.57Schristosoptions 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
1361.4Sriastradoptions 	COMPAT_NETBSD32 # NetBSD 32-bit
1371.1Schristosoptions 	COMPAT_LINUX	# binary compatibility with Linux
1381.4Sriastradoptions 	COMPAT_LINUX32	# binary compatibility with Linux 32-bit
1391.1Schristos
1401.1Schristos# Wedge support
1411.1Schristosoptions 	DKWEDGE_AUTODISCOVER	# Automatically add dk(4) instances
1421.1Schristosoptions 	DKWEDGE_METHOD_GPT	# Supports GPT partitions as wedges
1431.57Schristosoptions 	DKWEDGE_METHOD_BSDLABEL	# Support disklabel entries as wedges
1441.57Schristosoptions 	DKWEDGE_METHOD_MBR	# Support MBR partitions as wedges
1451.49Sryooptions 	DKWEDGE_METHOD_APPLE	# Support Apple partitions as wedges
1461.53Srinoptions 	DKWEDGE_METHOD_RDB	# Support RDB partitions as wedges
1471.1Schristos
1481.1Schristos# File systems
1491.49Sryofile-system	FFS		# UFS
1501.49Sryofile-system	EXT2FS		# second extended file system (linux)
1511.49Sryofile-system	LFS		# log-structured file system
1521.49Sryofile-system	MFS		# memory file system
1531.49Sryofile-system	NFS		# Network File System client
1541.49Sryofile-system	NTFS		# Windows/NT file system (experimental)
1551.49Sryofile-system	CD9660		# ISO 9660 + Rock Ridge file system
1561.49Sryofile-system	MSDOSFS		# MS-DOS file system
1571.49Sryofile-system	FDESC		# /dev/fd
1581.49Sryofile-system	KERNFS		# /kern
1591.49Sryofile-system	NULLFS		# loopback file system
1601.49Sryofile-system	OVERLAY		# overlay file system
1611.1Schristosfile-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
1621.49Sryofile-system	PROCFS		# /proc
1631.49Sryofile-system	UMAPFS		# NULLFS + uid and gid remapping
1641.49Sryofile-system	UNION		# union file system
1651.49Sryofile-system	CODA		# Coda File System; also needs vcoda (below)
1661.49Sryofile-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
1671.49Sryofile-system	SYSVBFS		# System V boot file system
1681.49Sryofile-system	PTYFS		# /dev/ptm support
1691.49Sryofile-system	TMPFS		# Efficient memory file-system
1701.49Sryofile-system	UDF		# experimental - OSTA UDF CD/DVD file-system
1711.49Sryofile-system	HFS		# experimental - Apple HFS+ file system
1721.49Sryofile-system	EFS		# Silicon Graphics Extent File System
1731.49Sryofile-system	FILECORE	# Acorn filecore file system
1741.49Sryofile-system	ADOSFS		# AmigaDOS file system
1751.1Schristosfile-system	NILFS		# experimental - NTT's NiLFS(2)
1761.1Schristosfile-system	V7FS		# 7th Edition(V7) File System
1771.1Schristosfile-system	CHFS		# Chip File System
1781.76Schristosfile-system	AUTOFS		# Automounter Filesystem
1791.1Schristos
1801.1Schristos# File system options
1811.1Schristosoptions 	QUOTA		# legacy UFS quotas
1821.1Schristosoptions 	QUOTA2		# new, in-filesystem UFS quotas
1831.52Srinoptions 	DISKLABEL_EI	# disklabel Endian Independent support
1841.1Schristosoptions 	FFS_EI		# FFS Endian Independent support
1851.1Schristosoptions 	WAPBL		# File system journaling support
1861.1Schristosoptions 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1871.1Schristosoptions 	UFS_EXTATTR
1881.1Schristosoptions 	LFS_KERNEL_RFW
1891.1Schristosoptions 	LFS_EI		# LFS endian-independent support - experimental
1901.1Schristosoptions 	LFS_DIRHASH	# LFS version of UFS_DIRHASH - experimental
1911.1Schristosoptions 	LFS_EXTATTR	# extended attributes for LFS - experimental
1921.1Schristosoptions 	LFS_QUOTA	# quotas for LFS - experimental
1931.1Schristosoptions 	LFS_QUOTA2	# new-style quotas for LFS - experimental
1941.1Schristosoptions 	NFSSERVER	# Network File System server
1951.46Sdholland#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1961.1Schristosoptions 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1971.1Schristos				# immutable) behave as system flags.
1981.1Schristosoptions 	V7FS_EI		# V7FS Endian Independent support
1991.1Schristos
2001.1Schristos# Networking options
2011.1Schristosoptions 	GATEWAY		# packet forwarding
2021.1Schristosoptions 	INET		# IP + ICMP + TCP + UDP
2031.1Schristosoptions 	INET6		# IPv6
2041.1Schristosoptions 	IPSEC		# IP security
2051.1Schristos#options 	IPSEC_DEBUG	# debug for IP security
2061.38Schristosoptions 	MPLS		# MultiProtocol Label Switching (needs mpls)
2071.1Schristosoptions 	MROUTING	# IP multicast routing
2081.1Schristosoptions 	PIM		# Protocol Independent Multicast
2091.1Schristosoptions 	NETATALK	# AppleTalk networking protocols
2101.59Sbouyeroptions 	CAN		# Controller Area Network protocol
2111.28Srjsoptions 	DCCP		# Datagram Congestion Control Protocol
2121.1Schristosoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
2131.1Schristosoptions 	PPP_DEFLATE	# Deflate compression support for PPP
2141.1Schristosoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
2151.1Schristosoptions 	IPFILTER_LOG	# ipmon(8) log support
2161.1Schristosoptions 	IPFILTER_LOOKUP	# ippool(8) support
2171.1Schristosoptions 	IPFILTER_COMPAT # Compat for IP-Filter
2181.1Schristosoptions 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
2191.1Schristosoptions 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
2201.1Schristosoptions 	TCP_SIGNATURE	# RFC 2385 support, used with BGP
2211.46Sdhollandoptions 	SCTP		# Stream Control Transmission Protocol
2221.1Schristos
2231.1Schristosoptions 	ALTQ		# Manipulate network interfaces' output queues
2241.1Schristosoptions 	ALTQ_BLUE	# Stochastic Fair Blue
2251.1Schristosoptions 	ALTQ_CBQ	# Class-Based Queueing
2261.1Schristosoptions 	ALTQ_CDNR	# Diffserv Traffic Conditioner
2271.1Schristosoptions 	ALTQ_FIFOQ	# First-In First-Out Queue
2281.1Schristosoptions 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
2291.1Schristosoptions 	ALTQ_HFSC	# Hierarchical Fair Service Curve
2301.1Schristosoptions 	ALTQ_LOCALQ	# Local queueing discipline
2311.1Schristosoptions 	ALTQ_PRIQ	# Priority Queueing
2321.1Schristosoptions 	ALTQ_RED	# Random Early Detection
2331.1Schristosoptions 	ALTQ_RIO	# RED with IN/OUT
2341.1Schristosoptions 	ALTQ_WFQ	# Weighted Fair Queueing
2351.1Schristos
2361.1Schristos# These options enable verbose messages for several subsystems.
2371.1Schristos# Warning, these may compile large string tables into the kernel!
2381.1Schristosoptions 	ACPIVERBOSE	# verbose ACPI device autoconfig messages
2391.1Schristosoptions 	EISAVERBOSE	# verbose EISA device autoconfig messages
2401.1Schristosoptions 	MIIVERBOSE	# verbose PHY autoconfig messages
2411.86Smayaoptions 	MPVERBOSE=1	# verbose mpbios config messages
2421.1Schristosoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
2431.1Schristosoptions 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
2441.1Schristosoptions 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
2451.1Schristosoptions 	SCSIVERBOSE	# human readable SCSI error messages
2461.1Schristosoptions 	USBVERBOSE	# verbose USB device autoconfig messages
2471.1Schristosoptions 	PNPBIOSVERBOSE	# verbose PnP BIOS messages
2481.1Schristos#options 	PNPBIOSDEBUG	# more fulsome PnP BIOS debugging messages
2491.1Schristosoptions 	MCAVERBOSE	# verbose MCA device autoconfig messages
2501.20Schristosoptions 	HDAUDIOVERBOSE	# verbose HDAUDIO driver messages
2511.1Schristos
2521.1Schristosoptions 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
2531.1Schristos
2541.1Schristos#
2551.1Schristos# wscons options
2561.1Schristos#
2571.1Schristos# builtin terminal emulations
2581.1Schristosoptions 	WSEMUL_SUN		# sun terminal emulation
2591.1Schristosoptions 	WSEMUL_VT100		# VT100 / VT220 emulation
2601.1Schristos# customization of console and kernel output - see dev/wscons/wsdisplayvar.h
2611.1Schristosoptions 	WSDISPLAY_CUSTOM_OUTPUT	# color customization from wsconsctl(8)
2621.1Schristosoptions 	WS_DEFAULT_FG=WSCOL_WHITE
2631.1Schristosoptions 	WS_DEFAULT_BG=WSCOL_BLACK
2641.1Schristosoptions 	WS_DEFAULT_COLATTR="(0)"
2651.1Schristosoptions 	WS_DEFAULT_MONOATTR="(0)"
2661.1Schristosoptions 	WS_KERNEL_FG=WSCOL_GREEN
2671.1Schristosoptions 	WS_KERNEL_BG=WSCOL_BLACK
2681.1Schristosoptions 	WS_KERNEL_COLATTR="(0)"
2691.1Schristosoptions 	WS_KERNEL_MONOATTR="(0)"
2701.1Schristos# customization of console border color
2711.1Schristosoptions 	WSDISPLAY_CUSTOM_BORDER	# custom border colors via wsconsctl(8)
2721.1Schristosoptions 	WSDISPLAY_BORDER_COLOR=WSCOL_BLUE	# default color
2731.1Schristos# compatibility to other console drivers
2741.1Schristosoptions 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
2751.1Schristosoptions 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
2761.1Schristosoptions 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
2771.1Schristosoptions 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
2781.1Schristosoptions 	WSKBD_EVENT_AUTOREPEAT		# auto repeat in event mode
2791.1Schristos#options 	WSKBD_USONLY			# strip off non-US keymaps
2801.1Schristos# don't attach pckbd as the console if no PS/2 keyboard is found
2811.1Schristosoptions 	PCKBD_CNATTACH_MAY_FAIL
2821.1Schristos# see dev/pckbport/wskbdmap_mfii.c for implemented layouts
2831.1Schristosoptions 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" # for pckbd driver
2841.1Schristosoptions 	UKBD_LAYOUT="(KB_DE | KB_NODEAD)"  # for ukbd driver
2851.1Schristos# allocate a number of virtual screens at autoconfiguration time
2861.1Schristosoptions 	WSDISPLAY_DEFAULTSCREENS=4
2871.1Schristos# use a large software cursor that doesn't blink
2881.1Schristosoptions 	PCDISPLAY_SOFTCURSOR
2891.1Schristos# modify the screen type of the console; defaults to "80x25"
2901.1Schristosoptions 	VGA_CONSOLE_SCREENTYPE="\"80x24\""
2911.1Schristos# work around a hardware bug that loaded fonts don't work; found on ATI cards
2921.1Schristosoptions 	VGA_CONSOLE_ATI_BROKEN_FONTSEL
2931.1Schristos# console scrolling support.
2941.1Schristosoptions 	WSDISPLAY_SCROLLSUPPORT
2951.1Schristos# enable VGA raster mode capable of displaying multilingual text on console
2961.1Schristos#options 	VGA_RASTERCONSOLE
2971.1Schristos# enable splash screen support; requires hw driver support
2981.1Schristos#options 	SPLASHSCREEN
2991.1Schristos
3001.1Schristos# Keylock support
3011.1Schristosoptions 	KEYLOCK
3021.1Schristosoptions 	secmodel_keylock	# Requires options KEYLOCK
3031.1Schristos
3041.1Schristos# Kernel root file system and dump configuration.
3051.1Schristosconfig		netbsd	root on ? type ?
3061.1Schristos#config		netbsd	root on sd0a type ffs
3071.1Schristos#config		netbsd	root on ? type nfs
3081.1Schristos
3091.1Schristos#
3101.1Schristos# Device configuration
3111.1Schristos#
3121.1Schristos
3131.1Schristos#apm0	at mainbus0			# Advanced power management
3141.1Schristos
3151.1Schristos# Tuning for power management, see apm(4) for more details.
3161.1Schristos#options 	APM_V10_ONLY		# Use only the APM 1.0 calls
3171.1Schristos#options 	APM_NO_POWEROFF		# Don't power off on halt(8)
3181.1Schristos#options 	APM_POWER_PRINT		# Print stats on the console
3191.1Schristos
3201.1Schristos
3211.1Schristos# Basic Bus Support
3221.1Schristos
3231.1Schristos#IPMI support
3241.1Schristosipmi0		at mainbus?
3251.1Schristos
3261.1Schristos# Advanced Configuration and Power Interface
3271.1Schristos
3281.1Schristos# This option can be used to retrieve CPU and APIC information.
3291.1Schristos# that I/O APICs can be used if ACPI is enabled below.
3301.57Schristosoptions 	ACPI_SCANPCI		# find PCI roots using ACPI
3311.57Schristosoptions 	MPBIOS			# configure CPUs and APICs using MPBIOS
3321.57Schristosoptions 	MPBIOS_SCANPCI		# MPBIOS configures PCI roots
3331.57Schristosoptions 	PCI_INTR_FIXUP		# PCI interrupt routing via ACPI
3341.57Schristosoptions 	PCI_BUS_FIXUP		# fixup PCI bus numbering
3351.57Schristosoptions 	PCI_ADDR_FIXUP		# fixup PCI I/O addresses
3361.57Schristosoptions 	ACPI_ACTIVATE_DEV	# If set, activate inactive devices
3371.57Schristosoptions 	VGA_POST		# in-kernel support for VGA POST
3381.1Schristos
3391.1Schristosacpi0		at mainbus0
3401.1Schristos
3411.1Schristos# ACPI devices
3421.1Schristosapm*		at acpi?		# ACPI apm emulation
3431.1Schristosacpiacad*	at acpi?		# ACPI AC Adapter
3441.1Schristosacpibat*	at acpi?		# ACPI Battery
3451.1Schristosacpibut*	at acpi?		# ACPI Button
3461.1Schristosacpidalb*	at acpi?		# ACPI Direct Application Launch Button
3471.1Schristosacpiec* 	at acpi?		# ACPI Embedded Controller (late)
3481.1Schristosacpiecdt*	at acpi?		# ACPI Embedded Controller (early)
3491.1Schristosacpifan*	at acpi?		# ACPI Fan
3501.1Schristosacpilid*	at acpi?		# ACPI Lid Switch
3511.1Schristosacpipmtr*	at acpi?		# ACPI Power Meter (experimental)
3521.1Schristos# XXX Do not enable this in a real kernel unless you also disable any
3531.1Schristos# XXX "native" i2c controller.  Otherwise you'll have two accessors to
3541.1Schristos# XXX the same bus, and bad things (tm) will happen!
3551.1Schristosacpismbus*	at acpi?		# ACPI SMBus CMI (experimental)
3561.1Schristosacpitz* 	at acpi?		# ACPI Thermal Zone
3571.1Schristosacpivga*	at acpi?		# ACPI Display Adapter
3581.1Schristosacpiout*	at acpivga?		# ACPI Display Output Device
3591.1Schristosacpiwdrt*	at acpi?		# ACPI Watchdog Resource Table
3601.1Schristosacpiwmi*	at acpi?		# ACPI WMI Mapper
3611.1Schristos
3621.1Schristos# Mainboard devices
3631.1Schristosaibs*		at acpi?		# ASUSTeK AI Booster hardware monitor
3641.7Sriastradapplesmc*	at acpi?		# Apple System Management Controller
3651.1Schristosasus*		at acpi?		# ASUS hotkeys
3661.1Schristosattimer*	at acpi?		# AT Timer
3671.1Schristoscom*		at acpi?		# Serial communications interface
3681.1Schristosfdc*		at acpi?		# Floppy disk controller
3691.1Schristosfujbp*		at acpi?		# Fujitsu Brightness & Pointer
3701.1Schristosfujhk*		at acpi?		# Fujitsu Hotkeys
3711.46Sdhollandhpacel* 	at acpi?		# HP 3D DriveGuard accelerometer
3721.1Schristoshpqlb*		at acpi?		# HP Quick Launch Buttons
3731.1Schristoshpet*		at acpihpetbus?		# High Precision Event Timer (table)
3741.1Schristoshpet*		at acpinodebus?		# High Precision Event Timer (device)
3751.1Schristosjoy*		at acpi?		# Joystick/Game port
3761.1Schristoslpt*		at acpi?		# Parallel port
3771.1Schristosmpu*		at acpi?		# Roland MPU-401 MIDI UART
3781.1Schristospckbc*		at acpi?		# PC keyboard controller
3791.1Schristospcppi*		at acpi?		# AT-style speaker sound
3801.72Sjmcneillqemufwcfg*	at acpi?		# QEMU Firmware Configuration device
3811.57Schristossdhc*		at acpi?		# SD Host Controller
3821.57Schristossony*		at acpi?		# Sony Notebook Controller
3831.57Schristosspic*		at acpi?		# Sony Programmable I/O Controller
3841.57Schristoswsmouse*	at spic?		# mouse
3851.1Schristosthinkpad*	at acpi?		# IBM/Lenovo Thinkpad hotkeys
3861.57Schristostpm*		at acpi?		# ACPI TPM (Experimental)
3871.1Schristosug*		at acpi?		# Abit uGuru Hardware monitor
3881.57Schristosvalz*		at acpi?		# Toshiba Dynabook hotkeys
3891.1Schristoswb*		at acpi?		# Winbond W83L518D SD/MMC reader
3901.1Schristossdmmc*		at wb?			# SD/MMC bus
3911.57Schristossdhc*		at acpi?		# SD Host Controller
3921.57Schristossony*		at acpi?		# Sony Notebook Controller
3931.1Schristoswmidell*	at acpiwmibus?		# Dell WMI mappings
3941.1Schristoswmieeepc*	at acpiwmibus?		# Asus Eee PC WMI mappings
3951.1Schristoswmihp*		at acpiwmibus?		# HP WMI mappings
3961.1Schristoswmimsi* 	at acpiwmibus?		# MSI WMI mappings
3971.1Schristoswss*		at acpi?		# NeoMagic 256AV in wss mode
3981.1Schristosym*		at acpi?		# Yamaha OPL3-SA[23] audio
3991.1Schristos
4001.7Sriastrad# Apple System Management Controller devices
4011.7Sriastradapplesmcfan*	at applesmcbus?
4021.7Sriastradapplesmctemp*	at applesmcbus?
4031.7Sriastrad
4041.1Schristos# PCI bus support
4051.1Schristospci*	at mainbus? bus ?
4061.1Schristospci*	at pchb? bus ?
4071.1Schristospci*	at ppb? bus ?
4081.1Schristos
4091.1Schristos# Configure PCI using BIOS information
4101.1Schristosoptions 	PCIBIOS			# PCI BIOS support
4111.1Schristosoptions 	PCIBIOSVERBOSE		# PCI BIOS verbose info
4121.1Schristosoptions 	PCIBIOS_IRQS_HINT=0x0a00 # PCI interrupts hint. IRQ 9 or 11
4131.1Schristosoptions 	PCIBIOS_INTR_GUESS	# see pcibios(4)
4141.1Schristosoptions 	PCIBIOS_LIBRETTO_FIXUP	# this code makes the Toshiba Libretto
4151.1Schristos					# L2/L3 work, but should not be enabled
4161.1Schristos					# on anything else.
4171.1Schristosoptions 	PCIBIOS_SHARP_MM20_FIXUP # this code makes the Sharp MM 20
4181.1Schristos					# work, but should not be enabled
4191.1Schristos					# on anything else.
4201.1Schristos#options 	PCIINTR_DEBUG		# super-verbose PCI interrupt fixup
4211.1Schristos
4221.1Schristos# PCI bridges
4231.1Schristosrdcpcib* at pci? dev ? function ?	# RDC Vortex86/PMX-1000 PCI-ISA w/
4241.1Schristospchb*	at pci? dev ? function ?	# PCI-Host bridges
4251.21Suebayasioptions 	AGP_X86
4261.1Schristospcib*	at pci? dev ? function ?	# PCI-ISA bridges
4271.1Schristosppb*	at pci? dev ? function ?	# PCI-PCI bridges
4281.1Schristos# XXX 'puc's aren't really bridges, but there's no better place for them here
4291.1Schristospuc*	at pci? dev ? function ?	# PCI "universal" comm. cards
4301.1Schristos
4311.57Schristosamdpcib* at pci? dev ? function ?	# AMD 8111 PCI-ISA w/ HPET
4321.57Schristoshpet*	at amdpcib?
4331.57Schristos
4341.1Schristospwdog*	at pci? dev ? function ?	# QUANCOM PWDOG1
4351.1Schristos
4361.57Schristosichlpcib* at pci? dev ? function ?	# Intel ICH PCI-LPC w/ timecounter,
4371.57Schristos					# watchdog, gpio, Speedstep and HPET
4381.57Schristosfwhrng* at ichlpcib?		# Intel 82802 FWH Random Number Generator
4391.57Schristoshpet*	at ichlpcib?
4401.57Schristostco*	at ichlpcib?		# TCO watch dog timer
4411.57Schristos
4421.57Schristosaapic*	at pci? dev ? function ?	# AMD 8131 IO apic
4431.57Schristos
4441.1Schristosagp*	at pchb?
4451.1Schristos
4461.1Schristos# ISA bus support
4471.57Schristosisa0	at mainbus?
4481.57Schristosisa0	at pcib?
4491.1Schristosisa0	at amdpcib?
4501.1Schristosisa0	at ichlpcib?
4511.1Schristosisa0	at rdcpcib?
4521.57Schristosisa0	at rdcpcib?
4531.1Schristos
4541.1Schristos# IBM 4810 BSP cash drawer port
4551.1Schristosibmcd*	at pci? dev ? function ?
4561.1Schristosgpio*	at ibmcd?
4571.1Schristos
4581.1Schristos# CardBus bridge support
4591.1Schristoscbb*		at pci? dev ? function ?
4601.1Schristoscardslot*	at cbb?
4611.1Schristos
4621.1Schristos# CardBus bus support
4631.1Schristoscardbus*	at cardslot?
4641.1Schristospcmcia* 	at cardslot?
4651.1Schristos
4661.1Schristos# Coprocessor Support
4671.1Schristos
4681.1Schristos# Console Devices
4691.1Schristos
4701.1Schristos# wscons
4711.1Schristospckbc0		at isa?			# PC keyboard controller
4721.1Schristospckbd*		at pckbc?		# PC keyboard
4731.1Schristospms*		at pckbc?		# PS/2 mouse for wsmouse
4741.1Schristosoptions 	PMS_SYNAPTICS_TOUCHPAD	# Enable support for Synaptics Touchpads
4751.1Schristosoptions 	PMS_ELANTECH_TOUCHPAD	# Enable support for Elantech Touchpads
4761.67Schristosoptions 	PMS_ALPS_TOUCHPAD	# Enable support for Alps Touchpads
4771.1Schristosvga0		at isa?
4781.1Schristosvga*		at pci? dev ? function ?
4791.57Schristosgenfb*		at pci? dev ? function ?
4801.57Schristosoptions 	VCONS_DRAW_INTR
4811.57Schristoswsdisplay*	at vga? console ?
4821.57Schristoswsdisplay*	at wsemuldisplaydev?
4831.1Schristospcdisplay0	at isa?			# CGA, MDA, EGA, HGA
4841.1Schristoswskbd*		at pckbd? console ?
4851.1Schristoswsmouse*	at pms? mux 0
4861.1Schristos
4871.1Schristoschipsfb*	at pci? dev ? function ?
4881.1Schristosgenfb*		at pci? dev ? function ?
4891.11Stsutsuigffb*		at pci? dev ? function ?
4901.1Schristosigsfb*		at pci? dev ? function ?
4911.1Schristosmachfb* 	at pci? dev ? function ?
4921.1Schristospm2fb*		at pci? dev ? function ?
4931.1Schristosr128fb* 	at pci? dev ? function ?
4941.1Schristosradeonfb*	at pci? dev ? function ?
4951.1Schristostga*		at pci? dev ? function ?	# DEC ZLXp-E[123] Graphics
4961.1Schristosunichromefb*	at pci? dev ? function ?	# VIA Unichrome framebuffer console
4971.1Schristosvoodoofb*	at pci? dev ? function ?
4981.1Schristoswcfb*	at pci? dev ? function ?
4991.1Schristos
5001.22Schristos# DRI legacy drivers
5011.22Schristos#i915drm*	at drm?		# Intel i915, i945 DRM driver
5021.22Schristos#mach64drm*	at drm?		# mach64 (3D Rage Pro, Rage) DRM driver
5031.22Schristos#mgadrm* 	at drm?		# Matrox G[24]00, G[45]50 DRM driver
5041.22Schristos#r128drm*	at drm?		# ATI Rage 128 DRM driver
5051.22Schristos#radeondrm*	at drm?		# ATI Radeon DRM driver
5061.22Schristos#savagedrm*	at drm?		# S3 Savage DRM driver
5071.22Schristos#sisdrm* 	at drm?		# SiS DRM driver
5081.22Schristos#tdfxdrm*	at drm?		# 3dfx (voodoo) DRM driver
5091.22Schristos#vboxdrm*	at drm?		# VirtualBox DRM driver
5101.22Schristos
5111.22Schristos# DRMKMS drivers
5121.49Sryoi915drmkms*	at pci? dev ? function ?
5131.49Sryointelfb*	at intelfbbus?
5141.22Schristos
5151.27Sriastradradeon* 	at pci? dev ? function ?
5161.22Schristosradeondrmkmsfb* at radeonfbbus?
5171.22Schristos
5181.49Sryonouveau*	at pci? dev ? function ?
5191.49Sryonouveaufb*	at nouveaufbbus?
5201.1Schristos
5211.93Smaya# DRMUMS drivers
5221.93Smayaviadrmums*	at drm?
5231.93Smaya
5241.1Schristosattimer0	at isa?
5251.1Schristospcppi0		at isa?
5261.1Schristossysbeep0	at pcppi?
5271.1Schristos
5281.1Schristos# Serial Devices
5291.1Schristos
5301.1Schristos# PCI serial interfaces
5311.1Schristoscom*	at puc? port ?			# 16x50s on "universal" comm boards
5321.1Schristoscy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
5331.1Schristoscz*	at pci? dev ? function ?	# Cyclades-Z multi-port serial boards
5341.1Schristos
5351.1Schristos# PCMCIA serial interfaces
5361.1Schristoscom*	at pcmcia? function ?		# Modems and serial cards
5371.1Schristos
5381.1Schristospcmcom* at pcmcia? function ?		# PCMCIA multi-port serial cards
5391.1Schristoscom*	at pcmcom? slave ?		# ...and the slave devices
5401.1Schristos
5411.1Schristos# CardBus serial interfaces
5421.1Schristoscom*	at cardbus? function ?	# Modems and serial cards
5431.1Schristos
5441.1Schristos# Cardbus bridges
5451.1Schristos#ppb*	at cardbus? function ?	# Cardbus-PCI bridges (www.magma.com)
5461.1Schristos
5471.1Schristos# ISA serial interfaces
5481.1Schristos#options 	COM_HAYESP		# adds Hayes ESP serial board support
5491.1Schristoscom0	at isa? port 0x3f8 irq 4	# Standard PC serial ports
5501.1Schristoscom1	at isa? port 0x2f8 irq 3
5511.1Schristoscom2	at isa? port 0x3e8 irq 5
5521.1Schristoscom3	at isa? port 0x2e8 irq 9
5531.1Schristosast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
5541.1Schristoscom*	at ast? slave ?
5551.1Schristosboca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
5561.1Schristosboca0	at isa? port 0x100 irq 5	# BOCA 16-port serial cards (BB2016)
5571.1Schristosboca1	at isa? port 0x140 irq 5	# this line is also needed for BB2016
5581.1Schristoscom*	at boca? slave ?
5591.1Schristostcom0	at isa? port 0x100 irq 7	# TC-800 8-port serial cards
5601.1Schristoscom*	at tcom? slave ?
5611.1Schristosrtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
5621.1Schristoscom*	at rtfps? slave ?
5631.1Schristoscy0	at isa? iomem 0xd4000 irq 12	# Cyclades serial cards
5641.1Schristosaddcom0 at isa? port 0x108 irq 5	# Addonics FlexPort 8S
5651.1Schristoscom*	at addcom? slave ?
5661.1Schristosmoxa0	at isa?	port 0x100 irq 5	# MOXA C168H serial card (experimental)
5671.1Schristoscom*	at moxa? slave ?
5681.1Schristosioat*	at isa? port 0x220 irq 5	# BOCA IOAT66 6-port serial card
5691.1Schristoscom*	at ioat? slave ?
5701.1Schristos
5711.1Schristos# Parallel Printer Interfaces
5721.1Schristos
5731.1Schristos# PCI parallel printer interfaces
5741.1Schristoslpt*	at puc? port ?			# || ports on "universal" comm boards
5751.1Schristos
5761.1Schristos# ISA parallel printer interfaces
5771.1Schristoslpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
5781.1Schristoslpt1	at isa? port 0x278
5791.1Schristoslpt2	at isa? port 0x3bc
5801.1Schristos
5811.1Schristos# Hardware monitors
5821.1Schristos
5831.80Spgoyette# Temperatures
5841.80Spgoyetteamdsmn* at pci?				# AMD SMN Configuration
5851.80Spgoyetteamdzentemp* at amdsmnbus?		# AMD Ryzen Family 17h CPU temp sensors
5861.80Spgoyette
5871.57Schristosamdnb_misc* at pci?			# AMD NB Misc Configuration
5881.57Schristosamdtemp* at amdnb_misc?  		# AMD CPU Temperature sensors
5891.57Schristos
5901.57Schristos# Winbond LPC Super I/O
5911.57Schristoswbsio*	at isa? port 0x2e
5921.57Schristoswbsio*	at isa? port 0x4e
5931.57Schristos
5941.57Schristos# IBM Hawk Integrated Systems Management Processor
5951.89Sthorpejibmhawk0	at iic? addr 0x37
5961.57Schristos
5971.82Spgoyette# Intel Integrated Memory Controller SMBus (experimental)
5981.82Spgoyetteimc* at pci? dev ? function ?		# Intel Integrated Memory Controller,
5991.82Spgoyetteimcsmb* at imc?				# the associated SMBus controller,
6001.82Spgoyetteiic* at imcsmb?				# and the SMBus itself
6011.82Spgoyette
6021.57Schristos# LM7[89] and compatible hardware monitors
6031.57Schristos# Use flags to select temp sensor type (see lm(4) man page for details)
6041.57Schristoslm0	at isa?	port 0x290 flags 0x0	# other common ports: 0x280, 0x310
6051.57Schristoslm*	at wbsio?
6061.57Schristos
6071.57Schristos# SMSC LPC47B397 hardware monitor functions
6081.57Schristossmsc0	at isa? port 0x02e
6091.57Schristos
6101.57Schristos# SMSC LPC47M192 hardware monitor
6111.89Sthorpejsmscmon*	at iic? addr 0x2c
6121.89Sthorpejsmscmon*	at iic? addr 0x2d	# (alternate address)
6131.57Schristos
6141.1Schristos# AMD 768 and 8111 power/ACPI controllers
6151.1Schristosamdpm*	at pci? dev ? function ?	# RNG and SMBus 1.0 interface
6161.1Schristosiic*	at amdpm?			# sensors below are on this bus
6171.1Schristos
6181.1Schristos# Acer Labs M7101 SMBus controller
6191.1Schristosalipm*	at pci? dev ? function ?
6201.1Schristosiic*	at alipm?
6211.1Schristos
6221.1Schristos# Intel ICH SMBus controller
6231.1Schristosichsmb* at pci? dev ? function ?
6241.1Schristosiic*	at ichsmb?
6251.1Schristos
6261.1Schristos# NVIDIA nForce2/3/4 SMBus controller
6271.1Schristosnfsmbc* at pci? dev ? function ?
6281.1Schristosnfsmb*	at nfsmbc?
6291.1Schristosiic*	at nfsmb?
6301.1Schristos
6311.1Schristos# Intel PIIX4 power management controllers
6321.1Schristospiixpm* at pci? dev ? function ?	# PIIX4 compatible PM controller
6331.1Schristosiic*	at piixpm?			# SMBus on PIIX4
6341.1Schristos
6351.75Sbouyer# I2C controller as found in some Intel PCH devices.
6361.75Sbouyerdwiic*		at pci?			# I2C controller
6371.75Sbouyeriic*		at dwiic?
6381.75Sbouyer
6391.1Schristos# dbCool Thermal monitor and fan controller
6401.89Sthorpejdbcool* at iic? addr 0x2C		# Unknown other motherboard(s)
6411.89Sthorpejdbcool* at iic? addr 0x2D		# Tyan S2881
6421.89Sthorpejdbcool* at iic? addr 0x2E		# Tyan S2882-D
6431.1Schristos
6441.1Schristos# IBM Hawk Integrated Systems Management Processor
6451.89Sthorpejibmhawk0	at iic?	addr 0x37
6461.1Schristos
6471.1Schristos# LM7[89] and compatible hardware monitors
6481.1Schristos# Use flags to select temp sensor type (see lm(4) man page for details)
6491.89Sthorpejlm0	at iic?	addr 0x2e flags 0x0
6501.1Schristos
6511.1Schristos# SMSC LPC47M192 hardware monitor
6521.89Sthorpejsmscmon*	at iic? addr 0x2c
6531.89Sthorpej#smscmon*	at iic? addr 0x2d	# (alternate address)
6541.1Schristos
6551.1Schristos# IBM Thinkpad Active Protection System
6561.1Schristosaps0	at isa? port 0x1600
6571.1Schristos
6581.1Schristos# Fintek Super I/O with hardware monitor
6591.1Schristosfinsio0 	at isa? port 0x4e
6601.1Schristos
6611.1Schristos# iTE IT87xxF Super I/O with watchdog and sensors support
6621.1Schristositesio0 	at isa? port 0x2e
6631.1Schristos
6641.1Schristos# Winbond LPC Super I/O
6651.1Schristoswbsio*	at isa? port 0x2e
6661.1Schristoswbsio*	at isa? port 0x4e
6671.1Schristos
6681.1Schristos# LM7[89] and compatible hardware monitors
6691.1Schristoslm0	at isa?	port 0x290 flags 0x0	# other common: 0x280, 0x310
6701.1Schristoslm*	at wbsio?
6711.1Schristos
6721.1Schristos# SMSC LPC47B397 hardware monitor functions
6731.1Schristossmsc0	at isa? port 0x02e
6741.1Schristos
6751.1Schristos# PC87366 hardware monitor
6761.1Schristosnsclpcsio*	at isa?
6771.1Schristosgpio*		at nsclpcsio?
6781.1Schristos
6791.1Schristos# Abit uGuru Hardware system monitor
6801.1Schristosug0	at isa? port 0xe0
6811.1Schristos
6821.1Schristos# VIA VT82C686A/VT8231 Hardware Monitor and Power Management Timer
6831.1Schristosviaenv* 	at pci? dev ? function ?
6841.1Schristos
6851.1Schristos# Serial Presence Detect capable memory modules and optional temp sensors
6861.89Sthorpejspdmem* at iic? addr 0x50
6871.89Sthorpejspdmem* at iic? addr 0x51
6881.89Sthorpejspdmem* at iic? addr 0x52
6891.89Sthorpejspdmem* at iic? addr 0x53
6901.89Sthorpejspdmem* at iic? addr 0x54
6911.89Sthorpejspdmem* at iic? addr 0x55
6921.89Sthorpejspdmem* at iic? addr 0x56
6931.89Sthorpejspdmem* at iic? addr 0x57
6941.89Sthorpejsdtemp* at iic? addr 0x18
6951.89Sthorpejsdtemp* at iic? addr 0x19
6961.89Sthorpejsdtemp* at iic? addr 0x1a
6971.89Sthorpejsdtemp* at iic? addr 0x1b
6981.89Sthorpejsdtemp* at iic? addr 0x1c
6991.89Sthorpejsdtemp* at iic? addr 0x1d
7001.89Sthorpejsdtemp* at iic? addr 0x1e
7011.89Sthorpejsdtemp* at iic? addr 0x1f
7021.1Schristos
7031.75Sbouyer# I2C HID devices
7041.75Sbouyerihidev* at iic?
7051.75Sbouyer
7061.75Sbouyer# I2C Mice
7071.75Sbouyerims*	at ihidev? reportid ?
7081.75Sbouyerwsmouse* at ims? mux 0
7091.75Sbouyer
7101.1Schristos# I2O devices
7111.1Schristosiop*	at pci? dev ? function ?	# I/O processor
7121.1Schristosiopsp*	at iop? tid ?			# SCSI/FC-AL ports
7131.1Schristosld*	at iop? tid ?			# block devices
7141.1Schristosdpti*	at iop? tid 0			# DPT/Adaptec control interface
7151.1Schristos
7161.1Schristos# GPIO devices
7171.1Schristosgpio*	at gpiosim?
7181.1Schristos
7191.1Schristos# 1-Wire support
7201.1Schristosgpioow* 	at gpio? offset ? mask ?	# 1-wire bitbanging via gpio
7211.1Schristosgpioow* 	at gpio?
7221.1Schristosonewire*	at gpioow?
7231.1Schristos
7241.1Schristos# 1-Wire devices
7251.1Schristosowtemp* 	at onewire?			# Temperature sensors
7261.1Schristos
7271.36Smsaitoh# I2C support
7281.36Smsaitohgpioiic*	at gpio?
7291.36Smsaitohiic*		at gpioiic?
7301.36Smsaitoh
7311.1Schristos# Keylock support
7321.1Schristosgpiolock*	at gpio?
7331.1Schristos
7341.57Schristos# Pulsing GPIO pins in software
7351.57Schristosgpiopwm*	at gpio?
7361.57Schristos
7371.1Schristos# Soekris 6501 GPIO/LED driver (provides gpiobus, needs gpio)
7381.1Schristossoekrisgpio0	at isa? port 0x680
7391.1Schristos
7401.1Schristos# SCSI Controllers and Devices
7411.1Schristos
7421.1Schristos# PCI SCSI controllers
7431.1Schristosadv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
7441.1Schristosadw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
7451.1Schristosahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
7461.1Schristosahd*	at pci? dev ? function ?	# Adaptec 29320, 39320 (aic790x) SCSI
7471.1Schristosbha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
7481.1Schristosdpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
7491.1Schristosiha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
7501.1Schristosisp*	at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FibreChannel
7511.1Schristosmfi*	at pci? dev ? function ?	# LSI MegaRAID SAS
7521.1Schristosmly*	at pci? dev ? function ?	# Mylex AcceleRAID and eXtremeRAID
7531.1Schristosmpt*	at pci? dev ? function ?	# LSILogic 9x9 and 53c1030 (Fusion-MPT)
7541.1Schristosmpii*	at pci? dev ? function ?	# LSI Logic Fusion-MPT II
7551.1Schristosnca*	at pci? dev ? function ?	# Domex DMX-3191D
7561.1Schristosnjs*	at pci? dev ? function ?	# Workbit NinjaSCSI-32
7571.1Schristospcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
7581.1Schristossiop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
7591.1Schristosesiop*	at pci? dev ? function ?	# Symbios 53c875 SCSI and newer
7601.1Schristosoptions 	SIOP_SYMLED		# drive the act. LED in software
7611.1Schristostrm*	at pci? dev ? function ?	# Tekram DC-395U/UW/F, DC-315/U SCSI
7621.1Schristos
7631.1Schristos# PCMCIA SCSI controllers
7641.1Schristosaic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
7651.1Schristosesp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
7661.1Schristosnca*	at pcmcia? function ?		# NCR53C400 SCSI
7671.1Schristosspc*	at pcmcia? function ?		# Fujitsu MB87030/MB89352 SCSI
7681.1Schristos
7691.1Schristos# ISA SCSI controllers
7701.1Schristosadv0	at isa? port ? irq ? drq ?	# AdvanSys APB-514[02] SCSI
7711.1Schristosaha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
7721.1Schristosaha1	at isa? port 0x334 irq ? drq ?
7731.1Schristosaic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI
7741.1Schristosbha0	at isa? port 0x330 irq ? drq ?	# BusLogic [457]4X SCSI
7751.1Schristosbha1	at isa? port 0x334 irq ? drq ?
7761.1Schristos# The "nca" and "dpt" probes might give false hits or hang your machine.
7771.1Schristosdpt0	at isa? port 0x170 irq ? drq ?	# DPT SmartCache/SmartRAID
7781.1Schristosesp0	at isa? port 0x230 irq ?	# Emulex ESP406 and Qlogic FAS408 SCSI
7791.1Schristosnca0	at isa? port 0x360 irq 15	# Port-mapped NCR 53C80 controller
7801.1Schristosnca1	at isa? iomem 0xd8000 irq 5	# Memory-mapped controller (T128, etc.)
7811.1Schristossea0	at isa? iomem 0xc8000 irq 5	# Seagate/Future Domain SCSI
7821.1Schristosuha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI
7831.1Schristosuha1	at isa? port 0x340 irq ? drq ?
7841.1Schristoswds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
7851.1Schristoswds1	at isa? port 0x358 irq 11 drq 5
7861.1Schristos
7871.1Schristos# CardBus SCSI cards
7881.1Schristosadv*	at cardbus? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
7891.1Schristosahc*	at cardbus? function ?	# Adaptec ADP-1480
7901.1Schristosnjs*	at cardbus? function ?	# Workbit NinjaSCSI-32
7911.1Schristos
7921.1Schristos# SCSI bus support
7931.1Schristosscsibus* at scsi?
7941.1Schristos
7951.1Schristos# SCSI devices
7961.1Schristossd*	at scsibus? target ? lun ?	# SCSI disk drives
7971.1Schristosst*	at scsibus? target ? lun ?	# SCSI tape drives
7981.1Schristoscd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
7991.1Schristosch*	at scsibus? target ? lun ?	# SCSI autochangers
8001.1Schristosses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
8011.1Schristosss*	at scsibus? target ? lun ?	# SCSI scanners
8021.1Schristosse*	at scsibus? target ? lun ?	# SCSI ethernet adapters
8031.1Schristosuk*	at scsibus? target ? lun ?	# SCSI unknown
8041.1Schristos
8051.1Schristos# SCSI NIC
8061.1Schristosse* at scsibus? target ? lun ?
8071.1Schristos
8081.1Schristos# RAID controllers and devices
8091.1Schristosaac*	at pci? dev ? function ?	# Adaptec AAC family
8101.1Schristosamr*	at pci? dev ? function ?	# AMI/LSI Logic MegaRAID
8111.1Schristosarcmsr* at pci? dev ? function ?	# Areca SATA RAID controllers
8121.1Schristoscac*	at pci? dev ? function ?	# Compaq PCI array controllers
8131.1Schristosciss*	at pci? dev ? function ?	# HP Smart Array controllers
8141.81Sjoergoptions CISS_NO_INTERRUPT_HACK
8151.81Sjoerg
8161.1Schristosicp*	at pci? dev ? function ?	# ICP-Vortex GDT & Intel RAID
8171.1Schristosmlx*	at pci? dev ? function ?	# Mylex DAC960 & DEC SWXCR family
8181.1Schristostwa*	at pci? dev ? function ?	# 3ware Escalade 95xx RAID controllers
8191.1Schristostwe*	at pci? dev ? function ?	# 3ware Escalade RAID controllers
8201.1Schristos
8211.1Schristosld*	at aac? unit ?			# logical disk devices
8221.1Schristosld*	at amr? unit ?
8231.1Schristosld*	at cac? unit ?
8241.1Schristosld*	at icp? unit ?
8251.1Schristosld*	at twa? unit ?
8261.1Schristosld*	at twe? unit ?
8271.1Schristosld*	at mlx? unit ?
8281.1Schristos
8291.1Schristosicpsp*	at icp? unit ?			# SCSI pass-through
8301.1Schristos
8311.1Schristos# IDE and related devices
8321.1Schristos# PCI IDE controllers - see pciide(4) for supported hardware.
8331.1Schristos# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
8341.1Schristos# how to set up DMA modes for this chip. This may work, or may cause
8351.1Schristos# a machine hang with some controllers.
8361.1Schristospciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
8371.1Schristosacardide*	at pci? dev ? function ?	# Acard IDE controllers
8381.1Schristosaceride*	at pci? dev ? function ?	# Acer Lab IDE controllers
8391.1Schristosahcisata*	at pci? dev ? function ?	# AHCI SATA controllers
8401.1Schristosartsata*	at pci? dev ? function ?	# Intel i31244 SATA controller
8411.1Schristoscmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
8421.1Schristoscypide* 	at pci? dev ? function ?	# Cypress IDE controllers
8431.1Schristosgeodeide*	at pci? dev ? function ?	# AMD Geode IDE controllers
8441.1Schristoshptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
8451.1Schristositeide* 	at pci? dev ? function ?	# IT Express IDE controllers
8461.1Schristosixpide* 	at pci? dev ? function ?	# ATI IXP IDE controllers
8471.1Schristosjmide*		at pci? dev ? function ?	# JMicron PCI-e PATA/SATA controllers
8481.1Schristosahcisata*	at jmide?
8491.1Schristosmvsata* 	at pci? dev ? function ?	# Marvell Hercules-I/II
8501.1Schristosoptiide*	at pci? dev ? function ?	# Opti IDE controllers
8511.1Schristospiixide*	at pci? dev ? function ?	# Intel IDE controllers
8521.1Schristospdcide* 	at pci? dev ? function ?	# Promise IDE controllers
8531.1Schristospdcsata*	at pci? dev ? function ?	# Promise SATA150 controllers
8541.1Schristosrccide* 	at pci? dev ? function ?	# ServerWorks IDE controllers
8551.1Schristosrdcide* 	at pci? dev ? function ?	# RDC PMX-1000 IDE controllers
8561.1Schristossatalink*	at pci? dev ? function ?	# SiI SATALink controllers
8571.1Schristosschide* 	at pci? dev ? function ?	# Intel SCH IDE controllers
8581.1Schristossiisata*	at pci? dev ? function ?	# SiI SteelVine controllers
8591.1Schristossiside* 	at pci? dev ? function ?	# SiS IDE controllers
8601.49Sryoslide*		at pci? dev ? function ?	# Symphony Labs IDE controllers
8611.1Schristossvwsata*	at pci? dev ? function ?	# ServerWorks SATA controllers
8621.1Schristosstpcide*	at pci? dev ? function ?	# STMicro STPC IDE controllers
8631.1Schristostoshide*	at pci? dev ? function ?	# TOSHIBA PICCOLO controllers
8641.1Schristosviaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
8651.1Schristos
8661.1Schristos# PCMCIA IDE controllers
8671.1Schristoswdc*	at pcmcia? function ?
8681.1Schristos
8691.1Schristos# CardBus IDE controllers
8701.1Schristosnjata*	at cardbus? function ? flags 0x01	# Workbit NinjaATA-32
8711.1Schristossiisata* at cardbus? function ? 		# SiI SteelVine controllers
8721.1Schristos
8731.1Schristos# ISA ST506, ESDI, and IDE controllers
8741.1Schristos# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
8751.1Schristos# fall back to 16bits I/O if 32bits I/O are not functional).
8761.1Schristos# Some controllers pass the initial 32bit test, but will fail later.
8771.1Schristoswdc0	at isa? port 0x1f0 irq 14 flags 0x00
8781.1Schristoswdc1	at isa? port 0x170 irq 15 flags 0x00
8791.1Schristos
8801.1Schristos# ATA (IDE) bus support
8811.1Schristosatabus* at ata?
8821.1Schristosoptions 	ATADEBUG
8831.1Schristos
8841.1Schristos# IDE drives
8851.1Schristos# Flags are used only with controllers that support DMA operations
8861.1Schristos# and mode settings (e.g. some pciide controllers)
8871.1Schristos# The lowest order four bits (rightmost digit) of the flags define the PIO
8881.1Schristos# mode to use, the next set of four bits the DMA mode and the third set the
8891.1Schristos# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
8901.1Schristos# to use, and the last bit must be 1 for this setting to be used.
8911.1Schristos# For DMA and UDMA, 0xf (1111) means 'disable'.
8921.1Schristos# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
8931.1Schristos# (0xc=1100, 0xa=1010, 0xf=1111)
8941.1Schristos# 0x0000 means "use whatever the drive claims to support".
8951.1Schristoswd*	at atabus? drive ? flags 0x0000
8961.1Schristos
8971.1Schristos# ATA RAID configuration support, as found on some Promise controllers.
8981.1Schristospseudo-device	ataraid
8991.1Schristosld*	at ataraid? vendtype ? unit ?
9001.1Schristos
9011.1Schristos# ATAPI bus support
9021.1Schristosatapibus* at atapi?
9031.1Schristos
9041.1Schristos# ATAPI devices
9051.1Schristos# flags have the same meaning as for IDE drives.
9061.1Schristoscd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
9071.1Schristossd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
9081.1Schristosst*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
9091.1Schristosuk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
9101.1Schristos
9111.1Schristos
9121.34Snonaka# NVM Express controllers and devices
9131.34Snonakanvme*	at pci? dev ? function ?
9141.34Snonakald*	at nvme? nsid ?
9151.34Snonaka
9161.34Snonaka
9171.1Schristos# Miscellaneous mass storage devices
9181.1Schristos
9191.1Schristos# ISA floppy
9201.1Schristosfdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
9211.1Schristos#fdc1	at isa? port 0x370 irq ? drq ?
9221.1Schristosfd*	at fdc? drive ?			# the drives themselves
9231.1Schristos# some machines need you to do this instead of fd*
9241.1Schristosfd0	at fdc0 drive 0
9251.1Schristos
9261.1Schristos# ISA CD-ROM devices
9271.1Schristosmcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
9281.1Schristos
9291.1Schristos# ISA tape devices
9301.1Schristos# note: the wt driver conflicts unpleasantly with SMC boards at the
9311.1Schristos# same I/O address. The probe reprograms their EEPROMs. Don't
9321.1Schristos# uncomment it unless you are actually using it.
9331.1Schristoswt0	at isa? port 0x308 irq 5 drq 1	# Archive and Wangtek QIC tape drives
9341.1Schristos
9351.1Schristos# Network Interfaces
9361.1Schristos
9371.1Schristos# PCI network interfaces
9381.1Schristosage*	at pci? dev ? function ?	# Attansic/Atheros L1 Gigabit Ethernet
9391.1Schristosalc*	at pci? dev ? function ?	# Attansic/Atheros L1C/L2C Ethernet
9401.1Schristosale*	at pci? dev ? function ?	# Attansic/Atheros L1E Ethernet
9411.57Schristosan*	at pci? dev ? function ?	# Aironet PC4500/PC4800 (802.11)
9421.1Schristosath*	at pci? dev ? function ?	# Atheros 5210/5211/5212 802.11
9431.1Schristosathn*	at pci? dev ? function ?	# Atheros AR9k (802.11a/g/n)
9441.1Schristosatw*	at pci? dev ? function ?	# ADMtek ADM8211 (802.11)
9451.1Schristosbce*	at pci? dev ? function ?	# Broadcom 4401 10/100 Ethernet
9461.1Schristosbge*	at pci? dev ? function ?	# Broadcom 570x gigabit Ethernet
9471.1Schristosbnx*	at pci? dev ? function ?	# Broadcom NetXtremeII gigabit Ethernet
9481.1Schristosbwi*	at pci? dev ? function ?	# Broadcom BCM43xx wireless
9491.1Schristoscas*	at pci? dev ? function ?	# Sun Cassini/Cassini+ Ethernet
9501.1Schristosdge*	at pci? dev ? function ?	# Intel 82597 10GbE LR
9511.1Schristosen*	at pci? dev ? function ?	# ENI/Adaptec ATM
9521.90Sjdolecekena*	at pci? dev ? function ?	# NOT WORKING - Amazon Elastic Network Adapter
9531.1Schristosep*	at pci? dev ? function ?	# 3Com 3c59x
9541.1Schristosepic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
9551.1Schristosesh*	at pci? dev ? function ?	# Essential HIPPI card
9561.1Schristoset*	at pci? dev ? function ?	# Agere/LSI ET1310/ET1301 Gigabit
9571.1Schristosex*	at pci? dev ? function ?	# 3Com 3c90x[BC]
9581.1Schristosfpa*	at pci? dev ? function ?	# DEC DEFPA FDDI
9591.1Schristosfxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
9601.1Schristosgem*	at pci? dev ? function ?	# Apple GMAC and Sun ERI gigabit enet
9611.1Schristosgsip*	at pci? dev ? function ?	# NS83820 Gigabit Ethernet
9621.1Schristoshme*	at pci? dev ? function ?	# Sun Microelectronics STP2002-STQ
9631.1Schristosipw*	at pci? dev ? function ?	# Intel PRO/Wireless 2100
9641.1Schristosiwi*	at pci? dev ? function ?	# Intel PRO/Wireless 2200BG
9651.25Snonakaiwm*	at pci? dev ? function ?	# Intel Wireless WiFi Link 7xxx
9661.1Schristosiwn*	at pci? dev ? function ?	# Intel PRO/Wireless 4965AGN
9671.3Schristosixg*	at pci? dev ? function ?	# Intel 8259x 10 gigabit
9681.57Schristosixv*	at pci? dev ? function ?	# Intel 8259x 10G virtual function
9691.57Schristosjme*	at pci? dev ? function ?	# JMicron JMC2[56]0 ethernet
9701.57Schristoshme*	at pci? dev ? function ?	# Sun Microelectronics STP2002-STQ
9711.1Schristosle*	at pci? dev ? function ?	# PCnet-PCI Ethernet
9721.1Schristoslii*	at pci? dev ? function ?	# Atheros L2 Fast-Ethernet
9731.1Schristoslmc*	at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
9741.49Sryomalo*	at pci? dev ? function ?	# Marvell Libertas Wireless
9751.1Schristosmskc*	at pci? dev ? function ?	# Marvell Yukon 2 Gigabit Ethernet
9761.1Schristosmsk*	at mskc?			# Marvell Yukon 2 Gigabit Ethernet
9771.1Schristosmtd*	at pci? dev ? function ?	# Myson MTD803 3-in-1 Ethernet
9781.1Schristosne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
9791.1Schristosnfe*	at pci? dev ? function ?	# NVIDIA nForce Ethernet
9801.1Schristosntwoc*	at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
9811.1Schristospcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
9821.1Schristosral*	at pci? dev ? function ?	# Ralink Technology RT25x0 802.11a/b/g
9831.1Schristosre*	at pci? dev ? function ?	# Realtek 8139C+/8169/8169S/8110S
9841.1Schristosrtk*	at pci? dev ? function ?	# Realtek 8129/8139
9851.1Schristosrtw*	at pci? dev ? function ?	# Realtek 8180L (802.11)
9861.57Schristosrtwn*	at pci? dev ? function ?	# Realtek 8188CE/8192CE 802.11b/g/n
9871.1Schristossf*	at pci? dev ? function ?	# Adaptec AIC-6915 Ethernet
9881.1Schristossip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
9891.1Schristosskc*	at pci? dev ? function ?	# SysKonnect SK9821 Gigabit Ethernet
9901.1Schristossk*	at skc?				# SysKonnect SK9821 Gigabit Ethernet
9911.1Schristosste*	at pci? dev ? function ?	# Sundance ST-201 Ethernet
9921.1Schristosstge*	at pci? dev ? function ?	# Sundance/Tamarack TC9021 Gigabit
9931.1Schristosti*	at pci? dev ? function ?	# Alteon ACEnic gigabit Ethernet
9941.1Schristostl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
9951.1Schristostlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
9961.1Schristostxp*	at pci? dev ? function ?	# 3com 3cr990
9971.1Schristosvge*	at pci? dev ? function ?	# VIATech VT612X Gigabit Ethernet
9981.9Shikaruvmx*	at pci? dev ? function ?	# VMware VMXNET3
9991.1Schristosvr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
10001.1Schristosvte*	at pci? dev ? function ?	# Vortex86 RDC R6040 Fast Ethernet
10011.1Schristoswi*	at pci? dev ? function ?	# Intersil Prism Mini-PCI (802.11b)
10021.1Schristoswm*	at pci? dev ? function ?	# Intel 8254x gigabit
10031.1Schristoswpi*	at pci? dev ? function ?	# Intel PRO/Wireless 3945ABG
10041.1Schristosxge*	at pci? dev ? function ?	# Neterion (S2io) Xframe-I 10GbE
10051.1Schristos
10061.1Schristos# PCMCIA network interfaces
10071.1Schristosan*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
10081.1Schristosawi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
10091.1Schristoscnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
10101.1Schristoscs*	at pcmcia? function ?		# CS89xx Ethernet
10111.1Schristosep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
10121.6Schsmalo*	at pcmcia? function ?		# Marvell Libertas
10131.1Schristosmbe*	at pcmcia? function ?		# MB8696x based Ethernet
10141.1Schristosne*	at pcmcia? function ?		# NE2000-compatible Ethernet
10151.1Schristosray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
10161.1Schristossm*	at pcmcia? function ?		# Megahertz Ethernet
10171.1Schristos# tr at pcmcia has problems with Cardbus bridges
10181.1Schristostr*	at pcmcia? function ?		# TROPIC based Token-Ring
10191.1Schristoswi*	at pcmcia? function ?		# Lucent/Intersil WaveLAN/IEEE (802.11)
10201.1Schristosxirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
10211.1Schristoscom*	at xirc?
10221.1Schristosxi*	at xirc?
10231.1Schristosmhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
10241.1Schristoscom*	at mhzc?
10251.1Schristossm*	at mhzc?
10261.1Schristos
10271.1Schristos# ISA network interfaces
10281.1Schristosate0	at isa? port 0x2a0 irq ?		# AT1700
10291.1Schristoscs0	at isa? port 0x300 iomem ? irq ? drq ?	# CS8900 Ethernet
10301.1Schristosec0	at isa? port 0x250 iomem 0xd8000 irq 9	# 3Com 3c503 Ethernet
10311.1Schristoseg0	at isa? port 0x280 irq 9		# 3c505 Ethernet cards
10321.1Schristosel0	at isa? port 0x300 irq 9		# 3c501 Ethernet cards
10331.1Schristosep*	at isa? port ? irq ?			# 3c509 Ethernet cards
10341.1Schristosef0	at isa? port 0x360 iomem 0xd0000 irq 7	# 3c507
10351.1Schristosai0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN
10361.1Schristosfmv0	at isa? port 0x2a0 irq ?		# FMV-181/182
10371.1Schristosix0	at isa? port 0x300 irq 10		# EtherExpress/16
10381.1Schristosiy0	at isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
10391.1Schristoslc0	at isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
10401.1Schristosdepca0	at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5	# DEPCA
10411.1Schristosle*	at depca?
10421.1Schristosnele0	at isa? port 0x320 irq 9 drq 7		# NE2100
10431.1Schristosle*	at nele?
10441.1Schristosntwoc0	at isa? port 0x300 irq 5 iomem 0xc8000 flags 1	# Riscom/N2 sync serial
10451.1Schristosbicc0	at isa? port 0x320 irq 10 drq 7		# BICC IsoLan
10461.1Schristosle*	at bicc?
10471.1Schristosne0	at isa? port 0x280 irq 9		# NE[12]000 Ethernet cards
10481.1Schristosne1	at isa? port 0x300 irq 10
10491.1Schristossm0	at isa? port 0x300 irq 10		# SMC91C9x Ethernet
10501.1Schristostr0	at isa? port 0xa20 iomem 0xd8000 irq ?	# IBM TROPIC based Token-Ring
10511.1Schristostr1	at isa? port 0xa24 iomem 0xd0000 irq ?	# IBM TROPIC based Token-Ring
10521.1Schristostr*	at isa? port ? irq ?			# 3Com TROPIC based Token-Ring
10531.1Schristoswe0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
10541.1Schristoswe1	at isa? port 0x300 iomem 0xcc000 irq 10
10551.1Schristos
10561.1Schristos# CardBus network cards
10571.1Schristosath*	at cardbus? function ?	# Atheros 5210/5211/5212 802.11
10581.1Schristosathn*	at cardbus? function ?	# Atheros AR9k (802.11a/g/n)
10591.1Schristosatw*	at cardbus? function ?	# ADMtek ADM8211 (802.11)
10601.1Schristosex*	at cardbus? function ?	# 3Com 3c575TX
10611.1Schristosfxp*	at cardbus? function ?	# Intel i8255x
10621.1Schristosral*	at cardbus? function ?	# Ralink Technology RT25x0 802.11a/b/g
10631.1Schristosre*	at cardbus? function ?	# Realtek 8139C+/8169/8169S/8110S
10641.1Schristosrtk*	at cardbus? function ?	# Realtek 8129/8139
10651.1Schristosrtw*	at cardbus? function ?	# Realtek 8180L (802.11)
10661.1Schristostlp*	at cardbus? function ?	# DECchip 21143
10671.1Schristos
10681.1Schristos# MII/PHY support
10691.1Schristosacphy*	at mii? phy ?			# Altima AC101 and AMD Am79c874 PHYs
10701.1Schristosamhphy* at mii? phy ?			# AMD 79c901 Ethernet PHYs
10711.1Schristosatphy*	at mii? phy ?			# Attansic/Atheros PHYs
10721.1Schristosbmtphy* at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
10731.1Schristosbrgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
10741.1Schristosciphy*	at mii? phy ?			# Cicada CS8201 Gig-E PHYs
10751.1Schristosdmphy*	at mii? phy ?			# Davicom DM9101 PHYs
10761.1Schristosetphy*	at mii? phy ?			# Agere/LSI ET1011 TruePHY Gig-E PHYs
10771.1Schristosexphy*	at mii? phy ?			# 3Com internal PHYs
10781.1Schristosgentbi* at mii? phy ?			# Generic Ten-Bit 1000BASE-[CLS]X PHYs
10791.1Schristosglxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
10801.1Schristosgphyter* at mii? phy ?			# NS83861 Gig-E PHY
10811.1Schristosicsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
10821.1Schristosigphy*	at mii? phy ?			# Intel IGP01E1000
10831.1Schristosihphy*	at mii? phy ?			# Intel 82577 PHYs
10841.1Schristosikphy*	at mii? phy ?			# Intel 82563 PHYs
10851.1Schristosinphy*	at mii? phy ?			# Intel 82555 PHYs
10861.1Schristosiophy*	at mii? phy ?			# Intel 82553 PHYs
10871.1Schristoslxtphy* at mii? phy ?			# Level One LXT-970 PHYs
10881.1Schristosmakphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
10891.1Schristosnsphy*	at mii? phy ?			# NS83840 PHYs
10901.1Schristosnsphyter* at mii? phy ? 		# NS83843 PHYs
10911.1Schristospnaphy* at mii? phy ?			# generic HomePNA PHYs
10921.1Schristosqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
10931.1Schristosrdcphy* at mii? phy ?			# RDC R6040 internal PHY
10941.1Schristosrgephy* at mii? phy ?			# Realtek 8169S/8110S internal PHYs
10951.1Schristosrlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
10961.1Schristossqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
10971.1Schristostlphy*	at mii? phy ?			# ThunderLAN PHYs
10981.1Schristostqphy*	at mii? phy ?			# TDK Semiconductor PHYs
10991.1Schristosukphy*	at mii? phy ?			# generic unknown PHYs
11001.1Schristosurlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
11011.1Schristos
11021.1Schristos
11031.1Schristos# USB Controller and Devices
11041.1Schristos
11051.1Schristos# PCI USB controllers
11061.57Schristosxhci*	at pci?	dev ? function ?	# eXtensible Host Controller
11071.57Schristos					# xhci is at best experimental
11081.1Schristosehci*	at pci?	dev ? function ?	# Enhanced Host Controller
11091.1Schristosohci*	at pci?	dev ? function ?	# Open Host Controller
11101.1Schristosuhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
11111.1Schristosxhci*	at pci?	dev ? function ?	# eXtensible Host Controller
11121.1Schristos
11131.1Schristos# CardBus USB controllers
11141.1Schristosehci*	at cardbus? function ?		# Enhanced Host Controller
11151.1Schristosohci*	at cardbus? function ?		# Open Host Controller
11161.1Schristosuhci*	at cardbus? function ?		# Universal Host Controller (Intel)
11171.1Schristos
11181.1Schristos# ISA USB controllers
11191.1Schristosslhci0	at isa? port 0x300 irq 5	# ScanLogic SL811HS
11201.1Schristos
11211.1Schristos# PCMCIA USB controllers
11221.1Schristosslhci*	at pcmcia? function ?		# ScanLogic SL811HS
11231.1Schristos
11241.1Schristos# USB bus support
11251.57Schristosusb*	at xhci?
11261.1Schristosusb*	at ehci?
11271.1Schristosusb*	at ohci?
11281.1Schristosusb*	at slhci?
11291.1Schristosusb*	at uhci?
11301.1Schristosusb*	at xhci?
11311.1Schristos
11321.1Schristos# USB Hubs
11331.1Schristosuhub*	at usb?
11341.1Schristosuhub*	at uhub? port ?
11351.1Schristos
11361.1Schristos# USB HID device
11371.1Schristosuhidev* at uhub? port ? configuration ? interface ?
11381.1Schristos
11391.1Schristos# USB Mice
11401.1Schristosums*	at uhidev? reportid ?
11411.1Schristoswsmouse* at ums? mux 0
11421.1Schristos
11431.1Schristos# USB Touchscreens
11441.1Schristosuts*	at uhidev? reportid ?
11451.1Schristoswsmouse* at uts? mux 0
11461.1Schristos
11471.1Schristos# USB eGalax touch-panel
11481.1Schristosuep*	at uhub? port ?
11491.1Schristoswsmouse* at uep? mux 0
11501.1Schristos
11511.1Schristos# USB Apple trackpad
11521.1Schristosuatp*	at uhidev? reportid ?
11531.1Schristoswsmouse* at uatp? mux 0
11541.1Schristos
11551.1Schristosuyurex* at uhidev? reportid ?
11561.1Schristos
11571.1Schristos# USB Keyboards
11581.1Schristosukbd*	at uhidev? reportid ?
11591.1Schristoswskbd*	at ukbd? console ? mux 1
11601.1Schristos
11611.1Schristos# USB TEMPer and TEMPerHUM
11621.1Schristosuthum*	at uhidev? reportid ?
11631.1Schristos
11641.1Schristos# USB serial adapter
11651.1Schristosucycom* at uhidev? reportid ?
11661.1Schristos
11671.1Schristos# USB Generic HID devices
11681.1Schristosuhid*	at uhidev? reportid ?
11691.1Schristos
11701.1Schristos# USB LCDs and USB-VGA adaptors
11711.1Schristosudl*	at uhub? port ?		# DisplayLink DL-1x0/1x5
11721.1Schristoswsdisplay* at udl?
11731.1Schristos
11741.1Schristos# USB Printer
11751.1Schristosulpt*	at uhub? port ? configuration ? interface ?
11761.1Schristos
11771.1Schristos# USB Modem
11781.1Schristosumodem* at uhub? port ? configuration ?
11791.1Schristosucom*	at umodem?
11801.1Schristos
11811.1Schristos# Option N.V. Wireless WAN modems
11821.1Schristosuhso*	at uhub? port ? configuration ?
11831.1Schristos
11841.1Schristos# USB Mass Storage
11851.1Schristosumass*	at uhub? port ? configuration ? interface ?
11861.1Schristoswd*	at umass?
11871.1Schristos
11881.1Schristos# USB audio
11891.1Schristosuaudio* at uhub? port ? configuration ?
11901.1Schristos
11911.1Schristos# USB MIDI
11921.1Schristosumidi* at uhub? port ? configuration ?
11931.1Schristos
11941.1Schristos# USB IrDA
11951.1Schristos# USB-IrDA bridge spec
11961.1Schristosuirda* at uhub? port ? configuration ? interface ?
11971.1Schristosirframe* at uirda?
11981.1Schristos
11991.1Schristosstuirda* at uhub? port ? configuration ? interface ?
12001.1Schristosirframe* at stuirda?
12011.1Schristos
12021.1Schristos# SigmaTel STIr4200 USB/IrDA Bridge
12031.1Schristosustir* at uhub? port ?
12041.1Schristosirframe* at ustir?
12051.1Schristos
12061.1Schristos# KingSun/DonShine USB/IrDA Bridge
12071.1Schristosudsir*	at uhub? port ?
12081.1Schristosirframe* at udsir?
12091.1Schristos
12101.1Schristos# Windows Media Center IR tranceiver
12111.1Schristosirmce*	at uhub? port ?
12121.1Schristoscir*	at irmce?
12131.1Schristos
12141.1Schristos# USB Ethernet adapters
12151.1Schristosaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
12161.1Schristosaxe*	at uhub? port ?		# ASIX AX88172 based adapters
12171.57Schristosaxen*	at uhub? port ?		# ASIX AX88178a/AX88179 based adapters
12181.1Schristoscdce*	at uhub? port ?		# CDC, Ethernet Networking Control Model
12191.1Schristoscue*	at uhub? port ?		# CATC USB-EL1201A based adapters
12201.1Schristoskue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
12211.57Schristos#mos*	at uhub? port ?		# Moschip MCS7730/MCS7830/MCS7832 based adapters
12221.99Srinmue*	at uhub? port ?		# Microchip LAN75xx/LAN78xx based adapters
12231.1Schristosudav*	at uhub? port ?		# Davicom DM9601 based adapters
12241.96Skhorbenumb*	at uhub? port ?		# Mobile Broadband Interface Model (EXPERIMENTAL)
12251.1Schristosurl*	at uhub? port ?		# Realtek RTL8150L based adapters
12261.46Sdhollandurndis* at uhub? port ? 	# Microsoft RNDIS specification
12271.1Schristos
12281.1Schristos# USB 802.11 adapters
12291.1Schristosatu*	at uhub? port ?		# Atmel AT76C50XX based adapters
12301.1Schristosathn*	at uhub? port ?		# Atheros AR9002U
12311.1Schristosotus*	at uhub? port ?		# Atheros AR9001U
12321.1Schristosural*	at uhub? port ?		# Ralink Technology RT2500USB 802.11a/b/g
12331.1Schristosrum*	at uhub? port ?		# Ralink Technology RT2501/RT2601 802.11a/b/g
12341.1Schristosrun*	at uhub? port ?		# Ralink Technology RT(2[78]|30)00 802.11a/b/g/n
12351.1Schristosupgt*	at uhub? port ?		# Intersil PrismGT
12361.1Schristosurtw*	at uhub? port ?		# Realtek RTL8187/RTL8187B 802.11b/g
12371.1Schristosurtwn*	at uhub? port ?		# Realtek RTL8188CU/RTL8192CU 802.11b/g/n
12381.1Schristoszyd*	at uhub? port ?		# Zydas ZD1211
12391.1Schristos
12401.1Schristos# Prolific PL2301/PL2302 host-to-host adapter
12411.1Schristosupl*	at uhub? port ?
12421.1Schristos
12431.1Schristos# Serial adapters
12441.1Schristosuark*	at uhub? port ?		# ArkMicroChips 3116 serial adapter
12451.1Schristosucom*	at uark? portno?
12461.1Schristos
12471.1Schristosubsa*	at uhub? port ?		# Belkin serial adapter
12481.1Schristosucom*	at ubsa? portno ?
12491.1Schristos
12501.1Schristosuchcom* at uhub? port ? 	# WinChipHead CH341/CH340 serial adapter
12511.1Schristosucom*	at uchcom? portno ?
12521.1Schristos
12531.1Schristosuftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
12541.1Schristosucom*	at uftdi? portno ?
12551.1Schristos
12561.1Schristosuipaq*	at uhub? port ?		# iPAQ PDAs
12571.1Schristosucom*	at uipaq? portno ?
12581.1Schristos
12591.1Schristosumct*	at uhub? port ?		# MCT USB-RS232 serial adapter
12601.1Schristosucom*	at umct? portno ?
12611.1Schristos
12621.1Schristosuplcom* at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
12631.1Schristosucom*	at uplcom? portno ?
12641.1Schristos
12651.1Schristosuslsa*	at uhub? port ?		# Silicon Labs USB-RS232 serial adapter
12661.1Schristosucom*	at uslsa? portno ?
12671.1Schristos
12681.1Schristosuvscom* at uhub? port ? 	# SUNTAC Slipper U VS-10U serial adapter
12691.1Schristosucom*	at uvscom? portno ?
12701.1Schristos
12711.1Schristosuark* at uhub? port ?
12721.1Schristosucom*	at uark? portno ?
12731.1Schristos
12741.1Schristosmoscom* at uhub? port ?
12751.1Schristosucom*	at moscom? portno ?
12761.1Schristos
12771.1Schristosuhmodem* at uhub?
12781.1Schristosucom*	at uhmodem? portno ?
12791.1Schristos
12801.1Schristos# RIM BlackBerry
12811.1Schristosuberry* at uhub? port ?
12821.1Schristos
12831.1Schristos# Apple iPad
12841.1Schristosuipad* at uhub? port ?
12851.1Schristos
12861.1Schristos# Diamond Multimedia Rio 500
12871.1Schristosurio*	at uhub? port ?
12881.1Schristos
12891.1Schristos# USB Handspring Visor
12901.1Schristosuvisor* at uhub? port ?
12911.1Schristosucom*	at uvisor?
12921.1Schristos
12931.1Schristos# Kyocera AIR-EDGE PHONE
12941.1Schristosukyopon* at uhub? port ?
12951.1Schristosucom*	at ukyopon? portno ?
12961.1Schristos
12971.1Schristos# USB scanners
12981.1Schristosuscanner* at uhub? port ?
12991.1Schristos
13001.1Schristos# USB scanners that use SCSI emulation, e.g., HP5300
13011.1Schristosusscanner* at uhub? port ?
13021.1Schristos
13031.1Schristos# Topfield TF5000PVR range of DVB recorders
13041.1Schristosutoppy* at uhub? port ?
13051.1Schristos
13061.1Schristos# Y@P firmware loader
13071.1Schristosuyap* at uhub? port ?
13081.1Schristos
13091.1Schristos# D-Link DSB-R100 USB radio
13101.1Schristosudsbr*	at uhub? port ?
13111.1Schristosradio*	at udsbr?
13121.1Schristos
13131.1Schristos# USB Generic driver
13141.1Schristosugen*	at uhub? port ?
13151.1Schristos
13161.1Schristos# USB 3G datacards
13171.58Sparaumodeswitch* at uhub? port ?
13181.1Schristosu3g*	at uhub? port ?
13191.1Schristosucom*	at u3g?
13201.1Schristos
13211.1Schristos# USB generic serial port (e.g., data over cellular)
13221.1Schristosugensa* at uhub? port ?
13231.1Schristosucom*	at ugensa?
13241.1Schristos
13251.56Sriastrad# Araneus Alea I/II TRNG
13261.55Sriastradualea* at uhub? port ? configuration ? interface ?
13271.55Sriastrad
13281.1Schristos# IrDA and Consumer Ir devices
13291.1Schristos
13301.1Schristos# Toshiba Oboe
13311.1Schristosoboe*	at pci? dev ? function ?
13321.1Schristosirframe* at oboe?
13331.1Schristos
13341.1Schristos
13351.1Schristos# PCI IEEE1394 controllers
13361.1Schristosfwohci* at pci? dev ? function ?	# IEEE1394 Open Host Controller
13371.1Schristos
13381.1Schristos# CardBus IEEE1394 controllers
13391.1Schristosfwohci* at cardbus? function ?		# IEEE1394 Open Host Controller
13401.1Schristos
13411.1Schristosieee1394if* at fwohci?
13421.1Schristosfwip*	at ieee1394if?			# IP over IEEE1394
13431.1Schristossbp*	at ieee1394if? euihi ? euilo ?	# SCSI over IEEE1394
13441.1Schristos
13451.1Schristos
13461.1Schristos# SD/MMC/SDIO Controller and Device support
13471.1Schristos
13481.1Schristos# PCI SD/MMC controller
13491.1Schristossdhc*	at pci?				# SD Host Controller
13501.1Schristos
13511.1Schristos# CardBus SD/MMC controller
13521.1Schristossdhc*	at cardbus? function ?		# SD Host Controller
13531.1Schristos
13541.1Schristossdmmc*	at sdhc?			# SD/MMC bus
13551.1Schristosld*	at sdmmc?
13561.1Schristos
13571.1Schristos
13581.1Schristos# Audio Devices
13591.1Schristos
13601.1Schristos# PCI audio devices
13611.1Schristosauacer* at pci? dev ? function ?	# ALi M5455 integrated AC'97 Audio
13621.1Schristosauich*	at pci? dev ? function ?	# Intel ICH integrated AC'97 Audio
13631.1Schristosauixp*	at pci? dev ? function ?	# ATI IXP AC'97 Audio
13641.1Schristosautri*	at pci? dev ? function ?	# Trident 4DWAVE based AC'97 Audio
13651.1Schristosauvia*	at pci? dev ? function ?	# VIA VT82C686A integrated AC'97 Audio
13661.1Schristosazalia* at pci? dev ? function ?	# High Definition Audio
13671.1Schristosclcs*	at pci? dev ? function ?	# Cirrus Logic CS4280
13681.1Schristosclct*	at pci? dev ? function ?	# Cirrus Logic CS4281
13691.1Schristoscmpci*	at pci? dev ? function ?	# C-Media CMI8338/8738
13701.1Schristoseap*	at pci? dev ? function ?	# Ensoniq AudioPCI
13711.1Schristosemuxki* at pci? dev ? function ?	# Creative SBLive! and PCI512
13721.1Schristosesa*	at pci? dev ? function ?	# ESS Allegro-1 / Maestro-3 PCI Audio
13731.1Schristosesm*	at pci? dev ? function ?	# ESS Maestro-1/2/2e PCI Audio Accelerator
13741.1Schristoseso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
13751.1Schristosfms*	at pci? dev ? function ?	# Forte Media FM801
13761.1Schristosgcscaudio* at pci? dev ? function ?	# AMD Geode CS5536 Companion Audio
13771.1Schristosneo*	at pci? dev ? function ?	# NeoMagic 256 AC'97 Audio
13781.1Schristossv*	at pci? dev ? function ?	# S3 SonicVibes
13791.1Schristosyds*	at pci? dev ? function ?	# Yamaha DS-1 PCI Audio
13801.1Schristos
13811.1Schristos# ISA audio devices
13821.1Schristos# the "aria" probe might give false hits
13831.1Schristosaria0	at isa? port 0x290 irq 10		# Aria
13841.1Schristosess0	at isa? port 0x220 irq 5 drq 1 drq2 5	# ESS 18XX
13851.1Schristosgus0	at isa? port 0x220 irq 7 drq 1 drq2 6	# Gravis Ultra Sound
13861.1Schristospas0	at isa? port 0x220 irq 7 drq 1		# ProAudio Spectrum
13871.1Schristossb0	at isa? port 0x220 irq 5 drq 1 drq2 5	# SoundBlaster
13881.1Schristoswss0	at isa? port 0x530 irq 10 drq 0	drq2 1	# Windows Sound System
13891.1Schristoscms0	at isa? port 0x220			# Creative Music System
13901.1Schristos
13911.1Schristos# OPL[23] FM synthesizers
13921.1Schristosopl0	at isa? port 0x388	# use only if not attached to sound card
13931.1Schristosopl*	at cmpci? flags 1
13941.1Schristosopl*	at eso?
13951.1Schristosopl*	at ess?
13961.1Schristosopl*	at fms?
13971.1Schristosopl*	at sb?
13981.1Schristosopl*	at sv?
13991.1Schristosopl*	at wss?
14001.1Schristosopl*	at yds?
14011.1Schristosopl*	at ym?
14021.1Schristos
14031.1Schristos# High Definition Audio
14041.1Schristoshdaudio*	at pci? dev ? function ?	# High Definition Audio
14051.1Schristoshdafg*		at hdaudiobus?
14061.1Schristos
14071.1Schristos# Audio support
14081.1Schristosaudio*	at audiobus?
14091.1Schristos
14101.1Schristos# MPU 401 UARTs
14111.1Schristosmpu*	at isa? port 0x330 irq 9	# MPU401 or compatible card
14121.1Schristosmpu*	at cmpci?
14131.1Schristosmpu*	at eso?
14141.1Schristosmpu*	at fms?
14151.1Schristosmpu*	at sb?
14161.1Schristosmpu*	at yds?
14171.1Schristosmpu*	at ym?
14181.1Schristos
14191.1Schristos# MIDI support
14201.1Schristosmidi*	at midibus?
14211.1Schristosmidi*	at pcppi?		# MIDI interface to the PC speaker
14221.1Schristos
14231.1Schristos# The spkr driver provides a simple tone interface to the built in speaker.
14241.44Schristosspkr*	at pcppi?		# PC speaker
14251.44Schristosspkr*	at audio?		# PC speaker (synthesized)
14261.60Spgoyettewsbell*	at spkr?		# Bell for wscons display
14271.41Snat
14281.1Schristos
14291.1Schristos# FM-Radio devices
14301.1Schristos# ISA radio devices
14311.1Schristosaz0	at isa? port 0x350	# Aztech/PackardBell FM Radio Card
14321.1Schristosaz1	at isa? port 0x358
14331.1Schristosrt0	at isa? port 0x20c	# AIMS Lab Radiotrack & compatible
14341.1Schristosrt1	at isa? port 0x284
14351.1Schristosrt2	at isa? port 0x30c
14361.1Schristosrt3	at isa? port 0x384
14371.1Schristosrtii0	at isa? port 0x20c	# AIMS Lab Radiotrack II FM Radio Card
14381.1Schristosrtii1	at isa? port 0x30c
14391.1Schristossf2r0	at isa? port 0x384	# SoundForte RadioLink SF16-FMR2 FM Radio Card
14401.1Schristos
14411.1Schristos# PCI radio devices
14421.1Schristosgtp*	at pci? dev ? function ? # Guillemot Maxi Radio FM 2000 Radio Card
14431.1Schristos
14441.1Schristos# Radio support
14451.1Schristosradio*	at az?
14461.1Schristosradio*	at gtp?
14471.1Schristosradio*	at rt?
14481.1Schristosradio*	at rtii?
14491.1Schristosradio*	at sf2r?
14501.1Schristos
14511.1Schristos
14521.1Schristos# Video capture devices
14531.1Schristos
14541.57Schristosauvitek* at uhub?			# Auvitek AU0828 USB TV
14551.57Schristoscoram*	at pci? dev ? function ?	# Conexant CX23885 PCI-E TV
14561.57Schristoscxdtv*	at pci? dev ? function ?	# Conexant CX2388[0-3] PCI TV
14571.57Schristosemdtv*	at uhub?			# Empia EM28xx USB TV
14581.57Schristoscir*	at emdtv?
14591.57Schristospseye*	at uhub?			# Sony PLAYSTATION(R) Eye webcam
14601.57Schristosuvideo* at uhub?			# USB Video Class capture devices
14611.57Schristos
14621.1Schristosvideo*	at videobus?
14631.1Schristosdtv*	at dtvbus?
14641.1Schristos
14651.1Schristos
14661.1Schristos# TV cards
14671.1Schristos
14681.1Schristos# Brooktree 848/849/878/879 based TV cards
14691.1Schristosbktr*	at pci? dev ? function ?
14701.1Schristosradio*	at bktr?
14711.1Schristos
14721.1Schristos# Conexant CX2388[0-3]-based DTV cards
14731.1Schristoscxdtv*	at pci? dev ? function ?
14741.1Schristosiic*	at cxdtv?
14751.1Schristos
14761.1Schristos# Conexant CX23885-based TV cards
14771.1Schristoscoram*	at pci? dev ? function ?
14781.1Schristosiic*	at coram?
14791.1Schristos
14801.1Schristosisv*	at isa? port 0x3e0		# IDEC Supervision/16 image capture
14811.1Schristos
14821.1Schristos# Bluetooth Controller and Device support
14831.1Schristos
14841.1Schristos# Bluetooth PCMCIA Controllers
14851.1Schristosbt3c* at pcmcia? function ?		# 3Com 3CRWB6096-A
14861.1Schristosbtbc* at pcmcia? function ?		# AnyCom BlueCard LSE041/039/139
14871.1Schristos
14881.1Schristos# Bluetooth SDIO Controller
14891.1Schristossbt* at sdmmc?
14901.1Schristos
14911.1Schristos# Bluetooth USB Controllers
14921.1Schristosubt* at uhub? port ?
14931.1Schristosaubtfwl* at uhub? port ?
14941.1Schristos
14951.1Schristos# Bluetooth Device Hub
14961.1Schristosbthub* at bcsp?
14971.1Schristosbthub* at bt3c?
14981.1Schristosbthub* at btbc?
14991.1Schristosbthub* at btuart?
15001.1Schristosbthub* at sbt?
15011.1Schristosbthub* at ubt?
15021.1Schristos
15031.1Schristos# Bluetooth HID support
15041.1Schristosbthidev* at bthub?
15051.1Schristos
15061.1Schristos# Bluetooth Mouse
15071.1Schristosbtms* at bthidev? reportid ?
15081.1Schristoswsmouse* at btms? mux 0
15091.1Schristos
15101.1Schristos# Bluetooth Keyboard
15111.1Schristosbtkbd* at bthidev? reportid ?
15121.1Schristoswskbd* at btkbd? console ? mux 1
15131.1Schristos
15141.1Schristos# Bluetooth Apple Magic Mouse
15151.1Schristosbtmagic* at bthub?
15161.1Schristoswsmouse* at btmagic? mux 0
15171.1Schristos
15181.1Schristos# Bluetooth Audio support
15191.1Schristosbtsco* at bthub?
15201.1Schristos
15211.1Schristos
15221.1Schristos# Mice
15231.1Schristos
15241.1Schristos# Cryptographic Devices
15251.1Schristos
15261.1Schristos# PCI cryptographic devices
15271.1Schristoshifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
15281.1Schristosubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
15291.1Schristos
15301.1Schristos
15311.1Schristos# Trusted Platform Module
15321.49Sryotpm*	at isa? iomem 0xfed40000 irq 7
15331.49Sryo#tpm*	at isa? port 0x02e
15341.49Sryo#tpm*	at isa? port 0x04e
15351.49Sryo#tpm*	at isa? port 0x07e
15361.49Sryo#tpm*	at isa? port 0x0ee
15371.1Schristos
15381.1Schristos# Joysticks
15391.1Schristos
15401.1Schristos# PCI joysticks
15411.1Schristosjoy*	at pci?				# Game ports (usually on audio cards)
15421.1Schristosjoy*	at eap?				# See CAVEATS in eap(4) before enabling
15431.1Schristosjoy*	at eso?				# ESS Solo-1 on-board joystick
15441.1Schristos
15451.1Schristos# ISA joysticks. Probe is a little strange; add only if you have one.
15461.1Schristosjoy0	at isa? port 0x201
15471.1Schristos
15481.1Schristos
15491.1Schristos# Planetconnect Satellite receiver driver.
15501.1Schristossatlink0 at isa? port 0x300 drq 1
15511.1Schristos
15521.1Schristos# Middle Digital, Inc. PCI-Weasel serial console board control
15531.1Schristos# devices (watchdog timer, etc.)
15541.1Schristosweasel* at pci?
15551.1Schristos
15561.1Schristos# Virtio devices
15571.46Sdhollandvirtio* at pci? dev ? function ?	# Virtio PCI device
15581.1Schristosviomb*	at virtio?			# Virtio memory balloon device
15591.1Schristosld*	at virtio?			# Virtio disk device
15601.1Schristosvioif*	at virtio?			# Virtio network device
15611.57Schristosviornd* at virtio?			# Virtio entropy device
15621.57Schristosvioscsi* at virtio?			# Virtio SCSI device
15631.1Schristos
15641.1Schristos# Flash subsystem
15651.1Schristosflash* at flashbus?
15661.1Schristos
15671.1Schristos# NAND subsystem
15681.1Schristosnand* at nandbus?
15691.1Schristos
15701.1Schristos# Pull in optional local configuration
15711.1Schristos#include 	"arch/amd64/conf/ALL.local"
15721.1Schristos
15731.1Schristos
15741.1Schristos# Pseudo-Devices
15751.1Schristos
15761.49Sryopseudo-device	crypto		# /dev/crypto device
15771.1Schristospseudo-device	swcrypto	# software crypto implementation
15781.1Schristos
15791.1Schristos# disk/mass storage pseudo-devices
15801.1Schristospseudo-device	bio			# RAID control device driver
15811.1Schristospseudo-device	ccd			# concatenated/striped disk devices
15821.1Schristospseudo-device	cgd			# cryptographic disk devices
15831.1Schristospseudo-device	raid			# RAIDframe disk driver
15841.1Schristosoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
15851.1Schristos# Options to enable various other RAIDframe RAID types.
15861.1Schristosoptions 	RF_INCLUDE_EVENODD=1
15871.1Schristosoptions 	RF_INCLUDE_RAID5_RS=1
15881.1Schristosoptions 	RF_INCLUDE_PARITYLOGGING=1
15891.1Schristosoptions 	RF_INCLUDE_CHAINDECLUSTER=1
15901.1Schristosoptions 	RF_INCLUDE_INTERDECLUSTER=1
15911.1Schristosoptions 	RF_INCLUDE_PARITY_DECLUSTERING=1
15921.1Schristosoptions 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
15931.1Schristospseudo-device	fss			# file system snapshot device
15941.1Schristos
15951.1Schristospseudo-device	md			# memory disk device (ramdisk)
15961.1Schristosoptions 	MEMORY_DISK_HOOKS	# enable root ramdisk
15971.1Schristosoptions 	MEMORY_DISK_DYNAMIC	# loaded via kernel module(7)
15981.1Schristos
15991.1Schristospseudo-device	vnd			# disk-like interface to files
16001.1Schristosoptions 	VND_COMPRESSION		# compressed vnd(4)
16011.1Schristos
16021.49Sryopseudo-device	dm			# device-mapper disk driver
16031.1Schristos
16041.1Schristos# network pseudo-devices
16051.1Schristospseudo-device	bpfilter		# Berkeley packet filter
16061.1Schristospseudo-device	carp			# Common Address Redundancy Protocol
16071.1Schristospseudo-device	ipfilter		# IP filter (firewall) and NAT
16081.38Schristospseudo-device	mpls			# MPLS pseudo-interface
16091.1Schristospseudo-device	loop			# network loopback
16101.1Schristospseudo-device	ppp			# Point-to-Point Protocol
16111.1Schristospseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
16121.1Schristosoptions 	PPPOE_SERVER		# Enable PPPoE server via link0
16131.1Schristospseudo-device	sl			# Serial Line IP
16141.1Schristospseudo-device	strip			# Starmode Radio IP (Metricom)
16151.1Schristospseudo-device	irframetty		# IrDA frame line discipline
16161.1Schristospseudo-device	tap			# virtual Ethernet
16171.1Schristospseudo-device	tun			# network tunneling over tty
16181.1Schristospseudo-device	gre			# generic L3 over IP tunnel
16191.1Schristospseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC 1933)
16201.77Sknakaharpseudo-device	ipsecif			# tunnel interface for routing based ipsec
16211.1Schristospseudo-device	faith			# IPv[46] tcp relay translation i/f
16221.1Schristospseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
16231.1Schristospseudo-device	vlan			# IEEE 802.1q encapsulation
16241.1Schristospseudo-device	bridge			# simple inter-network bridging
16251.1Schristosoptions 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
16261.1Schristospseudo-device	agr			# IEEE 802.3ad link aggregation
16271.50Sknakaharpseudo-device	l2tp			# L2TPv3 interface
16281.1Schristos#pseudo-device	pf			# PF packet filter
16291.1Schristos#pseudo-device	pflog			# PF log if
16301.1Schristos#pseudo-device	pfsync			# PF sync if
16311.1Schristospseudo-device	npf			# NPF packet filter
16321.1Schristospseudo-device	kttcp
16331.1Schristos# srt is EXPERIMENTAL
16341.1Schristospseudo-device	srt			# source-address-based routing
16351.1Schristos
16361.59Sbouyerpseudo-device	canloop			# CAN loopback interface
16371.59Sbouyer
16381.1Schristos#
16391.1Schristos# accept filters, built as module(7)s by default
16401.1Schristospseudo-device	accf_data		# "dataready" accept filter
16411.1Schristospseudo-device	accf_http		# "httpready" accept filter
16421.1Schristos
16431.1Schristos# miscellaneous pseudo-devices
16441.1Schristospseudo-device	pty			# pseudo-terminals
16451.1Schristospseudo-device	sequencer		# MIDI sequencer
16461.1Schristos# rnd works; RND_COM does not on port amd64 yet.
16471.1Schristosoptions 	RND_COM			# use "com" randomness as well (BROKEN)
16481.1Schristospseudo-device	clockctl		# user control of clock subsystem
16491.1Schristospseudo-device	ksyms			# /dev/ksyms
16501.1Schristospseudo-device	lockstat		# lock profiling
16511.1Schristospseudo-device	bcsp			# BlueCore Serial Protocol
16521.1Schristospseudo-device	btuart			# Bluetooth HCI UART (H4)
16531.1Schristospseudo-device	gpiosim		1	# GPIO simulator
16541.1Schristos
16551.1Schristospseudo-device	filemon			# process monitor for make(1)
16561.1Schristos
16571.1Schristos# a pseudo device needed for Coda	# also needs CODA (above)
16581.1Schristospseudo-device	vcoda			# coda minicache <-> venus comm.
16591.1Schristos
16601.1Schristos# a pseudo device needed for SMBFS
16611.1Schristospseudo-device	nsmb			# experimental - SMB requester
16621.1Schristos
16631.78Schristos# a pseudo device needed for AUTOFS
16641.78Schristospseudo-device	autofs			# experimental - AUTOFS
16651.78Schristos
16661.33Stnn# iSCSI initiator
16671.33Stnnpseudo-device	iscsi
16681.33Stnn
16691.1Schristos# wscons pseudo-devices
16701.1Schristospseudo-device	wsmux			# mouse & keyboard multiplexor
16711.1Schristospseudo-device	wsfont
16721.1Schristos
16731.1Schristos# software watchdog driver - swwdog(4)
16741.1Schristospseudo-device	swwdog
16751.1Schristos
16761.1Schristos#software environmental sensor - swsensor(4)
16771.1Schristospseudo-device	swsensor
16781.1Schristos
16791.1Schristos# pseudo audio device driver
16801.1Schristospseudo-device	pad
16811.1Schristos
16821.1Schristos# userland interface to drivers, including autoconf and properties retrieval
16831.1Schristospseudo-device	drvctl
16841.1Schristos
16851.1Schristos# Pass-to-Userspace Transporter
16861.1Schristospseudo-device	putter
16871.1Schristos
16881.1Schristos# Userspace block/char drivers
16891.1Schristospseudo-device	pud
16901.1Schristos
16911.1Schristos# Hardware-assisted data mover interface
16921.1Schristospseudo-device	dmoverio
16931.1Schristos
16941.1Schristospseudo-device	nandemulator
16951.1Schristos
16961.1Schristosoptions 	FILEASSOC		# fileassoc(9) - required for Veriexec
16971.40Schristos					# and PAX_SEGVGUARD
16981.1Schristos
16991.1Schristos# Veriexec
17001.1Schristospseudo-device	veriexec
17011.1Schristos#
17021.1Schristos# Uncomment the fingerprint methods below that are desired. Note that
17031.1Schristos# removing fingerprint methods will have almost no impact on the kernel
17041.1Schristos# code size.
17051.1Schristos#
17061.1Schristosoptions 	VERIFIED_EXEC_FP_SHA256
17071.1Schristosoptions 	VERIFIED_EXEC_FP_SHA384
17081.1Schristosoptions 	VERIFIED_EXEC_FP_SHA512
17091.1Schristos
17101.57Schristosoptions 	PAX_SEGVGUARD=0		# PaX Segmentation fault guard
17111.57Schristosoptions 	PAX_MPROTECT=1		# PaX mprotect(2) restrictions
17121.57Schristosoptions 	PAX_MPROTECT_DEBUG=1	# PaX mprotect debug
17131.57Schristosoptions 	PAX_ASLR=1		# PaX Address Space Layout Randomization
17141.57Schristosoptions 	PAX_ASLR_DEBUG=1	# PaX ASLR debug
17151.1Schristos
17161.1Schristos#
17171.1Schristos# NetBSD: GENERIC_ISDN,v 1.16 2010/01/03 03:53:34 dholland Exp
17181.1Schristos#
17191.1Schristos
17201.1Schristos#---------------------------------------------------------------------
17211.1Schristos# Various ISDN board drivers:
17221.1Schristos#---------------------------------------------------------------------
17231.1Schristos# Legacy ISA cards (no P&P support):
17241.1Schristos#
17251.1Schristos# Teles S0/8 or Niccy 1008
17261.1Schristosoptions 	ISICISA_TEL_S0_8
17271.1Schristos#isic0		at isa? iomem 0xd0000 irq 2
17281.1Schristos# Teles S0/16 or Creatix ISDN-S0 or Niccy 1016
17291.1Schristosoptions 	ISICISA_TEL_S0_16
17301.1Schristos#isic0		at isa? port 0xd80 iomem 0xd0000 irq 9
17311.1Schristos# Teles S0/16.3
17321.1Schristosoptions 	ISICISA_TEL_S0_16_3
17331.1Schristos#isic0		at isa? port 0xd80 irq 12
17341.1Schristos# AVM A1 or AVM Fritz!Card
17351.1Schristosoptions 	ISICISA_AVM_A1
17361.1Schristosisic0		at isa? port 0x340 irq 10
17371.1Schristos# USRobotics Sportster ISDN TA intern
17381.1Schristosoptions 	ISICISA_USR_STI
17391.1Schristos#isic0		at isa? port 0x268 irq 10
17401.1Schristos# ITK ix1 micro
17411.1Schristosoptions 	ISICISA_ITKIX1
17421.1Schristos#isic0		at isa? port 0x398 irq 10
17431.1Schristos#
17441.1Schristos# XXX not ready yet:
17451.1Schristos# Active EICON/Diehl Cards: S, SX, SXn, SCOM or QUADRO
17461.1Schristos#daic0		at isa? iomem 0xd8000 irq 10
17471.1Schristos#
17481.1Schristos#
17491.1Schristos#---------------------------------------------------------------------
17501.1Schristos# Supported PCI cards:
17511.1Schristos#
17521.1Schristosisic*		at pci?
17531.1Schristos
17541.1Schristos# Winbond W6692
17551.1Schristosiwic*		at pci?
17561.1Schristos
17571.1Schristos# AVM Fritz!PCI card
17581.1Schristosifpci*		at pci?
17591.1Schristos
17601.1Schristos# AVM Fritz!PCI V2 card
17611.1Schristosifritz* 	at pci?
17621.1Schristos
17631.1Schristos# AVM B1/T1 PCI card
17641.1Schristosiavc*		at pci?
17651.1Schristos
17661.1Schristos#
17671.1Schristos#---------------------------------------------------------------------
17681.1Schristos# Supported PCMCIA cards:
17691.1Schristos#
17701.1Schristosoptions 	ISICPCMCIA_AVM_A1	# Fritz!Card PCMCIA Version
17711.1Schristosoptions 	ISICPCMCIA_ELSA_ISDNMC	# ELSA MicroLink ISDN/MC
17721.1Schristosoptions 	ISICPCMCIA_ELSA_MCALL	# ELSA MicroLink MC/all
17731.1Schristosoptions 	ISICPCMCIA_SBSPEEDSTAR2	# Sedlbauer speed star II
17741.1Schristosisic*		at pcmcia? function ?
17751.1Schristos#
17761.1Schristos
17771.1Schristos#---------------------------------------------------------------------
17781.1Schristos# ISDN user land devices, drivers and pseudo-devices.
17791.1Schristos#---------------------------------------------------------------------
17801.1Schristos#
17811.1Schristospseudo-device	isdn		  # communication with userland daemon
17821.1Schristospseudo-device	isdntrc		2 # userland driver to do ISDN tracing
17831.1Schristospseudo-device	isdnctl		  # userland driver to control the whole thing
17841.1Schristospseudo-device	isdnbchan	4 # userland driver for access to raw B channel
17851.1Schristospseudo-device	isdntel		2 # userland driver for telephony
17861.1Schristosoptions 	IRIP_VJ		  # compile support for VJ compression
17871.1Schristospseudo-device	irip		2 # network driver for IP over raw HDLC ISDN
17881.1Schristospseudo-device	ippp		2 # synchronous PPP over ISDN
17891.1Schristos#---------------------------------------------------------------------
17901.1Schristos
17911.1Schristosoptions ATHHAL_DEBUG
17921.1Schristosoptions A9PCIC_DEBUG
17931.1Schristosoptions AAC_DEBUG
17941.1Schristosoptions AAU_DEBUG
17951.1Schristosoptions AC97_DEBUG
17961.1Schristosoptions AC97_IO_DEBUG
17971.1Schristosoptions ACPI_APM_DEBUG
17981.1Schristos#
17991.1Schristos# ACPI_DEBUG_ALLOC can not be used with ACPI
18001.1Schristos# kernel modules. It requires also ACPI_DEBUG.
18011.1Schristos# ACPI_DEBUG_MUTEX is only for ACPICA debugging.
18021.1Schristos#
18031.1Schristosoptions ACPI_DEBUG
18041.1Schristosoptions ACPI_DEBUG_ALLOC
18051.1Schristosoptions ACPI_MUTEX_DEBUG
18061.1Schristosoptions ADB_DEBUG
18071.1Schristosoptions ADM1030_DEBUG
18081.1Schristosoptions ADT7467_DEBUG
18091.1Schristosoptions AE_DEBUG
18101.1Schristosoptions AGP_DEBUG
18111.1Schristosoptions AHADEBUG
18121.1Schristosoptions AHBDEBUG
18131.1Schristosoptions AHC_DEBUG=1
18141.1Schristosoptions AHD_DEBUG
18151.1Schristosoptions AHD_DEBUG_OPTS=1
18161.1Schristosoptions AH_DEBUG_ALQ
18171.1Schristosoptions AIC_DEBUG
18181.1Schristosoptions ALTQ_DEBUG
18191.1Schristosoptions AMD756_DEBUG
18201.1Schristosoptions AMRR_DEBUG
18211.1Schristosoptions AN_DEBUG
18221.1Schristosoptions APMDEBUG
18231.1Schristosoptions APMDEBUG_VALUE=1
18241.1Schristosoptions ARCKBD_DEBUG
18251.1Schristosoptions ARGO_DEBUG
18261.1Schristosoptions ARP_DEBUG
18271.1Schristosoptions ASC_DEBUG
18281.1Schristosoptions ATAPI_DEBUG_PROBE
18291.1Schristosoptions ATA_DEBUG
18301.1Schristosoptions ATA_RAID_DEBUG
18311.1Schristosoptions ATE_DEBUG
18321.1Schristosoptions ATMEL_DEBUG
18331.1Schristosoptions ATPPC_DEBUG
18341.1Schristosoptions ATW_BBPDEBUG
18351.1Schristosoptions ATW_DEBUG
18361.1Schristosoptions ATW_SYNDEBUG
18371.1Schristosoptions AUACER_DEBUG
18381.1Schristosoptions AUCCDEBUG
18391.1Schristosoptions AUCONV_DEBUG
18401.1Schristosoptions AUDIO_DEBUG
18411.1Schristosoptions AUE_DEBUG
18421.1Schristosoptions AUICH_DEBUG
18431.1Schristosoptions AUICH_MODEM_DEBUG
18441.1Schristosoptions AURATECONV_DEBUG
18451.1Schristosoptions AUSMBUS_PSC_DEBUG
18461.1Schristosoptions AWACS_DEBUG
18471.1Schristosoptions AWI_DEBUG
18481.1Schristosoptions AXE_DEBUG
18491.1Schristosoptions AZALIA_DEBUG
18501.1Schristosoptions BAH_DEBUG
18511.1Schristosoptions BCACHE_DEBUG
18521.1Schristosoptions BDEBUG
18531.1Schristosoptions BEDEBUG
18541.1Schristosoptions BHADEBUG
18551.1Schristosoptions BIOS_MEMORY_DEBUG
18561.1Schristosoptions BIT3DEBUG
18571.1Schristosoptions BKTR_RADIO_DEBUG
18581.1Schristosoptions BLUETOOTH_DEBUG
18591.1Schristosoptions BMAC_DEBUG
18601.1Schristosoptions BMD_DEBUG
18611.1Schristosoptions BOOTP_DEBUG
18621.1Schristosoptions BOOTP_DEBUGx
18631.1Schristosoptions BOOTXX_DEBUG
18641.1Schristosoptions BOOT_DEBUG
18651.1Schristosoptions BT463_DEBUG
18661.1Schristosoptions BTDEBUG
18671.1Schristosoptions BTHSET_DEBUG
18681.1Schristosoptions BTLBDEBUG
18691.1Schristosoptions BTNMGRDEBUG
18701.1Schristosoptions BUS_DMA_DEBUG
18711.1Schristosoptions BUS_SPACE_DEBUG
18721.1Schristosoptions CACHE_DEBUG
18731.1Schristosoptions CARDBUS_DEBUG
18741.1Schristosoptions CD18XXDEBUG
18751.1Schristosoptions CGSIX_DEBUG
18761.1Schristosoptions CHANGER_DEBUG
18771.1Schristosoptions CISS_DEBUG
18781.1Schristosoptions CKSUMDEBUG
18791.1Schristosoptions CLOCKDEBUG
18801.1Schristosoptions CLOCK_DEBUG
18811.1Schristosoptions CNW_DEBUG
18821.1Schristosoptions COMDEBUG
18831.1Schristosoptions COMVRIPDEBUG
18841.1Schristosoptions COM_DEBUG
18851.1Schristosoptions COM_HPCIODEBUG
18861.1Schristosoptions CONSDEBUG
18871.1Schristosoptions CRYPTO_DEBUG
18881.1Schristosoptions CS4280_DEBUG
18891.1Schristosoptions CS_DEBUG
18901.1Schristosoptions CUE_DEBUG
18911.1Schristosoptions CY_DEBUG
18921.1Schristosoptions CZ_DEBUG
18931.1Schristosoptions DAIC_DEBUG
18941.1Schristosoptions DBRI_DEBUG
18951.1Schristosoptions DDB_DEBUG
18961.1Schristosoptions DEBUGBUG
18971.1Schristosoptions DEBUGGER_THREADING
18981.1Schristosoptions DEBUGTERM
18991.1Schristosoptions DEBUGXXX
19001.1Schristosoptions DEBUG_1284
19011.1Schristosoptions DEBUG_1543
19021.1Schristosoptions DEBUG_A4000
19031.1Schristosoptions DEBUG_ALIGN
19041.1Schristosoptions DEBUG_ALLOC
19051.1Schristosoptions DEBUG_AMIGA_IF_ED
19061.1Schristosoptions DEBUG_AOUTM68K
19071.1Schristosoptions DEBUG_BEFOREMMU
19081.1Schristosoptions DEBUG_BIOSCALL
19091.1Schristosoptions DEBUG_CHUNK_DIR
19101.1Schristosoptions DEBUG_CLOCK
19111.1Schristosoptions DEBUG_COFF
19121.1Schristosoptions DEBUG_CP0_ACCESS
19131.1Schristosoptions DEBUG_CURSOR
19141.1Schristosoptions DEBUG_DDB
19151.1Schristosoptions DEBUG_DR
19161.1Schristosoptions DEBUG_EMUL
19171.1Schristosoptions DEBUG_ET4000
19181.1Schristosoptions DEBUG_EXEC
19191.1Schristosoptions DEBUG_EXT2
19201.1Schristosoptions DEBUG_FAULT_CORRECTION
19211.1Schristosoptions DEBUG_FFB
19221.1Schristosoptions DEBUG_FIND_COMPORT
19231.1Schristosoptions DEBUG_FIND_PCIC
19241.1Schristosoptions DEBUG_FIND_PCIC_I82365SL_ONLY
19251.1Schristosoptions DEBUG_FPE
19261.1Schristosoptions DEBUG_GPIO
19271.1Schristosoptions DEBUG_GPIO2
19281.1Schristosoptions DEBUG_IBCS2
19291.1Schristosoptions DEBUG_IPR_VJ
19301.1Schristosoptions DEBUG_ISAPNP
19311.1Schristosoptions DEBUG_ISSIGNAL
19321.1Schristosoptions DEBUG_KERNADDR_ACCESS
19331.1Schristosoptions DEBUG_KERNEL_START
19341.1Schristosoptions DEBUG_KGDB
19351.1Schristosoptions DEBUG_LED
19361.1Schristosoptions DEBUG_LINUX
19371.1Schristosoptions DEBUG_LINUX_FUTEX
19381.1Schristosoptions DEBUG_MEMLOAD
19391.1Schristosoptions DEBUG_MEMORY_LIST
19401.1Schristosoptions DEBUG_MEMSIZE
19411.1Schristosoptions DEBUG_NEG
19421.1Schristosoptions DEBUG_NFS_BOOT_DHCP
19431.1Schristosoptions DEBUG_P9100
19441.1Schristosoptions DEBUG_PAGE0
19451.1Schristosoptions DEBUG_PCI_MACHDEP
19461.1Schristosoptions DEBUG_PGRP
19471.1Schristosoptions DEBUG_POOL
19481.1Schristosoptions DEBUG_PORTF
19491.1Schristosoptions DEBUG_PROM
19501.1Schristosoptions DEBUG_PTM
19511.1Schristosoptions DEBUG_RAWFS
19521.1Schristosoptions DEBUG_RPC
19531.1Schristosoptions DEBUG_SNAPPER
19541.1Schristosoptions DEBUG_SVR4
19551.1Schristosoptions DEBUG_SYNC
19561.1Schristosoptions DEBUG_TERM
19571.1Schristosoptions DEBUG_UL
19581.1Schristosoptions DEBUG_VAL
19591.1Schristosoptions DEBUG_WITH_STDIO
19601.1Schristosoptions DEVSW_DEBUG
19611.1Schristosoptions DEV_DEBUG
19621.1Schristosoptions DISKLABEL_DEBUG
19631.1Schristosoptions DISK_DEBUG
19641.1Schristosoptions DL_DEBUG
19651.1Schristosoptions DMAC_DEBUG
19661.1Schristosoptions DMA_DEBUG
19671.1Schristosoptions DMCDEBUG
19681.1Schristosoptions DO_I4B_MAXDEBUG
19691.1Schristosoptions DRACORAWKEYDEBUG
19701.1Schristosoptions EARLY_DEBUG_EVENT
19711.1Schristosoptions EBUS_DEBUG
19721.1Schristosoptions EDC_DEBUG
19731.1Schristosoptions EDEBUG
19741.1Schristosoptions ED_DEBUG
19751.1Schristosoptions EFINET_DEBUG
19761.1Schristosoptions EGAFONTDEBUG
19771.1Schristosoptions EGDEBUG
19781.1Schristosoptions EHCI_DEBUG
19791.1Schristosoptions EL_DEBUG
19801.1Schristosoptions EMAC3_DEBUG
19811.1Schristosoptions EMUXKI_DEBUG
19821.1Schristosoptions EM_DEBUG
19831.1Schristosoptions EN_DEBUG
19841.1Schristosoptions EN_DEBUG_RANGE
19851.1Schristosoptions EPGPIO_DEBUG
19861.1Schristosoptions EPICMEDIADEBUG
19871.1Schristosoptions EPPCIC_DEBUG
19881.1Schristosoptions ESDEBUG
19891.1Schristosoptions ESP_DEBUG
19901.1Schristosoptions ESP_SBUS_DEBUG
19911.1Schristosoptions ESS_ISA_DEBUG
19921.1Schristosoptions ETHER_DEBUG
19931.1Schristosoptions EWSKBD_DEBUG
19941.1Schristosoptions EXEC_DEBUG
19951.1Schristosoptions EXTENT_DEBUG
19961.1Schristosoptions EXTREME_DEBUG
19971.1Schristosoptions EXTREME_EXTREME_DEBUG
19981.1Schristosoptions FBDEBUG
19991.1Schristosoptions FDDEBUG
20001.1Schristosoptions FD_DEBUG
20011.1Schristosoptions FFBDEBUG
20021.1Schristosoptions FILECORE_DEBUG
20031.1Schristosoptions FILECORE_DEBUG_BR
20041.1Schristosoptions FIRESTARDEBUG
20051.1Schristosoptions FLASH_DEBUG
20061.1Schristosoptions FLP_DEBUG
20071.1Schristosoptions FMV_DEBUG
20081.1Schristosoptions FOO_DEBUG
20091.1Schristosoptions FPU_DEBUG
20101.1Schristosoptions GDROMDEBUG
20111.1Schristosoptions GEM_DEBUG
20121.1Schristosoptions GEM_DEBUG1
20131.1Schristosoptions GEODE_DEBUG
20141.1Schristosoptions GEOM_DEBUG
20151.1Schristosoptions GE_DEBUG
20161.1Schristosoptions GMAC_DEBUG
20171.1Schristosoptions GPIO_DEBUG
20181.1Schristosoptions GRE_DEBUG
20191.1Schristosoptions GSFB_DEBUG_MONITOR
20201.1Schristosoptions GTFDEBUG
20211.1Schristosoptions HD64461PCMCIA_DEBUG
20221.1Schristosoptions HD64461VIDEO_DEBUG
20231.1Schristosoptions HD64465PCMCIA_DEBUG
20241.1Schristosoptions HDAUDIO_DEBUG
20251.1Schristosoptions HDAFG_DEBUG
20261.1Schristosoptions HDLCDEBUG
20271.1Schristosoptions HIFN_DEBUG
20281.1Schristosoptions HMEDEBUG
20291.1Schristosoptions HPCAPMDEBUG
20301.1Schristosoptions HPC_DEBUG_INTERRUPT_MONITOR
20311.1Schristosoptions HPC_DEBUG_LCD
20321.1Schristosoptions HP_DEBUG
20331.1Schristosoptions HSCXADEBUG
20341.1Schristosoptions HSCXBDEBUG
20351.1Schristosoptions I2ODEBUG
20361.1Schristosoptions I4BISPPPDEBUG
20371.1Schristosoptions I4B_MBUF_DEBUG
20381.1Schristosoptions I4B_MBUF_TYPE_DEBUG
20391.1Schristosoptions ICONV_DEBUG
20401.1Schristosoptions ICP_DEBUG
20411.1Schristosoptions IEDEBUG
20421.1Schristosoptions IEEE80211_DEBUG_REFCNT
20431.1Schristosoptions IFAREF_DEBUG
20441.39Sozakioptions IFA_STATS
20451.1Schristosoptions IFMEDIA_DEBUG
20461.1Schristosoptions IHA_DEBUG_STATE
20471.1Schristosoptions INTRDEBUG
20481.1Schristosoptions INTR_DEBUG
20491.1Schristosoptions IPAQ_LCD_DEBUG
20501.1Schristosoptions IPF_DEBUG
20511.1Schristosoptions IPSEC_DEBUG
20521.1Schristosoptions IPW_DEBUG
20531.1Schristosoptions IP_RCMD_PROXY_DEBUG
20541.1Schristosoptions IRFRAMET_DEBUG
20551.1Schristosoptions IRFRAME_DEBUG
20561.1Schristosoptions IRQ_DEBUG
20571.1Schristosoptions ISACDEBUG
20581.1Schristosoptions ISADMA_DEBUG
20591.1Schristosoptions ISO_DEBUG
20601.1Schristosoptions IT8368DEBUG
20611.1Schristosoptions ITE8181DEBUG
20621.1Schristosoptions ITK_PROBE_DEBUG
20631.1Schristosoptions IWI_DEBUG
20641.1Schristosoptions IWM_DEBUG
20651.1Schristosoptions IYDEBUG
20661.1Schristosoptions IYMEMDEBUG
20671.1Schristosoptions J6X0TP_DEBUG
20681.1Schristosoptions J720TP_DEBUG
20691.1Schristosoptions KBD_DEBUG
20701.1Schristosoptions KB_DEBUG
20711.1Schristosoptions KERNEL_DEBUG
20721.1Schristosoptions KLOADER_DEBUG
20731.1Schristosoptions KSTACK_DEBUG
20741.1Schristosoptions KSYMS_DEBUG
20751.1Schristosoptions KUE_DEBUG
20761.1Schristosoptions LANA_DEBUG
20771.1Schristosoptions LCD_DEBUG
20781.1Schristosoptions LEDEBUG
20791.1Schristosoptions LE_DEBUG
20801.1Schristosoptions LIFDEBUG
20811.1Schristosoptions LINUX_SG_DEBUG
20821.1Schristosoptions LLCDEBUG
20831.1Schristosoptions LLC_DEBUG
20841.1Schristosoptions LOADER_DEBUG
20851.1Schristosoptions LOAD_DEBUG_INFO
20861.1Schristosoptions LOCKF_DEBUG
20871.1Schristosoptions LPT_DEBUG
20881.1Schristosoptions MAGMA_DEBUG
20891.1Schristosoptions MAPLE_DEBUG
20901.1Schristosoptions MB8795_DEBUG
20911.1Schristosoptions MCDDEBUG
20921.1Schristosoptions MCDEBUG
20931.1Schristosoptions MCHAIN_DEBUG
20941.1Schristosoptions MEC_DEBUG
20951.1Schristosoptions MEDIABAY_DEBUG
20961.1Schristosoptions MEMORY_MAP_DEBUG
20971.1Schristosoptions MESH_DEBUG
20981.1Schristosoptions MIDI_DEBUG
20991.1Schristosoptions MLYDEBUG
21001.1Schristosoptions MMEYEPCMCIADEBUG
21011.1Schristosoptions MOUSE_DEBUG
21021.1Schristosoptions MPDEBUG
21031.1Schristosoptions MQ200_DEBUG
21041.1Schristosoptions MRT6DEBUG
21051.1Schristosoptions MSDOSFS_DEBUG
21061.1Schristosoptions MSG_DEBUG_OK
21071.1Schristosoptions MULAW_DEBUG
21081.1Schristosoptions MYDEV_DEBUG
21091.1Schristosoptions NB_DEBUG
21101.1Schristosoptions NCR5380_DEBUG
21111.1Schristosoptions NCR53C9X_DEBUG
21121.1Schristosoptions ND6_DEBUG
21131.1Schristosoptions NDEBUG
21141.1Schristosoptions ND_DEBUG
21151.1Schristosoptions NETATALKDEBUG
21161.1Schristosoptions NETDOCK_DEBUG_DRIVER
21171.1Schristosoptions NETIF_DEBUG
21181.1Schristosoptions NET_DEBUG
21191.12Sozakioptions NET_MPSAFE
21201.1Schristosoptions NFE_DEBUG
21211.1Schristosoptions NFS_DEBUG
21221.1Schristosoptions NFS_DEBUG_COMMIT
21231.1Schristosoptions NIDEBUG
21241.1Schristosoptions NJSC32_DEBUG
21251.1Schristosoptions NON_DEBUG
21261.1Schristosoptions NOTDEF_DEBUG
21271.1Schristosoptions NOT_DEBUG
21281.1Schristosoptions NSIODEBUG
21291.1Schristosoptions NTFS_DEBUG
21301.1Schristosoptions OBOE_DEBUG
21311.1Schristosoptions OFW_DEBUG
21321.1Schristosoptions OHCI_DEBUG
21331.1Schristosoptions OLD_ELF_DEBUG
21341.1Schristosoptions ONEWIRE_DEBUG
21351.1Schristosoptions ONOE_DEBUG
21361.1Schristosoptions OPTPOINTDEBUG
21371.1Schristosoptions OSIOP_DEBUG
21381.1Schristosoptions OST_DEBUG
21391.1Schristosoptions P1212_DEBUG
21401.1Schristosoptions PARDEBUG
21411.1Schristosoptions PBMS_DEBUG
21421.1Schristosoptions PCIINTR_DEBUG
21431.1Schristosoptions PCI_DEBUG
21441.1Schristosoptions PCKBCDEBUG
21451.1Schristosoptions PCKBPORTDEBUG
21461.1Schristosoptions PCMCIACISDEBUG
21471.1Schristosoptions PCMCIADEBUG
21481.1Schristosoptions PDCDEBUG
21491.1Schristosoptions PDINFO_DEBUG
21501.1Schristosoptions PFCKBD_DEBUG
21511.1Schristosoptions PFDEBUG
21521.1Schristosoptions PFLOGDEBUG
21531.1Schristosoptions PHYSMEMDEBUG
21541.1Schristosoptions PI1PPC_DEBUG
21551.1Schristosoptions PIIXPM_DEBUG
21561.1Schristosoptions PIIX_DEBUG
21571.1Schristosoptions PIOC_DEBUG
21581.1Schristosoptions PLCOM_DEBUG
21591.1Schristosoptions PLD_WDOG_DEBUG
21601.1Schristosoptions PLIP_DEBUG
21611.1Schristosoptions PLUMICUDEBUG
21621.1Schristosoptions PLUMIOBUSDEBUG
21631.1Schristosoptions PLUMPCMCIA_DEBUG
21641.1Schristosoptions PLUMPOWERDEBUG
21651.1Schristosoptions PLUMVIDEODEBUG
21661.1Schristosoptions PMAPDEBUG
21671.1Schristosoptions PMAP_COUNT_DEBUG
21681.1Schristosoptions PMAP_DEBUG
21691.1Schristosoptions PMAP_DEBUG_MODIFIED
21701.1Schristosoptions PMON_DEBUG
21711.1Schristosoptions PMSDEBUG
21721.1Schristosoptions PNPBIOSDEBUG
21731.1Schristosoptions PNPBIOSDEBUG_VALUE=1
21741.1Schristosoptions PNPBIOSEVENTSDEBUG
21751.1Schristosoptions PORT_DEBUG
21761.1Schristosoptions PPBUS_DEBUG
21771.1Schristosoptions PPPOE_DEBUG
21781.1Schristosoptions PROFILER_DEBUG
21791.1Schristosoptions PSH3TP_DEBUG
21801.1Schristosoptions PWCTLDEBUG
21811.1Schristosoptions QEDEBUG
21821.1Schristosoptions QN_DEBUG
21831.1Schristosoptions QN_DEBUG1
21841.1Schristosoptions QTDEBUG
21851.1Schristosoptions RAL_DEBUG
21861.1Schristosoptions RARP_DEBUG
21871.1Schristosoptions RBUS_DEBUG
21881.1Schristosoptions RCONS_DEBUG
21891.1Schristosoptions RDDEBUG
21901.1Schristosoptions REALLYDEBUG
21911.1Schristosoptions RND_DEBUG
21921.1Schristosoptions ROMDEBUG
21931.1Schristosoptions RPC_DEBUG
21941.1Schristosoptions RQDEBUG
21951.1Schristosoptions RTC_DEBUG
21961.1Schristosoptions RTSOCK_DEBUG
21971.1Schristosoptions RTW_DEBUG
21981.1Schristosoptions SACKBCDEBUG
21991.1Schristosoptions SBC_DEBUG
22001.1Schristosoptions SBJCN_DEBUG
22011.1Schristosoptions SBMACDEBUG
22021.1Schristosoptions SBSCN_DEBUG
22031.1Schristosoptions SCC_DEBUG
22041.1Schristosoptions SCHED_DEBUG
22051.1Schristosoptions SCIF_DEBUG
22061.1Schristosoptions SCI_DEBUG
22071.1Schristosoptions SCR_DEBUG
22081.1Schristosoptions SCSIDEBUG
22091.1Schristosoptions SCSIPI_DEBUG
22101.1Schristosoptions SCSI_DEBUG
22111.47Smayaoptions SCTP_DEBUG
22121.1Schristosoptions SD_DEBUG
22131.1Schristosoptions SEA_DEBUG
22141.1Schristosoptions SEA_DEBUGQUEUE
22151.1Schristosoptions SEDEBUG
22161.1Schristosoptions SED_DEBUG
22171.1Schristosoptions SEEQ8005_DEBUG
22181.1Schristosoptions SEM_DEBUG
22191.1Schristosoptions SEQUENCER_DEBUG
22201.1Schristosoptions SER_DEBUG
22211.1Schristosoptions SFAS_DEBUG
22221.1Schristosoptions SGMAP_DEBUG
22231.1Schristosoptions SHMDEBUG
22241.1Schristosoptions SIF_DEBUG
22251.1Schristosoptions SIOP_DEBUG
22261.1Schristosoptions SIOP_DEBUG_DR
22271.1Schristosoptions SIOP_DEBUG_INTR
22281.1Schristosoptions SIOP_DEBUG_SCHED
22291.1Schristosoptions SK_DEBUG
22301.35Sskrlloptions SLHCI_DEBUG
22311.1Schristosoptions SMAP_DEBUG
22321.1Schristosoptions SMB_IOD_DEBUG
22331.1Schristosoptions SMB_SOCKETDATA_DEBUG
22341.1Schristosoptions SMB_SOCKET_DEBUG
22351.1Schristosoptions SMB_VNODE_DEBUG
22361.1Schristosoptions SNAPPER_DEBUG
22371.1Schristosoptions SNDEBUG
22381.1Schristosoptions SOCKBUF_DEBUG
22391.24Sozakioptions SOFTINT_INTR
22401.1Schristosoptions SONIC_DEBUG
22411.1Schristosoptions SPARC_PCI_DEBUG
22421.1Schristosoptions SPC_DEBUG
22431.1Schristosoptions SPIC_DEBUG
22441.1Schristosoptions SPIFI_DEBUG
22451.1Schristosoptions SPKRDEBUG
22461.1Schristosoptions SPLDEBUG
22471.1Schristosoptions SPPDEBUG
22481.1Schristosoptions SSCOM_DEBUG
22491.1Schristosoptions STIDEBUG
22501.1Schristosoptions STP4020_DEBUG
22511.1Schristosoptions SUNSCPAL_DEBUG
22521.1Schristosoptions SYNAPTICSDEBUG
22531.1Schristosoptions SYSCALL_DEBUG
22541.1Schristosoptions SYSCTL_DEBUG_CREATE
22551.1Schristosoptions SYSCTL_DEBUG_SETUP
22561.1Schristosoptions SYSVBFS_VNOPS_DEBUG
22571.1Schristosoptions TC5165DEBUG
22581.1Schristosoptions TCICDEBUG
22591.1Schristosoptions TCICISADEBUG
22601.1Schristosoptions TCPISS_DEBUG
22611.1Schristosoptions TCTRLDEBUG
22621.1Schristosoptions TIMECOUNTER_DEBUG
22631.1Schristosoptions TIMEKEEPER_DEBUG
22641.1Schristosoptions TLDEBUG
22651.1Schristosoptions TLDEBUG_ADDR
22661.1Schristosoptions TLDEBUG_RX
22671.1Schristosoptions TLDEBUG_TX
22681.1Schristosoptions TLP_DEBUG
22691.1Schristosoptions TP_DEBUG
22701.1Schristosoptions TRACE_DEBUG
22711.1Schristosoptions TRAPDEBUG
22721.1Schristosoptions TRISADEBUG
22731.1Schristosoptions TRM_DEBUG
22741.1Schristosoptions TROPICDEBUG
22751.1Schristosoptions TRTCMISADEBUG
22761.1Schristosoptions TSDEBUG
22771.1Schristosoptions TSLOT_DEBUG
22781.1Schristosoptions TTY_DEBUG
22791.1Schristosoptions TUDEBUG
22801.1Schristosoptions TULIP_DEBUG
22811.1Schristosoptions TWA_DEBUG
22821.1Schristosoptions TWE_DEBUG
22831.1Schristosoptions TX3912VIDEO_DEBUG
22841.1Schristosoptions TX39BIU_DEBUG
22851.1Schristosoptions TX39CLOCK_DEBUG
22861.1Schristosoptions TX39ICU_DEBUG
22871.1Schristosoptions TX39ICU_DEBUG_PRINT_PENDING_INTERRUPT
22881.1Schristosoptions TX39IO_DEBUG
22891.1Schristosoptions TX39IRDEBUG
22901.1Schristosoptions TX39POWER_DEBUG
22911.1Schristosoptions TX39SIBDEBUG
22921.1Schristosoptions TX39UARTDEBUG
22931.1Schristosoptions TX39UART_DEBUG
22941.1Schristosoptions UAUDIO_DEBUG
22951.1Schristosoptions UBSA_DEBUG
22961.1Schristosoptions UBSEC_DEBUG
22971.1Schristosoptions UBT_DEBUG
22981.1Schristosoptions UCB1200_DEBUG
22991.1Schristosoptions UCBIO_DEBUG
23001.1Schristosoptions UCBSNDDEBUG
23011.1Schristosoptions UCBTPDEBUG
23021.1Schristosoptions UCOM_DEBUG
23031.1Schristosoptions UCYCOM_DEBUG
23041.1Schristosoptions UDAV_DEBUG
23051.1Schristosoptions UDSBR_DEBUG
23061.1Schristosoptions UFTDI_DEBUG
23071.1Schristosoptions UGENSA_DEBUG
23081.1Schristosoptions UGEN_DEBUG
23091.1Schristosoptions UHADEBUG
23101.1Schristosoptions UHCI_DEBUG
23111.1Schristosoptions UHIDEV_DEBUG
23121.1Schristosoptions UHID_DEBUG
23131.1Schristosoptions UHUB_DEBUG
23141.1Schristosoptions UIPAQ_DEBUG
23151.1Schristosoptions UIRDA_DEBUG
23161.1Schristosoptions UISDATA_DEBUG
23171.1Schristosoptions UKBD_DEBUG
23181.1Schristosoptions UKYOPON_DEBUG
23191.1Schristosoptions ULPT_DEBUG
23201.1Schristosoptions UL_DEBUG
23211.1Schristosoptions UMASS_DEBUG
23221.1Schristosoptions UMCT_DEBUG
23231.1Schristosoptions UMIDIQUIRK_DEBUG
23241.1Schristosoptions UMIDI_DEBUG
23251.1Schristosoptions UMODEM_DEBUG
23261.1Schristosoptions UNIV_DEBUG
23271.1Schristosoptions UPLCOM_DEBUG
23281.1Schristosoptions UPL_DEBUG
23291.1Schristosoptions URIO_DEBUG
23301.1Schristosoptions URLPHY_DEBUG
23311.1Schristosoptions URL_DEBUG
23321.1Schristosoptions USB_DEBUG
23331.1Schristosoptions USCANNER_DEBUG
23341.1Schristosoptions USEFULL_DEBUG
23351.1Schristosoptions USSCANNER_DEBUG
23361.1Schristosoptions USTIR_DEBUG
23371.1Schristosoptions UTOPPY_DEBUG
23381.1Schristosoptions UVIDEO_DEBUG
23391.1Schristosoptions UVISOR_DEBUG
23401.1Schristosoptions UVSCOM_DEBUG
23411.1Schristosoptions VCONS_DEBUG
23421.1Schristosoptions VERYLOWDEBUG
23431.1Schristosoptions VGAFONTDEBUG
23441.1Schristosoptions VIA8231_DEBUG
23451.1Schristosoptions VIAENV_DEBUG
23461.1Schristosoptions VIAPCIB_DEBUG
23471.1Schristosoptions VIDCAUDIO_DEBUG
23481.1Schristosoptions VMEDEBUG
23491.1Schristosoptions VOODOOFB_DEBUG
23501.1Schristosoptions VR4181AIU_DEBUG
23511.1Schristosoptions VRAIU_DEBUG
23521.1Schristosoptions VRBCUDEBUG
23531.1Schristosoptions VRC2GPIODEBUG
23541.1Schristosoptions VRC2PWMDEBUG
23551.1Schristosoptions VRC4173BCU_DEBUG
23561.1Schristosoptions VRDCU_DEBUG
23571.1Schristosoptions VRDMAAU_DEBUG
23581.1Schristosoptions VRGIUDEBUG
23591.1Schristosoptions VRIP_DEBUG
23601.1Schristosoptions VRISADEBUG
23611.1Schristosoptions VRKIUDEBUG
23621.1Schristosoptions VRLEDDEBUG
23631.1Schristosoptions VRPIUDEBUG
23641.1Schristosoptions VRPMUDEBUG
23651.1Schristosoptions VRRTCDEBUG
23661.1Schristosoptions VS_DEBUG
23671.1Schristosoptions VT100_DEBUG
23681.1Schristosoptions VTOC_DEBUG
23691.1Schristosoptions WDCNDELAY_DEBUG
23701.1Schristosoptions WDSDEBUG
23711.1Schristosoptions WE_DEBUG
23721.1Schristosoptions WFQ_DEBUG
23731.1Schristosoptions WI_DEBUG
23741.1Schristosoptions WI_RING_DEBUG
23751.1Schristosoptions WM_DEBUG
23761.1Schristosoptions WSKBD_DEBUG
23771.1Schristosoptions WSMUX_DEBUG
23781.1Schristosoptions XBD_DEBUG
23791.1Schristosoptions XDC_DEBUG
23801.1Schristosoptions XDDEBUG
23811.1Schristosoptions XDEBUG
23821.1Schristosoptions XENDEBUG
23831.1Schristosoptions XENDEBUG_NET
23841.1Schristosoptions XENDEBUG_VBD
23851.1Schristosoptions XENNET_DEBUG
23861.1Schristosoptions XENNET_DEBUG_DUMP
23871.1Schristosoptions XEN_CLOCK_DEBUG
23881.1Schristosoptions XE_DEBUG
23891.35Sskrlloptions XHCI_DEBUG
23901.1Schristosoptions XYC_DEBUG
23911.1Schristosoptions ZSKBD_DEBUG
23921.1Schristosoptions ZSMACDEBUG
23931.1Schristosoptions xSCSI_DEBUG
23941.1Schristosoptions xSD_DEBUG
2395