ALL revision 1.190
11.190Sriastrad# $NetBSD: ALL,v 1.190 2024/08/26 13:38:28 riastradh 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.190Sriastrad#ident "ALL-$Revision: 1.190 $" 211.1Schristos 221.1Schristosmaxusers 64 # estimated number of users 231.1Schristos 241.1Schristosmakeoptions USE_SSP=yes 251.1Schristos 261.1Schristos# CPU-related options. 271.157Smaxvoptions 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.156Syamaguchoptions PCPU_IDT # Per CPU IDT 331.1Schristos 341.1Schristos# CPU features 351.1Schristosacpicpu* at cpu? # ACPI CPU (including frequency scaling) 361.1Schristoscoretemp* at cpu? # Intel on-die thermal sensor 371.1Schristosest0 at cpu0 # Intel Enhanced SpeedStep (non-ACPI) 381.1Schristosodcm0 at cpu0 # On-demand clock modulation 391.155Sriastradpadlock0 at cpu0 # VIA PadLock 401.1Schristospowernow0 at cpu0 # AMD PowerNow! and Cool'n'Quiet (non-ACPI) 411.188Sandvarviac7temp* at cpu? # VIA C7, Nano and Zhaoxin temperature sensor 421.1Schristosvmt0 at cpu0 # VMware Tools 431.1Schristos 441.57Schristos# Beep when it is safe to power down the system (requires sysbeep) 451.57Schristosoptions BEEP_ONHALT 461.57Schristos# Some tunable details of the above feature (default values used below) 471.57Schristosoptions BEEP_ONHALT_COUNT=3 # Times to beep 481.57Schristosoptions BEEP_ONHALT_PITCH=1500 # Default frequency (in Hz) 491.57Schristosoptions BEEP_ONHALT_PERIOD=250 # Default duration (in msecs) 501.57Schristos 511.1Schristosoptions MULTIBOOT # Multiboot support (see multiboot(8)) 521.1Schristos 531.1Schristos# delay between "rebooting ..." message and hardware reset, in milliseconds 541.1Schristosoptions CPURESET_DELAY=2000 551.1Schristos 561.1Schristos# This option allows you to force a serial console at the specified 571.1Schristos# I/O address. see console(4) for details. 581.1Schristosoptions CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=57600 591.1Schristos# you don't want the option below ON iff you are using the 601.1Schristos# serial console option of the new boot strap code. 611.1Schristosoptions CONS_OVERRIDE # Always use above! independent of boot info 621.1Schristos 631.1Schristos# The following options override the memory sizes passed in from the boot 641.1Schristos# block. Use them *only* if the boot block is unable to determine the correct 651.1Schristos# values. Note that the BIOS may *correctly* report less than 640k of base 661.1Schristos# memory if the extended BIOS data area is located at the top of base memory 671.1Schristos# (as is the case on most recent systems). 681.1Schristosoptions REALBASEMEM=639 # size of base memory (in KB) 691.1Schristosoptions REALEXTMEM=15360 # size of extended memory (in KB) 701.1Schristos 711.1Schristos# The following options limit the overall size of physical memory 721.1Schristos# and/or the maximum address used by the system. 731.1Schristos# Contrary to REALBASEMEM and REALEXTMEM, they still use the BIOS memory map 741.1Schristos# and can deal with holes in the memory layout. 751.1Schristosoptions PHYSMEM_MAX_SIZE=64 # max size of physical memory (in MB) 761.1Schristosoptions PHYSMEM_MAX_ADDR=2048 # don't use memory above this (in MB) 771.1Schristos 781.1Schristos# Standard system options 791.1Schristos 801.1Schristosoptions INSECURE # disable kernel security levels - X needs this 811.1Schristos 821.1Schristosoptions RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 831.1Schristosoptions NTP # NTP phase/frequency locked loop 841.1Schristos 851.1Schristosoptions KTRACE # system call tracing via ktrace(1) 861.1Schristos 871.1Schristosoptions CPU_UCODE # cpu ucode loading support 881.1Schristos 891.1Schristos# Note: SysV IPC parameters could be changed dynamically, see sysctl(8). 901.1Schristosoptions SYSVMSG # System V-like message queues 911.1Schristosoptions SYSVSEM # System V-like semaphores 921.1Schristosoptions SEMMNI=10 # number of semaphore identifiers 931.1Schristosoptions SEMMNS=60 # number of semaphores in system 941.1Schristosoptions SEMUME=10 # max number of undo entries per process 951.1Schristosoptions SEMMNU=30 # number of undo structures in system 961.1Schristosoptions SYSVSHM # System V-like memory sharing 971.1Schristos 981.1Schristosoptions MODULAR # new style module(7) framework 991.18Sjnemethoptions MODULAR_DEFAULT_AUTOLOAD 1001.170Srinoptions MODULAR_DEFAULT_VERBOSE 1011.1Schristos 1021.1Schristosoptions USERCONF # userconf(4) support 1031.1Schristosoptions PIPE_SOCKETPAIR # smaller, but slower pipe(2) 1041.1Schristosoptions SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 1051.1Schristos 1061.1Schristos# Alternate buffer queue strategies for better responsiveness under high 1071.1Schristos# disk I/O load. 1081.1Schristosoptions BUFQ_READPRIO 1091.1Schristosoptions BUFQ_PRIOCSCAN 1101.1Schristos 1111.1Schristos# Diagnostic/debugging support options 1121.147Sjdolecek#options DIAGNOSTIC # inexpensive kernel consistency checks 1131.57Schristos # XXX to be commented out on release branch 1141.1Schristosoptions DEBUG # expensive debugging checks/support 1151.1Schristosoptions LOCKDEBUG # expensive locking checks/support 1161.1Schristosoptions DDB # in-kernel debugger 1171.57Schristosoptions DDB_COMMANDONENTER="bt" # execute command when ddb is entered 1181.2Sszptvlfnoptions DDB_ONPANIC=1 # see also sysctl(7): `ddb.onpanic' 1191.1Schristosoptions DDB_HISTORY_SIZE=512 # enable history editing in DDB 1201.1Schristosoptions DDB_VERBOSE_HELP 1211.1Schristosoptions KGDB # remote debugger 1221.1Schristosoptions KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600 1231.57Schristosmakeoptions COPTS="-O2 -fno-omit-frame-pointer" 1241.1Schristosmakeoptions DEBUG="-g" # compile full symbol table 1251.116Skamiloptions KUBSAN # Kernel Undefined Behavior Sanitizer (kUBSan) 1261.1Schristosoptions SYSCALL_STATS # per syscall counts 1271.1Schristosoptions SYSCALL_TIMES # per syscall times 1281.1Schristosoptions SYSCALL_TIMES_HASCOUNTER # use 'broken' rdtsc (soekris) 1291.1Schristosoptions KDTRACE_HOOKS # kernel DTrace hooks 1301.48Spgoyetteoptions UVMHIST # kernhist for uvm subsystem 1311.48Spgoyetteoptions BIOHIST # kernhist for buff I/O 1321.1Schristos 1331.116Skamil# Kernel Address Sanitizer (kASan). You need to disable SVS to use it. 1341.116Skamilmakeoptions KASAN=1 # Kernel Address Sanitizer 1351.116Skamiloptions KASAN 1361.116Skamil#no options SVS 1371.116Skamil 1381.116Skamil# Kernel Code Coverage Driver. 1391.116Skamilmakeoptions KCOV=1 1401.116Skamiloptions KCOV 1411.116Skamil 1421.153Smaxv# Fault Injection Driver. 1431.153Smaxvoptions FAULT 1441.153Smaxv 1451.178Sriastrad# Heartbeat checks 1461.178Sriastradoptions HEARTBEAT 1471.178Sriastradoptions HEARTBEAT_MAX_PERIOD_DEFAULT=15 1481.178Sriastrad 1491.1Schristos# Compatibility options 1501.57Schristosoptions EXEC_AOUT # required by binaries from before 1.5 1511.1Schristosoptions COMPAT_386BSD_MBRPART # recognize old partition ID 1521.71Smrginclude "conf/compat_netbsd09.config" 1531.1Schristos 1541.57Schristosoptions COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility 1551.4Sriastradoptions COMPAT_NETBSD32 # NetBSD 32-bit 1561.1Schristosoptions COMPAT_LINUX # binary compatibility with Linux 1571.4Sriastradoptions COMPAT_LINUX32 # binary compatibility with Linux 32-bit 1581.168Sryooptions EXEC_ELF32 1591.1Schristos 1601.1Schristos# Wedge support 1611.1Schristosoptions DKWEDGE_AUTODISCOVER # Automatically add dk(4) instances 1621.1Schristosoptions DKWEDGE_METHOD_GPT # Supports GPT partitions as wedges 1631.57Schristosoptions DKWEDGE_METHOD_BSDLABEL # Support disklabel entries as wedges 1641.57Schristosoptions DKWEDGE_METHOD_MBR # Support MBR partitions as wedges 1651.49Sryooptions DKWEDGE_METHOD_APPLE # Support Apple partitions as wedges 1661.53Srinoptions DKWEDGE_METHOD_RDB # Support RDB partitions as wedges 1671.187Scharlottoptions DKWEDGE_METHOD_TOS # Support Atari "TOS" partitions as wedges 1681.1Schristos 1691.1Schristos# File systems 1701.49Sryofile-system FFS # UFS 1711.49Sryofile-system EXT2FS # second extended file system (linux) 1721.49Sryofile-system LFS # log-structured file system 1731.49Sryofile-system MFS # memory file system 1741.49Sryofile-system NFS # Network File System client 1751.49Sryofile-system NTFS # Windows/NT file system (experimental) 1761.49Sryofile-system CD9660 # ISO 9660 + Rock Ridge file system 1771.49Sryofile-system MSDOSFS # MS-DOS file system 1781.49Sryofile-system FDESC # /dev/fd 1791.49Sryofile-system KERNFS # /kern 1801.49Sryofile-system NULLFS # loopback file system 1811.49Sryofile-system OVERLAY # overlay file system 1821.1Schristosfile-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 1831.49Sryofile-system PROCFS # /proc 1841.49Sryofile-system UMAPFS # NULLFS + uid and gid remapping 1851.49Sryofile-system UNION # union file system 1861.49Sryofile-system CODA # Coda File System; also needs vcoda (below) 1871.49Sryofile-system SYSVBFS # System V boot file system 1881.49Sryofile-system PTYFS # /dev/ptm support 1891.49Sryofile-system TMPFS # Efficient memory file-system 1901.49Sryofile-system UDF # experimental - OSTA UDF CD/DVD file-system 1911.49Sryofile-system HFS # experimental - Apple HFS+ file system 1921.49Sryofile-system EFS # Silicon Graphics Extent File System 1931.49Sryofile-system FILECORE # Acorn filecore file system 1941.49Sryofile-system ADOSFS # AmigaDOS file system 1951.1Schristosfile-system NILFS # experimental - NTT's NiLFS(2) 1961.1Schristosfile-system V7FS # 7th Edition(V7) File System 1971.1Schristosfile-system CHFS # Chip File System 1981.76Schristosfile-system AUTOFS # Automounter Filesystem 1991.1Schristos 2001.1Schristos# File system options 2011.173Ssimonb# ffs 2021.173Ssimonboptions FFS_EI # FFS Endian Independent support 2031.173Ssimonb#options FFS_NO_SNAPSHOT # No FFS snapshot support 2041.1Schristosoptions QUOTA # legacy UFS quotas 2051.1Schristosoptions QUOTA2 # new, in-filesystem UFS quotas 2061.173Ssimonboptions UFS_ACL # UFS Access Control Lists 2071.173Ssimonboptions UFS_DIRHASH # UFS Large Directory Hashing 2081.173Ssimonboptions UFS_EXTATTR # Extended attribute support for UFS1 2091.1Schristosoptions WAPBL # File system journaling support 2101.173Ssimonb# lfs 2111.173Ssimonboptions LFS_DIRHASH # LFS version of UFS_DIRHASH - experimental 2121.1Schristosoptions LFS_EI # LFS endian-independent support - experimental 2131.1Schristosoptions LFS_EXTATTR # extended attributes for LFS - experimental 2141.173Ssimonboptions LFS_KERNEL_RFW 2151.1Schristosoptions LFS_QUOTA # quotas for LFS - experimental 2161.1Schristosoptions LFS_QUOTA2 # new-style quotas for LFS - experimental 2171.173Ssimonb# ext2fs 2181.173Ssimonb# other 2191.173Ssimonboptions DISKLABEL_EI # disklabel Endian Independent support 2201.173Ssimonboptions NFSSERVER # Network File System server 2211.1Schristosoptions V7FS_EI # V7FS Endian Independent support 2221.1Schristos 2231.1Schristos# Networking options 2241.1Schristosoptions GATEWAY # packet forwarding 2251.1Schristosoptions INET # IP + ICMP + TCP + UDP 2261.1Schristosoptions INET6 # IPv6 2271.1Schristosoptions IPSEC # IP security 2281.1Schristos#options IPSEC_DEBUG # debug for IP security 2291.38Schristosoptions MPLS # MultiProtocol Label Switching (needs mpls) 2301.1Schristosoptions MROUTING # IP multicast routing 2311.1Schristosoptions PIM # Protocol Independent Multicast 2321.1Schristosoptions NETATALK # AppleTalk networking protocols 2331.59Sbouyeroptions CAN # Controller Area Network protocol 2341.28Srjsoptions DCCP # Datagram Congestion Control Protocol 2351.1Schristosoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 2361.1Schristosoptions PPP_DEFLATE # Deflate compression support for PPP 2371.1Schristosoptions PPP_FILTER # Active filter support for PPP (requires bpf) 2381.1Schristosoptions IPFILTER_LOG # ipmon(8) log support 2391.1Schristosoptions IPFILTER_LOOKUP # ippool(8) support 2401.1Schristosoptions IPFILTER_COMPAT # Compat for IP-Filter 2411.1Schristosoptions IPFILTER_DEFAULT_BLOCK # block all packets by default 2421.1Schristosoptions TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 2431.1Schristosoptions TCP_SIGNATURE # RFC 2385 support, used with BGP 2441.46Sdhollandoptions SCTP # Stream Control Transmission Protocol 2451.1Schristos 2461.1Schristosoptions ALTQ # Manipulate network interfaces' output queues 2471.1Schristosoptions ALTQ_BLUE # Stochastic Fair Blue 2481.1Schristosoptions ALTQ_CBQ # Class-Based Queueing 2491.1Schristosoptions ALTQ_CDNR # Diffserv Traffic Conditioner 2501.1Schristosoptions ALTQ_FIFOQ # First-In First-Out Queue 2511.1Schristosoptions ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 2521.1Schristosoptions ALTQ_HFSC # Hierarchical Fair Service Curve 2531.1Schristosoptions ALTQ_LOCALQ # Local queueing discipline 2541.1Schristosoptions ALTQ_PRIQ # Priority Queueing 2551.1Schristosoptions ALTQ_RED # Random Early Detection 2561.1Schristosoptions ALTQ_RIO # RED with IN/OUT 2571.1Schristosoptions ALTQ_WFQ # Weighted Fair Queueing 2581.1Schristos 2591.1Schristos# These options enable verbose messages for several subsystems. 2601.1Schristos# Warning, these may compile large string tables into the kernel! 2611.1Schristosoptions ACPIVERBOSE # verbose ACPI device autoconfig messages 2621.1Schristosoptions EISAVERBOSE # verbose EISA device autoconfig messages 2631.1Schristosoptions MIIVERBOSE # verbose PHY autoconfig messages 2641.86Smayaoptions MPVERBOSE=1 # verbose mpbios config messages 2651.1Schristosoptions PCIVERBOSE # verbose PCI device autoconfig messages 2661.1Schristosoptions PCI_CONFIG_DUMP # verbosely dump PCI config space 2671.1Schristosoptions PCMCIAVERBOSE # verbose PCMCIA configuration messages 2681.1Schristosoptions SCSIVERBOSE # human readable SCSI error messages 2691.1Schristosoptions USBVERBOSE # verbose USB device autoconfig messages 2701.1Schristosoptions PNPBIOSVERBOSE # verbose PnP BIOS messages 2711.1Schristos#options PNPBIOSDEBUG # more fulsome PnP BIOS debugging messages 2721.1Schristosoptions MCAVERBOSE # verbose MCA device autoconfig messages 2731.20Schristosoptions HDAUDIOVERBOSE # verbose HDAUDIO driver messages 2741.1Schristos 2751.1Schristosoptions NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM 2761.1Schristos 2771.1Schristos# 2781.1Schristos# wscons options 2791.1Schristos# 2801.1Schristos# builtin terminal emulations 2811.1Schristosoptions WSEMUL_SUN # sun terminal emulation 2821.1Schristosoptions WSEMUL_VT100 # VT100 / VT220 emulation 2831.1Schristos# customization of console and kernel output - see dev/wscons/wsdisplayvar.h 2841.1Schristosoptions WSDISPLAY_CUSTOM_OUTPUT # color customization from wsconsctl(8) 2851.1Schristosoptions WS_DEFAULT_FG=WSCOL_WHITE 2861.1Schristosoptions WS_DEFAULT_BG=WSCOL_BLACK 2871.1Schristosoptions WS_DEFAULT_COLATTR="(0)" 2881.1Schristosoptions WS_DEFAULT_MONOATTR="(0)" 2891.1Schristosoptions WS_KERNEL_FG=WSCOL_GREEN 2901.1Schristosoptions WS_KERNEL_BG=WSCOL_BLACK 2911.1Schristosoptions WS_KERNEL_COLATTR="(0)" 2921.1Schristosoptions WS_KERNEL_MONOATTR="(0)" 2931.1Schristos# customization of console border color 2941.1Schristosoptions WSDISPLAY_CUSTOM_BORDER # custom border colors via wsconsctl(8) 2951.1Schristosoptions WSDISPLAY_BORDER_COLOR=WSCOL_BLUE # default color 2961.1Schristos# compatibility to other console drivers 2971.1Schristosoptions WSDISPLAY_COMPAT_PCVT # emulate some ioctls 2981.1Schristosoptions WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 2991.1Schristosoptions WSDISPLAY_COMPAT_USL # wsconscfg VT handling 3001.1Schristosoptions WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 3011.1Schristosoptions WSKBD_EVENT_AUTOREPEAT # auto repeat in event mode 3021.1Schristos#options WSKBD_USONLY # strip off non-US keymaps 3031.1Schristos# don't attach pckbd as the console if no PS/2 keyboard is found 3041.1Schristosoptions PCKBD_CNATTACH_MAY_FAIL 3051.1Schristos# see dev/pckbport/wskbdmap_mfii.c for implemented layouts 3061.1Schristosoptions PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" # for pckbd driver 3071.1Schristosoptions UKBD_LAYOUT="(KB_DE | KB_NODEAD)" # for ukbd driver 3081.1Schristos# allocate a number of virtual screens at autoconfiguration time 3091.1Schristosoptions WSDISPLAY_DEFAULTSCREENS=4 3101.1Schristos# use a large software cursor that doesn't blink 3111.1Schristosoptions PCDISPLAY_SOFTCURSOR 3121.1Schristos# modify the screen type of the console; defaults to "80x25" 3131.1Schristosoptions VGA_CONSOLE_SCREENTYPE="\"80x24\"" 3141.1Schristos# work around a hardware bug that loaded fonts don't work; found on ATI cards 3151.1Schristosoptions VGA_CONSOLE_ATI_BROKEN_FONTSEL 3161.1Schristos# console scrolling support. 3171.1Schristosoptions WSDISPLAY_SCROLLSUPPORT 3181.1Schristos# enable VGA raster mode capable of displaying multilingual text on console 3191.1Schristos#options VGA_RASTERCONSOLE 3201.1Schristos# enable splash screen support; requires hw driver support 3211.1Schristos#options SPLASHSCREEN 3221.1Schristos 3231.1Schristos# Keylock support 3241.1Schristosoptions KEYLOCK 3251.1Schristosoptions secmodel_keylock # Requires options KEYLOCK 3261.1Schristos 3271.1Schristos# Kernel root file system and dump configuration. 3281.1Schristosconfig netbsd root on ? type ? 3291.1Schristos#config netbsd root on sd0a type ffs 3301.1Schristos#config netbsd root on ? type nfs 3311.1Schristos 3321.1Schristos# 3331.1Schristos# Device configuration 3341.1Schristos# 3351.1Schristos 3361.1Schristos#apm0 at mainbus0 # Advanced power management 3371.1Schristos 3381.1Schristos# Tuning for power management, see apm(4) for more details. 3391.1Schristos#options APM_V10_ONLY # Use only the APM 1.0 calls 3401.1Schristos#options APM_NO_POWEROFF # Don't power off on halt(8) 3411.1Schristos#options APM_POWER_PRINT # Print stats on the console 3421.1Schristos 3431.1Schristos 3441.1Schristos# Basic Bus Support 3451.1Schristos 3461.1Schristos#IPMI support 3471.1Schristosipmi0 at mainbus? 3481.1Schristos 3491.1Schristos# Advanced Configuration and Power Interface 3501.1Schristos 3511.1Schristos# This option can be used to retrieve CPU and APIC information. 3521.1Schristos# that I/O APICs can be used if ACPI is enabled below. 3531.57Schristosoptions ACPI_SCANPCI # find PCI roots using ACPI 3541.57Schristosoptions MPBIOS # configure CPUs and APICs using MPBIOS 3551.57Schristosoptions MPBIOS_SCANPCI # MPBIOS configures PCI roots 3561.57Schristosoptions PCI_INTR_FIXUP # PCI interrupt routing via ACPI 3571.57Schristosoptions PCI_BUS_FIXUP # fixup PCI bus numbering 3581.57Schristosoptions PCI_ADDR_FIXUP # fixup PCI I/O addresses 3591.57Schristosoptions ACPI_ACTIVATE_DEV # If set, activate inactive devices 3601.57Schristosoptions VGA_POST # in-kernel support for VGA POST 3611.1Schristos 3621.1Schristosacpi0 at mainbus0 3631.1Schristos 3641.1Schristos# ACPI devices 3651.1Schristosapm* at acpi? # ACPI apm emulation 3661.1Schristosacpiacad* at acpi? # ACPI AC Adapter 3671.1Schristosacpibat* at acpi? # ACPI Battery 3681.1Schristosacpibut* at acpi? # ACPI Button 3691.1Schristosacpidalb* at acpi? # ACPI Direct Application Launch Button 3701.1Schristosacpiec* at acpi? # ACPI Embedded Controller (late) 3711.1Schristosacpiecdt* at acpi? # ACPI Embedded Controller (early) 3721.179Sriastradoptions ACPIEC_DEBUG=-1 3731.1Schristosacpifan* at acpi? # ACPI Fan 3741.186Sriastradacpihed* at acpi? # ACPI Hardware Error Device 3751.1Schristosacpilid* at acpi? # ACPI Lid Switch 3761.1Schristosacpipmtr* at acpi? # ACPI Power Meter (experimental) 3771.1Schristos# XXX Do not enable this in a real kernel unless you also disable any 3781.1Schristos# XXX "native" i2c controller. Otherwise you'll have two accessors to 3791.1Schristos# XXX the same bus, and bad things (tm) will happen! 3801.1Schristosacpismbus* at acpi? # ACPI SMBus CMI (experimental) 3811.1Schristosacpitz* at acpi? # ACPI Thermal Zone 3821.1Schristosacpivga* at acpi? # ACPI Display Adapter 3831.1Schristosacpiout* at acpivga? # ACPI Display Output Device 3841.190Sriastradacpivmgenid* at acpi? # ACPI Virtual Machine Generation ID 3851.1Schristosacpiwdrt* at acpi? # ACPI Watchdog Resource Table 3861.1Schristosacpiwmi* at acpi? # ACPI WMI Mapper 3871.185Sriastradapei* at apeibus? # ACPI Platform Error Interfaces 3881.1Schristos 3891.1Schristos# Mainboard devices 3901.1Schristosaibs* at acpi? # ASUSTeK AI Booster hardware monitor 3911.7Sriastradapplesmc* at acpi? # Apple System Management Controller 3921.1Schristosasus* at acpi? # ASUS hotkeys 3931.1Schristosattimer* at acpi? # AT Timer 3941.165Smartinatppc* at acpi? # AT-style parallel port 3951.1Schristoscom* at acpi? # Serial communications interface 3961.1Schristosfdc* at acpi? # Floppy disk controller 3971.1Schristosfujbp* at acpi? # Fujitsu Brightness & Pointer 3981.1Schristosfujhk* at acpi? # Fujitsu Hotkeys 3991.46Sdhollandhpacel* at acpi? # HP 3D DriveGuard accelerometer 4001.1Schristoshpqlb* at acpi? # HP Quick Launch Buttons 4011.1Schristoshpet* at acpihpetbus? # High Precision Event Timer (table) 4021.1Schristoshpet* at acpinodebus? # High Precision Event Timer (device) 4031.1Schristosjoy* at acpi? # Joystick/Game port 4041.1Schristoslpt* at acpi? # Parallel port 4051.1Schristosmpu* at acpi? # Roland MPU-401 MIDI UART 4061.1Schristospckbc* at acpi? # PC keyboard controller 4071.1Schristospcppi* at acpi? # AT-style speaker sound 4081.72Sjmcneillqemufwcfg* at acpi? # QEMU Firmware Configuration device 4091.57Schristossdhc* at acpi? # SD Host Controller 4101.57Schristossony* at acpi? # Sony Notebook Controller 4111.57Schristosspic* at acpi? # Sony Programmable I/O Controller 4121.57Schristoswsmouse* at spic? # mouse 4131.1Schristosthinkpad* at acpi? # IBM/Lenovo Thinkpad hotkeys 4141.57Schristostpm* at acpi? # ACPI TPM (Experimental) 4151.1Schristosug* at acpi? # Abit uGuru Hardware monitor 4161.57Schristosvalz* at acpi? # Toshiba Dynabook hotkeys 4171.1Schristoswb* at acpi? # Winbond W83L518D SD/MMC reader 4181.1Schristossdmmc* at wb? # SD/MMC bus 4191.57Schristossdhc* at acpi? # SD Host Controller 4201.57Schristossony* at acpi? # Sony Notebook Controller 4211.1Schristoswmidell* at acpiwmibus? # Dell WMI mappings 4221.1Schristoswmieeepc* at acpiwmibus? # Asus Eee PC WMI mappings 4231.1Schristoswmihp* at acpiwmibus? # HP WMI mappings 4241.1Schristoswmimsi* at acpiwmibus? # MSI WMI mappings 4251.1Schristoswss* at acpi? # NeoMagic 256AV in wss mode 4261.1Schristosym* at acpi? # Yamaha OPL3-SA[23] audio 4271.1Schristos 4281.7Sriastrad# Apple System Management Controller devices 4291.7Sriastradapplesmcfan* at applesmcbus? 4301.7Sriastradapplesmctemp* at applesmcbus? 4311.7Sriastrad 4321.1Schristos# PCI bus support 4331.1Schristospci* at mainbus? bus ? 4341.1Schristospci* at pchb? bus ? 4351.1Schristospci* at ppb? bus ? 4361.1Schristos 4371.1Schristos# Configure PCI using BIOS information 4381.1Schristosoptions PCIBIOS # PCI BIOS support 4391.1Schristosoptions PCIBIOSVERBOSE # PCI BIOS verbose info 4401.1Schristosoptions PCIBIOS_IRQS_HINT=0x0a00 # PCI interrupts hint. IRQ 9 or 11 4411.1Schristosoptions PCIBIOS_INTR_GUESS # see pcibios(4) 4421.1Schristosoptions PCIBIOS_LIBRETTO_FIXUP # this code makes the Toshiba Libretto 4431.1Schristos # L2/L3 work, but should not be enabled 4441.1Schristos # on anything else. 4451.1Schristosoptions PCIBIOS_SHARP_MM20_FIXUP # this code makes the Sharp MM 20 4461.1Schristos # work, but should not be enabled 4471.1Schristos # on anything else. 4481.1Schristos#options PCIINTR_DEBUG # super-verbose PCI interrupt fixup 4491.1Schristos 4501.1Schristos# PCI bridges 4511.1Schristosrdcpcib* at pci? dev ? function ? # RDC Vortex86/PMX-1000 PCI-ISA w/ 4521.1Schristospchb* at pci? dev ? function ? # PCI-Host bridges 4531.21Suebayasioptions AGP_X86 4541.1Schristospcib* at pci? dev ? function ? # PCI-ISA bridges 4551.1Schristosppb* at pci? dev ? function ? # PCI-PCI bridges 4561.1Schristos# XXX 'puc's aren't really bridges, but there's no better place for them here 4571.1Schristospuc* at pci? dev ? function ? # PCI "universal" comm. cards 4581.1Schristos 4591.57Schristosamdpcib* at pci? dev ? function ? # AMD 8111 PCI-ISA w/ HPET 4601.57Schristoshpet* at amdpcib? 4611.57Schristos 4621.1Schristospwdog* at pci? dev ? function ? # QUANCOM PWDOG1 4631.1Schristos 4641.57Schristosichlpcib* at pci? dev ? function ? # Intel ICH PCI-LPC w/ timecounter, 4651.57Schristos # watchdog, gpio, Speedstep and HPET 4661.57Schristosfwhrng* at ichlpcib? # Intel 82802 FWH Random Number Generator 4671.57Schristoshpet* at ichlpcib? 4681.57Schristostco* at ichlpcib? # TCO watch dog timer 4691.57Schristos 4701.57Schristosaapic* at pci? dev ? function ? # AMD 8131 IO apic 4711.57Schristos 4721.1Schristosagp* at pchb? 4731.1Schristos 4741.1Schristos# ISA bus support 4751.57Schristosisa0 at mainbus? 4761.57Schristosisa0 at pcib? 4771.1Schristosisa0 at amdpcib? 4781.1Schristosisa0 at ichlpcib? 4791.1Schristosisa0 at rdcpcib? 4801.57Schristosisa0 at rdcpcib? 4811.1Schristos 4821.1Schristos# IBM 4810 BSP cash drawer port 4831.1Schristosibmcd* at pci? dev ? function ? 4841.1Schristosgpio* at ibmcd? 4851.1Schristos 4861.1Schristos# CardBus bridge support 4871.1Schristoscbb* at pci? dev ? function ? 4881.1Schristoscardslot* at cbb? 4891.1Schristos 4901.1Schristos# CardBus bus support 4911.1Schristoscardbus* at cardslot? 4921.1Schristospcmcia* at cardslot? 4931.1Schristos 4941.182Sthorpej# VME bridge support 4951.182Sthorpejbtvmei* at pci? dev ? function ? 4961.182Sthorpejbtvmeii* at pci? dev ? function ? 4971.182Sthorpej 4981.182Sthorpej# VME bus support 4991.182Sthorpejvme* at vmebus? 5001.182Sthorpej 5011.1Schristos# Coprocessor Support 5021.1Schristos 5031.1Schristos# Console Devices 5041.1Schristos 5051.1Schristos# wscons 5061.1Schristospckbc0 at isa? # PC keyboard controller 5071.1Schristospckbd* at pckbc? # PC keyboard 5081.1Schristospms* at pckbc? # PS/2 mouse for wsmouse 5091.1Schristosoptions PMS_SYNAPTICS_TOUCHPAD # Enable support for Synaptics Touchpads 5101.1Schristosoptions PMS_ELANTECH_TOUCHPAD # Enable support for Elantech Touchpads 5111.67Schristosoptions PMS_ALPS_TOUCHPAD # Enable support for Alps Touchpads 5121.1Schristosvga0 at isa? 5131.1Schristosvga* at pci? dev ? function ? 5141.57Schristosgenfb* at pci? dev ? function ? 5151.57Schristosoptions VCONS_DRAW_INTR 5161.57Schristoswsdisplay* at vga? console ? 5171.57Schristoswsdisplay* at wsemuldisplaydev? 5181.1Schristospcdisplay0 at isa? # CGA, MDA, EGA, HGA 5191.1Schristoswskbd* at pckbd? console ? 5201.1Schristoswsmouse* at pms? mux 0 5211.1Schristos 5221.1Schristoschipsfb* at pci? dev ? function ? 5231.1Schristosgenfb* at pci? dev ? function ? 5241.11Stsutsuigffb* at pci? dev ? function ? 5251.1Schristosigsfb* at pci? dev ? function ? 5261.1Schristosmachfb* at pci? dev ? function ? 5271.1Schristospm2fb* at pci? dev ? function ? 5281.1Schristosr128fb* at pci? dev ? function ? 5291.1Schristosradeonfb* at pci? dev ? function ? 5301.1Schristostga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics 5311.1Schristosunichromefb* at pci? dev ? function ? # VIA Unichrome framebuffer console 5321.1Schristosvoodoofb* at pci? dev ? function ? 5331.1Schristoswcfb* at pci? dev ? function ? 5341.1Schristos 5351.22Schristos# DRI legacy drivers 5361.22Schristos#i915drm* at drm? # Intel i915, i945 DRM driver 5371.22Schristos#mach64drm* at drm? # mach64 (3D Rage Pro, Rage) DRM driver 5381.22Schristos#mgadrm* at drm? # Matrox G[24]00, G[45]50 DRM driver 5391.22Schristos#r128drm* at drm? # ATI Rage 128 DRM driver 5401.22Schristos#radeondrm* at drm? # ATI Radeon DRM driver 5411.22Schristos#savagedrm* at drm? # S3 Savage DRM driver 5421.22Schristos#sisdrm* at drm? # SiS DRM driver 5431.22Schristos#tdfxdrm* at drm? # 3dfx (voodoo) DRM driver 5441.22Schristos#vboxdrm* at drm? # VirtualBox DRM driver 5451.22Schristos 5461.22Schristos# DRMKMS drivers 5471.49Sryoi915drmkms* at pci? dev ? function ? 5481.49Sryointelfb* at intelfbbus? 5491.22Schristos 5501.27Sriastradradeon* at pci? dev ? function ? 5511.22Schristosradeondrmkmsfb* at radeonfbbus? 5521.22Schristos 5531.169Shannken# XXX disable amdgpu as it uses floating point arithmetics unsupported by KCOV. 5541.169Shannken#amdgpu* at pci? dev ? function ? 5551.169Shannken#amdgpufb* at amdgpufbbus? 5561.100Sriastrad 5571.49Sryonouveau* at pci? dev ? function ? 5581.49Sryonouveaufb* at nouveaufbbus? 5591.1Schristos 5601.93Smaya# DRMUMS drivers 5611.93Smayaviadrmums* at drm? 5621.93Smaya 5631.1Schristosattimer0 at isa? 5641.1Schristospcppi0 at isa? 5651.1Schristossysbeep0 at pcppi? 5661.1Schristos 5671.1Schristos# Serial Devices 5681.1Schristos 5691.1Schristos# PCI serial interfaces 5701.1Schristoscom* at puc? port ? # 16x50s on "universal" comm boards 5711.1Schristoscy* at pci? dev ? function ? # Cyclades Cyclom-Y serial boards 5721.1Schristoscz* at pci? dev ? function ? # Cyclades-Z multi-port serial boards 5731.1Schristos 5741.1Schristos# PCMCIA serial interfaces 5751.1Schristoscom* at pcmcia? function ? # Modems and serial cards 5761.1Schristos 5771.1Schristospcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 5781.1Schristoscom* at pcmcom? slave ? # ...and the slave devices 5791.1Schristos 5801.1Schristos# CardBus serial interfaces 5811.1Schristoscom* at cardbus? function ? # Modems and serial cards 5821.1Schristos 5831.1Schristos# Cardbus bridges 5841.1Schristos#ppb* at cardbus? function ? # Cardbus-PCI bridges (www.magma.com) 5851.1Schristos 5861.1Schristos# ISA serial interfaces 5871.1Schristos#options COM_HAYESP # adds Hayes ESP serial board support 5881.1Schristoscom0 at isa? port 0x3f8 irq 4 # Standard PC serial ports 5891.1Schristoscom1 at isa? port 0x2f8 irq 3 5901.1Schristoscom2 at isa? port 0x3e8 irq 5 5911.1Schristoscom3 at isa? port 0x2e8 irq 9 5921.1Schristosast0 at isa? port 0x1a0 irq 5 # AST 4-port serial cards 5931.1Schristoscom* at ast? slave ? 5941.1Schristosboca0 at isa? port 0x100 irq 5 # BOCA 8-port serial cards 5951.1Schristosboca0 at isa? port 0x100 irq 5 # BOCA 16-port serial cards (BB2016) 5961.1Schristosboca1 at isa? port 0x140 irq 5 # this line is also needed for BB2016 5971.1Schristoscom* at boca? slave ? 5981.1Schristostcom0 at isa? port 0x100 irq 7 # TC-800 8-port serial cards 5991.1Schristoscom* at tcom? slave ? 6001.1Schristosrtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards 6011.1Schristoscom* at rtfps? slave ? 6021.1Schristoscy0 at isa? iomem 0xd4000 irq 12 # Cyclades serial cards 6031.1Schristosaddcom0 at isa? port 0x108 irq 5 # Addonics FlexPort 8S 6041.1Schristoscom* at addcom? slave ? 6051.1Schristosmoxa0 at isa? port 0x100 irq 5 # MOXA C168H serial card (experimental) 6061.1Schristoscom* at moxa? slave ? 6071.1Schristosioat* at isa? port 0x220 irq 5 # BOCA IOAT66 6-port serial card 6081.1Schristoscom* at ioat? slave ? 6091.1Schristos 6101.1Schristos# Parallel Printer Interfaces 6111.1Schristos 6121.1Schristos# PCI parallel printer interfaces 6131.1Schristoslpt* at puc? port ? # || ports on "universal" comm boards 6141.1Schristos 6151.1Schristos# ISA parallel printer interfaces 6161.1Schristoslpt0 at isa? port 0x378 irq 7 # standard PC parallel ports 6171.1Schristoslpt1 at isa? port 0x278 6181.1Schristoslpt2 at isa? port 0x3bc 6191.1Schristos 6201.1Schristos# Hardware monitors 6211.1Schristos 6221.80Spgoyette# Temperatures 6231.80Spgoyetteamdsmn* at pci? # AMD SMN Configuration 6241.80Spgoyetteamdzentemp* at amdsmnbus? # AMD Ryzen Family 17h CPU temp sensors 6251.80Spgoyette 6261.57Schristosamdnb_misc* at pci? # AMD NB Misc Configuration 6271.57Schristosamdtemp* at amdnb_misc? # AMD CPU Temperature sensors 6281.57Schristos 6291.57Schristos# Winbond LPC Super I/O 6301.57Schristoswbsio* at isa? port 0x2e 6311.57Schristoswbsio* at isa? port 0x4e 6321.57Schristos 6331.57Schristos# IBM Hawk Integrated Systems Management Processor 6341.89Sthorpejibmhawk0 at iic? addr 0x37 6351.57Schristos 6361.82Spgoyette# Intel Integrated Memory Controller SMBus (experimental) 6371.82Spgoyetteimc* at pci? dev ? function ? # Intel Integrated Memory Controller, 6381.82Spgoyetteimcsmb* at imc? # the associated SMBus controller, 6391.82Spgoyetteiic* at imcsmb? # and the SMBus itself 6401.82Spgoyette 6411.57Schristos# LM7[89] and compatible hardware monitors 6421.57Schristos# Use flags to select temp sensor type (see lm(4) man page for details) 6431.57Schristoslm0 at isa? port 0x290 flags 0x0 # other common ports: 0x280, 0x310 6441.57Schristoslm* at wbsio? 6451.57Schristos 6461.57Schristos# SMSC LPC47B397 hardware monitor functions 6471.57Schristossmsc0 at isa? port 0x02e 6481.57Schristos 6491.57Schristos# SMSC LPC47M192 hardware monitor 6501.89Sthorpejsmscmon* at iic? addr 0x2c 6511.89Sthorpejsmscmon* at iic? addr 0x2d # (alternate address) 6521.57Schristos 6531.1Schristos# AMD 768 and 8111 power/ACPI controllers 6541.1Schristosamdpm* at pci? dev ? function ? # RNG and SMBus 1.0 interface 6551.1Schristosiic* at amdpm? # sensors below are on this bus 6561.1Schristos 6571.1Schristos# Acer Labs M7101 SMBus controller 6581.1Schristosalipm* at pci? dev ? function ? 6591.1Schristosiic* at alipm? 6601.1Schristos 6611.1Schristos# Intel ICH SMBus controller 6621.1Schristosichsmb* at pci? dev ? function ? 6631.1Schristosiic* at ichsmb? 6641.1Schristos 6651.1Schristos# NVIDIA nForce2/3/4 SMBus controller 6661.1Schristosnfsmbc* at pci? dev ? function ? 6671.1Schristosnfsmb* at nfsmbc? 6681.1Schristosiic* at nfsmb? 6691.1Schristos 6701.1Schristos# Intel PIIX4 power management controllers 6711.1Schristospiixpm* at pci? dev ? function ? # PIIX4 compatible PM controller 6721.1Schristosiic* at piixpm? # SMBus on PIIX4 6731.1Schristos 6741.75Sbouyer# I2C controller as found in some Intel PCH devices. 6751.75Sbouyerdwiic* at pci? # I2C controller 6761.75Sbouyeriic* at dwiic? 6771.75Sbouyer 6781.1Schristos# dbCool Thermal monitor and fan controller 6791.89Sthorpejdbcool* at iic? addr 0x2C # Unknown other motherboard(s) 6801.89Sthorpejdbcool* at iic? addr 0x2D # Tyan S2881 6811.89Sthorpejdbcool* at iic? addr 0x2E # Tyan S2882-D 6821.1Schristos 6831.1Schristos# IBM Hawk Integrated Systems Management Processor 6841.89Sthorpejibmhawk0 at iic? addr 0x37 6851.1Schristos 6861.1Schristos# LM7[89] and compatible hardware monitors 6871.1Schristos# Use flags to select temp sensor type (see lm(4) man page for details) 6881.89Sthorpejlm0 at iic? addr 0x2e flags 0x0 6891.1Schristos 6901.1Schristos# SMSC LPC47M192 hardware monitor 6911.89Sthorpejsmscmon* at iic? addr 0x2c 6921.89Sthorpej#smscmon* at iic? addr 0x2d # (alternate address) 6931.1Schristos 6941.1Schristos# IBM Thinkpad Active Protection System 6951.1Schristosaps0 at isa? port 0x1600 6961.1Schristos 6971.1Schristos# Fintek Super I/O with hardware monitor 6981.1Schristosfinsio0 at isa? port 0x4e 6991.1Schristos 7001.1Schristos# iTE IT87xxF Super I/O with watchdog and sensors support 7011.1Schristositesio0 at isa? port 0x2e 7021.1Schristos 7031.1Schristos# Winbond LPC Super I/O 7041.1Schristoswbsio* at isa? port 0x2e 7051.1Schristoswbsio* at isa? port 0x4e 7061.1Schristos 7071.1Schristos# LM7[89] and compatible hardware monitors 7081.1Schristoslm0 at isa? port 0x290 flags 0x0 # other common: 0x280, 0x310 7091.1Schristoslm* at wbsio? 7101.1Schristos 7111.1Schristos# SMSC LPC47B397 hardware monitor functions 7121.1Schristossmsc0 at isa? port 0x02e 7131.1Schristos 7141.1Schristos# PC87366 hardware monitor 7151.1Schristosnsclpcsio* at isa? 7161.1Schristosgpio* at nsclpcsio? 7171.1Schristos 7181.1Schristos# Abit uGuru Hardware system monitor 7191.1Schristosug0 at isa? port 0xe0 7201.1Schristos 7211.1Schristos# VIA VT82C686A/VT8231 Hardware Monitor and Power Management Timer 7221.1Schristosviaenv* at pci? dev ? function ? 7231.1Schristos 7241.1Schristos# Serial Presence Detect capable memory modules and optional temp sensors 7251.89Sthorpejspdmem* at iic? addr 0x50 7261.89Sthorpejspdmem* at iic? addr 0x51 7271.89Sthorpejspdmem* at iic? addr 0x52 7281.89Sthorpejspdmem* at iic? addr 0x53 7291.89Sthorpejspdmem* at iic? addr 0x54 7301.89Sthorpejspdmem* at iic? addr 0x55 7311.89Sthorpejspdmem* at iic? addr 0x56 7321.89Sthorpejspdmem* at iic? addr 0x57 7331.89Sthorpejsdtemp* at iic? addr 0x18 7341.89Sthorpejsdtemp* at iic? addr 0x19 7351.89Sthorpejsdtemp* at iic? addr 0x1a 7361.89Sthorpejsdtemp* at iic? addr 0x1b 7371.89Sthorpejsdtemp* at iic? addr 0x1c 7381.89Sthorpejsdtemp* at iic? addr 0x1d 7391.89Sthorpejsdtemp* at iic? addr 0x1e 7401.89Sthorpejsdtemp* at iic? addr 0x1f 7411.1Schristos 7421.75Sbouyer# I2C HID devices 7431.75Sbouyerihidev* at iic? 7441.75Sbouyer 7451.75Sbouyer# I2C Mice 7461.75Sbouyerims* at ihidev? reportid ? 7471.75Sbouyerwsmouse* at ims? mux 0 7481.75Sbouyer 7491.120Stnn# I2C Displays 7501.120Stnnssdfb* at iic? 7511.120Stnn 7521.1Schristos# I2O devices 7531.1Schristosiop* at pci? dev ? function ? # I/O processor 7541.1Schristosiopsp* at iop? tid ? # SCSI/FC-AL ports 7551.1Schristosld* at iop? tid ? # block devices 7561.1Schristosdpti* at iop? tid 0 # DPT/Adaptec control interface 7571.1Schristos 7581.1Schristos# GPIO devices 7591.1Schristosgpio* at gpiosim? 7601.1Schristos 7611.1Schristos# 1-Wire support 7621.1Schristosgpioow* at gpio? offset ? mask ? # 1-wire bitbanging via gpio 7631.1Schristosgpioow* at gpio? 7641.1Schristosonewire* at gpioow? 7651.1Schristos 7661.1Schristos# 1-Wire devices 7671.1Schristosowtemp* at onewire? # Temperature sensors 7681.1Schristos 7691.36Smsaitoh# I2C support 7701.36Smsaitohgpioiic* at gpio? 7711.36Smsaitohiic* at gpioiic? 7721.36Smsaitoh 7731.1Schristos# Keylock support 7741.1Schristosgpiolock* at gpio? 7751.1Schristos 7761.57Schristos# Pulsing GPIO pins in software 7771.57Schristosgpiopwm* at gpio? 7781.57Schristos 7791.1Schristos# Soekris 6501 GPIO/LED driver (provides gpiobus, needs gpio) 7801.1Schristossoekrisgpio0 at isa? port 0x680 7811.1Schristos 7821.1Schristos# SCSI Controllers and Devices 7831.1Schristos 7841.1Schristos# PCI SCSI controllers 7851.1Schristosadv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI 7861.1Schristosadw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI 7871.1Schristosahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 7881.1Schristosahd* at pci? dev ? function ? # Adaptec 29320, 39320 (aic790x) SCSI 7891.1Schristosbha* at pci? dev ? function ? # BusLogic 9xx SCSI 7901.1Schristosdpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID 7911.1Schristosiha* at pci? dev ? function ? # Initio INIC-940/950 SCSI 7921.1Schristosisp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel 7931.1Schristosmfi* at pci? dev ? function ? # LSI MegaRAID SAS 7941.108Sbouyermfii* at pci? dev ? function ? # LSI MegaRAID SAS (Fusion and newer) 7951.1Schristosmly* at pci? dev ? function ? # Mylex AcceleRAID and eXtremeRAID 7961.1Schristosmpt* at pci? dev ? function ? # LSILogic 9x9 and 53c1030 (Fusion-MPT) 7971.1Schristosmpii* at pci? dev ? function ? # LSI Logic Fusion-MPT II 7981.1Schristosnca* at pci? dev ? function ? # Domex DMX-3191D 7991.1Schristosnjs* at pci? dev ? function ? # Workbit NinjaSCSI-32 8001.1Schristospcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI 8011.1Schristossiop* at pci? dev ? function ? # Symbios 53c8xx SCSI 8021.1Schristosesiop* at pci? dev ? function ? # Symbios 53c875 SCSI and newer 8031.1Schristosoptions SIOP_SYMLED # drive the act. LED in software 8041.1Schristostrm* at pci? dev ? function ? # Tekram DC-395U/UW/F, DC-315/U SCSI 8051.1Schristos 8061.1Schristos# PCMCIA SCSI controllers 8071.1Schristosaic* at pcmcia? function ? # Adaptec APA-1460 SCSI 8081.1Schristosesp* at pcmcia? function ? # Qlogic ESP406/FAS408 SCSI 8091.1Schristosnca* at pcmcia? function ? # NCR53C400 SCSI 8101.1Schristosspc* at pcmcia? function ? # Fujitsu MB87030/MB89352 SCSI 8111.1Schristos 8121.1Schristos# ISA SCSI controllers 8131.1Schristosadv0 at isa? port ? irq ? drq ? # AdvanSys APB-514[02] SCSI 8141.1Schristosaha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI 8151.1Schristosaha1 at isa? port 0x334 irq ? drq ? 8161.1Schristosaic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI 8171.1Schristosbha0 at isa? port 0x330 irq ? drq ? # BusLogic [457]4X SCSI 8181.1Schristosbha1 at isa? port 0x334 irq ? drq ? 8191.1Schristos# The "nca" and "dpt" probes might give false hits or hang your machine. 8201.1Schristosdpt0 at isa? port 0x170 irq ? drq ? # DPT SmartCache/SmartRAID 8211.1Schristosesp0 at isa? port 0x230 irq ? # Emulex ESP406 and Qlogic FAS408 SCSI 8221.1Schristosnca0 at isa? port 0x360 irq 15 # Port-mapped NCR 53C80 controller 8231.1Schristosnca1 at isa? iomem 0xd8000 irq 5 # Memory-mapped controller (T128, etc.) 8241.1Schristossea0 at isa? iomem 0xc8000 irq 5 # Seagate/Future Domain SCSI 8251.1Schristosuha0 at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI 8261.1Schristosuha1 at isa? port 0x340 irq ? drq ? 8271.1Schristoswds0 at isa? port 0x350 irq 15 drq 6 # WD7000 and TMC-7000 controllers 8281.1Schristoswds1 at isa? port 0x358 irq 11 drq 5 8291.1Schristos 8301.1Schristos# CardBus SCSI cards 8311.1Schristosadv* at cardbus? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI 8321.1Schristosahc* at cardbus? function ? # Adaptec ADP-1480 8331.1Schristosnjs* at cardbus? function ? # Workbit NinjaSCSI-32 8341.1Schristos 8351.1Schristos# SCSI bus support 8361.1Schristosscsibus* at scsi? 8371.1Schristos 8381.1Schristos# SCSI devices 8391.1Schristossd* at scsibus? target ? lun ? # SCSI disk drives 8401.1Schristosst* at scsibus? target ? lun ? # SCSI tape drives 8411.1Schristoscd* at scsibus? target ? lun ? # SCSI CD-ROM drives 8421.1Schristosch* at scsibus? target ? lun ? # SCSI autochangers 8431.1Schristosses* at scsibus? target ? lun ? # SCSI Enclosure Services devices 8441.1Schristosss* at scsibus? target ? lun ? # SCSI scanners 8451.175Snatdse* at scsibus? target ? lun ? # SCSI ethernet (Dayna) 8461.1Schristosse* at scsibus? target ? lun ? # SCSI ethernet adapters 8471.1Schristosuk* at scsibus? target ? lun ? # SCSI unknown 8481.1Schristos 8491.1Schristos# SCSI NIC 8501.1Schristosse* at scsibus? target ? lun ? 8511.1Schristos 8521.1Schristos# RAID controllers and devices 8531.1Schristosaac* at pci? dev ? function ? # Adaptec AAC family 8541.1Schristosamr* at pci? dev ? function ? # AMI/LSI Logic MegaRAID 8551.1Schristosarcmsr* at pci? dev ? function ? # Areca SATA RAID controllers 8561.1Schristoscac* at pci? dev ? function ? # Compaq PCI array controllers 8571.1Schristosciss* at pci? dev ? function ? # HP Smart Array controllers 8581.81Sjoerg 8591.1Schristosicp* at pci? dev ? function ? # ICP-Vortex GDT & Intel RAID 8601.129Schsips* at pci? dev ? function ? # Adaptec/IBM ServeRAID 8611.1Schristosmlx* at pci? dev ? function ? # Mylex DAC960 & DEC SWXCR family 8621.1Schristostwa* at pci? dev ? function ? # 3ware Escalade 95xx RAID controllers 8631.1Schristostwe* at pci? dev ? function ? # 3ware Escalade RAID controllers 8641.1Schristos 8651.1Schristosld* at aac? unit ? # logical disk devices 8661.1Schristosld* at amr? unit ? 8671.1Schristosld* at cac? unit ? 8681.1Schristosld* at icp? unit ? 8691.1Schristosld* at twa? unit ? 8701.1Schristosld* at twe? unit ? 8711.1Schristosld* at mlx? unit ? 8721.1Schristos 8731.1Schristosicpsp* at icp? unit ? # SCSI pass-through 8741.1Schristos 8751.1Schristos# IDE and related devices 8761.1Schristos# PCI IDE controllers - see pciide(4) for supported hardware. 8771.1Schristos# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know 8781.1Schristos# how to set up DMA modes for this chip. This may work, or may cause 8791.1Schristos# a machine hang with some controllers. 8801.1Schristospciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver 8811.1Schristosacardide* at pci? dev ? function ? # Acard IDE controllers 8821.1Schristosaceride* at pci? dev ? function ? # Acer Lab IDE controllers 8831.1Schristosahcisata* at pci? dev ? function ? # AHCI SATA controllers 8841.1Schristosartsata* at pci? dev ? function ? # Intel i31244 SATA controller 8851.1Schristoscmdide* at pci? dev ? function ? # CMD tech IDE controllers 8861.1Schristoscypide* at pci? dev ? function ? # Cypress IDE controllers 8871.1Schristosgeodeide* at pci? dev ? function ? # AMD Geode IDE controllers 8881.1Schristoshptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers 8891.1Schristositeide* at pci? dev ? function ? # IT Express IDE controllers 8901.1Schristosixpide* at pci? dev ? function ? # ATI IXP IDE controllers 8911.1Schristosjmide* at pci? dev ? function ? # JMicron PCI-e PATA/SATA controllers 8921.1Schristosahcisata* at jmide? 8931.1Schristosmvsata* at pci? dev ? function ? # Marvell Hercules-I/II 8941.1Schristosoptiide* at pci? dev ? function ? # Opti IDE controllers 8951.1Schristospiixide* at pci? dev ? function ? # Intel IDE controllers 8961.1Schristospdcide* at pci? dev ? function ? # Promise IDE controllers 8971.1Schristospdcsata* at pci? dev ? function ? # Promise SATA150 controllers 8981.1Schristosrccide* at pci? dev ? function ? # ServerWorks IDE controllers 8991.1Schristosrdcide* at pci? dev ? function ? # RDC PMX-1000 IDE controllers 9001.1Schristossatalink* at pci? dev ? function ? # SiI SATALink controllers 9011.1Schristosschide* at pci? dev ? function ? # Intel SCH IDE controllers 9021.1Schristossiisata* at pci? dev ? function ? # SiI SteelVine controllers 9031.1Schristossiside* at pci? dev ? function ? # SiS IDE controllers 9041.49Sryoslide* at pci? dev ? function ? # Symphony Labs IDE controllers 9051.1Schristossvwsata* at pci? dev ? function ? # ServerWorks SATA controllers 9061.1Schristosstpcide* at pci? dev ? function ? # STMicro STPC IDE controllers 9071.1Schristostoshide* at pci? dev ? function ? # TOSHIBA PICCOLO controllers 9081.1Schristosviaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers 9091.1Schristos 9101.1Schristos# PCMCIA IDE controllers 9111.1Schristoswdc* at pcmcia? function ? 9121.1Schristos 9131.1Schristos# CardBus IDE controllers 9141.1Schristosnjata* at cardbus? function ? flags 0x01 # Workbit NinjaATA-32 9151.1Schristossiisata* at cardbus? function ? # SiI SteelVine controllers 9161.1Schristos 9171.1Schristos# ISA ST506, ESDI, and IDE controllers 9181.1Schristos# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will 9191.1Schristos# fall back to 16bits I/O if 32bits I/O are not functional). 9201.1Schristos# Some controllers pass the initial 32bit test, but will fail later. 9211.1Schristoswdc0 at isa? port 0x1f0 irq 14 flags 0x00 9221.1Schristoswdc1 at isa? port 0x170 irq 15 flags 0x00 9231.1Schristos 9241.1Schristos# ATA (IDE) bus support 9251.1Schristosatabus* at ata? 9261.1Schristosoptions ATADEBUG 9271.1Schristos 9281.1Schristos# IDE drives 9291.1Schristos# Flags are used only with controllers that support DMA operations 9301.1Schristos# and mode settings (e.g. some pciide controllers) 9311.1Schristos# The lowest order four bits (rightmost digit) of the flags define the PIO 9321.1Schristos# mode to use, the next set of four bits the DMA mode and the third set the 9331.1Schristos# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode 9341.1Schristos# to use, and the last bit must be 1 for this setting to be used. 9351.1Schristos# For DMA and UDMA, 0xf (1111) means 'disable'. 9361.1Schristos# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'. 9371.1Schristos# (0xc=1100, 0xa=1010, 0xf=1111) 9381.1Schristos# 0x0000 means "use whatever the drive claims to support". 9391.1Schristoswd* at atabus? drive ? flags 0x0000 9401.1Schristos 9411.1Schristos# ATA RAID configuration support, as found on some Promise controllers. 9421.1Schristospseudo-device ataraid 9431.1Schristosld* at ataraid? vendtype ? unit ? 9441.1Schristos 9451.1Schristos# ATAPI bus support 9461.1Schristosatapibus* at atapi? 9471.1Schristos 9481.1Schristos# ATAPI devices 9491.1Schristos# flags have the same meaning as for IDE drives. 9501.1Schristoscd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 9511.1Schristossd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 9521.1Schristosst* at atapibus? drive ? flags 0x0000 # ATAPI tape drives 9531.1Schristosuk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 9541.1Schristos 9551.1Schristos 9561.34Snonaka# NVM Express controllers and devices 9571.34Snonakanvme* at pci? dev ? function ? 9581.34Snonakald* at nvme? nsid ? 9591.34Snonaka 9601.34Snonaka 9611.1Schristos# Miscellaneous mass storage devices 9621.1Schristos 9631.1Schristos# ISA floppy 9641.1Schristosfdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers 9651.1Schristos#fdc1 at isa? port 0x370 irq ? drq ? 9661.1Schristosfd* at fdc? drive ? # the drives themselves 9671.1Schristos# some machines need you to do this instead of fd* 9681.1Schristosfd0 at fdc0 drive 0 9691.1Schristos 9701.1Schristos# ISA CD-ROM devices 9711.1Schristosmcd0 at isa? port 0x300 irq 10 # Mitsumi CD-ROM drives 9721.1Schristos 9731.1Schristos# ISA tape devices 9741.1Schristos# note: the wt driver conflicts unpleasantly with SMC boards at the 9751.1Schristos# same I/O address. The probe reprograms their EEPROMs. Don't 9761.1Schristos# uncomment it unless you are actually using it. 9771.1Schristoswt0 at isa? port 0x308 irq 5 drq 1 # Archive and Wangtek QIC tape drives 9781.1Schristos 9791.1Schristos# Network Interfaces 9801.1Schristos 9811.1Schristos# PCI network interfaces 9821.1Schristosage* at pci? dev ? function ? # Attansic/Atheros L1 Gigabit Ethernet 9831.1Schristosalc* at pci? dev ? function ? # Attansic/Atheros L1C/L2C Ethernet 9841.1Schristosale* at pci? dev ? function ? # Attansic/Atheros L1E Ethernet 9851.57Schristosan* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11) 9861.135Sryoaq* at pci? dev ? function ? # Aquantia AQC 10 gigabit 9871.1Schristosath* at pci? dev ? function ? # Atheros 5210/5211/5212 802.11 9881.1Schristosathn* at pci? dev ? function ? # Atheros AR9k (802.11a/g/n) 9891.1Schristosatw* at pci? dev ? function ? # ADMtek ADM8211 (802.11) 9901.1Schristosbce* at pci? dev ? function ? # Broadcom 4401 10/100 Ethernet 9911.1Schristosbge* at pci? dev ? function ? # Broadcom 570x gigabit Ethernet 9921.1Schristosbnx* at pci? dev ? function ? # Broadcom NetXtremeII gigabit Ethernet 9931.1Schristosbwi* at pci? dev ? function ? # Broadcom BCM43xx wireless 9941.152Sjdolecekbwfm* at pci? dev ? function ? # Broadcom FullMAC 9951.1Schristoscas* at pci? dev ? function ? # Sun Cassini/Cassini+ Ethernet 9961.1Schristosdge* at pci? dev ? function ? # Intel 82597 10GbE LR 9971.109Sjdolecekena* at pci? dev ? function ? # Amazon Elastic Network Adapter 9981.1Schristosep* at pci? dev ? function ? # 3Com 3c59x 9991.1Schristosepic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 10001.1Schristoset* at pci? dev ? function ? # Agere/LSI ET1310/ET1301 Gigabit 10011.1Schristosex* at pci? dev ? function ? # 3Com 3c90x[BC] 10021.1Schristosfxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 10031.1Schristosgem* at pci? dev ? function ? # Apple GMAC and Sun ERI gigabit enet 10041.1Schristosgsip* at pci? dev ? function ? # NS83820 Gigabit Ethernet 10051.1Schristoshme* at pci? dev ? function ? # Sun Microelectronics STP2002-STQ 10061.163Syamaguchiavf* at pci? dev ? function ? # Intel Adaptive Virtual Function 10071.181Srinigc* at pci? dev ? function ? # Intel I225 2.5 gigabit 10081.1Schristosipw* at pci? dev ? function ? # Intel PRO/Wireless 2100 10091.1Schristosiwi* at pci? dev ? function ? # Intel PRO/Wireless 2200BG 10101.25Snonakaiwm* at pci? dev ? function ? # Intel Wireless WiFi Link 7xxx 10111.1Schristosiwn* at pci? dev ? function ? # Intel PRO/Wireless 4965AGN 10121.3Schristosixg* at pci? dev ? function ? # Intel 8259x 10 gigabit 10131.131Syamaguchixl* at pci? dev ? function ? # Intel Ethernet 700 Series 10141.57Schristosixv* at pci? dev ? function ? # Intel 8259x 10G virtual function 10151.57Schristosjme* at pci? dev ? function ? # JMicron JMC2[56]0 ethernet 10161.57Schristoshme* at pci? dev ? function ? # Sun Microelectronics STP2002-STQ 10171.1Schristoslii* at pci? dev ? function ? # Atheros L2 Fast-Ethernet 10181.49Sryomalo* at pci? dev ? function ? # Marvell Libertas Wireless 10191.123Stnnmcx* at pci? dev ? function ? # Mellanox 5th generation Ethernet 10201.1Schristosmskc* at pci? dev ? function ? # Marvell Yukon 2 Gigabit Ethernet 10211.1Schristosmsk* at mskc? # Marvell Yukon 2 Gigabit Ethernet 10221.1Schristosmtd* at pci? dev ? function ? # Myson MTD803 3-in-1 Ethernet 10231.1Schristosne* at pci? dev ? function ? # NE2000-compatible Ethernet 10241.1Schristosnfe* at pci? dev ? function ? # NVIDIA nForce Ethernet 10251.1Schristosntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial 10261.1Schristospcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet 10271.1Schristosral* at pci? dev ? function ? # Ralink Technology RT25x0 802.11a/b/g 10281.1Schristosre* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S 10291.166Sjakllschrge* at pci? dev ? function ? # Realtek 8125 10301.1Schristosrtk* at pci? dev ? function ? # Realtek 8129/8139 10311.1Schristosrtw* at pci? dev ? function ? # Realtek 8180L (802.11) 10321.57Schristosrtwn* at pci? dev ? function ? # Realtek 8188CE/8192CE 802.11b/g/n 10331.1Schristossf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet 10341.1Schristossip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet 10351.1Schristosskc* at pci? dev ? function ? # SysKonnect SK9821 Gigabit Ethernet 10361.1Schristossk* at skc? # SysKonnect SK9821 Gigabit Ethernet 10371.1Schristosste* at pci? dev ? function ? # Sundance ST-201 Ethernet 10381.1Schristosstge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit 10391.1Schristosti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet 10401.1Schristostl* at pci? dev ? function ? # ThunderLAN-based Ethernet 10411.1Schristostlp* at pci? dev ? function ? # DECchip 21x4x and clones 10421.1Schristostxp* at pci? dev ? function ? # 3com 3cr990 10431.1Schristosvge* at pci? dev ? function ? # VIATech VT612X Gigabit Ethernet 10441.9Shikaruvmx* at pci? dev ? function ? # VMware VMXNET3 10451.1Schristosvr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 10461.1Schristosvte* at pci? dev ? function ? # Vortex86 RDC R6040 Fast Ethernet 10471.1Schristoswi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b) 10481.1Schristoswm* at pci? dev ? function ? # Intel 8254x gigabit 10491.1Schristoswpi* at pci? dev ? function ? # Intel PRO/Wireless 3945ABG 10501.1Schristosxge* at pci? dev ? function ? # Neterion (S2io) Xframe-I 10GbE 10511.158Sjdolecekwwanc* at pci? dev ? function ? # Intel XMM7360 LTE modem 10521.158Sjdolecekwwan* at wwanc? # Intel XMM7360 LTE modem 10531.1Schristos 10541.1Schristos# PCMCIA network interfaces 10551.1Schristosan* at pcmcia? function ? # Aironet PC4500/PC4800 (802.11) 10561.1Schristosawi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS) 10571.1Schristoscnw* at pcmcia? function ? # Xircom/Netwave AirSurfer 10581.1Schristoscs* at pcmcia? function ? # CS89xx Ethernet 10591.1Schristosep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 10601.6Schsmalo* at pcmcia? function ? # Marvell Libertas 10611.1Schristosmbe* at pcmcia? function ? # MB8696x based Ethernet 10621.1Schristosne* at pcmcia? function ? # NE2000-compatible Ethernet 10631.1Schristosray* at pcmcia? function ? # Raytheon Raylink (802.11) 10641.1Schristossm* at pcmcia? function ? # Megahertz Ethernet 10651.1Schristoswi* at pcmcia? function ? # Lucent/Intersil WaveLAN/IEEE (802.11) 10661.1Schristosxirc* at pcmcia? function ? # Xircom CreditCard Ethernet 10671.1Schristoscom* at xirc? 10681.1Schristosxi* at xirc? 10691.1Schristosmhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 10701.1Schristoscom* at mhzc? 10711.1Schristossm* at mhzc? 10721.1Schristos 10731.1Schristos# ISA network interfaces 10741.1Schristosate0 at isa? port 0x2a0 irq ? # AT1700 10751.1Schristoscs0 at isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet 10761.1Schristosec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet 10771.1Schristoseg0 at isa? port 0x280 irq 9 # 3c505 Ethernet cards 10781.1Schristosel0 at isa? port 0x300 irq 9 # 3c501 Ethernet cards 10791.1Schristosep* at isa? port ? irq ? # 3c509 Ethernet cards 10801.1Schristosef0 at isa? port 0x360 iomem 0xd0000 irq 7 # 3c507 10811.1Schristosai0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN 10821.1Schristosfmv0 at isa? port 0x2a0 irq ? # FMV-181/182 10831.1Schristosix0 at isa? port 0x300 irq 10 # EtherExpress/16 10841.1Schristosiy0 at isa? port 0x360 irq ? # EtherExpress PRO 10 ISA 10851.1Schristoslc0 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC) 10861.1Schristosdepca0 at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5 # DEPCA 10871.1Schristosle* at depca? 10881.1Schristosnele0 at isa? port 0x320 irq 9 drq 7 # NE2100 10891.1Schristosle* at nele? 10901.1Schristosntwoc0 at isa? port 0x300 irq 5 iomem 0xc8000 flags 1 # Riscom/N2 sync serial 10911.1Schristosbicc0 at isa? port 0x320 irq 10 drq 7 # BICC IsoLan 10921.1Schristosle* at bicc? 10931.1Schristosne0 at isa? port 0x280 irq 9 # NE[12]000 Ethernet cards 10941.1Schristosne1 at isa? port 0x300 irq 10 10951.1Schristossm0 at isa? port 0x300 irq 10 # SMC91C9x Ethernet 10961.1Schristoswe0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC Ethernet 10971.1Schristoswe1 at isa? port 0x300 iomem 0xcc000 irq 10 10981.1Schristos 10991.1Schristos# CardBus network cards 11001.1Schristosath* at cardbus? function ? # Atheros 5210/5211/5212 802.11 11011.1Schristosathn* at cardbus? function ? # Atheros AR9k (802.11a/g/n) 11021.1Schristosatw* at cardbus? function ? # ADMtek ADM8211 (802.11) 11031.1Schristosex* at cardbus? function ? # 3Com 3c575TX 11041.1Schristosfxp* at cardbus? function ? # Intel i8255x 11051.111Sjakllschmalo* at cardbus? function ? # Marvell Libertas Wireless 11061.1Schristosral* at cardbus? function ? # Ralink Technology RT25x0 802.11a/b/g 11071.1Schristosre* at cardbus? function ? # Realtek 8139C+/8169/8169S/8110S 11081.1Schristosrtk* at cardbus? function ? # Realtek 8129/8139 11091.1Schristosrtw* at cardbus? function ? # Realtek 8180L (802.11) 11101.1Schristostlp* at cardbus? function ? # DECchip 21143 11111.1Schristos 11121.1Schristos# MII/PHY support 11131.1Schristosacphy* at mii? phy ? # Altima AC101 and AMD Am79c874 PHYs 11141.1Schristosamhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs 11151.1Schristosatphy* at mii? phy ? # Attansic/Atheros PHYs 11161.1Schristosbmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs 11171.1Schristosbrgphy* at mii? phy ? # Broadcom BCM5400-family PHYs 11181.1Schristosciphy* at mii? phy ? # Cicada CS8201 Gig-E PHYs 11191.1Schristosdmphy* at mii? phy ? # Davicom DM9101 PHYs 11201.1Schristosetphy* at mii? phy ? # Agere/LSI ET1011 TruePHY Gig-E PHYs 11211.1Schristosexphy* at mii? phy ? # 3Com internal PHYs 11221.1Schristosgentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs 11231.1Schristosglxtphy* at mii? phy ? # Level One LXT-1000 PHYs 11241.1Schristosgphyter* at mii? phy ? # NS83861 Gig-E PHY 11251.1Schristosicsphy* at mii? phy ? # Integrated Circuit Systems ICS189x 11261.1Schristosigphy* at mii? phy ? # Intel IGP01E1000 11271.1Schristosihphy* at mii? phy ? # Intel 82577 PHYs 11281.1Schristosikphy* at mii? phy ? # Intel 82563 PHYs 11291.1Schristosinphy* at mii? phy ? # Intel 82555 PHYs 11301.1Schristosiophy* at mii? phy ? # Intel 82553 PHYs 11311.124Smsaitohipgphy* at mii? phy ? # IC PLUS IP1000A/IP1001 PHYs 11321.127Smsaitohjmphy* at mii? phy ? # Jmicron JMP202/211 PHYs 11331.1Schristoslxtphy* at mii? phy ? # Level One LXT-970 PHYs 11341.1Schristosmakphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 11351.1Schristosnsphy* at mii? phy ? # NS83840 PHYs 11361.1Schristosnsphyter* at mii? phy ? # NS83843 PHYs 11371.1Schristospnaphy* at mii? phy ? # generic HomePNA PHYs 11381.1Schristosqsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 11391.1Schristosrdcphy* at mii? phy ? # RDC R6040 internal PHY 11401.1Schristosrgephy* at mii? phy ? # Realtek 8169S/8110S internal PHYs 11411.1Schristosrlphy* at mii? phy ? # Realtek 8139/8201L PHYs 11421.128Smsaitohsmscphy* at mii? phy ? # SMSC LAN87xx PHYs 11431.1Schristossqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 11441.1Schristostlphy* at mii? phy ? # ThunderLAN PHYs 11451.1Schristostqphy* at mii? phy ? # TDK Semiconductor PHYs 11461.1Schristosukphy* at mii? phy ? # generic unknown PHYs 11471.1Schristosurlphy* at mii? phy ? # Realtek RTL8150L internal PHYs 11481.1Schristos 11491.1Schristos 11501.1Schristos# USB Controller and Devices 11511.1Schristos 11521.132Sriastrad# Virtual USB controller 11531.132Sriastradpseudo-device vhci 11541.132Sriastrad 11551.1Schristos# PCI USB controllers 11561.57Schristosxhci* at pci? dev ? function ? # eXtensible Host Controller 11571.1Schristosehci* at pci? dev ? function ? # Enhanced Host Controller 11581.1Schristosohci* at pci? dev ? function ? # Open Host Controller 11591.1Schristosuhci* at pci? dev ? function ? # Universal Host Controller (Intel) 11601.1Schristosxhci* at pci? dev ? function ? # eXtensible Host Controller 11611.1Schristos 11621.1Schristos# CardBus USB controllers 11631.1Schristosehci* at cardbus? function ? # Enhanced Host Controller 11641.1Schristosohci* at cardbus? function ? # Open Host Controller 11651.1Schristosuhci* at cardbus? function ? # Universal Host Controller (Intel) 11661.1Schristos 11671.1Schristos# ISA USB controllers 11681.1Schristosslhci0 at isa? port 0x300 irq 5 # ScanLogic SL811HS 11691.1Schristos 11701.1Schristos# PCMCIA USB controllers 11711.1Schristosslhci* at pcmcia? function ? # ScanLogic SL811HS 11721.1Schristos 11731.1Schristos# USB bus support 11741.57Schristosusb* at xhci? 11751.1Schristosusb* at ehci? 11761.1Schristosusb* at ohci? 11771.1Schristosusb* at slhci? 11781.1Schristosusb* at uhci? 11791.132Sriastradusb* at vhci? 11801.1Schristosusb* at xhci? 11811.1Schristos 11821.1Schristos# USB Hubs 11831.1Schristosuhub* at usb? 11841.1Schristosuhub* at uhub? port ? 11851.1Schristos 11861.1Schristos# USB HID device 11871.1Schristosuhidev* at uhub? port ? configuration ? interface ? 11881.1Schristos 11891.1Schristos# USB Mice 11901.1Schristosums* at uhidev? reportid ? 11911.1Schristoswsmouse* at ums? mux 0 11921.1Schristos 11931.1Schristos# USB Touchscreens 11941.1Schristosuts* at uhidev? reportid ? 11951.1Schristoswsmouse* at uts? mux 0 11961.1Schristos 11971.1Schristos# USB eGalax touch-panel 11981.1Schristosuep* at uhub? port ? 11991.1Schristoswsmouse* at uep? mux 0 12001.1Schristos 12011.1Schristos# USB Apple trackpad 12021.1Schristosuatp* at uhidev? reportid ? 12031.1Schristoswsmouse* at uatp? mux 0 12041.1Schristos 12051.1Schristos# USB Keyboards 12061.1Schristosukbd* at uhidev? reportid ? 12071.1Schristoswskbd* at ukbd? console ? mux 1 12081.1Schristos 12091.1Schristos# USB TEMPer and TEMPerHUM 12101.1Schristosuthum* at uhidev? reportid ? 12111.1Schristos 12121.1Schristos# USB serial adapter 12131.1Schristosucycom* at uhidev? reportid ? 12141.1Schristos 12151.1Schristos# USB Generic HID devices 12161.1Schristosuhid* at uhidev? reportid ? 12171.1Schristos 12181.1Schristos# USB LCDs and USB-VGA adaptors 12191.1Schristosudl* at uhub? port ? # DisplayLink DL-1x0/1x5 12201.1Schristoswsdisplay* at udl? 12211.1Schristos 12221.1Schristos# USB Printer 12231.1Schristosulpt* at uhub? port ? configuration ? interface ? 12241.1Schristos 12251.1Schristos# USB Modem 12261.1Schristosumodem* at uhub? port ? configuration ? 12271.1Schristosucom* at umodem? 12281.1Schristos 12291.1Schristos# Option N.V. Wireless WAN modems 12301.1Schristosuhso* at uhub? port ? configuration ? 12311.1Schristos 12321.1Schristos# USB Mass Storage 12331.1Schristosumass* at uhub? port ? configuration ? interface ? 12341.1Schristos 12351.1Schristos# USB audio 12361.1Schristosuaudio* at uhub? port ? configuration ? 12371.1Schristos 12381.1Schristos# USB MIDI 12391.1Schristosumidi* at uhub? port ? configuration ? 12401.1Schristos 12411.1Schristos# USB IrDA 12421.1Schristos# USB-IrDA bridge spec 12431.1Schristosuirda* at uhub? port ? configuration ? interface ? 12441.1Schristosirframe* at uirda? 12451.1Schristos 12461.1Schristosstuirda* at uhub? port ? configuration ? interface ? 12471.1Schristosirframe* at stuirda? 12481.1Schristos 12491.1Schristos# SigmaTel STIr4200 USB/IrDA Bridge 12501.1Schristosustir* at uhub? port ? 12511.1Schristosirframe* at ustir? 12521.1Schristos 12531.1Schristos# KingSun/DonShine USB/IrDA Bridge 12541.1Schristosudsir* at uhub? port ? 12551.1Schristosirframe* at udsir? 12561.1Schristos 12571.1Schristos# Windows Media Center IR tranceiver 12581.1Schristosirmce* at uhub? port ? 12591.1Schristoscir* at irmce? 12601.1Schristos 12611.1Schristos# USB Ethernet adapters 12621.1Schristosaue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 12631.1Schristosaxe* at uhub? port ? # ASIX AX88172 based adapters 12641.57Schristosaxen* at uhub? port ? # ASIX AX88178a/AX88179 based adapters 12651.1Schristoscdce* at uhub? port ? # CDC, Ethernet Networking Control Model 12661.1Schristoscue* at uhub? port ? # CATC USB-EL1201A based adapters 12671.1Schristoskue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 12681.57Schristos#mos* at uhub? port ? # Moschip MCS7730/MCS7830/MCS7832 based adapters 12691.99Srinmue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters 12701.1Schristosudav* at uhub? port ? # Davicom DM9601 based adapters 12711.96Skhorbenumb* at uhub? port ? # Mobile Broadband Interface Model (EXPERIMENTAL) 12721.115Srinure* at uhub? port ? # Realtek RTL8152/RTL8153 based adapters 12731.1Schristosurl* at uhub? port ? # Realtek RTL8150L based adapters 12741.46Sdhollandurndis* at uhub? port ? # Microsoft RNDIS specification 12751.1Schristos 12761.1Schristos# USB 802.11 adapters 12771.1Schristosatu* at uhub? port ? # Atmel AT76C50XX based adapters 12781.1Schristosathn* at uhub? port ? # Atheros AR9002U 12791.1Schristosotus* at uhub? port ? # Atheros AR9001U 12801.1Schristosural* at uhub? port ? # Ralink Technology RT2500USB 802.11a/b/g 12811.1Schristosrum* at uhub? port ? # Ralink Technology RT2501/RT2601 802.11a/b/g 12821.1Schristosrun* at uhub? port ? # Ralink Technology RT(2[78]|30)00 802.11a/b/g/n 12831.1Schristosupgt* at uhub? port ? # Intersil PrismGT 12841.1Schristosurtw* at uhub? port ? # Realtek RTL8187/RTL8187B 802.11b/g 12851.1Schristosurtwn* at uhub? port ? # Realtek RTL8188CU/RTL8192CU 802.11b/g/n 12861.1Schristoszyd* at uhub? port ? # Zydas ZD1211 12871.1Schristos 12881.1Schristos# Prolific PL2301/PL2302 host-to-host adapter 12891.1Schristosupl* at uhub? port ? 12901.1Schristos 12911.1Schristos# Serial adapters 12921.1Schristosuark* at uhub? port ? # ArkMicroChips 3116 serial adapter 12931.1Schristosucom* at uark? portno? 12941.1Schristos 12951.1Schristosubsa* at uhub? port ? # Belkin serial adapter 12961.1Schristosucom* at ubsa? portno ? 12971.1Schristos 12981.1Schristosuchcom* at uhub? port ? # WinChipHead CH341/CH340 serial adapter 12991.1Schristosucom* at uchcom? portno ? 13001.1Schristos 13011.1Schristosuftdi* at uhub? port ? # FTDI FT8U100AX serial adapter 13021.1Schristosucom* at uftdi? portno ? 13031.1Schristos 13041.1Schristosuipaq* at uhub? port ? # iPAQ PDAs 13051.1Schristosucom* at uipaq? portno ? 13061.1Schristos 13071.1Schristosumct* at uhub? port ? # MCT USB-RS232 serial adapter 13081.1Schristosucom* at umct? portno ? 13091.1Schristos 13101.1Schristosuplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 13111.1Schristosucom* at uplcom? portno ? 13121.1Schristos 13131.1Schristosuslsa* at uhub? port ? # Silicon Labs USB-RS232 serial adapter 13141.1Schristosucom* at uslsa? portno ? 13151.1Schristos 13161.1Schristosuvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter 13171.1Schristosucom* at uvscom? portno ? 13181.1Schristos 13191.1Schristosuark* at uhub? port ? 13201.1Schristosucom* at uark? portno ? 13211.1Schristos 13221.119Smrgumcs* at uhub? port ? # Moschip MCS7xxx serial adapter 13231.119Smrgucom* at umcs? portno ? 13241.1Schristos 13251.149Ssimonbuxrcom* at uhub? port ? # Exar XR21V141x serial adapter 13261.149Ssimonbucom* at uxrcom? portno ? 13271.149Ssimonb 13281.1Schristosuhmodem* at uhub? 13291.1Schristosucom* at uhmodem? portno ? 13301.1Schristos 13311.1Schristos# RIM BlackBerry 13321.1Schristosuberry* at uhub? port ? 13331.1Schristos 13341.1Schristos# Apple iPad 13351.1Schristosuipad* at uhub? port ? 13361.1Schristos 13371.1Schristos# USB Handspring Visor 13381.1Schristosuvisor* at uhub? port ? 13391.1Schristosucom* at uvisor? 13401.1Schristos 13411.1Schristos# Kyocera AIR-EDGE PHONE 13421.1Schristosukyopon* at uhub? port ? 13431.1Schristosucom* at ukyopon? portno ? 13441.1Schristos 13451.1Schristos# USB scanners that use SCSI emulation, e.g., HP5300 13461.1Schristosusscanner* at uhub? port ? 13471.1Schristos 13481.1Schristos# Topfield TF5000PVR range of DVB recorders 13491.1Schristosutoppy* at uhub? port ? 13501.1Schristos 13511.1Schristos# D-Link DSB-R100 USB radio 13521.1Schristosudsbr* at uhub? port ? 13531.1Schristosradio* at udsbr? 13541.1Schristos 13551.1Schristos# USB Generic driver 13561.1Schristosugen* at uhub? port ? 13571.1Schristos 13581.1Schristos# USB 3G datacards 13591.58Sparaumodeswitch* at uhub? port ? 13601.1Schristosu3g* at uhub? port ? 13611.1Schristosucom* at u3g? 13621.1Schristos 13631.1Schristos# USB generic serial port (e.g., data over cellular) 13641.1Schristosugensa* at uhub? port ? 13651.1Schristosucom* at ugensa? 13661.1Schristos 13671.56Sriastrad# Araneus Alea I/II TRNG 13681.55Sriastradualea* at uhub? port ? configuration ? interface ? 13691.55Sriastrad 13701.1Schristos# IrDA and Consumer Ir devices 13711.1Schristos 13721.1Schristos# Toshiba Oboe 13731.1Schristosoboe* at pci? dev ? function ? 13741.1Schristosirframe* at oboe? 13751.1Schristos 13761.1Schristos 13771.1Schristos# PCI IEEE1394 controllers 13781.1Schristosfwohci* at pci? dev ? function ? # IEEE1394 Open Host Controller 13791.1Schristos 13801.1Schristos# CardBus IEEE1394 controllers 13811.1Schristosfwohci* at cardbus? function ? # IEEE1394 Open Host Controller 13821.1Schristos 13831.1Schristosieee1394if* at fwohci? 13841.1Schristosfwip* at ieee1394if? # IP over IEEE1394 13851.1Schristossbp* at ieee1394if? euihi ? euilo ? # SCSI over IEEE1394 13861.1Schristos 13871.1Schristos 13881.1Schristos# SD/MMC/SDIO Controller and Device support 13891.1Schristos 13901.1Schristos# PCI SD/MMC controller 13911.1Schristossdhc* at pci? # SD Host Controller 13921.1Schristos 13931.1Schristos# CardBus SD/MMC controller 13941.1Schristossdhc* at cardbus? function ? # SD Host Controller 13951.1Schristos 13961.1Schristossdmmc* at sdhc? # SD/MMC bus 13971.1Schristosld* at sdmmc? 13981.1Schristos 13991.1Schristos 14001.1Schristos# Audio Devices 14011.1Schristos 14021.1Schristos# PCI audio devices 14031.1Schristosauacer* at pci? dev ? function ? # ALi M5455 integrated AC'97 Audio 14041.1Schristosauich* at pci? dev ? function ? # Intel ICH integrated AC'97 Audio 14051.1Schristosauixp* at pci? dev ? function ? # ATI IXP AC'97 Audio 14061.1Schristosautri* at pci? dev ? function ? # Trident 4DWAVE based AC'97 Audio 14071.1Schristosauvia* at pci? dev ? function ? # VIA VT82C686A integrated AC'97 Audio 14081.1Schristosclcs* at pci? dev ? function ? # Cirrus Logic CS4280 14091.1Schristosclct* at pci? dev ? function ? # Cirrus Logic CS4281 14101.1Schristoscmpci* at pci? dev ? function ? # C-Media CMI8338/8738 14111.1Schristoseap* at pci? dev ? function ? # Ensoniq AudioPCI 14121.1Schristosemuxki* at pci? dev ? function ? # Creative SBLive! and PCI512 14131.1Schristosesa* at pci? dev ? function ? # ESS Allegro-1 / Maestro-3 PCI Audio 14141.1Schristosesm* at pci? dev ? function ? # ESS Maestro-1/2/2e PCI Audio Accelerator 14151.1Schristoseso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 14161.1Schristosfms* at pci? dev ? function ? # Forte Media FM801 14171.1Schristosgcscaudio* at pci? dev ? function ? # AMD Geode CS5536 Companion Audio 14181.1Schristosneo* at pci? dev ? function ? # NeoMagic 256 AC'97 Audio 14191.1Schristossv* at pci? dev ? function ? # S3 SonicVibes 14201.1Schristosyds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio 14211.1Schristos 14221.1Schristos# ISA audio devices 14231.1Schristos# the "aria" probe might give false hits 14241.1Schristosaria0 at isa? port 0x290 irq 10 # Aria 14251.1Schristosess0 at isa? port 0x220 irq 5 drq 1 drq2 5 # ESS 18XX 14261.1Schristosgus0 at isa? port 0x220 irq 7 drq 1 drq2 6 # Gravis Ultra Sound 14271.1Schristospas0 at isa? port 0x220 irq 7 drq 1 # ProAudio Spectrum 14281.1Schristossb0 at isa? port 0x220 irq 5 drq 1 drq2 5 # SoundBlaster 14291.1Schristoswss0 at isa? port 0x530 irq 10 drq 0 drq2 1 # Windows Sound System 14301.1Schristoscms0 at isa? port 0x220 # Creative Music System 14311.1Schristos 14321.1Schristos# OPL[23] FM synthesizers 14331.1Schristosopl0 at isa? port 0x388 # use only if not attached to sound card 14341.1Schristosopl* at cmpci? flags 1 14351.1Schristosopl* at eso? 14361.1Schristosopl* at ess? 14371.1Schristosopl* at fms? 14381.1Schristosopl* at sb? 14391.1Schristosopl* at sv? 14401.1Schristosopl* at wss? 14411.1Schristosopl* at yds? 14421.1Schristosopl* at ym? 14431.1Schristos 14441.1Schristos# High Definition Audio 14451.1Schristoshdaudio* at pci? dev ? function ? # High Definition Audio 14461.1Schristoshdafg* at hdaudiobus? 14471.1Schristos 14481.1Schristos# Audio support 14491.1Schristosaudio* at audiobus? 14501.1Schristos 14511.1Schristos# MPU 401 UARTs 14521.1Schristosmpu* at isa? port 0x330 irq 9 # MPU401 or compatible card 14531.1Schristosmpu* at cmpci? 14541.1Schristosmpu* at eso? 14551.1Schristosmpu* at fms? 14561.1Schristosmpu* at sb? 14571.1Schristosmpu* at yds? 14581.1Schristosmpu* at ym? 14591.1Schristos 14601.1Schristos# MIDI support 14611.1Schristosmidi* at midibus? 14621.1Schristosmidi* at pcppi? # MIDI interface to the PC speaker 14631.1Schristos 14641.1Schristos# The spkr driver provides a simple tone interface to the built in speaker. 14651.44Schristosspkr* at pcppi? # PC speaker 14661.44Schristosspkr* at audio? # PC speaker (synthesized) 14671.60Spgoyettewsbell* at spkr? # Bell for wscons display 14681.41Snat 14691.1Schristos 14701.1Schristos# FM-Radio devices 14711.1Schristos# ISA radio devices 14721.1Schristosaz0 at isa? port 0x350 # Aztech/PackardBell FM Radio Card 14731.1Schristosaz1 at isa? port 0x358 14741.1Schristosrt0 at isa? port 0x20c # AIMS Lab Radiotrack & compatible 14751.1Schristosrt1 at isa? port 0x284 14761.1Schristosrt2 at isa? port 0x30c 14771.1Schristosrt3 at isa? port 0x384 14781.1Schristosrtii0 at isa? port 0x20c # AIMS Lab Radiotrack II FM Radio Card 14791.1Schristosrtii1 at isa? port 0x30c 14801.1Schristossf2r0 at isa? port 0x384 # SoundForte RadioLink SF16-FMR2 FM Radio Card 14811.1Schristos 14821.1Schristos# PCI radio devices 14831.1Schristosgtp* at pci? dev ? function ? # Guillemot Maxi Radio FM 2000 Radio Card 14841.1Schristos 14851.1Schristos# Radio support 14861.1Schristosradio* at az? 14871.1Schristosradio* at gtp? 14881.1Schristosradio* at rt? 14891.1Schristosradio* at rtii? 14901.1Schristosradio* at sf2r? 14911.1Schristos 14921.1Schristos 14931.1Schristos# Video capture devices 14941.1Schristos 14951.57Schristosauvitek* at uhub? # Auvitek AU0828 USB TV 14961.57Schristoscoram* at pci? dev ? function ? # Conexant CX23885 PCI-E TV 14971.57Schristoscxdtv* at pci? dev ? function ? # Conexant CX2388[0-3] PCI TV 14981.57Schristosemdtv* at uhub? # Empia EM28xx USB TV 14991.57Schristoscir* at emdtv? 15001.57Schristospseye* at uhub? # Sony PLAYSTATION(R) Eye webcam 15011.57Schristosuvideo* at uhub? # USB Video Class capture devices 15021.57Schristos 15031.1Schristosvideo* at videobus? 15041.1Schristosdtv* at dtvbus? 15051.1Schristos 15061.1Schristos 15071.1Schristos# TV cards 15081.1Schristos 15091.1Schristos# Brooktree 848/849/878/879 based TV cards 15101.1Schristosbktr* at pci? dev ? function ? 15111.1Schristosradio* at bktr? 15121.1Schristos 15131.1Schristos# Conexant CX2388[0-3]-based DTV cards 15141.1Schristoscxdtv* at pci? dev ? function ? 15151.1Schristosiic* at cxdtv? 15161.1Schristos 15171.1Schristos# Conexant CX23885-based TV cards 15181.1Schristoscoram* at pci? dev ? function ? 15191.1Schristosiic* at coram? 15201.1Schristos 15211.1Schristosisv* at isa? port 0x3e0 # IDEC Supervision/16 image capture 15221.1Schristos 15231.1Schristos# Bluetooth Controller and Device support 15241.1Schristos 15251.1Schristos# Bluetooth PCMCIA Controllers 15261.1Schristosbt3c* at pcmcia? function ? # 3Com 3CRWB6096-A 15271.1Schristosbtbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139 15281.1Schristos 15291.1Schristos# Bluetooth SDIO Controller 15301.1Schristossbt* at sdmmc? 15311.1Schristos 15321.1Schristos# Bluetooth USB Controllers 15331.1Schristosubt* at uhub? port ? 15341.1Schristosaubtfwl* at uhub? port ? 15351.1Schristos 15361.1Schristos# Bluetooth Device Hub 15371.1Schristosbthub* at bcsp? 15381.1Schristosbthub* at bt3c? 15391.1Schristosbthub* at btbc? 15401.1Schristosbthub* at btuart? 15411.1Schristosbthub* at sbt? 15421.1Schristosbthub* at ubt? 15431.1Schristos 15441.1Schristos# Bluetooth HID support 15451.1Schristosbthidev* at bthub? 15461.1Schristos 15471.1Schristos# Bluetooth Mouse 15481.1Schristosbtms* at bthidev? reportid ? 15491.1Schristoswsmouse* at btms? mux 0 15501.1Schristos 15511.1Schristos# Bluetooth Keyboard 15521.1Schristosbtkbd* at bthidev? reportid ? 15531.1Schristoswskbd* at btkbd? console ? mux 1 15541.1Schristos 15551.1Schristos# Bluetooth Apple Magic Mouse 15561.1Schristosbtmagic* at bthub? 15571.1Schristoswsmouse* at btmagic? mux 0 15581.1Schristos 15591.1Schristos# Bluetooth Audio support 15601.1Schristosbtsco* at bthub? 15611.1Schristos 15621.1Schristos 15631.1Schristos# Mice 15641.1Schristos 15651.1Schristos# Cryptographic Devices 15661.1Schristos 15671.1Schristos# PCI cryptographic devices 15681.154Sthorpejamdccp* at pci? dev ? function ? # AMD Cryptographic Coprocessor 15691.1Schristoshifn* at pci? dev ? function ? # Hifn 7755/7811/795x 15701.130Shikaruqat* at pci? dev ? function ? # Intel QuickAssist 15711.1Schristosubsec* at pci? dev ? function ? # Broadcom 5501/5601/580x/582x 15721.1Schristos 15731.1Schristos# Trusted Platform Module 15741.49Sryotpm* at isa? iomem 0xfed40000 irq 7 15751.1Schristos 15761.1Schristos# Joysticks 15771.1Schristos 15781.1Schristos# PCI joysticks 15791.1Schristosjoy* at pci? # Game ports (usually on audio cards) 15801.1Schristosjoy* at eap? # See CAVEATS in eap(4) before enabling 15811.1Schristosjoy* at eso? # ESS Solo-1 on-board joystick 15821.1Schristos 15831.1Schristos# ISA joysticks. Probe is a little strange; add only if you have one. 15841.1Schristosjoy0 at isa? port 0x201 15851.1Schristos 15861.1Schristos# Middle Digital, Inc. PCI-Weasel serial console board control 15871.1Schristos# devices (watchdog timer, etc.) 15881.1Schristosweasel* at pci? 15891.1Schristos 15901.1Schristos# Virtio devices 15911.46Sdhollandvirtio* at pci? dev ? function ? # Virtio PCI device 15921.1Schristosviomb* at virtio? # Virtio memory balloon device 15931.1Schristosld* at virtio? # Virtio disk device 15941.189Sriastradviocon* at virtio? # Virtio console device 15951.1Schristosvioif* at virtio? # Virtio network device 15961.57Schristosviornd* at virtio? # Virtio entropy device 15971.57Schristosvioscsi* at virtio? # Virtio SCSI device 15981.126Sozakivio9p* at virtio? # Virtio 9P device 15991.1Schristos 16001.172Srin# Hyper-V devices 16011.172Srinvmbus* at acpi? # Hyper-V VMBus 16021.172Sringenfb* at vmbus? # Hyper-V Synthetic Video Framebuffer 16031.172Srinhvkbd* at vmbus? # Hyper-V Synthetic Keyboard 16041.172Srinwskbd* at hvkbd? console ? mux 1 16051.172Srinhvn* at vmbus? # Hyper-V NetVSC 16061.172Srinhvs* at vmbus? # Hyper-V StorVSC 16071.172Srinhvheartbeat* at vmbus? # Hyper-V Heartbeat Service 16081.172Srinhvshutdown* at vmbus? # Hyper-V Guest Shutdown Service 16091.172Srinhvtimesync* at vmbus? # Hyper-V Time Synchronization Service 16101.172Srin#hvkvp* at vmbus? # Hyper-V Data Exchange Service 16111.172Srin 16121.1Schristos# Flash subsystem 16131.1Schristosflash* at flashbus? 16141.1Schristos 16151.1Schristos# NAND subsystem 16161.1Schristosnand* at nandbus? 16171.1Schristos 16181.177Sabs# Pull in optional local configuration - always at end 16191.1Schristos#include "arch/amd64/conf/ALL.local" 16201.1Schristos 16211.1Schristos 16221.1Schristos# Pseudo-Devices 16231.1Schristos 16241.49Sryopseudo-device crypto # /dev/crypto device 16251.1Schristospseudo-device swcrypto # software crypto implementation 16261.1Schristos 16271.1Schristos# disk/mass storage pseudo-devices 16281.1Schristospseudo-device bio # RAID control device driver 16291.1Schristospseudo-device ccd # concatenated/striped disk devices 16301.1Schristospseudo-device cgd # cryptographic disk devices 16311.1Schristospseudo-device raid # RAIDframe disk driver 16321.1Schristosoptions RAID_AUTOCONFIG # auto-configuration of RAID components 16331.1Schristos# Options to enable various other RAIDframe RAID types. 16341.1Schristosoptions RF_INCLUDE_EVENODD=1 16351.1Schristosoptions RF_INCLUDE_RAID5_RS=1 16361.1Schristosoptions RF_INCLUDE_PARITYLOGGING=1 16371.1Schristosoptions RF_INCLUDE_CHAINDECLUSTER=1 16381.1Schristosoptions RF_INCLUDE_INTERDECLUSTER=1 16391.1Schristosoptions RF_INCLUDE_PARITY_DECLUSTERING=1 16401.1Schristosoptions RF_INCLUDE_PARITY_DECLUSTERING_DS=1 16411.1Schristospseudo-device fss # file system snapshot device 16421.1Schristos 16431.1Schristospseudo-device md # memory disk device (ramdisk) 16441.1Schristosoptions MEMORY_DISK_HOOKS # enable root ramdisk 16451.1Schristosoptions MEMORY_DISK_DYNAMIC # loaded via kernel module(7) 16461.1Schristos 16471.1Schristospseudo-device vnd # disk-like interface to files 16481.1Schristosoptions VND_COMPRESSION # compressed vnd(4) 16491.1Schristos 16501.49Sryopseudo-device dm # device-mapper disk driver 16511.1Schristos 16521.1Schristos# network pseudo-devices 16531.1Schristospseudo-device bpfilter # Berkeley packet filter 16541.1Schristospseudo-device carp # Common Address Redundancy Protocol 16551.1Schristospseudo-device ipfilter # IP filter (firewall) and NAT 16561.38Schristospseudo-device mpls # MPLS pseudo-interface 16571.1Schristospseudo-device loop # network loopback 16581.1Schristospseudo-device ppp # Point-to-Point Protocol 16591.1Schristospseudo-device pppoe # PPP over Ethernet (RFC 2516) 16601.1Schristosoptions PPPOE_SERVER # Enable PPPoE server via link0 16611.1Schristospseudo-device sl # Serial Line IP 16621.1Schristospseudo-device irframetty # IrDA frame line discipline 16631.1Schristospseudo-device tap # virtual Ethernet 16641.1Schristospseudo-device tun # network tunneling over tty 16651.1Schristospseudo-device gre # generic L3 over IP tunnel 16661.1Schristospseudo-device gif # IPv[46] over IPv[46] tunnel (RFC 1933) 16671.77Sknakaharpseudo-device ipsecif # tunnel interface for routing based ipsec 16681.1Schristospseudo-device faith # IPv[46] tcp relay translation i/f 16691.1Schristospseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 16701.1Schristospseudo-device vlan # IEEE 802.1q encapsulation 16711.1Schristospseudo-device bridge # simple inter-network bridging 16721.164Sroypseudo-device vether # Virtual Ethernet for bridge 16731.1Schristospseudo-device agr # IEEE 802.3ad link aggregation 16741.50Sknakaharpseudo-device l2tp # L2TPv3 interface 16751.1Schristos#pseudo-device pf # PF packet filter 16761.1Schristos#pseudo-device pflog # PF log if 16771.1Schristos#pseudo-device pfsync # PF sync if 16781.1Schristospseudo-device npf # NPF packet filter 16791.1Schristospseudo-device kttcp 16801.1Schristos# srt is EXPERIMENTAL 16811.1Schristospseudo-device srt # source-address-based routing 16821.162Sriastradpseudo-device wg # VPN tunnel compatible with WireGuard 16831.1Schristos 16841.59Sbouyerpseudo-device canloop # CAN loopback interface 16851.59Sbouyer 16861.1Schristos# 16871.1Schristos# accept filters, built as module(7)s by default 16881.1Schristospseudo-device accf_data # "dataready" accept filter 16891.1Schristospseudo-device accf_http # "httpready" accept filter 16901.1Schristos 16911.1Schristos# miscellaneous pseudo-devices 16921.1Schristospseudo-device pty # pseudo-terminals 16931.1Schristospseudo-device sequencer # MIDI sequencer 16941.1Schristos# rnd works; RND_COM does not on port amd64 yet. 16951.1Schristosoptions RND_COM # use "com" randomness as well (BROKEN) 16961.1Schristospseudo-device clockctl # user control of clock subsystem 16971.1Schristospseudo-device ksyms # /dev/ksyms 16981.1Schristospseudo-device lockstat # lock profiling 16991.1Schristospseudo-device bcsp # BlueCore Serial Protocol 17001.1Schristospseudo-device btuart # Bluetooth HCI UART (H4) 17011.1Schristospseudo-device gpiosim 1 # GPIO simulator 17021.1Schristos 17031.1Schristos# a pseudo device needed for Coda # also needs CODA (above) 17041.1Schristospseudo-device vcoda # coda minicache <-> venus comm. 17051.1Schristos 17061.78Schristos# a pseudo device needed for AUTOFS 17071.78Schristospseudo-device autofs # experimental - AUTOFS 17081.78Schristos 17091.33Stnn# iSCSI initiator 17101.33Stnnpseudo-device iscsi 17111.33Stnn 17121.1Schristos# wscons pseudo-devices 17131.1Schristospseudo-device wsmux # mouse & keyboard multiplexor 17141.1Schristospseudo-device wsfont 17151.1Schristos 17161.1Schristos# software watchdog driver - swwdog(4) 17171.1Schristospseudo-device swwdog 17181.1Schristos 17191.1Schristos#software environmental sensor - swsensor(4) 17201.1Schristospseudo-device swsensor 17211.1Schristos 17221.1Schristos# pseudo audio device driver 17231.1Schristospseudo-device pad 17241.1Schristos 17251.1Schristos# userland interface to drivers, including autoconf and properties retrieval 17261.1Schristospseudo-device drvctl 17271.1Schristos 17281.174Sriastrad# EFI runtime support 17291.174Sriastradoptions EFI_RUNTIME 17301.174Sriastradpseudo-device efi # /dev/efi 17311.174Sriastrad 17321.1Schristos# Pass-to-Userspace Transporter 17331.1Schristospseudo-device putter 17341.1Schristos 17351.1Schristos# Userspace block/char drivers 17361.1Schristospseudo-device pud 17371.1Schristos 17381.1Schristos# Hardware-assisted data mover interface 17391.1Schristospseudo-device dmoverio 17401.1Schristos 17411.1Schristospseudo-device nandemulator 17421.1Schristos 17431.1Schristos# Veriexec 17441.118Ssevaninclude "dev/veriexec.config" 17451.1Schristos 17461.57Schristosoptions PAX_SEGVGUARD=0 # PaX Segmentation fault guard 17471.57Schristosoptions PAX_MPROTECT=1 # PaX mprotect(2) restrictions 17481.57Schristosoptions PAX_MPROTECT_DEBUG=1 # PaX mprotect debug 17491.57Schristosoptions PAX_ASLR=1 # PaX Address Space Layout Randomization 17501.57Schristosoptions PAX_ASLR_DEBUG=1 # PaX ASLR debug 17511.1Schristos 17521.1Schristosoptions ATHHAL_DEBUG 17531.1Schristosoptions A9PCIC_DEBUG 17541.1Schristosoptions AAC_DEBUG 17551.1Schristosoptions AAU_DEBUG 17561.1Schristosoptions AC97_DEBUG 17571.1Schristosoptions AC97_IO_DEBUG 17581.1Schristosoptions ACPI_APM_DEBUG 17591.1Schristos# 17601.1Schristos# ACPI_DEBUG_ALLOC can not be used with ACPI 17611.1Schristos# kernel modules. It requires also ACPI_DEBUG. 17621.1Schristos# ACPI_DEBUG_MUTEX is only for ACPICA debugging. 17631.1Schristos# 17641.1Schristosoptions ACPI_DEBUG 17651.1Schristosoptions ACPI_DEBUG_ALLOC 17661.1Schristosoptions ACPI_MUTEX_DEBUG 17671.1Schristosoptions ADB_DEBUG 17681.1Schristosoptions ADM1030_DEBUG 17691.1Schristosoptions ADT7467_DEBUG 17701.1Schristosoptions AE_DEBUG 17711.1Schristosoptions AGP_DEBUG 17721.1Schristosoptions AHADEBUG 17731.1Schristosoptions AHBDEBUG 17741.1Schristosoptions AHC_DEBUG=1 17751.1Schristosoptions AHD_DEBUG 17761.1Schristosoptions AHD_DEBUG_OPTS=1 17771.1Schristosoptions AH_DEBUG_ALQ 17781.1Schristosoptions AIC_DEBUG 17791.117Smsaitohoptions AI_DEBUG 17801.1Schristosoptions ALTQ_DEBUG 17811.1Schristosoptions AMD756_DEBUG 17821.1Schristosoptions AMRR_DEBUG 17831.1Schristosoptions AN_DEBUG 17841.1Schristosoptions APMDEBUG 17851.1Schristosoptions APMDEBUG_VALUE=1 17861.1Schristosoptions ARCKBD_DEBUG 17871.1Schristosoptions ARGO_DEBUG 17881.1Schristosoptions ARP_DEBUG 17891.1Schristosoptions ASC_DEBUG 17901.1Schristosoptions ATAPI_DEBUG_PROBE 17911.1Schristosoptions ATA_DEBUG 17921.1Schristosoptions ATA_RAID_DEBUG 17931.1Schristosoptions ATE_DEBUG 17941.117Smsaitohoptions ATHN_DEBUG 17951.1Schristosoptions ATMEL_DEBUG 17961.1Schristosoptions ATPPC_DEBUG 17971.117Smsaitohoptions ATU_DEBUG 17981.1Schristosoptions ATW_BBPDEBUG 17991.1Schristosoptions ATW_DEBUG 18001.1Schristosoptions ATW_SYNDEBUG 18011.1Schristosoptions AUACER_DEBUG 18021.1Schristosoptions AUCCDEBUG 18031.1Schristosoptions AUCONV_DEBUG 18041.1Schristosoptions AUDIO_DEBUG 18051.1Schristosoptions AUE_DEBUG 18061.1Schristosoptions AUICH_DEBUG 18071.1Schristosoptions AUICH_MODEM_DEBUG 18081.1Schristosoptions AURATECONV_DEBUG 18091.1Schristosoptions AUSMBUS_PSC_DEBUG 18101.1Schristosoptions AWACS_DEBUG 18111.1Schristosoptions AWI_DEBUG 18121.1Schristosoptions AXE_DEBUG 18131.117Smsaitohoptions AXEN_DEBUG 18141.1Schristosoptions AZALIA_DEBUG 18151.1Schristosoptions BAH_DEBUG 18161.1Schristosoptions BCACHE_DEBUG 18171.1Schristosoptions BDEBUG 18181.1Schristosoptions BEDEBUG 18191.117Smsaitohoptions BGE_DEBUG 18201.1Schristosoptions BHADEBUG 18211.1Schristosoptions BIOS_MEMORY_DEBUG 18221.1Schristosoptions BIT3DEBUG 18231.1Schristosoptions BKTR_RADIO_DEBUG 18241.1Schristosoptions BLUETOOTH_DEBUG 18251.1Schristosoptions BMAC_DEBUG 18261.1Schristosoptions BMD_DEBUG 18271.117Smsaitohoptions BNX_DEBUG 18281.1Schristosoptions BOOTP_DEBUG 18291.1Schristosoptions BOOTP_DEBUGx 18301.1Schristosoptions BOOTXX_DEBUG 18311.1Schristosoptions BOOT_DEBUG 18321.1Schristosoptions BT463_DEBUG 18331.1Schristosoptions BTDEBUG 18341.1Schristosoptions BTHSET_DEBUG 18351.1Schristosoptions BTLBDEBUG 18361.1Schristosoptions BTNMGRDEBUG 18371.1Schristosoptions BUS_DMA_DEBUG 18381.1Schristosoptions BUS_SPACE_DEBUG 18391.117Smsaitohoptions BWFM_DEBUG 18401.1Schristosoptions CACHE_DEBUG 18411.1Schristosoptions CARDBUS_DEBUG 18421.117Smsaitohoptions CAS_DEBUG 18431.117Smsaitohoptions CBB_DEBUG 18441.1Schristosoptions CD18XXDEBUG 18451.1Schristosoptions CGSIX_DEBUG 18461.1Schristosoptions CHANGER_DEBUG 18471.1Schristosoptions CISS_DEBUG 18481.1Schristosoptions CKSUMDEBUG 18491.1Schristosoptions CLOCKDEBUG 18501.1Schristosoptions CLOCK_DEBUG 18511.117Smsaitohoptions CMALO_DEBUG 18521.1Schristosoptions CNW_DEBUG 18531.1Schristosoptions COMDEBUG 18541.1Schristosoptions COMVRIPDEBUG 18551.1Schristosoptions COM_DEBUG 18561.1Schristosoptions COM_HPCIODEBUG 18571.1Schristosoptions CONSDEBUG 18581.1Schristosoptions CRYPTO_DEBUG 18591.1Schristosoptions CS4280_DEBUG 18601.1Schristosoptions CS_DEBUG 18611.1Schristosoptions CUE_DEBUG 18621.1Schristosoptions CY_DEBUG 18631.1Schristosoptions CZ_DEBUG 18641.1Schristosoptions DAIC_DEBUG 18651.1Schristosoptions DBRI_DEBUG 18661.1Schristosoptions DDB_DEBUG 18671.1Schristosoptions DEBUGBUG 18681.1Schristosoptions DEBUGGER_THREADING 18691.1Schristosoptions DEBUGTERM 18701.1Schristosoptions DEBUGXXX 18711.1Schristosoptions DEBUG_1284 18721.1Schristosoptions DEBUG_1543 18731.1Schristosoptions DEBUG_A4000 18741.1Schristosoptions DEBUG_ALIGN 18751.1Schristosoptions DEBUG_ALLOC 18761.1Schristosoptions DEBUG_AMIGA_IF_ED 18771.1Schristosoptions DEBUG_AOUTM68K 18781.1Schristosoptions DEBUG_BEFOREMMU 18791.1Schristosoptions DEBUG_BIOSCALL 18801.1Schristosoptions DEBUG_CHUNK_DIR 18811.1Schristosoptions DEBUG_CLOCK 18821.1Schristosoptions DEBUG_COFF 18831.1Schristosoptions DEBUG_CP0_ACCESS 18841.1Schristosoptions DEBUG_CURSOR 18851.1Schristosoptions DEBUG_DDB 18861.1Schristosoptions DEBUG_DR 18871.1Schristosoptions DEBUG_EMUL 18881.1Schristosoptions DEBUG_ET4000 18891.1Schristosoptions DEBUG_EXEC 18901.1Schristosoptions DEBUG_EXT2 18911.1Schristosoptions DEBUG_FAULT_CORRECTION 18921.1Schristosoptions DEBUG_FFB 18931.1Schristosoptions DEBUG_FIND_COMPORT 18941.1Schristosoptions DEBUG_FIND_PCIC 18951.1Schristosoptions DEBUG_FIND_PCIC_I82365SL_ONLY 18961.1Schristosoptions DEBUG_FPE 18971.1Schristosoptions DEBUG_GPIO 18981.1Schristosoptions DEBUG_GPIO2 18991.1Schristosoptions DEBUG_IPR_VJ 19001.1Schristosoptions DEBUG_ISAPNP 19011.1Schristosoptions DEBUG_ISSIGNAL 19021.1Schristosoptions DEBUG_KERNADDR_ACCESS 19031.1Schristosoptions DEBUG_KERNEL_START 19041.1Schristosoptions DEBUG_KGDB 19051.1Schristosoptions DEBUG_LED 19061.1Schristosoptions DEBUG_LINUX 19071.1Schristosoptions DEBUG_LINUX_FUTEX 19081.1Schristosoptions DEBUG_MEMLOAD 19091.1Schristosoptions DEBUG_MEMORY_LIST 19101.1Schristosoptions DEBUG_MEMSIZE 19111.1Schristosoptions DEBUG_NEG 19121.1Schristosoptions DEBUG_NFS_BOOT_DHCP 19131.1Schristosoptions DEBUG_P9100 19141.1Schristosoptions DEBUG_PAGE0 19151.1Schristosoptions DEBUG_PCI_MACHDEP 19161.1Schristosoptions DEBUG_PGRP 19171.1Schristosoptions DEBUG_POOL 19181.1Schristosoptions DEBUG_PORTF 19191.1Schristosoptions DEBUG_PROM 19201.1Schristosoptions DEBUG_PTM 19211.1Schristosoptions DEBUG_RAWFS 19221.1Schristosoptions DEBUG_RPC 19231.1Schristosoptions DEBUG_SNAPPER 19241.1Schristosoptions DEBUG_SYNC 19251.1Schristosoptions DEBUG_TERM 19261.1Schristosoptions DEBUG_UL 19271.1Schristosoptions DEBUG_VAL 19281.1Schristosoptions DEBUG_WITH_STDIO 19291.1Schristosoptions DEVSW_DEBUG 19301.1Schristosoptions DEV_DEBUG 19311.1Schristosoptions DISKLABEL_DEBUG 19321.1Schristosoptions DISK_DEBUG 19331.1Schristosoptions DL_DEBUG 19341.1Schristosoptions DMAC_DEBUG 19351.1Schristosoptions DMA_DEBUG 19361.1Schristosoptions DMCDEBUG 19371.1Schristosoptions DRACORAWKEYDEBUG 19381.1Schristosoptions EARLY_DEBUG_EVENT 19391.1Schristosoptions EBUS_DEBUG 19401.1Schristosoptions EDC_DEBUG 19411.1Schristosoptions EDEBUG 19421.1Schristosoptions ED_DEBUG 19431.1Schristosoptions EFINET_DEBUG 19441.1Schristosoptions EGAFONTDEBUG 19451.1Schristosoptions EGDEBUG 19461.1Schristosoptions EHCI_DEBUG 19471.1Schristosoptions EL_DEBUG 19481.1Schristosoptions EMAC3_DEBUG 19491.1Schristosoptions EMUXKI_DEBUG 19501.1Schristosoptions EM_DEBUG 19511.1Schristosoptions EN_DEBUG 19521.1Schristosoptions EN_DEBUG_RANGE 19531.1Schristosoptions EPGPIO_DEBUG 19541.1Schristosoptions EPICMEDIADEBUG 19551.1Schristosoptions EPPCIC_DEBUG 19561.1Schristosoptions ESDEBUG 19571.1Schristosoptions ESP_DEBUG 19581.1Schristosoptions ESP_SBUS_DEBUG 19591.1Schristosoptions ESS_ISA_DEBUG 19601.1Schristosoptions ETHER_DEBUG 19611.1Schristosoptions EWSKBD_DEBUG 19621.1Schristosoptions EXEC_DEBUG 19631.1Schristosoptions EXTENT_DEBUG 19641.1Schristosoptions EXTREME_DEBUG 19651.1Schristosoptions EXTREME_EXTREME_DEBUG 19661.1Schristosoptions FBDEBUG 19671.1Schristosoptions FDDEBUG 19681.1Schristosoptions FD_DEBUG 19691.1Schristosoptions FFBDEBUG 19701.1Schristosoptions FILECORE_DEBUG 19711.1Schristosoptions FILECORE_DEBUG_BR 19721.1Schristosoptions FIRESTARDEBUG 19731.1Schristosoptions FLASH_DEBUG 19741.1Schristosoptions FLP_DEBUG 19751.1Schristosoptions FMV_DEBUG 19761.1Schristosoptions FOO_DEBUG 19771.1Schristosoptions FPU_DEBUG 19781.1Schristosoptions GDROMDEBUG 19791.1Schristosoptions GEM_DEBUG 19801.1Schristosoptions GEM_DEBUG1 19811.1Schristosoptions GEODE_DEBUG 19821.1Schristosoptions GEOM_DEBUG 19831.1Schristosoptions GE_DEBUG 19841.1Schristosoptions GMAC_DEBUG 19851.1Schristosoptions GPIO_DEBUG 19861.1Schristosoptions GRE_DEBUG 19871.1Schristosoptions GSFB_DEBUG_MONITOR 19881.1Schristosoptions GTFDEBUG 19891.1Schristosoptions HD64461PCMCIA_DEBUG 19901.1Schristosoptions HD64461VIDEO_DEBUG 19911.1Schristosoptions HD64465PCMCIA_DEBUG 19921.1Schristosoptions HDAUDIO_DEBUG 19931.1Schristosoptions HDAFG_DEBUG 19941.1Schristosoptions HDLCDEBUG 19951.1Schristosoptions HIFN_DEBUG 19961.1Schristosoptions HMEDEBUG 19971.1Schristosoptions HPCAPMDEBUG 19981.1Schristosoptions HPC_DEBUG_INTERRUPT_MONITOR 19991.1Schristosoptions HPC_DEBUG_LCD 20001.1Schristosoptions HP_DEBUG 20011.1Schristosoptions HSCXADEBUG 20021.1Schristosoptions HSCXBDEBUG 20031.1Schristosoptions I2ODEBUG 20041.1Schristosoptions ICONV_DEBUG 20051.1Schristosoptions ICP_DEBUG 20061.1Schristosoptions IEDEBUG 20071.1Schristosoptions IEEE80211_DEBUG_REFCNT 20081.1Schristosoptions IFAREF_DEBUG 20091.39Sozakioptions IFA_STATS 20101.1Schristosoptions IFMEDIA_DEBUG 20111.1Schristosoptions IHA_DEBUG_STATE 20121.1Schristosoptions INTRDEBUG 20131.1Schristosoptions INTR_DEBUG 20141.1Schristosoptions IPAQ_LCD_DEBUG 20151.1Schristosoptions IPF_DEBUG 20161.1Schristosoptions IPSEC_DEBUG 20171.1Schristosoptions IPW_DEBUG 20181.1Schristosoptions IP_RCMD_PROXY_DEBUG 20191.1Schristosoptions IRFRAMET_DEBUG 20201.1Schristosoptions IRFRAME_DEBUG 20211.1Schristosoptions IRQ_DEBUG 20221.1Schristosoptions ISACDEBUG 20231.1Schristosoptions ISADMA_DEBUG 20241.1Schristosoptions ISO_DEBUG 20251.1Schristosoptions IT8368DEBUG 20261.1Schristosoptions ITE8181DEBUG 20271.1Schristosoptions ITK_PROBE_DEBUG 20281.1Schristosoptions IWI_DEBUG 20291.1Schristosoptions IWM_DEBUG 20301.117Smsaitohoptions IWN_DEBUG 20311.117Smsaitohoptions IX_DEBUG 20321.1Schristosoptions IYDEBUG 20331.1Schristosoptions IYMEMDEBUG 20341.1Schristosoptions J6X0TP_DEBUG 20351.1Schristosoptions J720TP_DEBUG 20361.1Schristosoptions KBD_DEBUG 20371.1Schristosoptions KB_DEBUG 20381.1Schristosoptions KERNEL_DEBUG 20391.1Schristosoptions KLOADER_DEBUG 20401.1Schristosoptions KSTACK_DEBUG 20411.1Schristosoptions KSYMS_DEBUG 20421.1Schristosoptions KUE_DEBUG 20431.1Schristosoptions LANA_DEBUG 20441.1Schristosoptions LCD_DEBUG 20451.1Schristosoptions LEDEBUG 20461.1Schristosoptions LE_DEBUG 20471.1Schristosoptions LIFDEBUG 20481.117Smsaitohoptions LII_DEBUG 20491.1Schristosoptions LINUX_SG_DEBUG 20501.1Schristosoptions LLCDEBUG 20511.1Schristosoptions LLC_DEBUG 20521.1Schristosoptions LOADER_DEBUG 20531.1Schristosoptions LOAD_DEBUG_INFO 20541.1Schristosoptions LOCKF_DEBUG 20551.1Schristosoptions LPT_DEBUG 20561.1Schristosoptions MAGMA_DEBUG 20571.1Schristosoptions MAPLE_DEBUG 20581.1Schristosoptions MB8795_DEBUG 20591.122Sozakioptions MBUFTRACE 20601.1Schristosoptions MCDDEBUG 20611.1Schristosoptions MCDEBUG 20621.1Schristosoptions MCHAIN_DEBUG 20631.1Schristosoptions MEC_DEBUG 20641.1Schristosoptions MEDIABAY_DEBUG 20651.1Schristosoptions MEMORY_MAP_DEBUG 20661.1Schristosoptions MESH_DEBUG 20671.171Smsaitohoptions MFI_DEBUG 20681.171Smsaitohoptions MFII_DEBUG 20691.1Schristosoptions MIDI_DEBUG 20701.1Schristosoptions MLYDEBUG 20711.1Schristosoptions MMEYEPCMCIADEBUG 20721.1Schristosoptions MOUSE_DEBUG 20731.1Schristosoptions MPDEBUG 20741.1Schristosoptions MQ200_DEBUG 20751.1Schristosoptions MRT6DEBUG 20761.1Schristosoptions MSDOSFS_DEBUG 20771.1Schristosoptions MSG_DEBUG_OK 20781.117Smsaitohoptions MSK_DEBUG 20791.1Schristosoptions MULAW_DEBUG 20801.1Schristosoptions MYDEV_DEBUG 20811.1Schristosoptions NB_DEBUG 20821.1Schristosoptions NCR5380_DEBUG 20831.1Schristosoptions NCR53C9X_DEBUG 20841.1Schristosoptions ND6_DEBUG 20851.1Schristosoptions NDEBUG 20861.1Schristosoptions ND_DEBUG 20871.1Schristosoptions NETATALKDEBUG 20881.1Schristosoptions NETDOCK_DEBUG_DRIVER 20891.1Schristosoptions NETIF_DEBUG 20901.1Schristosoptions NET_DEBUG 20911.12Sozakioptions NET_MPSAFE 20921.1Schristosoptions NFE_DEBUG 20931.1Schristosoptions NFS_DEBUG 20941.1Schristosoptions NFS_DEBUG_COMMIT 20951.1Schristosoptions NIDEBUG 20961.1Schristosoptions NJSC32_DEBUG 20971.1Schristosoptions NON_DEBUG 20981.1Schristosoptions NOTDEF_DEBUG 20991.1Schristosoptions NOT_DEBUG 21001.1Schristosoptions NSIODEBUG 21011.1Schristosoptions NTFS_DEBUG 21021.1Schristosoptions OBOE_DEBUG 21031.1Schristosoptions OFW_DEBUG 21041.1Schristosoptions OHCI_DEBUG 21051.1Schristosoptions OLD_ELF_DEBUG 21061.1Schristosoptions ONEWIRE_DEBUG 21071.1Schristosoptions ONOE_DEBUG 21081.1Schristosoptions OPTPOINTDEBUG 21091.1Schristosoptions OSIOP_DEBUG 21101.1Schristosoptions OST_DEBUG 21111.117Smsaitohoptions OTUS_DEBUG 21121.1Schristosoptions P1212_DEBUG 21131.1Schristosoptions PARDEBUG 21141.1Schristosoptions PBMS_DEBUG 21151.1Schristosoptions PCIINTR_DEBUG 21161.1Schristosoptions PCI_DEBUG 21171.1Schristosoptions PCKBCDEBUG 21181.1Schristosoptions PCKBPORTDEBUG 21191.1Schristosoptions PCMCIACISDEBUG 21201.1Schristosoptions PCMCIADEBUG 21211.1Schristosoptions PDCDEBUG 21221.1Schristosoptions PDINFO_DEBUG 21231.1Schristosoptions PFCKBD_DEBUG 21241.1Schristosoptions PFDEBUG 21251.1Schristosoptions PFLOGDEBUG 21261.1Schristosoptions PHYSMEMDEBUG 21271.1Schristosoptions PI1PPC_DEBUG 21281.1Schristosoptions PIIXPM_DEBUG 21291.1Schristosoptions PIIX_DEBUG 21301.1Schristosoptions PIOC_DEBUG 21311.1Schristosoptions PLCOM_DEBUG 21321.1Schristosoptions PLD_WDOG_DEBUG 21331.1Schristosoptions PLIP_DEBUG 21341.1Schristosoptions PLUMICUDEBUG 21351.1Schristosoptions PLUMIOBUSDEBUG 21361.1Schristosoptions PLUMPCMCIA_DEBUG 21371.1Schristosoptions PLUMPOWERDEBUG 21381.1Schristosoptions PLUMVIDEODEBUG 21391.1Schristosoptions PMAPDEBUG 21401.1Schristosoptions PMAP_COUNT_DEBUG 21411.1Schristosoptions PMAP_DEBUG 21421.1Schristosoptions PMAP_DEBUG_MODIFIED 21431.1Schristosoptions PMON_DEBUG 21441.1Schristosoptions PMSDEBUG 21451.1Schristosoptions PNPBIOSDEBUG 21461.1Schristosoptions PNPBIOSDEBUG_VALUE=1 21471.1Schristosoptions PNPBIOSEVENTSDEBUG 21481.1Schristosoptions PORT_DEBUG 21491.1Schristosoptions PPBUS_DEBUG 21501.1Schristosoptions PPPOE_DEBUG 21511.1Schristosoptions PROFILER_DEBUG 21521.1Schristosoptions PSH3TP_DEBUG 21531.1Schristosoptions PWCTLDEBUG 21541.1Schristosoptions QEDEBUG 21551.1Schristosoptions QN_DEBUG 21561.1Schristosoptions QN_DEBUG1 21571.1Schristosoptions QTDEBUG 21581.1Schristosoptions RAL_DEBUG 21591.1Schristosoptions RARP_DEBUG 21601.1Schristosoptions RBUS_DEBUG 21611.1Schristosoptions RCONS_DEBUG 21621.1Schristosoptions RDDEBUG 21631.1Schristosoptions REALLYDEBUG 21641.1Schristosoptions RND_DEBUG 21651.1Schristosoptions ROMDEBUG 21661.1Schristosoptions RPC_DEBUG 21671.1Schristosoptions RQDEBUG 21681.1Schristosoptions RTC_DEBUG 21691.1Schristosoptions RTSOCK_DEBUG 21701.1Schristosoptions RTW_DEBUG 21711.117Smsaitohoptions RUM_DEBUG 21721.117Smsaitohoptions RUN_DEBUG 21731.1Schristosoptions SACKBCDEBUG 21741.1Schristosoptions SBC_DEBUG 21751.1Schristosoptions SBJCN_DEBUG 21761.1Schristosoptions SBMACDEBUG 21771.1Schristosoptions SBSCN_DEBUG 21781.1Schristosoptions SCC_DEBUG 21791.1Schristosoptions SCHED_DEBUG 21801.1Schristosoptions SCIF_DEBUG 21811.1Schristosoptions SCI_DEBUG 21821.1Schristosoptions SCR_DEBUG 21831.1Schristosoptions SCSIDEBUG 21841.1Schristosoptions SCSIPI_DEBUG 21851.1Schristosoptions SCSI_DEBUG 21861.47Smayaoptions SCTP_DEBUG 21871.1Schristosoptions SD_DEBUG 21881.1Schristosoptions SEA_DEBUG 21891.1Schristosoptions SEA_DEBUGQUEUE 21901.1Schristosoptions SEDEBUG 21911.1Schristosoptions SED_DEBUG 21921.1Schristosoptions SEEQ8005_DEBUG 21931.1Schristosoptions SEM_DEBUG 21941.1Schristosoptions SEQUENCER_DEBUG 21951.1Schristosoptions SER_DEBUG 21961.1Schristosoptions SFAS_DEBUG 21971.1Schristosoptions SGMAP_DEBUG 21981.1Schristosoptions SHMDEBUG 21991.1Schristosoptions SIF_DEBUG 22001.1Schristosoptions SIOP_DEBUG 22011.1Schristosoptions SIOP_DEBUG_DR 22021.1Schristosoptions SIOP_DEBUG_INTR 22031.1Schristosoptions SIOP_DEBUG_SCHED 22041.1Schristosoptions SK_DEBUG 22051.35Sskrlloptions SLHCI_DEBUG 22061.1Schristosoptions SMAP_DEBUG 22071.1Schristosoptions SMB_IOD_DEBUG 22081.1Schristosoptions SMB_SOCKETDATA_DEBUG 22091.1Schristosoptions SMB_SOCKET_DEBUG 22101.1Schristosoptions SMB_VNODE_DEBUG 22111.1Schristosoptions SNAPPER_DEBUG 22121.1Schristosoptions SNDEBUG 22131.1Schristosoptions SOCKBUF_DEBUG 22141.1Schristosoptions SPARC_PCI_DEBUG 22151.1Schristosoptions SPC_DEBUG 22161.1Schristosoptions SPIC_DEBUG 22171.1Schristosoptions SPIFI_DEBUG 22181.1Schristosoptions SPKRDEBUG 22191.1Schristosoptions SPLDEBUG 22201.1Schristosoptions SPPDEBUG 22211.1Schristosoptions SSCOM_DEBUG 22221.1Schristosoptions STIDEBUG 22231.1Schristosoptions STP4020_DEBUG 22241.1Schristosoptions SUNSCPAL_DEBUG 22251.1Schristosoptions SYNAPTICSDEBUG 22261.1Schristosoptions SYSCALL_DEBUG 22271.1Schristosoptions SYSCTL_DEBUG_CREATE 22281.1Schristosoptions SYSCTL_DEBUG_SETUP 22291.1Schristosoptions SYSVBFS_VNOPS_DEBUG 22301.1Schristosoptions TC5165DEBUG 22311.1Schristosoptions TCICDEBUG 22321.1Schristosoptions TCICISADEBUG 22331.1Schristosoptions TCPISS_DEBUG 22341.1Schristosoptions TCTRLDEBUG 22351.1Schristosoptions TIMECOUNTER_DEBUG 22361.1Schristosoptions TIMEKEEPER_DEBUG 22371.1Schristosoptions TLDEBUG 22381.1Schristosoptions TLDEBUG_ADDR 22391.1Schristosoptions TLDEBUG_RX 22401.1Schristosoptions TLDEBUG_TX 22411.1Schristosoptions TLP_DEBUG 22421.1Schristosoptions TP_DEBUG 22431.1Schristosoptions TRACE_DEBUG 22441.1Schristosoptions TRAPDEBUG 22451.1Schristosoptions TRISADEBUG 22461.1Schristosoptions TRM_DEBUG 22471.1Schristosoptions TROPICDEBUG 22481.1Schristosoptions TRTCMISADEBUG 22491.1Schristosoptions TSDEBUG 22501.1Schristosoptions TSLOT_DEBUG 22511.1Schristosoptions TUDEBUG 22521.1Schristosoptions TULIP_DEBUG 22531.1Schristosoptions TWA_DEBUG 22541.1Schristosoptions TWE_DEBUG 22551.1Schristosoptions TX3912VIDEO_DEBUG 22561.1Schristosoptions TX39BIU_DEBUG 22571.1Schristosoptions TX39CLOCK_DEBUG 22581.1Schristosoptions TX39ICU_DEBUG 22591.1Schristosoptions TX39ICU_DEBUG_PRINT_PENDING_INTERRUPT 22601.1Schristosoptions TX39IO_DEBUG 22611.1Schristosoptions TX39IRDEBUG 22621.1Schristosoptions TX39POWER_DEBUG 22631.1Schristosoptions TX39SIBDEBUG 22641.1Schristosoptions TX39UARTDEBUG 22651.1Schristosoptions TX39UART_DEBUG 22661.1Schristosoptions UAUDIO_DEBUG 22671.1Schristosoptions UBSA_DEBUG 22681.1Schristosoptions UBSEC_DEBUG 22691.1Schristosoptions UBT_DEBUG 22701.1Schristosoptions UCB1200_DEBUG 22711.1Schristosoptions UCBIO_DEBUG 22721.1Schristosoptions UCBSNDDEBUG 22731.1Schristosoptions UCBTPDEBUG 22741.1Schristosoptions UCOM_DEBUG 22751.1Schristosoptions UCYCOM_DEBUG 22761.1Schristosoptions UDAV_DEBUG 22771.1Schristosoptions UDSBR_DEBUG 22781.1Schristosoptions UFTDI_DEBUG 22791.1Schristosoptions UGENSA_DEBUG 22801.1Schristosoptions UGEN_DEBUG 22811.1Schristosoptions UHADEBUG 22821.1Schristosoptions UHCI_DEBUG 22831.1Schristosoptions UHIDEV_DEBUG 22841.1Schristosoptions UHID_DEBUG 22851.1Schristosoptions UHUB_DEBUG 22861.1Schristosoptions UIPAQ_DEBUG 22871.1Schristosoptions UIRDA_DEBUG 22881.1Schristosoptions UISDATA_DEBUG 22891.1Schristosoptions UKBD_DEBUG 22901.1Schristosoptions UKYOPON_DEBUG 22911.1Schristosoptions ULPT_DEBUG 22921.1Schristosoptions UL_DEBUG 22931.1Schristosoptions UMASS_DEBUG 22941.117Smsaitohoptions UMB_DEBUG 22951.1Schristosoptions UMCT_DEBUG 22961.1Schristosoptions UMIDIQUIRK_DEBUG 22971.1Schristosoptions UMIDI_DEBUG 22981.1Schristosoptions UMODEM_DEBUG 22991.1Schristosoptions UNIV_DEBUG 23001.117Smsaitohoptions UPGT_DEBUG 23011.1Schristosoptions UPLCOM_DEBUG 23021.1Schristosoptions UPL_DEBUG 23031.117Smsaitohoptions URAL_DEBUG 23041.1Schristosoptions URLPHY_DEBUG 23051.1Schristosoptions URL_DEBUG 23061.117Smsaitohoptions URNDIS_DEBUG 23071.117Smsaitohoptions URTW_DEBUG 23081.117Smsaitohoptions URTWN_DEBUG 23091.1Schristosoptions USB_DEBUG 23101.1Schristosoptions USCANNER_DEBUG 23111.1Schristosoptions USEFULL_DEBUG 23121.1Schristosoptions USSCANNER_DEBUG 23131.1Schristosoptions USTIR_DEBUG 23141.1Schristosoptions UTOPPY_DEBUG 23151.1Schristosoptions UVIDEO_DEBUG 23161.1Schristosoptions UVISOR_DEBUG 23171.1Schristosoptions UVSCOM_DEBUG 23181.1Schristosoptions VCONS_DEBUG 23191.1Schristosoptions VERYLOWDEBUG 23201.1Schristosoptions VGAFONTDEBUG 23211.1Schristosoptions VIA8231_DEBUG 23221.1Schristosoptions VIAENV_DEBUG 23231.1Schristosoptions VIAPCIB_DEBUG 23241.1Schristosoptions VIDCAUDIO_DEBUG 23251.1Schristosoptions VMEDEBUG 23261.1Schristosoptions VOODOOFB_DEBUG 23271.1Schristosoptions VR4181AIU_DEBUG 23281.1Schristosoptions VRAIU_DEBUG 23291.1Schristosoptions VRBCUDEBUG 23301.1Schristosoptions VRC2GPIODEBUG 23311.1Schristosoptions VRC2PWMDEBUG 23321.1Schristosoptions VRC4173BCU_DEBUG 23331.1Schristosoptions VRDCU_DEBUG 23341.1Schristosoptions VRDMAAU_DEBUG 23351.1Schristosoptions VRGIUDEBUG 23361.1Schristosoptions VRIP_DEBUG 23371.1Schristosoptions VRISADEBUG 23381.1Schristosoptions VRKIUDEBUG 23391.1Schristosoptions VRLEDDEBUG 23401.1Schristosoptions VRPIUDEBUG 23411.1Schristosoptions VRPMUDEBUG 23421.1Schristosoptions VRRTCDEBUG 23431.1Schristosoptions VS_DEBUG 23441.1Schristosoptions VT100_DEBUG 23451.1Schristosoptions VTOC_DEBUG 23461.1Schristosoptions WDCNDELAY_DEBUG 23471.1Schristosoptions WDSDEBUG 23481.1Schristosoptions WE_DEBUG 23491.1Schristosoptions WFQ_DEBUG 23501.1Schristosoptions WI_DEBUG 23511.1Schristosoptions WI_RING_DEBUG 23521.1Schristosoptions WM_DEBUG 23531.117Smsaitohoptions WPI_DEBUG 23541.1Schristosoptions WSKBD_DEBUG 23551.1Schristosoptions WSMUX_DEBUG 23561.1Schristosoptions XBD_DEBUG 23571.1Schristosoptions XDC_DEBUG 23581.1Schristosoptions XDDEBUG 23591.1Schristosoptions XDEBUG 23601.1Schristosoptions XENDEBUG 23611.1Schristosoptions XENDEBUG_NET 23621.1Schristosoptions XENDEBUG_VBD 23631.1Schristosoptions XENNET_DEBUG 23641.1Schristosoptions XENNET_DEBUG_DUMP 23651.1Schristosoptions XEN_CLOCK_DEBUG 23661.1Schristosoptions XE_DEBUG 23671.35Sskrlloptions XHCI_DEBUG 23681.1Schristosoptions XYC_DEBUG 23691.1Schristosoptions ZSKBD_DEBUG 23701.1Schristosoptions ZSMACDEBUG 23711.117Smsaitohoptions ZYD_DEBUG 23721.1Schristosoptions xSCSI_DEBUG 23731.1Schristosoptions xSD_DEBUG 2374