ALL revision 1.74
1# $NetBSD: ALL,v 1.74 2017/12/02 12:40:03 maxv Exp $ 2# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp 3# 4# ALL machine description file 5# 6# This machine description includes all devices and options and it is 7# used to compile-test the source and does not necessarily produce a 8# bootable or useful kernel. 9# 10# For further information on hardware support for this architecture, see 11# the intro(4) man page. For further information about kernel options 12# for this architecture, see the options(4) man page. For an explanation 13# of each device driver in this file see the section 4 man page for the 14# device. 15 16include "arch/amd64/conf/std.amd64" 17 18options INCLUDE_CONFIG_FILE # embed config file in kernel binary 19 20#ident "ALL-$Revision: 1.74 $" 21 22maxusers 64 # estimated number of users 23 24makeoptions USE_SSP=yes 25 26# CPU-related options. 27#options USER_LDT # user-settable LDT; used by WINE 28options X86EMU # 386 Real Mode emulator 29#options PAE # PAE mode (36 bits physical addressing) 30 31# CPU features 32acpicpu* at cpu? # ACPI CPU (including frequency scaling) 33coretemp* at cpu? # Intel on-die thermal sensor 34est0 at cpu0 # Intel Enhanced SpeedStep (non-ACPI) 35odcm0 at cpu0 # On-demand clock modulation 36#padlock0 at cpu0 # VIA PadLock 37powernow0 at cpu0 # AMD PowerNow! and Cool'n'Quiet (non-ACPI) 38viac7temp* at cpu? # VIA C7 temperature sensor 39vmt0 at cpu0 # VMware Tools 40 41options PMC # performance-monitoring counters support 42 43# Beep when it is safe to power down the system (requires sysbeep) 44options BEEP_ONHALT 45# Some tunable details of the above feature (default values used below) 46options BEEP_ONHALT_COUNT=3 # Times to beep 47options BEEP_ONHALT_PITCH=1500 # Default frequency (in Hz) 48options BEEP_ONHALT_PERIOD=250 # Default duration (in msecs) 49 50options MULTIBOOT # Multiboot support (see multiboot(8)) 51 52# delay between "rebooting ..." message and hardware reset, in milliseconds 53options CPURESET_DELAY=2000 54 55# This option allows you to force a serial console at the specified 56# I/O address. see console(4) for details. 57options CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=57600 58# you don't want the option below ON iff you are using the 59# serial console option of the new boot strap code. 60options CONS_OVERRIDE # Always use above! independent of boot info 61 62# The following options override the memory sizes passed in from the boot 63# block. Use them *only* if the boot block is unable to determine the correct 64# values. Note that the BIOS may *correctly* report less than 640k of base 65# memory if the extended BIOS data area is located at the top of base memory 66# (as is the case on most recent systems). 67options REALBASEMEM=639 # size of base memory (in KB) 68options REALEXTMEM=15360 # size of extended memory (in KB) 69 70# The following options limit the overall size of physical memory 71# and/or the maximum address used by the system. 72# Contrary to REALBASEMEM and REALEXTMEM, they still use the BIOS memory map 73# and can deal with holes in the memory layout. 74options PHYSMEM_MAX_SIZE=64 # max size of physical memory (in MB) 75options PHYSMEM_MAX_ADDR=2048 # don't use memory above this (in MB) 76 77# Standard system options 78 79options INSECURE # disable kernel security levels - X needs this 80 81options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 82options NTP # NTP phase/frequency locked loop 83 84options KTRACE # system call tracing via ktrace(1) 85 86options CPU_UCODE # cpu ucode loading support 87 88# Note: SysV IPC parameters could be changed dynamically, see sysctl(8). 89options SYSVMSG # System V-like message queues 90options SYSVSEM # System V-like semaphores 91options SEMMNI=10 # number of semaphore identifiers 92options SEMMNS=60 # number of semaphores in system 93options SEMUME=10 # max number of undo entries per process 94options SEMMNU=30 # number of undo structures in system 95options SYSVSHM # System V-like memory sharing 96 97options MODULAR # new style module(7) framework 98options MODULAR_DEFAULT_AUTOLOAD 99 100options USERCONF # userconf(4) support 101options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 102options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 103 104# Alternate buffer queue strategies for better responsiveness under high 105# disk I/O load. 106options BUFQ_READPRIO 107options BUFQ_PRIOCSCAN 108 109# Diagnostic/debugging support options 110options DIAGNOSTIC # inexpensive kernel consistency checks 111 # XXX to be commented out on release branch 112options DEBUG # expensive debugging checks/support 113options LOCKDEBUG # expensive locking checks/support 114options DDB # in-kernel debugger 115options DDB_COMMANDONENTER="bt" # execute command when ddb is entered 116options DDB_ONPANIC=1 # see also sysctl(7): `ddb.onpanic' 117options DDB_HISTORY_SIZE=512 # enable history editing in DDB 118options DDB_VERBOSE_HELP 119options KGDB # remote debugger 120options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600 121#options IPKDB # IP Kernel Debugger 122#options IPKDBKEY="\"Pass_phrase_to_debug_over_network\"" 123makeoptions COPTS="-O2 -fno-omit-frame-pointer" 124makeoptions DEBUG="-g" # compile full symbol table 125options SYSCALL_STATS # per syscall counts 126options SYSCALL_TIMES # per syscall times 127options SYSCALL_TIMES_HASCOUNTER # use 'broken' rdtsc (soekris) 128options KDTRACE_HOOKS # kernel DTrace hooks 129options UVMHIST # kernhist for uvm subsystem 130options BIOHIST # kernhist for buff I/O 131 132# Compatibility options 133options EXEC_AOUT # required by binaries from before 1.5 134options COMPAT_386BSD_MBRPART # recognize old partition ID 135include "conf/compat_netbsd09.config" 136 137options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility 138options COMPAT_NETBSD32 # NetBSD 32-bit 139options COMPAT_LINUX # binary compatibility with Linux 140options COMPAT_LINUX32 # binary compatibility with Linux 32-bit 141options COMPAT_NDIS # NDIS network driver 142 143# Wedge support 144options DKWEDGE_AUTODISCOVER # Automatically add dk(4) instances 145options DKWEDGE_METHOD_GPT # Supports GPT partitions as wedges 146options DKWEDGE_METHOD_BSDLABEL # Support disklabel entries as wedges 147options DKWEDGE_METHOD_MBR # Support MBR partitions as wedges 148options DKWEDGE_METHOD_APPLE # Support Apple partitions as wedges 149options DKWEDGE_METHOD_RDB # Support RDB partitions as wedges 150 151# File systems 152file-system FFS # UFS 153file-system EXT2FS # second extended file system (linux) 154file-system LFS # log-structured file system 155file-system MFS # memory file system 156file-system NFS # Network File System client 157file-system NTFS # Windows/NT file system (experimental) 158file-system CD9660 # ISO 9660 + Rock Ridge file system 159file-system MSDOSFS # MS-DOS file system 160file-system FDESC # /dev/fd 161file-system KERNFS # /kern 162file-system NULLFS # loopback file system 163file-system OVERLAY # overlay file system 164file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 165file-system PROCFS # /proc 166file-system UMAPFS # NULLFS + uid and gid remapping 167file-system UNION # union file system 168file-system CODA # Coda File System; also needs vcoda (below) 169file-system SMBFS # experimental - CIFS; also needs nsmb (below) 170file-system SYSVBFS # System V boot file system 171file-system PTYFS # /dev/ptm support 172file-system TMPFS # Efficient memory file-system 173file-system UDF # experimental - OSTA UDF CD/DVD file-system 174file-system HFS # experimental - Apple HFS+ file system 175file-system EFS # Silicon Graphics Extent File System 176file-system FILECORE # Acorn filecore file system 177file-system ADOSFS # AmigaDOS file system 178file-system NILFS # experimental - NTT's NiLFS(2) 179file-system V7FS # 7th Edition(V7) File System 180file-system CHFS # Chip File System 181 182# File system options 183options QUOTA # legacy UFS quotas 184options QUOTA2 # new, in-filesystem UFS quotas 185options DISKLABEL_EI # disklabel Endian Independent support 186options FFS_EI # FFS Endian Independent support 187options WAPBL # File system journaling support 188options UFS_DIRHASH # UFS Large Directory Hashing - Experimental 189options UFS_EXTATTR 190options LFS_KERNEL_RFW 191options LFS_EI # LFS endian-independent support - experimental 192options LFS_DIRHASH # LFS version of UFS_DIRHASH - experimental 193options LFS_EXTATTR # extended attributes for LFS - experimental 194options LFS_QUOTA # quotas for LFS - experimental 195options LFS_QUOTA2 # new-style quotas for LFS - experimental 196options NFSSERVER # Network File System server 197#options FFS_NO_SNAPSHOT # No FFS snapshot support 198options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 199 # immutable) behave as system flags. 200options V7FS_EI # V7FS Endian Independent support 201 202# Networking options 203options GATEWAY # packet forwarding 204options INET # IP + ICMP + TCP + UDP 205options INET6 # IPv6 206options IPSEC # IP security 207#options IPSEC_DEBUG # debug for IP security 208options MPLS # MultiProtocol Label Switching (needs mpls) 209options MROUTING # IP multicast routing 210options PIM # Protocol Independent Multicast 211options NETATALK # AppleTalk networking protocols 212options CAN # Controller Area Network protocol 213options DCCP # Datagram Congestion Control Protocol 214options PPP_BSDCOMP # BSD-Compress compression support for PPP 215options PPP_DEFLATE # Deflate compression support for PPP 216options PPP_FILTER # Active filter support for PPP (requires bpf) 217options IPFILTER_LOG # ipmon(8) log support 218options IPFILTER_LOOKUP # ippool(8) support 219options IPFILTER_COMPAT # Compat for IP-Filter 220options IPFILTER_DEFAULT_BLOCK # block all packets by default 221options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 222options TCP_SIGNATURE # RFC 2385 support, used with BGP 223options SCTP # Stream Control Transmission Protocol 224 225options ALTQ # Manipulate network interfaces' output queues 226options ALTQ_BLUE # Stochastic Fair Blue 227options ALTQ_CBQ # Class-Based Queueing 228options ALTQ_CDNR # Diffserv Traffic Conditioner 229options ALTQ_FIFOQ # First-In First-Out Queue 230options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 231options ALTQ_HFSC # Hierarchical Fair Service Curve 232options ALTQ_LOCALQ # Local queueing discipline 233options ALTQ_PRIQ # Priority Queueing 234options ALTQ_RED # Random Early Detection 235options ALTQ_RIO # RED with IN/OUT 236options ALTQ_WFQ # Weighted Fair Queueing 237 238# These options enable verbose messages for several subsystems. 239# Warning, these may compile large string tables into the kernel! 240options ACPIVERBOSE # verbose ACPI device autoconfig messages 241options EISAVERBOSE # verbose EISA device autoconfig messages 242options MIIVERBOSE # verbose PHY autoconfig messages 243options MPVERBOSE # verbose mpbios config messages 244options PCIVERBOSE # verbose PCI device autoconfig messages 245options PCI_CONFIG_DUMP # verbosely dump PCI config space 246options PCMCIAVERBOSE # verbose PCMCIA configuration messages 247options SCSIVERBOSE # human readable SCSI error messages 248options USBVERBOSE # verbose USB device autoconfig messages 249options PNPBIOSVERBOSE # verbose PnP BIOS messages 250#options PNPBIOSDEBUG # more fulsome PnP BIOS debugging messages 251options MCAVERBOSE # verbose MCA device autoconfig messages 252options HDAUDIOVERBOSE # verbose HDAUDIO driver messages 253 254options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM 255 256# 257# wscons options 258# 259# builtin terminal emulations 260options WSEMUL_SUN # sun terminal emulation 261options WSEMUL_VT100 # VT100 / VT220 emulation 262# customization of console and kernel output - see dev/wscons/wsdisplayvar.h 263options WSDISPLAY_CUSTOM_OUTPUT # color customization from wsconsctl(8) 264options WS_DEFAULT_FG=WSCOL_WHITE 265options WS_DEFAULT_BG=WSCOL_BLACK 266options WS_DEFAULT_COLATTR="(0)" 267options WS_DEFAULT_MONOATTR="(0)" 268options WS_KERNEL_FG=WSCOL_GREEN 269options WS_KERNEL_BG=WSCOL_BLACK 270options WS_KERNEL_COLATTR="(0)" 271options WS_KERNEL_MONOATTR="(0)" 272# customization of console border color 273options WSDISPLAY_CUSTOM_BORDER # custom border colors via wsconsctl(8) 274options WSDISPLAY_BORDER_COLOR=WSCOL_BLUE # default color 275# compatibility to other console drivers 276options WSDISPLAY_COMPAT_PCVT # emulate some ioctls 277options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 278options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 279options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 280options WSKBD_EVENT_AUTOREPEAT # auto repeat in event mode 281#options WSKBD_USONLY # strip off non-US keymaps 282# don't attach pckbd as the console if no PS/2 keyboard is found 283options PCKBD_CNATTACH_MAY_FAIL 284# see dev/pckbport/wskbdmap_mfii.c for implemented layouts 285options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" # for pckbd driver 286options UKBD_LAYOUT="(KB_DE | KB_NODEAD)" # for ukbd driver 287# allocate a number of virtual screens at autoconfiguration time 288options WSDISPLAY_DEFAULTSCREENS=4 289# use a large software cursor that doesn't blink 290options PCDISPLAY_SOFTCURSOR 291# modify the screen type of the console; defaults to "80x25" 292options VGA_CONSOLE_SCREENTYPE="\"80x24\"" 293# work around a hardware bug that loaded fonts don't work; found on ATI cards 294options VGA_CONSOLE_ATI_BROKEN_FONTSEL 295# console scrolling support. 296options WSDISPLAY_SCROLLSUPPORT 297# enable VGA raster mode capable of displaying multilingual text on console 298#options VGA_RASTERCONSOLE 299# enable splash screen support; requires hw driver support 300#options SPLASHSCREEN 301 302# Keylock support 303options KEYLOCK 304options secmodel_keylock # Requires options KEYLOCK 305 306# Kernel root file system and dump configuration. 307config netbsd root on ? type ? 308#config netbsd root on sd0a type ffs 309#config netbsd root on ? type nfs 310 311# 312# Device configuration 313# 314 315#apm0 at mainbus0 # Advanced power management 316 317# Tuning for power management, see apm(4) for more details. 318#options APM_V10_ONLY # Use only the APM 1.0 calls 319#options APM_NO_POWEROFF # Don't power off on halt(8) 320#options APM_POWER_PRINT # Print stats on the console 321#options APM_DISABLE_INTERRUPTS=0 # Don't disable interrupts 322 323 324# Basic Bus Support 325 326#IPMI support 327ipmi0 at mainbus? 328 329# Advanced Configuration and Power Interface 330 331# This option can be used to retrieve CPU and APIC information. 332# that I/O APICs can be used if ACPI is enabled below. 333options ACPI_SCANPCI # find PCI roots using ACPI 334options MPBIOS # configure CPUs and APICs using MPBIOS 335options MPBIOS_SCANPCI # MPBIOS configures PCI roots 336options PCI_INTR_FIXUP # PCI interrupt routing via ACPI 337options PCI_BUS_FIXUP # fixup PCI bus numbering 338options PCI_ADDR_FIXUP # fixup PCI I/O addresses 339options ACPI_ACTIVATE_DEV # If set, activate inactive devices 340options VGA_POST # in-kernel support for VGA POST 341 342acpi0 at mainbus0 343 344# ACPI devices 345apm* at acpi? # ACPI apm emulation 346acpiacad* at acpi? # ACPI AC Adapter 347acpibat* at acpi? # ACPI Battery 348acpibut* at acpi? # ACPI Button 349acpidalb* at acpi? # ACPI Direct Application Launch Button 350acpiec* at acpi? # ACPI Embedded Controller (late) 351acpiecdt* at acpi? # ACPI Embedded Controller (early) 352acpifan* at acpi? # ACPI Fan 353acpilid* at acpi? # ACPI Lid Switch 354acpipmtr* at acpi? # ACPI Power Meter (experimental) 355# XXX Do not enable this in a real kernel unless you also disable any 356# XXX "native" i2c controller. Otherwise you'll have two accessors to 357# XXX the same bus, and bad things (tm) will happen! 358acpismbus* at acpi? # ACPI SMBus CMI (experimental) 359acpitz* at acpi? # ACPI Thermal Zone 360acpivga* at acpi? # ACPI Display Adapter 361acpiout* at acpivga? # ACPI Display Output Device 362acpiwdrt* at acpi? # ACPI Watchdog Resource Table 363acpiwmi* at acpi? # ACPI WMI Mapper 364 365# Mainboard devices 366aibs* at acpi? # ASUSTeK AI Booster hardware monitor 367applesmc* at acpi? # Apple System Management Controller 368asus* at acpi? # ASUS hotkeys 369attimer* at acpi? # AT Timer 370com* at acpi? # Serial communications interface 371fdc* at acpi? # Floppy disk controller 372fujbp* at acpi? # Fujitsu Brightness & Pointer 373fujhk* at acpi? # Fujitsu Hotkeys 374hpacel* at acpi? # HP 3D DriveGuard accelerometer 375hpqlb* at acpi? # HP Quick Launch Buttons 376hpet* at acpihpetbus? # High Precision Event Timer (table) 377hpet* at acpinodebus? # High Precision Event Timer (device) 378joy* at acpi? # Joystick/Game port 379lpt* at acpi? # Parallel port 380mpu* at acpi? # Roland MPU-401 MIDI UART 381pckbc* at acpi? # PC keyboard controller 382pcppi* at acpi? # AT-style speaker sound 383qemufwcfg* at acpi? # QEMU Firmware Configuration device 384sdhc* at acpi? # SD Host Controller 385sony* at acpi? # Sony Notebook Controller 386spic* at acpi? # Sony Programmable I/O Controller 387wsmouse* at spic? # mouse 388thinkpad* at acpi? # IBM/Lenovo Thinkpad hotkeys 389tpm* at acpi? # ACPI TPM (Experimental) 390ug* at acpi? # Abit uGuru Hardware monitor 391valz* at acpi? # Toshiba Dynabook hotkeys 392wb* at acpi? # Winbond W83L518D SD/MMC reader 393sdmmc* at wb? # SD/MMC bus 394sdhc* at acpi? # SD Host Controller 395sony* at acpi? # Sony Notebook Controller 396wmidell* at acpiwmibus? # Dell WMI mappings 397wmieeepc* at acpiwmibus? # Asus Eee PC WMI mappings 398wmihp* at acpiwmibus? # HP WMI mappings 399wmimsi* at acpiwmibus? # MSI WMI mappings 400wss* at acpi? # NeoMagic 256AV in wss mode 401ym* at acpi? # Yamaha OPL3-SA[23] audio 402 403# Apple System Management Controller devices 404applesmcfan* at applesmcbus? 405applesmctemp* at applesmcbus? 406 407# PCI bus support 408pci* at mainbus? bus ? 409pci* at pchb? bus ? 410pci* at ppb? bus ? 411 412# Configure PCI using BIOS information 413options PCIBIOS # PCI BIOS support 414options PCIBIOSVERBOSE # PCI BIOS verbose info 415options PCIBIOS_IRQS_HINT=0x0a00 # PCI interrupts hint. IRQ 9 or 11 416options PCIBIOS_INTR_GUESS # see pcibios(4) 417options PCIBIOS_LIBRETTO_FIXUP # this code makes the Toshiba Libretto 418 # L2/L3 work, but should not be enabled 419 # on anything else. 420options PCIBIOS_SHARP_MM20_FIXUP # this code makes the Sharp MM 20 421 # work, but should not be enabled 422 # on anything else. 423#options PCIINTR_DEBUG # super-verbose PCI interrupt fixup 424 425# Temperatures 426amdnb_misc* at pci? # AMD NB Misc Configuration 427amdtemp* at amdnb_misc? # AMD CPU Temperature sensors 428 429# PCI bridges 430rdcpcib* at pci? dev ? function ? # RDC Vortex86/PMX-1000 PCI-ISA w/ 431pchb* at pci? dev ? function ? # PCI-Host bridges 432options AGP_X86 433pcib* at pci? dev ? function ? # PCI-ISA bridges 434ppb* at pci? dev ? function ? # PCI-PCI bridges 435# XXX 'puc's aren't really bridges, but there's no better place for them here 436puc* at pci? dev ? function ? # PCI "universal" comm. cards 437 438amdpcib* at pci? dev ? function ? # AMD 8111 PCI-ISA w/ HPET 439hpet* at amdpcib? 440 441pwdog* at pci? dev ? function ? # QUANCOM PWDOG1 442 443ichlpcib* at pci? dev ? function ? # Intel ICH PCI-LPC w/ timecounter, 444 # watchdog, gpio, Speedstep and HPET 445fwhrng* at ichlpcib? # Intel 82802 FWH Random Number Generator 446hpet* at ichlpcib? 447tco* at ichlpcib? # TCO watch dog timer 448 449aapic* at pci? dev ? function ? # AMD 8131 IO apic 450 451agp* at pchb? 452 453# ISA bus support 454isa0 at mainbus? 455isa0 at pcib? 456isa0 at amdpcib? 457isa0 at ichlpcib? 458isa0 at rdcpcib? 459isa0 at rdcpcib? 460 461# IBM 4810 BSP cash drawer port 462ibmcd* at pci? dev ? function ? 463gpio* at ibmcd? 464 465# CardBus bridge support 466cbb* at pci? dev ? function ? 467cardslot* at cbb? 468 469# CardBus bus support 470cardbus* at cardslot? 471pcmcia* at cardslot? 472 473# Coprocessor Support 474 475# Console Devices 476 477# wscons 478pckbc0 at isa? # PC keyboard controller 479pckbd* at pckbc? # PC keyboard 480pms* at pckbc? # PS/2 mouse for wsmouse 481options PMS_SYNAPTICS_TOUCHPAD # Enable support for Synaptics Touchpads 482options PMS_ELANTECH_TOUCHPAD # Enable support for Elantech Touchpads 483options PMS_ALPS_TOUCHPAD # Enable support for Alps Touchpads 484vga0 at isa? 485vga* at pci? dev ? function ? 486genfb* at pci? dev ? function ? 487options VCONS_DRAW_INTR 488wsdisplay* at vga? console ? 489wsdisplay* at wsemuldisplaydev? 490pcdisplay0 at isa? # CGA, MDA, EGA, HGA 491wskbd* at pckbd? console ? 492wsmouse* at pms? mux 0 493 494chipsfb* at pci? dev ? function ? 495genfb* at pci? dev ? function ? 496gffb* at pci? dev ? function ? 497igsfb* at pci? dev ? function ? 498machfb* at pci? dev ? function ? 499pm2fb* at pci? dev ? function ? 500r128fb* at pci? dev ? function ? 501radeonfb* at pci? dev ? function ? 502tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics 503unichromefb* at pci? dev ? function ? # VIA Unichrome framebuffer console 504voodoofb* at pci? dev ? function ? 505wcfb* at pci? dev ? function ? 506 507# DRI legacy drivers 508#i915drm* at drm? # Intel i915, i945 DRM driver 509#mach64drm* at drm? # mach64 (3D Rage Pro, Rage) DRM driver 510#mgadrm* at drm? # Matrox G[24]00, G[45]50 DRM driver 511#r128drm* at drm? # ATI Rage 128 DRM driver 512#radeondrm* at drm? # ATI Radeon DRM driver 513#savagedrm* at drm? # S3 Savage DRM driver 514#sisdrm* at drm? # SiS DRM driver 515#tdfxdrm* at drm? # 3dfx (voodoo) DRM driver 516#vboxdrm* at drm? # VirtualBox DRM driver 517#viadrm* at drm? # VIA UniChrome DRM driver 518 519# DRMKMS drivers 520i915drmkms* at pci? dev ? function ? 521intelfb* at intelfbbus? 522 523radeon* at pci? dev ? function ? 524radeondrmkmsfb* at radeonfbbus? 525 526nouveau* at pci? dev ? function ? 527nouveaufb* at nouveaufbbus? 528 529attimer0 at isa? 530pcppi0 at isa? 531sysbeep0 at pcppi? 532 533# Serial Devices 534 535# PCI serial interfaces 536com* at puc? port ? # 16x50s on "universal" comm boards 537cy* at pci? dev ? function ? # Cyclades Cyclom-Y serial boards 538cz* at pci? dev ? function ? # Cyclades-Z multi-port serial boards 539 540# PCMCIA serial interfaces 541com* at pcmcia? function ? # Modems and serial cards 542 543pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 544com* at pcmcom? slave ? # ...and the slave devices 545 546# CardBus serial interfaces 547com* at cardbus? function ? # Modems and serial cards 548 549# Cardbus bridges 550#ppb* at cardbus? function ? # Cardbus-PCI bridges (www.magma.com) 551 552# ISA serial interfaces 553#options COM_HAYESP # adds Hayes ESP serial board support 554com0 at isa? port 0x3f8 irq 4 # Standard PC serial ports 555com1 at isa? port 0x2f8 irq 3 556com2 at isa? port 0x3e8 irq 5 557com3 at isa? port 0x2e8 irq 9 558ast0 at isa? port 0x1a0 irq 5 # AST 4-port serial cards 559com* at ast? slave ? 560boca0 at isa? port 0x100 irq 5 # BOCA 8-port serial cards 561boca0 at isa? port 0x100 irq 5 # BOCA 16-port serial cards (BB2016) 562boca1 at isa? port 0x140 irq 5 # this line is also needed for BB2016 563com* at boca? slave ? 564tcom0 at isa? port 0x100 irq 7 # TC-800 8-port serial cards 565com* at tcom? slave ? 566rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards 567com* at rtfps? slave ? 568cy0 at isa? iomem 0xd4000 irq 12 # Cyclades serial cards 569addcom0 at isa? port 0x108 irq 5 # Addonics FlexPort 8S 570com* at addcom? slave ? 571moxa0 at isa? port 0x100 irq 5 # MOXA C168H serial card (experimental) 572com* at moxa? slave ? 573ioat* at isa? port 0x220 irq 5 # BOCA IOAT66 6-port serial card 574com* at ioat? slave ? 575 576# Parallel Printer Interfaces 577 578# PCI parallel printer interfaces 579lpt* at puc? port ? # || ports on "universal" comm boards 580 581# ISA parallel printer interfaces 582lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports 583lpt1 at isa? port 0x278 584lpt2 at isa? port 0x3bc 585 586# Hardware monitors 587 588amdnb_misc* at pci? # AMD NB Misc Configuration 589amdtemp* at amdnb_misc? # AMD CPU Temperature sensors 590 591# Winbond LPC Super I/O 592wbsio* at isa? port 0x2e 593wbsio* at isa? port 0x4e 594 595# IBM Hawk Integrated Systems Management Processor 596ibmhawk0 at iic? addr 0x37 597 598# LM7[89] and compatible hardware monitors 599# Use flags to select temp sensor type (see lm(4) man page for details) 600lm0 at isa? port 0x290 flags 0x0 # other common ports: 0x280, 0x310 601lm* at wbsio? 602 603# SMSC LPC47B397 hardware monitor functions 604smsc0 at isa? port 0x02e 605 606# SMSC LPC47M192 hardware monitor 607smscmon* at iic? addr 0x2c 608smscmon* at iic? addr 0x2d # (alternate address) 609 610# AMD 768 and 8111 power/ACPI controllers 611amdpm* at pci? dev ? function ? # RNG and SMBus 1.0 interface 612iic* at amdpm? # sensors below are on this bus 613 614# Acer Labs M7101 SMBus controller 615alipm* at pci? dev ? function ? 616iic* at alipm? 617 618# Intel ICH SMBus controller 619ichsmb* at pci? dev ? function ? 620iic* at ichsmb? 621 622# NVIDIA nForce2/3/4 SMBus controller 623nfsmbc* at pci? dev ? function ? 624nfsmb* at nfsmbc? 625iic* at nfsmb? 626 627# Intel PIIX4 power management controllers 628piixpm* at pci? dev ? function ? # PIIX4 compatible PM controller 629iic* at piixpm? # SMBus on PIIX4 630 631# dbCool Thermal monitor and fan controller 632dbcool* at iic? addr 0x2C # Unknown other motherboard(s) 633dbcool* at iic? addr 0x2D # Tyan S2881 634dbcool* at iic? addr 0x2E # Tyan S2882-D 635 636# IBM Hawk Integrated Systems Management Processor 637ibmhawk0 at iic? addr 0x37 638 639# LM7[89] and compatible hardware monitors 640# Use flags to select temp sensor type (see lm(4) man page for details) 641lm0 at iic? addr 0x2e flags 0x0 642 643# SMSC LPC47M192 hardware monitor 644smscmon* at iic? addr 0x2c 645#smscmon* at iic? addr 0x2d # (alternate address) 646 647# IBM Thinkpad Active Protection System 648aps0 at isa? port 0x1600 649 650# Fintek Super I/O with hardware monitor 651finsio0 at isa? port 0x4e 652 653# iTE IT87xxF Super I/O with watchdog and sensors support 654itesio0 at isa? port 0x2e 655 656# Winbond LPC Super I/O 657wbsio* at isa? port 0x2e 658wbsio* at isa? port 0x4e 659 660# LM7[89] and compatible hardware monitors 661lm0 at isa? port 0x290 flags 0x0 # other common: 0x280, 0x310 662lm* at wbsio? 663 664# SMSC LPC47B397 hardware monitor functions 665smsc0 at isa? port 0x02e 666 667# PC87366 hardware monitor 668nsclpcsio* at isa? 669gpio* at nsclpcsio? 670 671# Abit uGuru Hardware system monitor 672ug0 at isa? port 0xe0 673 674# VIA VT82C686A/VT8231 Hardware Monitor and Power Management Timer 675viaenv* at pci? dev ? function ? 676 677# Serial Presence Detect capable memory modules and optional temp sensors 678spdmem* at iic? addr 0x50 679spdmem* at iic? addr 0x51 680spdmem* at iic? addr 0x52 681spdmem* at iic? addr 0x53 682spdmem* at iic? addr 0x54 683spdmem* at iic? addr 0x55 684spdmem* at iic? addr 0x56 685spdmem* at iic? addr 0x57 686sdtemp* at iic? addr 0x18 687sdtemp* at iic? addr 0x19 688sdtemp* at iic? addr 0x1a 689sdtemp* at iic? addr 0x1b 690sdtemp* at iic? addr 0x1c 691sdtemp* at iic? addr 0x1d 692sdtemp* at iic? addr 0x1e 693sdtemp* at iic? addr 0x1f 694 695# I2O devices 696iop* at pci? dev ? function ? # I/O processor 697iopsp* at iop? tid ? # SCSI/FC-AL ports 698ld* at iop? tid ? # block devices 699dpti* at iop? tid 0 # DPT/Adaptec control interface 700 701# GPIO devices 702gpio* at gpiosim? 703 704# 1-Wire support 705gpioow* at gpio? offset ? mask ? # 1-wire bitbanging via gpio 706gpioow* at gpio? 707onewire* at gpioow? 708 709# 1-Wire devices 710owtemp* at onewire? # Temperature sensors 711 712# I2C support 713gpioiic* at gpio? 714iic* at gpioiic? 715 716# Keylock support 717gpiolock* at gpio? 718 719# Pulsing GPIO pins in software 720gpiopwm* at gpio? 721 722# Soekris 6501 GPIO/LED driver (provides gpiobus, needs gpio) 723soekrisgpio0 at isa? port 0x680 724 725# SCSI Controllers and Devices 726 727# PCI SCSI controllers 728adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI 729adw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI 730ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 731ahd* at pci? dev ? function ? # Adaptec 29320, 39320 (aic790x) SCSI 732bha* at pci? dev ? function ? # BusLogic 9xx SCSI 733dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID 734iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI 735isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel 736mfi* at pci? dev ? function ? # LSI MegaRAID SAS 737mly* at pci? dev ? function ? # Mylex AcceleRAID and eXtremeRAID 738mpt* at pci? dev ? function ? # LSILogic 9x9 and 53c1030 (Fusion-MPT) 739mpii* at pci? dev ? function ? # LSI Logic Fusion-MPT II 740nca* at pci? dev ? function ? # Domex DMX-3191D 741njs* at pci? dev ? function ? # Workbit NinjaSCSI-32 742pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI 743siop* at pci? dev ? function ? # Symbios 53c8xx SCSI 744esiop* at pci? dev ? function ? # Symbios 53c875 SCSI and newer 745options SIOP_SYMLED # drive the act. LED in software 746trm* at pci? dev ? function ? # Tekram DC-395U/UW/F, DC-315/U SCSI 747 748# PCMCIA SCSI controllers 749aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 750esp* at pcmcia? function ? # Qlogic ESP406/FAS408 SCSI 751nca* at pcmcia? function ? # NCR53C400 SCSI 752spc* at pcmcia? function ? # Fujitsu MB87030/MB89352 SCSI 753 754# ISA SCSI controllers 755adv0 at isa? port ? irq ? drq ? # AdvanSys APB-514[02] SCSI 756aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI 757aha1 at isa? port 0x334 irq ? drq ? 758aic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI 759bha0 at isa? port 0x330 irq ? drq ? # BusLogic [457]4X SCSI 760bha1 at isa? port 0x334 irq ? drq ? 761# The "nca" and "dpt" probes might give false hits or hang your machine. 762dpt0 at isa? port 0x170 irq ? drq ? # DPT SmartCache/SmartRAID 763esp0 at isa? port 0x230 irq ? # Emulex ESP406 and Qlogic FAS408 SCSI 764nca0 at isa? port 0x360 irq 15 # Port-mapped NCR 53C80 controller 765nca1 at isa? iomem 0xd8000 irq 5 # Memory-mapped controller (T128, etc.) 766sea0 at isa? iomem 0xc8000 irq 5 # Seagate/Future Domain SCSI 767uha0 at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI 768uha1 at isa? port 0x340 irq ? drq ? 769wds0 at isa? port 0x350 irq 15 drq 6 # WD7000 and TMC-7000 controllers 770wds1 at isa? port 0x358 irq 11 drq 5 771 772# CardBus SCSI cards 773adv* at cardbus? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI 774ahc* at cardbus? function ? # Adaptec ADP-1480 775njs* at cardbus? function ? # Workbit NinjaSCSI-32 776 777# SCSI bus support 778scsibus* at scsi? 779 780# SCSI devices 781sd* at scsibus? target ? lun ? # SCSI disk drives 782st* at scsibus? target ? lun ? # SCSI tape drives 783cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 784ch* at scsibus? target ? lun ? # SCSI autochangers 785ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices 786ss* at scsibus? target ? lun ? # SCSI scanners 787se* at scsibus? target ? lun ? # SCSI ethernet adapters 788uk* at scsibus? target ? lun ? # SCSI unknown 789 790# SCSI NIC 791se* at scsibus? target ? lun ? 792 793# RAID controllers and devices 794aac* at pci? dev ? function ? # Adaptec AAC family 795amr* at pci? dev ? function ? # AMI/LSI Logic MegaRAID 796arcmsr* at pci? dev ? function ? # Areca SATA RAID controllers 797cac* at pci? dev ? function ? # Compaq PCI array controllers 798ciss* at pci? dev ? function ? # HP Smart Array controllers 799icp* at pci? dev ? function ? # ICP-Vortex GDT & Intel RAID 800mlx* at pci? dev ? function ? # Mylex DAC960 & DEC SWXCR family 801twa* at pci? dev ? function ? # 3ware Escalade 95xx RAID controllers 802twe* at pci? dev ? function ? # 3ware Escalade RAID controllers 803 804ld* at aac? unit ? # logical disk devices 805ld* at amr? unit ? 806ld* at cac? unit ? 807ld* at icp? unit ? 808ld* at twa? unit ? 809ld* at twe? unit ? 810ld* at mlx? unit ? 811 812icpsp* at icp? unit ? # SCSI pass-through 813 814# IDE and related devices 815# PCI IDE controllers - see pciide(4) for supported hardware. 816# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know 817# how to set up DMA modes for this chip. This may work, or may cause 818# a machine hang with some controllers. 819pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver 820acardide* at pci? dev ? function ? # Acard IDE controllers 821aceride* at pci? dev ? function ? # Acer Lab IDE controllers 822ahcisata* at pci? dev ? function ? # AHCI SATA controllers 823artsata* at pci? dev ? function ? # Intel i31244 SATA controller 824cmdide* at pci? dev ? function ? # CMD tech IDE controllers 825cypide* at pci? dev ? function ? # Cypress IDE controllers 826geodeide* at pci? dev ? function ? # AMD Geode IDE controllers 827hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers 828iteide* at pci? dev ? function ? # IT Express IDE controllers 829ixpide* at pci? dev ? function ? # ATI IXP IDE controllers 830jmide* at pci? dev ? function ? # JMicron PCI-e PATA/SATA controllers 831ahcisata* at jmide? 832mvsata* at pci? dev ? function ? # Marvell Hercules-I/II 833optiide* at pci? dev ? function ? # Opti IDE controllers 834piixide* at pci? dev ? function ? # Intel IDE controllers 835pdcide* at pci? dev ? function ? # Promise IDE controllers 836pdcsata* at pci? dev ? function ? # Promise SATA150 controllers 837rccide* at pci? dev ? function ? # ServerWorks IDE controllers 838rdcide* at pci? dev ? function ? # RDC PMX-1000 IDE controllers 839satalink* at pci? dev ? function ? # SiI SATALink controllers 840schide* at pci? dev ? function ? # Intel SCH IDE controllers 841siisata* at pci? dev ? function ? # SiI SteelVine controllers 842siside* at pci? dev ? function ? # SiS IDE controllers 843slide* at pci? dev ? function ? # Symphony Labs IDE controllers 844svwsata* at pci? dev ? function ? # ServerWorks SATA controllers 845stpcide* at pci? dev ? function ? # STMicro STPC IDE controllers 846toshide* at pci? dev ? function ? # TOSHIBA PICCOLO controllers 847viaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers 848 849# PCMCIA IDE controllers 850wdc* at pcmcia? function ? 851 852# CardBus IDE controllers 853njata* at cardbus? function ? flags 0x01 # Workbit NinjaATA-32 854siisata* at cardbus? function ? # SiI SteelVine controllers 855 856# ISA ST506, ESDI, and IDE controllers 857# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will 858# fall back to 16bits I/O if 32bits I/O are not functional). 859# Some controllers pass the initial 32bit test, but will fail later. 860wdc0 at isa? port 0x1f0 irq 14 flags 0x00 861wdc1 at isa? port 0x170 irq 15 flags 0x00 862 863# ATA (IDE) bus support 864atabus* at ata? 865options ATADEBUG 866 867# IDE drives 868# Flags are used only with controllers that support DMA operations 869# and mode settings (e.g. some pciide controllers) 870# The lowest order four bits (rightmost digit) of the flags define the PIO 871# mode to use, the next set of four bits the DMA mode and the third set the 872# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode 873# to use, and the last bit must be 1 for this setting to be used. 874# For DMA and UDMA, 0xf (1111) means 'disable'. 875# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'. 876# (0xc=1100, 0xa=1010, 0xf=1111) 877# 0x0000 means "use whatever the drive claims to support". 878wd* at atabus? drive ? flags 0x0000 879 880# ATA RAID configuration support, as found on some Promise controllers. 881pseudo-device ataraid 882ld* at ataraid? vendtype ? unit ? 883 884# ATAPI bus support 885atapibus* at atapi? 886 887# ATAPI devices 888# flags have the same meaning as for IDE drives. 889cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 890sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 891st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives 892uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 893 894 895# NVM Express controllers and devices 896nvme* at pci? dev ? function ? 897ld* at nvme? nsid ? 898 899 900# Miscellaneous mass storage devices 901 902# ISA floppy 903fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers 904#fdc1 at isa? port 0x370 irq ? drq ? 905fd* at fdc? drive ? # the drives themselves 906# some machines need you to do this instead of fd* 907fd0 at fdc0 drive 0 908 909# ISA CD-ROM devices 910mcd0 at isa? port 0x300 irq 10 # Mitsumi CD-ROM drives 911 912# ISA tape devices 913# note: the wt driver conflicts unpleasantly with SMC boards at the 914# same I/O address. The probe reprograms their EEPROMs. Don't 915# uncomment it unless you are actually using it. 916wt0 at isa? port 0x308 irq 5 drq 1 # Archive and Wangtek QIC tape drives 917 918# Network Interfaces 919 920# PCI network interfaces 921age* at pci? dev ? function ? # Attansic/Atheros L1 Gigabit Ethernet 922alc* at pci? dev ? function ? # Attansic/Atheros L1C/L2C Ethernet 923ale* at pci? dev ? function ? # Attansic/Atheros L1E Ethernet 924an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11) 925ath* at pci? dev ? function ? # Atheros 5210/5211/5212 802.11 926athn* at pci? dev ? function ? # Atheros AR9k (802.11a/g/n) 927atw* at pci? dev ? function ? # ADMtek ADM8211 (802.11) 928bce* at pci? dev ? function ? # Broadcom 4401 10/100 Ethernet 929bge* at pci? dev ? function ? # Broadcom 570x gigabit Ethernet 930bnx* at pci? dev ? function ? # Broadcom NetXtremeII gigabit Ethernet 931bwi* at pci? dev ? function ? # Broadcom BCM43xx wireless 932cas* at pci? dev ? function ? # Sun Cassini/Cassini+ Ethernet 933dge* at pci? dev ? function ? # Intel 82597 10GbE LR 934en* at pci? dev ? function ? # ENI/Adaptec ATM 935ep* at pci? dev ? function ? # 3Com 3c59x 936epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 937esh* at pci? dev ? function ? # Essential HIPPI card 938et* at pci? dev ? function ? # Agere/LSI ET1310/ET1301 Gigabit 939ex* at pci? dev ? function ? # 3Com 3c90x[BC] 940fpa* at pci? dev ? function ? # DEC DEFPA FDDI 941fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 942gem* at pci? dev ? function ? # Apple GMAC and Sun ERI gigabit enet 943gsip* at pci? dev ? function ? # NS83820 Gigabit Ethernet 944hme* at pci? dev ? function ? # Sun Microelectronics STP2002-STQ 945ipw* at pci? dev ? function ? # Intel PRO/Wireless 2100 946iwi* at pci? dev ? function ? # Intel PRO/Wireless 2200BG 947iwm* at pci? dev ? function ? # Intel Wireless WiFi Link 7xxx 948iwn* at pci? dev ? function ? # Intel PRO/Wireless 4965AGN 949ixg* at pci? dev ? function ? # Intel 8259x 10 gigabit 950ixv* at pci? dev ? function ? # Intel 8259x 10G virtual function 951jme* at pci? dev ? function ? # JMicron JMC2[56]0 ethernet 952hme* at pci? dev ? function ? # Sun Microelectronics STP2002-STQ 953le* at pci? dev ? function ? # PCnet-PCI Ethernet 954lii* at pci? dev ? function ? # Atheros L2 Fast-Ethernet 955lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3 956malo* at pci? dev ? function ? # Marvell Libertas Wireless 957mskc* at pci? dev ? function ? # Marvell Yukon 2 Gigabit Ethernet 958msk* at mskc? # Marvell Yukon 2 Gigabit Ethernet 959mtd* at pci? dev ? function ? # Myson MTD803 3-in-1 Ethernet 960#ndis* at pci? dev ? function ? # Experimental - NDIS Network Driver 961ne* at pci? dev ? function ? # NE2000-compatible Ethernet 962nfe* at pci? dev ? function ? # NVIDIA nForce Ethernet 963ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial 964pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet 965ral* at pci? dev ? function ? # Ralink Technology RT25x0 802.11a/b/g 966re* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S 967rtk* at pci? dev ? function ? # Realtek 8129/8139 968rtw* at pci? dev ? function ? # Realtek 8180L (802.11) 969rtwn* at pci? dev ? function ? # Realtek 8188CE/8192CE 802.11b/g/n 970sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet 971sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet 972skc* at pci? dev ? function ? # SysKonnect SK9821 Gigabit Ethernet 973sk* at skc? # SysKonnect SK9821 Gigabit Ethernet 974ste* at pci? dev ? function ? # Sundance ST-201 Ethernet 975stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit 976ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet 977tl* at pci? dev ? function ? # ThunderLAN-based Ethernet 978tlp* at pci? dev ? function ? # DECchip 21x4x and clones 979txp* at pci? dev ? function ? # 3com 3cr990 980vge* at pci? dev ? function ? # VIATech VT612X Gigabit Ethernet 981vmx* at pci? dev ? function ? # VMware VMXNET3 982vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 983vte* at pci? dev ? function ? # Vortex86 RDC R6040 Fast Ethernet 984wi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b) 985wm* at pci? dev ? function ? # Intel 8254x gigabit 986wpi* at pci? dev ? function ? # Intel PRO/Wireless 3945ABG 987xge* at pci? dev ? function ? # Neterion (S2io) Xframe-I 10GbE 988 989# PCMCIA network interfaces 990an* at pcmcia? function ? # Aironet PC4500/PC4800 (802.11) 991awi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS) 992cnw* at pcmcia? function ? # Xircom/Netwave AirSurfer 993cs* at pcmcia? function ? # CS89xx Ethernet 994ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 995malo* at pcmcia? function ? # Marvell Libertas 996mbe* at pcmcia? function ? # MB8696x based Ethernet 997ne* at pcmcia? function ? # NE2000-compatible Ethernet 998ray* at pcmcia? function ? # Raytheon Raylink (802.11) 999sm* at pcmcia? function ? # Megahertz Ethernet 1000# tr at pcmcia has problems with Cardbus bridges 1001tr* at pcmcia? function ? # TROPIC based Token-Ring 1002wi* at pcmcia? function ? # Lucent/Intersil WaveLAN/IEEE (802.11) 1003xirc* at pcmcia? function ? # Xircom CreditCard Ethernet 1004com* at xirc? 1005xi* at xirc? 1006mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 1007com* at mhzc? 1008sm* at mhzc? 1009 1010# ISA network interfaces 1011ate0 at isa? port 0x2a0 irq ? # AT1700 1012cs0 at isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet 1013ec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet 1014eg0 at isa? port 0x280 irq 9 # 3c505 Ethernet cards 1015el0 at isa? port 0x300 irq 9 # 3c501 Ethernet cards 1016ep* at isa? port ? irq ? # 3c509 Ethernet cards 1017ef0 at isa? port 0x360 iomem 0xd0000 irq 7 # 3c507 1018ai0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN 1019fmv0 at isa? port 0x2a0 irq ? # FMV-181/182 1020ix0 at isa? port 0x300 irq 10 # EtherExpress/16 1021iy0 at isa? port 0x360 irq ? # EtherExpress PRO 10 ISA 1022lc0 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC) 1023depca0 at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5 # DEPCA 1024le* at depca? 1025nele0 at isa? port 0x320 irq 9 drq 7 # NE2100 1026le* at nele? 1027ntwoc0 at isa? port 0x300 irq 5 iomem 0xc8000 flags 1 # Riscom/N2 sync serial 1028bicc0 at isa? port 0x320 irq 10 drq 7 # BICC IsoLan 1029le* at bicc? 1030ne0 at isa? port 0x280 irq 9 # NE[12]000 Ethernet cards 1031ne1 at isa? port 0x300 irq 10 1032sm0 at isa? port 0x300 irq 10 # SMC91C9x Ethernet 1033tr0 at isa? port 0xa20 iomem 0xd8000 irq ? # IBM TROPIC based Token-Ring 1034tr1 at isa? port 0xa24 iomem 0xd0000 irq ? # IBM TROPIC based Token-Ring 1035tr* at isa? port ? irq ? # 3Com TROPIC based Token-Ring 1036we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC Ethernet 1037we1 at isa? port 0x300 iomem 0xcc000 irq 10 1038 1039# CardBus network cards 1040ath* at cardbus? function ? # Atheros 5210/5211/5212 802.11 1041athn* at cardbus? function ? # Atheros AR9k (802.11a/g/n) 1042atw* at cardbus? function ? # ADMtek ADM8211 (802.11) 1043ex* at cardbus? function ? # 3Com 3c575TX 1044fxp* at cardbus? function ? # Intel i8255x 1045ral* at cardbus? function ? # Ralink Technology RT25x0 802.11a/b/g 1046re* at cardbus? function ? # Realtek 8139C+/8169/8169S/8110S 1047rtk* at cardbus? function ? # Realtek 8129/8139 1048rtw* at cardbus? function ? # Realtek 8180L (802.11) 1049tlp* at cardbus? function ? # DECchip 21143 1050 1051# MII/PHY support 1052acphy* at mii? phy ? # Altima AC101 and AMD Am79c874 PHYs 1053amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs 1054atphy* at mii? phy ? # Attansic/Atheros PHYs 1055bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs 1056brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs 1057ciphy* at mii? phy ? # Cicada CS8201 Gig-E PHYs 1058dmphy* at mii? phy ? # Davicom DM9101 PHYs 1059etphy* at mii? phy ? # Agere/LSI ET1011 TruePHY Gig-E PHYs 1060exphy* at mii? phy ? # 3Com internal PHYs 1061gentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs 1062glxtphy* at mii? phy ? # Level One LXT-1000 PHYs 1063gphyter* at mii? phy ? # NS83861 Gig-E PHY 1064icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x 1065igphy* at mii? phy ? # Intel IGP01E1000 1066ihphy* at mii? phy ? # Intel 82577 PHYs 1067ikphy* at mii? phy ? # Intel 82563 PHYs 1068inphy* at mii? phy ? # Intel 82555 PHYs 1069iophy* at mii? phy ? # Intel 82553 PHYs 1070lxtphy* at mii? phy ? # Level One LXT-970 PHYs 1071makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 1072nsphy* at mii? phy ? # NS83840 PHYs 1073nsphyter* at mii? phy ? # NS83843 PHYs 1074pnaphy* at mii? phy ? # generic HomePNA PHYs 1075qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 1076rdcphy* at mii? phy ? # RDC R6040 internal PHY 1077rgephy* at mii? phy ? # Realtek 8169S/8110S internal PHYs 1078rlphy* at mii? phy ? # Realtek 8139/8201L PHYs 1079sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 1080tlphy* at mii? phy ? # ThunderLAN PHYs 1081tqphy* at mii? phy ? # TDK Semiconductor PHYs 1082ukphy* at mii? phy ? # generic unknown PHYs 1083urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs 1084 1085 1086# USB Controller and Devices 1087 1088# PCI USB controllers 1089xhci* at pci? dev ? function ? # eXtensible Host Controller 1090 # xhci is at best experimental 1091ehci* at pci? dev ? function ? # Enhanced Host Controller 1092ohci* at pci? dev ? function ? # Open Host Controller 1093uhci* at pci? dev ? function ? # Universal Host Controller (Intel) 1094xhci* at pci? dev ? function ? # eXtensible Host Controller 1095 1096# CardBus USB controllers 1097ehci* at cardbus? function ? # Enhanced Host Controller 1098ohci* at cardbus? function ? # Open Host Controller 1099uhci* at cardbus? function ? # Universal Host Controller (Intel) 1100 1101# ISA USB controllers 1102slhci0 at isa? port 0x300 irq 5 # ScanLogic SL811HS 1103 1104# PCMCIA USB controllers 1105slhci* at pcmcia? function ? # ScanLogic SL811HS 1106 1107# USB bus support 1108usb* at xhci? 1109usb* at ehci? 1110usb* at ohci? 1111usb* at slhci? 1112usb* at uhci? 1113usb* at xhci? 1114 1115# USB Hubs 1116uhub* at usb? 1117uhub* at uhub? port ? 1118 1119# USB HID device 1120uhidev* at uhub? port ? configuration ? interface ? 1121 1122# USB Mice 1123ums* at uhidev? reportid ? 1124wsmouse* at ums? mux 0 1125 1126# USB Touchscreens 1127uts* at uhidev? reportid ? 1128wsmouse* at uts? mux 0 1129 1130# USB eGalax touch-panel 1131uep* at uhub? port ? 1132wsmouse* at uep? mux 0 1133 1134# USB Apple trackpad 1135uatp* at uhidev? reportid ? 1136wsmouse* at uatp? mux 0 1137 1138uyurex* at uhidev? reportid ? 1139 1140# USB Keyboards 1141ukbd* at uhidev? reportid ? 1142wskbd* at ukbd? console ? mux 1 1143 1144# USB TEMPer and TEMPerHUM 1145uthum* at uhidev? reportid ? 1146 1147# USB serial adapter 1148ucycom* at uhidev? reportid ? 1149 1150# USB Generic HID devices 1151uhid* at uhidev? reportid ? 1152 1153# USB LCDs and USB-VGA adaptors 1154udl* at uhub? port ? # DisplayLink DL-1x0/1x5 1155wsdisplay* at udl? 1156 1157# USB Printer 1158ulpt* at uhub? port ? configuration ? interface ? 1159 1160# USB Modem 1161umodem* at uhub? port ? configuration ? 1162ucom* at umodem? 1163 1164# Option N.V. Wireless WAN modems 1165uhso* at uhub? port ? configuration ? 1166 1167# USB Mass Storage 1168umass* at uhub? port ? configuration ? interface ? 1169wd* at umass? 1170 1171# USB audio 1172uaudio* at uhub? port ? configuration ? 1173 1174# USB MIDI 1175umidi* at uhub? port ? configuration ? 1176 1177# USB IrDA 1178# USB-IrDA bridge spec 1179uirda* at uhub? port ? configuration ? interface ? 1180irframe* at uirda? 1181 1182stuirda* at uhub? port ? configuration ? interface ? 1183irframe* at stuirda? 1184 1185# SigmaTel STIr4200 USB/IrDA Bridge 1186ustir* at uhub? port ? 1187irframe* at ustir? 1188 1189# KingSun/DonShine USB/IrDA Bridge 1190udsir* at uhub? port ? 1191irframe* at udsir? 1192 1193# Windows Media Center IR tranceiver 1194irmce* at uhub? port ? 1195cir* at irmce? 1196 1197# USB Ethernet adapters 1198aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 1199axe* at uhub? port ? # ASIX AX88172 based adapters 1200axen* at uhub? port ? # ASIX AX88178a/AX88179 based adapters 1201cdce* at uhub? port ? # CDC, Ethernet Networking Control Model 1202cue* at uhub? port ? # CATC USB-EL1201A based adapters 1203kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 1204#mos* at uhub? port ? # Moschip MCS7730/MCS7830/MCS7832 based adapters 1205udav* at uhub? port ? # Davicom DM9601 based adapters 1206url* at uhub? port ? # Realtek RTL8150L based adapters 1207urndis* at uhub? port ? # Microsoft RNDIS specification 1208 1209# USB 802.11 adapters 1210atu* at uhub? port ? # Atmel AT76C50XX based adapters 1211athn* at uhub? port ? # Atheros AR9002U 1212otus* at uhub? port ? # Atheros AR9001U 1213ural* at uhub? port ? # Ralink Technology RT2500USB 802.11a/b/g 1214rum* at uhub? port ? # Ralink Technology RT2501/RT2601 802.11a/b/g 1215run* at uhub? port ? # Ralink Technology RT(2[78]|30)00 802.11a/b/g/n 1216upgt* at uhub? port ? # Intersil PrismGT 1217urtw* at uhub? port ? # Realtek RTL8187/RTL8187B 802.11b/g 1218urtwn* at uhub? port ? # Realtek RTL8188CU/RTL8192CU 802.11b/g/n 1219zyd* at uhub? port ? # Zydas ZD1211 1220 1221# Prolific PL2301/PL2302 host-to-host adapter 1222upl* at uhub? port ? 1223 1224# Serial adapters 1225uark* at uhub? port ? # ArkMicroChips 3116 serial adapter 1226ucom* at uark? portno? 1227 1228ubsa* at uhub? port ? # Belkin serial adapter 1229ucom* at ubsa? portno ? 1230 1231uchcom* at uhub? port ? # WinChipHead CH341/CH340 serial adapter 1232ucom* at uchcom? portno ? 1233 1234uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter 1235ucom* at uftdi? portno ? 1236 1237uipaq* at uhub? port ? # iPAQ PDAs 1238ucom* at uipaq? portno ? 1239 1240umct* at uhub? port ? # MCT USB-RS232 serial adapter 1241ucom* at umct? portno ? 1242 1243uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 1244ucom* at uplcom? portno ? 1245 1246uslsa* at uhub? port ? # Silicon Labs USB-RS232 serial adapter 1247ucom* at uslsa? portno ? 1248 1249uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter 1250ucom* at uvscom? portno ? 1251 1252uark* at uhub? port ? 1253ucom* at uark? portno ? 1254 1255moscom* at uhub? port ? 1256ucom* at moscom? portno ? 1257 1258uhmodem* at uhub? 1259ucom* at uhmodem? portno ? 1260 1261# RIM BlackBerry 1262uberry* at uhub? port ? 1263 1264# Apple iPad 1265uipad* at uhub? port ? 1266 1267# Diamond Multimedia Rio 500 1268urio* at uhub? port ? 1269 1270# USB Handspring Visor 1271uvisor* at uhub? port ? 1272ucom* at uvisor? 1273 1274# Kyocera AIR-EDGE PHONE 1275ukyopon* at uhub? port ? 1276ucom* at ukyopon? portno ? 1277 1278# USB scanners 1279uscanner* at uhub? port ? 1280 1281# USB scanners that use SCSI emulation, e.g., HP5300 1282usscanner* at uhub? port ? 1283 1284# Topfield TF5000PVR range of DVB recorders 1285utoppy* at uhub? port ? 1286 1287# Y@P firmware loader 1288uyap* at uhub? port ? 1289 1290# D-Link DSB-R100 USB radio 1291udsbr* at uhub? port ? 1292radio* at udsbr? 1293 1294# USB Generic driver 1295ugen* at uhub? port ? 1296 1297# USB 3G datacards 1298umodeswitch* at uhub? port ? 1299u3g* at uhub? port ? 1300ucom* at u3g? 1301 1302# USB generic serial port (e.g., data over cellular) 1303ugensa* at uhub? port ? 1304ucom* at ugensa? 1305 1306# Araneus Alea I/II TRNG 1307ualea* at uhub? port ? configuration ? interface ? 1308 1309# IrDA and Consumer Ir devices 1310 1311# Toshiba Oboe 1312oboe* at pci? dev ? function ? 1313irframe* at oboe? 1314 1315 1316# PCI IEEE1394 controllers 1317fwohci* at pci? dev ? function ? # IEEE1394 Open Host Controller 1318 1319# CardBus IEEE1394 controllers 1320fwohci* at cardbus? function ? # IEEE1394 Open Host Controller 1321 1322ieee1394if* at fwohci? 1323fwip* at ieee1394if? # IP over IEEE1394 1324sbp* at ieee1394if? euihi ? euilo ? # SCSI over IEEE1394 1325 1326 1327# SD/MMC/SDIO Controller and Device support 1328 1329# PCI SD/MMC controller 1330sdhc* at pci? # SD Host Controller 1331 1332# CardBus SD/MMC controller 1333sdhc* at cardbus? function ? # SD Host Controller 1334 1335sdmmc* at sdhc? # SD/MMC bus 1336ld* at sdmmc? 1337 1338 1339# Audio Devices 1340 1341# PCI audio devices 1342auacer* at pci? dev ? function ? # ALi M5455 integrated AC'97 Audio 1343auich* at pci? dev ? function ? # Intel ICH integrated AC'97 Audio 1344auixp* at pci? dev ? function ? # ATI IXP AC'97 Audio 1345autri* at pci? dev ? function ? # Trident 4DWAVE based AC'97 Audio 1346auvia* at pci? dev ? function ? # VIA VT82C686A integrated AC'97 Audio 1347azalia* at pci? dev ? function ? # High Definition Audio 1348clcs* at pci? dev ? function ? # Cirrus Logic CS4280 1349clct* at pci? dev ? function ? # Cirrus Logic CS4281 1350cmpci* at pci? dev ? function ? # C-Media CMI8338/8738 1351eap* at pci? dev ? function ? # Ensoniq AudioPCI 1352emuxki* at pci? dev ? function ? # Creative SBLive! and PCI512 1353esa* at pci? dev ? function ? # ESS Allegro-1 / Maestro-3 PCI Audio 1354esm* at pci? dev ? function ? # ESS Maestro-1/2/2e PCI Audio Accelerator 1355eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 1356fms* at pci? dev ? function ? # Forte Media FM801 1357gcscaudio* at pci? dev ? function ? # AMD Geode CS5536 Companion Audio 1358neo* at pci? dev ? function ? # NeoMagic 256 AC'97 Audio 1359sv* at pci? dev ? function ? # S3 SonicVibes 1360yds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio 1361 1362# ISA audio devices 1363# the "aria" probe might give false hits 1364aria0 at isa? port 0x290 irq 10 # Aria 1365ess0 at isa? port 0x220 irq 5 drq 1 drq2 5 # ESS 18XX 1366gus0 at isa? port 0x220 irq 7 drq 1 drq2 6 # Gravis Ultra Sound 1367pas0 at isa? port 0x220 irq 7 drq 1 # ProAudio Spectrum 1368sb0 at isa? port 0x220 irq 5 drq 1 drq2 5 # SoundBlaster 1369wss0 at isa? port 0x530 irq 10 drq 0 drq2 1 # Windows Sound System 1370cms0 at isa? port 0x220 # Creative Music System 1371 1372# OPL[23] FM synthesizers 1373opl0 at isa? port 0x388 # use only if not attached to sound card 1374opl* at cmpci? flags 1 1375opl* at eso? 1376opl* at ess? 1377opl* at fms? 1378opl* at sb? 1379opl* at sv? 1380opl* at wss? 1381opl* at yds? 1382opl* at ym? 1383 1384# High Definition Audio 1385hdaudio* at pci? dev ? function ? # High Definition Audio 1386hdafg* at hdaudiobus? 1387 1388# Audio support 1389audio* at audiobus? 1390 1391# MPU 401 UARTs 1392mpu* at isa? port 0x330 irq 9 # MPU401 or compatible card 1393mpu* at cmpci? 1394mpu* at eso? 1395mpu* at fms? 1396mpu* at sb? 1397mpu* at yds? 1398mpu* at ym? 1399 1400# MIDI support 1401midi* at midibus? 1402midi* at pcppi? # MIDI interface to the PC speaker 1403 1404# The spkr driver provides a simple tone interface to the built in speaker. 1405spkr* at pcppi? # PC speaker 1406spkr* at audio? # PC speaker (synthesized) 1407wsbell* at spkr? # Bell for wscons display 1408 1409 1410# FM-Radio devices 1411# ISA radio devices 1412az0 at isa? port 0x350 # Aztech/PackardBell FM Radio Card 1413az1 at isa? port 0x358 1414rt0 at isa? port 0x20c # AIMS Lab Radiotrack & compatible 1415rt1 at isa? port 0x284 1416rt2 at isa? port 0x30c 1417rt3 at isa? port 0x384 1418rtii0 at isa? port 0x20c # AIMS Lab Radiotrack II FM Radio Card 1419rtii1 at isa? port 0x30c 1420sf2r0 at isa? port 0x384 # SoundForte RadioLink SF16-FMR2 FM Radio Card 1421 1422# PCI radio devices 1423gtp* at pci? dev ? function ? # Guillemot Maxi Radio FM 2000 Radio Card 1424 1425# Radio support 1426radio* at az? 1427radio* at gtp? 1428radio* at rt? 1429radio* at rtii? 1430radio* at sf2r? 1431 1432 1433# Video capture devices 1434 1435auvitek* at uhub? # Auvitek AU0828 USB TV 1436coram* at pci? dev ? function ? # Conexant CX23885 PCI-E TV 1437cxdtv* at pci? dev ? function ? # Conexant CX2388[0-3] PCI TV 1438emdtv* at uhub? # Empia EM28xx USB TV 1439cir* at emdtv? 1440pseye* at uhub? # Sony PLAYSTATION(R) Eye webcam 1441uvideo* at uhub? # USB Video Class capture devices 1442 1443video* at videobus? 1444dtv* at dtvbus? 1445 1446 1447# TV cards 1448 1449# Brooktree 848/849/878/879 based TV cards 1450bktr* at pci? dev ? function ? 1451radio* at bktr? 1452 1453# Conexant CX2388[0-3]-based DTV cards 1454cxdtv* at pci? dev ? function ? 1455iic* at cxdtv? 1456 1457# Conexant CX23885-based TV cards 1458coram* at pci? dev ? function ? 1459iic* at coram? 1460 1461isv* at isa? port 0x3e0 # IDEC Supervision/16 image capture 1462 1463# Bluetooth Controller and Device support 1464 1465# Bluetooth PCMCIA Controllers 1466bt3c* at pcmcia? function ? # 3Com 3CRWB6096-A 1467btbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139 1468 1469# Bluetooth SDIO Controller 1470sbt* at sdmmc? 1471 1472# Bluetooth USB Controllers 1473ubt* at uhub? port ? 1474aubtfwl* at uhub? port ? 1475 1476# Bluetooth Device Hub 1477bthub* at bcsp? 1478bthub* at bt3c? 1479bthub* at btbc? 1480bthub* at btuart? 1481bthub* at sbt? 1482bthub* at ubt? 1483 1484# Bluetooth HID support 1485bthidev* at bthub? 1486 1487# Bluetooth Mouse 1488btms* at bthidev? reportid ? 1489wsmouse* at btms? mux 0 1490 1491# Bluetooth Keyboard 1492btkbd* at bthidev? reportid ? 1493wskbd* at btkbd? console ? mux 1 1494 1495# Bluetooth Apple Magic Mouse 1496btmagic* at bthub? 1497wsmouse* at btmagic? mux 0 1498 1499# Bluetooth Audio support 1500btsco* at bthub? 1501 1502 1503# Mice 1504 1505# Cryptographic Devices 1506 1507# PCI cryptographic devices 1508hifn* at pci? dev ? function ? # Hifn 7755/7811/795x 1509ubsec* at pci? dev ? function ? # Broadcom 5501/5601/580x/582x 1510 1511 1512# Trusted Platform Module 1513tpm* at isa? iomem 0xfed40000 irq 7 1514#tpm* at isa? port 0x02e 1515#tpm* at isa? port 0x04e 1516#tpm* at isa? port 0x07e 1517#tpm* at isa? port 0x0ee 1518 1519# Joysticks 1520 1521# PCI joysticks 1522joy* at pci? # Game ports (usually on audio cards) 1523joy* at eap? # See CAVEATS in eap(4) before enabling 1524joy* at eso? # ESS Solo-1 on-board joystick 1525 1526# ISA joysticks. Probe is a little strange; add only if you have one. 1527joy0 at isa? port 0x201 1528 1529 1530# Planetconnect Satellite receiver driver. 1531satlink0 at isa? port 0x300 drq 1 1532 1533# Middle Digital, Inc. PCI-Weasel serial console board control 1534# devices (watchdog timer, etc.) 1535weasel* at pci? 1536 1537# Virtio devices 1538virtio* at pci? dev ? function ? # Virtio PCI device 1539viomb* at virtio? # Virtio memory balloon device 1540ld* at virtio? # Virtio disk device 1541vioif* at virtio? # Virtio network device 1542viornd* at virtio? # Virtio entropy device 1543vioscsi* at virtio? # Virtio SCSI device 1544 1545# Flash subsystem 1546flash* at flashbus? 1547 1548# NAND subsystem 1549nand* at nandbus? 1550 1551# Pull in optional local configuration 1552#include "arch/amd64/conf/ALL.local" 1553 1554 1555# Pseudo-Devices 1556 1557pseudo-device crypto # /dev/crypto device 1558pseudo-device swcrypto # software crypto implementation 1559 1560# disk/mass storage pseudo-devices 1561pseudo-device bio # RAID control device driver 1562pseudo-device ccd # concatenated/striped disk devices 1563pseudo-device cgd # cryptographic disk devices 1564pseudo-device raid # RAIDframe disk driver 1565options RAID_AUTOCONFIG # auto-configuration of RAID components 1566# Options to enable various other RAIDframe RAID types. 1567options RF_INCLUDE_EVENODD=1 1568options RF_INCLUDE_RAID5_RS=1 1569options RF_INCLUDE_PARITYLOGGING=1 1570options RF_INCLUDE_CHAINDECLUSTER=1 1571options RF_INCLUDE_INTERDECLUSTER=1 1572options RF_INCLUDE_PARITY_DECLUSTERING=1 1573options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 1574pseudo-device fss # file system snapshot device 1575 1576pseudo-device md # memory disk device (ramdisk) 1577options MEMORY_DISK_HOOKS # enable root ramdisk 1578options MEMORY_DISK_DYNAMIC # loaded via kernel module(7) 1579 1580pseudo-device vnd # disk-like interface to files 1581options VND_COMPRESSION # compressed vnd(4) 1582 1583pseudo-device dm # device-mapper disk driver 1584 1585# network pseudo-devices 1586pseudo-device bpfilter # Berkeley packet filter 1587pseudo-device carp # Common Address Redundancy Protocol 1588pseudo-device ipfilter # IP filter (firewall) and NAT 1589pseudo-device mpls # MPLS pseudo-interface 1590pseudo-device loop # network loopback 1591pseudo-device ppp # Point-to-Point Protocol 1592pseudo-device pppoe # PPP over Ethernet (RFC 2516) 1593options PPPOE_SERVER # Enable PPPoE server via link0 1594pseudo-device sl # Serial Line IP 1595pseudo-device strip # Starmode Radio IP (Metricom) 1596pseudo-device irframetty # IrDA frame line discipline 1597pseudo-device tap # virtual Ethernet 1598pseudo-device tun # network tunneling over tty 1599pseudo-device gre # generic L3 over IP tunnel 1600pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC 1933) 1601pseudo-device faith # IPv[46] tcp relay translation i/f 1602pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 1603pseudo-device vlan # IEEE 802.1q encapsulation 1604pseudo-device bridge # simple inter-network bridging 1605options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 1606pseudo-device agr # IEEE 802.3ad link aggregation 1607pseudo-device l2tp # L2TPv3 interface 1608#pseudo-device pf # PF packet filter 1609#pseudo-device pflog # PF log if 1610#pseudo-device pfsync # PF sync if 1611pseudo-device npf # NPF packet filter 1612pseudo-device kttcp 1613pseudo-device etherip # EtherIP 1614# srt is EXPERIMENTAL 1615pseudo-device srt # source-address-based routing 1616 1617pseudo-device canloop # CAN loopback interface 1618 1619# 1620# accept filters, built as module(7)s by default 1621pseudo-device accf_data # "dataready" accept filter 1622pseudo-device accf_http # "httpready" accept filter 1623 1624# miscellaneous pseudo-devices 1625pseudo-device pty # pseudo-terminals 1626pseudo-device sequencer # MIDI sequencer 1627# rnd works; RND_COM does not on port amd64 yet. 1628options RND_COM # use "com" randomness as well (BROKEN) 1629pseudo-device clockctl # user control of clock subsystem 1630pseudo-device ksyms # /dev/ksyms 1631pseudo-device lockstat # lock profiling 1632pseudo-device bcsp # BlueCore Serial Protocol 1633pseudo-device btuart # Bluetooth HCI UART (H4) 1634pseudo-device gpiosim 1 # GPIO simulator 1635 1636pseudo-device filemon # process monitor for make(1) 1637 1638# a pseudo device needed for Coda # also needs CODA (above) 1639pseudo-device vcoda # coda minicache <-> venus comm. 1640 1641# a pseudo device needed for SMBFS 1642pseudo-device nsmb # experimental - SMB requester 1643 1644# iSCSI initiator 1645pseudo-device iscsi 1646 1647# wscons pseudo-devices 1648pseudo-device wsmux # mouse & keyboard multiplexor 1649pseudo-device wsfont 1650 1651# software watchdog driver - swwdog(4) 1652pseudo-device swwdog 1653 1654#software environmental sensor - swsensor(4) 1655pseudo-device swsensor 1656 1657# pseudo audio device driver 1658pseudo-device pad 1659 1660# userland interface to drivers, including autoconf and properties retrieval 1661pseudo-device drvctl 1662 1663# Pass-to-Userspace Transporter 1664pseudo-device putter 1665 1666# Userspace block/char drivers 1667pseudo-device pud 1668 1669# Hardware-assisted data mover interface 1670pseudo-device dmoverio 1671 1672pseudo-device nandemulator 1673 1674options FILEASSOC # fileassoc(9) - required for Veriexec 1675 # and PAX_SEGVGUARD 1676 1677# Veriexec 1678pseudo-device veriexec 1679# 1680# Uncomment the fingerprint methods below that are desired. Note that 1681# removing fingerprint methods will have almost no impact on the kernel 1682# code size. 1683# 1684options VERIFIED_EXEC_FP_SHA256 1685options VERIFIED_EXEC_FP_SHA384 1686options VERIFIED_EXEC_FP_SHA512 1687 1688options PAX_SEGVGUARD=0 # PaX Segmentation fault guard 1689options PAX_MPROTECT=1 # PaX mprotect(2) restrictions 1690options PAX_MPROTECT_DEBUG=1 # PaX mprotect debug 1691options PAX_ASLR=1 # PaX Address Space Layout Randomization 1692options PAX_ASLR_DEBUG=1 # PaX ASLR debug 1693 1694# 1695# NetBSD: GENERIC_ISDN,v 1.16 2010/01/03 03:53:34 dholland Exp 1696# 1697 1698#--------------------------------------------------------------------- 1699# Various ISDN board drivers: 1700#--------------------------------------------------------------------- 1701# Legacy ISA cards (no P&P support): 1702# 1703# Teles S0/8 or Niccy 1008 1704options ISICISA_TEL_S0_8 1705#isic0 at isa? iomem 0xd0000 irq 2 1706# Teles S0/16 or Creatix ISDN-S0 or Niccy 1016 1707options ISICISA_TEL_S0_16 1708#isic0 at isa? port 0xd80 iomem 0xd0000 irq 9 1709# Teles S0/16.3 1710options ISICISA_TEL_S0_16_3 1711#isic0 at isa? port 0xd80 irq 12 1712# AVM A1 or AVM Fritz!Card 1713options ISICISA_AVM_A1 1714isic0 at isa? port 0x340 irq 10 1715# USRobotics Sportster ISDN TA intern 1716options ISICISA_USR_STI 1717#isic0 at isa? port 0x268 irq 10 1718# ITK ix1 micro 1719options ISICISA_ITKIX1 1720#isic0 at isa? port 0x398 irq 10 1721# 1722# XXX not ready yet: 1723# Active EICON/Diehl Cards: S, SX, SXn, SCOM or QUADRO 1724#daic0 at isa? iomem 0xd8000 irq 10 1725# 1726# 1727#--------------------------------------------------------------------- 1728# Supported PCI cards: 1729# 1730isic* at pci? 1731 1732# Winbond W6692 1733iwic* at pci? 1734 1735# AVM Fritz!PCI card 1736ifpci* at pci? 1737 1738# AVM Fritz!PCI V2 card 1739ifritz* at pci? 1740 1741# AVM B1/T1 PCI card 1742iavc* at pci? 1743 1744# 1745#--------------------------------------------------------------------- 1746# Supported PCMCIA cards: 1747# 1748options ISICPCMCIA_AVM_A1 # Fritz!Card PCMCIA Version 1749options ISICPCMCIA_ELSA_ISDNMC # ELSA MicroLink ISDN/MC 1750options ISICPCMCIA_ELSA_MCALL # ELSA MicroLink MC/all 1751options ISICPCMCIA_SBSPEEDSTAR2 # Sedlbauer speed star II 1752isic* at pcmcia? function ? 1753# 1754 1755#--------------------------------------------------------------------- 1756# ISDN user land devices, drivers and pseudo-devices. 1757#--------------------------------------------------------------------- 1758# 1759pseudo-device isdn # communication with userland daemon 1760pseudo-device isdntrc 2 # userland driver to do ISDN tracing 1761pseudo-device isdnctl # userland driver to control the whole thing 1762pseudo-device isdnbchan 4 # userland driver for access to raw B channel 1763pseudo-device isdntel 2 # userland driver for telephony 1764options IRIP_VJ # compile support for VJ compression 1765pseudo-device irip 2 # network driver for IP over raw HDLC ISDN 1766pseudo-device ippp 2 # synchronous PPP over ISDN 1767#--------------------------------------------------------------------- 1768 1769options ATHHAL_DEBUG 1770options A9PCIC_DEBUG 1771options AAC_DEBUG 1772options AAU_DEBUG 1773options AC97_DEBUG 1774options AC97_IO_DEBUG 1775options ACPI_APM_DEBUG 1776# 1777# ACPI_DEBUG_ALLOC can not be used with ACPI 1778# kernel modules. It requires also ACPI_DEBUG. 1779# ACPI_DEBUG_MUTEX is only for ACPICA debugging. 1780# 1781options ACPI_DEBUG 1782options ACPI_DEBUG_ALLOC 1783options ACPI_MUTEX_DEBUG 1784options ADB_DEBUG 1785options ADM1030_DEBUG 1786options ADT7467_DEBUG 1787options AE_DEBUG 1788options AGP_DEBUG 1789options AHADEBUG 1790options AHBDEBUG 1791options AHC_DEBUG=1 1792options AHD_DEBUG 1793options AHD_DEBUG_OPTS=1 1794options AH_DEBUG_ALQ 1795options AIC_DEBUG 1796options ALTQ_DEBUG 1797options AMD756_DEBUG 1798options AMRR_DEBUG 1799options AN_DEBUG 1800options APMDEBUG 1801options APMDEBUG_VALUE=1 1802options ARCKBD_DEBUG 1803options ARGO_DEBUG 1804options ARP_DEBUG 1805options ASC_DEBUG 1806options ATAPI_DEBUG_PROBE 1807options ATA_DEBUG 1808options ATA_RAID_DEBUG 1809options ATE_DEBUG 1810options ATMEL_DEBUG 1811options ATPPC_DEBUG 1812options ATW_BBPDEBUG 1813options ATW_DEBUG 1814options ATW_SYNDEBUG 1815options AUACER_DEBUG 1816options AUCCDEBUG 1817options AUCONV_DEBUG 1818options AUDIO_DEBUG 1819options AUE_DEBUG 1820options AUICH_DEBUG 1821options AUICH_MODEM_DEBUG 1822options AURATECONV_DEBUG 1823options AUSMBUS_PSC_DEBUG 1824options AWACS_DEBUG 1825options AWI_DEBUG 1826options AXE_DEBUG 1827options AZALIA_DEBUG 1828options BAH_DEBUG 1829options BCACHE_DEBUG 1830options BDEBUG 1831options BEDEBUG 1832options BHADEBUG 1833options BIOS_MEMORY_DEBUG 1834options BIT3DEBUG 1835options BKTR_RADIO_DEBUG 1836options BLUETOOTH_DEBUG 1837options BMAC_DEBUG 1838options BMD_DEBUG 1839options BOOTP_DEBUG 1840options BOOTP_DEBUGx 1841options BOOTXX_DEBUG 1842options BOOT_DEBUG 1843options BT463_DEBUG 1844options BTDEBUG 1845options BTHSET_DEBUG 1846options BTLBDEBUG 1847options BTNMGRDEBUG 1848options BUS_DMA_DEBUG 1849options BUS_SPACE_DEBUG 1850options CACHE_DEBUG 1851options CARDBUS_DEBUG 1852options CD18XXDEBUG 1853options CGSIX_DEBUG 1854options CHANGER_DEBUG 1855options CISS_DEBUG 1856options CKSUMDEBUG 1857options CLOCKDEBUG 1858options CLOCK_DEBUG 1859options CNW_DEBUG 1860options COMDEBUG 1861options COMVRIPDEBUG 1862options COM_DEBUG 1863options COM_HPCIODEBUG 1864options CONSDEBUG 1865options CRYPTO_DEBUG 1866options CS4280_DEBUG 1867options CS_DEBUG 1868options CUE_DEBUG 1869options CY_DEBUG 1870options CZ_DEBUG 1871options DAIC_DEBUG 1872options DBRI_DEBUG 1873options DDB_DEBUG 1874options DEBUGBUG 1875options DEBUGGER_THREADING 1876options DEBUGTERM 1877options DEBUGXXX 1878options DEBUG_1284 1879options DEBUG_1543 1880options DEBUG_A4000 1881options DEBUG_ALIGN 1882options DEBUG_ALLOC 1883options DEBUG_AMIGA_IF_ED 1884options DEBUG_AOUTM68K 1885options DEBUG_BEFOREMMU 1886options DEBUG_BIOSCALL 1887options DEBUG_CHUNK_DIR 1888options DEBUG_CLOCK 1889options DEBUG_COFF 1890options DEBUG_CP0_ACCESS 1891options DEBUG_CURSOR 1892options DEBUG_DDB 1893options DEBUG_DR 1894options DEBUG_EMUL 1895options DEBUG_ET4000 1896options DEBUG_EXEC 1897options DEBUG_EXT2 1898options DEBUG_FAULT_CORRECTION 1899options DEBUG_FFB 1900options DEBUG_FIND_COMPORT 1901options DEBUG_FIND_PCIC 1902options DEBUG_FIND_PCIC_I82365SL_ONLY 1903options DEBUG_FPE 1904options DEBUG_GPIO 1905options DEBUG_GPIO2 1906options DEBUG_IBCS2 1907options DEBUG_IPR_VJ 1908options DEBUG_ISAPNP 1909options DEBUG_ISSIGNAL 1910options DEBUG_KERNADDR_ACCESS 1911options DEBUG_KERNEL_START 1912options DEBUG_KGDB 1913options DEBUG_LED 1914options DEBUG_LINUX 1915options DEBUG_LINUX_FUTEX 1916options DEBUG_MEMLOAD 1917options DEBUG_MEMORY_LIST 1918options DEBUG_MEMSIZE 1919options DEBUG_NEG 1920options DEBUG_NFS_BOOT_DHCP 1921options DEBUG_P9100 1922options DEBUG_PAGE0 1923options DEBUG_PCI_MACHDEP 1924options DEBUG_PGRP 1925options DEBUG_POOL 1926options DEBUG_PORTF 1927options DEBUG_PROM 1928options DEBUG_PTM 1929options DEBUG_RAWFS 1930options DEBUG_RPC 1931options DEBUG_SNAPPER 1932options DEBUG_SVR4 1933options DEBUG_SYNC 1934options DEBUG_TERM 1935options DEBUG_UL 1936options DEBUG_VAL 1937options DEBUG_WITH_STDIO 1938options DEVSW_DEBUG 1939options DEV_DEBUG 1940options DISKLABEL_DEBUG 1941options DISK_DEBUG 1942options DL_DEBUG 1943options DMAC_DEBUG 1944options DMA_DEBUG 1945options DMCDEBUG 1946options DO_I4B_MAXDEBUG 1947options DRACORAWKEYDEBUG 1948options EARLY_DEBUG_EVENT 1949options EBUS_DEBUG 1950options EDC_DEBUG 1951options EDEBUG 1952options ED_DEBUG 1953options EFINET_DEBUG 1954options EGAFONTDEBUG 1955options EGDEBUG 1956options EHCI_DEBUG 1957options EL_DEBUG 1958options EMAC3_DEBUG 1959options EMUXKI_DEBUG 1960options EM_DEBUG 1961options EN_DEBUG 1962options EN_DEBUG_RANGE 1963options EPGPIO_DEBUG 1964options EPICMEDIADEBUG 1965options EPPCIC_DEBUG 1966options ESDEBUG 1967options ESP_DEBUG 1968options ESP_SBUS_DEBUG 1969options ESS_ISA_DEBUG 1970options ETHER_DEBUG 1971options EWSKBD_DEBUG 1972options EXEC_DEBUG 1973options EXTENT_DEBUG 1974options EXTREME_DEBUG 1975options EXTREME_EXTREME_DEBUG 1976options FBDEBUG 1977options FDDEBUG 1978options FD_DEBUG 1979options FFBDEBUG 1980options FILECORE_DEBUG 1981options FILECORE_DEBUG_BR 1982options FIRESTARDEBUG 1983options FLASH_DEBUG 1984options FLP_DEBUG 1985options FMV_DEBUG 1986options FOO_DEBUG 1987options FPU_DEBUG 1988options GDROMDEBUG 1989options GEM_DEBUG 1990options GEM_DEBUG1 1991options GEODE_DEBUG 1992options GEOM_DEBUG 1993options GE_DEBUG 1994options GMAC_DEBUG 1995options GPIO_DEBUG 1996options GRE_DEBUG 1997options GSFB_DEBUG_MONITOR 1998options GTFDEBUG 1999options HD64461PCMCIA_DEBUG 2000options HD64461VIDEO_DEBUG 2001options HD64465PCMCIA_DEBUG 2002options HDAUDIO_DEBUG 2003options HDAFG_DEBUG 2004options HDLCDEBUG 2005options HIFN_DEBUG 2006options HMEDEBUG 2007options HPCAPMDEBUG 2008options HPC_DEBUG_INTERRUPT_MONITOR 2009options HPC_DEBUG_LCD 2010options HP_DEBUG 2011options HSCXADEBUG 2012options HSCXBDEBUG 2013options I2ODEBUG 2014options I4BISPPPDEBUG 2015options I4B_MBUF_DEBUG 2016options I4B_MBUF_TYPE_DEBUG 2017options ICONV_DEBUG 2018options ICP_DEBUG 2019options IEDEBUG 2020options IEEE80211_DEBUG_REFCNT 2021options IFAREF_DEBUG 2022options IFA_STATS 2023options IFMEDIA_DEBUG 2024options IHA_DEBUG_STATE 2025options INTRDEBUG 2026options INTR_DEBUG 2027options IPAQ_LCD_DEBUG 2028options IPF_DEBUG 2029options IPSEC_DEBUG 2030options IPW_DEBUG 2031options IP_RCMD_PROXY_DEBUG 2032options IRFRAMET_DEBUG 2033options IRFRAME_DEBUG 2034options IRQ_DEBUG 2035options ISACDEBUG 2036options ISADMA_DEBUG 2037options ISO_DEBUG 2038options IT8368DEBUG 2039options ITE8181DEBUG 2040options ITK_PROBE_DEBUG 2041options IWI_DEBUG 2042options IWM_DEBUG 2043options IYDEBUG 2044options IYMEMDEBUG 2045options J6X0TP_DEBUG 2046options J720TP_DEBUG 2047options KBD_DEBUG 2048options KB_DEBUG 2049options KERNEL_DEBUG 2050options KLOADER_DEBUG 2051options KSTACK_DEBUG 2052options KSYMS_DEBUG 2053options KUE_DEBUG 2054options LANA_DEBUG 2055options LCD_DEBUG 2056options LEDEBUG 2057options LE_DEBUG 2058options LIFDEBUG 2059options LINUX_SG_DEBUG 2060options LLCDEBUG 2061options LLC_DEBUG 2062options LOADER_DEBUG 2063options LOAD_DEBUG_INFO 2064options LOCKF_DEBUG 2065options LPT_DEBUG 2066options MAGMA_DEBUG 2067options MAPLE_DEBUG 2068options MB8795_DEBUG 2069options MCDDEBUG 2070options MCDEBUG 2071options MCHAIN_DEBUG 2072options MEC_DEBUG 2073options MEDIABAY_DEBUG 2074options MEMORY_MAP_DEBUG 2075options MESH_DEBUG 2076options MIDI_DEBUG 2077options MLYDEBUG 2078options MMEYEPCMCIADEBUG 2079options MOUSE_DEBUG 2080options MPDEBUG 2081options MQ200_DEBUG 2082options MRT6DEBUG 2083options MSDOSFS_DEBUG 2084options MSG_DEBUG_OK 2085options MULAW_DEBUG 2086options MYDEV_DEBUG 2087options NB_DEBUG 2088options NCR5380_DEBUG 2089options NCR53C9X_DEBUG 2090options ND6_DEBUG 2091options NDEBUG 2092options ND_DEBUG 2093options NETATALKDEBUG 2094options NETDOCK_DEBUG_DRIVER 2095options NETIF_DEBUG 2096options NET_DEBUG 2097options NET_MPSAFE 2098options NFE_DEBUG 2099options NFS_DEBUG 2100options NFS_DEBUG_COMMIT 2101options NIDEBUG 2102options NJSC32_DEBUG 2103options NON_DEBUG 2104options NOTDEF_DEBUG 2105options NOT_DEBUG 2106options NSIODEBUG 2107options NTFS_DEBUG 2108options OBOE_DEBUG 2109options OFW_DEBUG 2110options OHCI_DEBUG 2111options OLD_ELF_DEBUG 2112options ONEWIRE_DEBUG 2113options ONOE_DEBUG 2114options OPTPOINTDEBUG 2115options OSIOP_DEBUG 2116options OST_DEBUG 2117options P1212_DEBUG 2118options PARDEBUG 2119options PBMS_DEBUG 2120options PCIINTR_DEBUG 2121options PCI_DEBUG 2122options PCKBCDEBUG 2123options PCKBPORTDEBUG 2124options PCMCIACISDEBUG 2125options PCMCIADEBUG 2126options PDCDEBUG 2127options PDINFO_DEBUG 2128options PFCKBD_DEBUG 2129options PFDEBUG 2130options PFLOGDEBUG 2131options PHYSMEMDEBUG 2132options PI1PPC_DEBUG 2133options PIIXPM_DEBUG 2134options PIIX_DEBUG 2135options PIOC_DEBUG 2136options PLCOM_DEBUG 2137options PLD_WDOG_DEBUG 2138options PLIP_DEBUG 2139options PLUMICUDEBUG 2140options PLUMIOBUSDEBUG 2141options PLUMPCMCIA_DEBUG 2142options PLUMPOWERDEBUG 2143options PLUMVIDEODEBUG 2144options PMAPDEBUG 2145options PMAP_COUNT_DEBUG 2146options PMAP_DEBUG 2147options PMAP_DEBUG_MODIFIED 2148options PMON_DEBUG 2149options PMSDEBUG 2150options PNPBIOSDEBUG 2151options PNPBIOSDEBUG_VALUE=1 2152options PNPBIOSEVENTSDEBUG 2153options PORT_DEBUG 2154options PPBUS_DEBUG 2155options PPPOE_DEBUG 2156options PROFILER_DEBUG 2157options PSH3TP_DEBUG 2158options PWCTLDEBUG 2159options QEDEBUG 2160options QN_DEBUG 2161options QN_DEBUG1 2162options QTDEBUG 2163options RAL_DEBUG 2164options RARP_DEBUG 2165options RBUS_DEBUG 2166options RCONS_DEBUG 2167options RDDEBUG 2168options REALLYDEBUG 2169options RND_DEBUG 2170options ROMDEBUG 2171options RPC_DEBUG 2172options RQDEBUG 2173options RTC_DEBUG 2174options RTSOCK_DEBUG 2175options RTW_DEBUG 2176options SACKBCDEBUG 2177options SBC_DEBUG 2178options SBJCN_DEBUG 2179options SBMACDEBUG 2180options SBSCN_DEBUG 2181options SCC_DEBUG 2182options SCHED_DEBUG 2183options SCIF_DEBUG 2184options SCI_DEBUG 2185options SCR_DEBUG 2186options SCSIDEBUG 2187options SCSIPI_DEBUG 2188options SCSI_DEBUG 2189options SCTP_DEBUG 2190options SD_DEBUG 2191options SEA_DEBUG 2192options SEA_DEBUGQUEUE 2193options SEDEBUG 2194options SED_DEBUG 2195options SEEQ8005_DEBUG 2196options SEM_DEBUG 2197options SEQUENCER_DEBUG 2198options SER_DEBUG 2199options SFAS_DEBUG 2200options SGMAP_DEBUG 2201options SHMDEBUG 2202options SIF_DEBUG 2203options SIOP_DEBUG 2204options SIOP_DEBUG_DR 2205options SIOP_DEBUG_INTR 2206options SIOP_DEBUG_SCHED 2207options SK_DEBUG 2208options SLHCI_DEBUG 2209options SMAP_DEBUG 2210options SMB_IOD_DEBUG 2211options SMB_SOCKETDATA_DEBUG 2212options SMB_SOCKET_DEBUG 2213options SMB_VNODE_DEBUG 2214options SNAPPER_DEBUG 2215options SNDEBUG 2216options SOCKBUF_DEBUG 2217options SOFTINT_INTR 2218options SONIC_DEBUG 2219options SPARC_PCI_DEBUG 2220options SPC_DEBUG 2221options SPIC_DEBUG 2222options SPIFI_DEBUG 2223options SPKRDEBUG 2224options SPLDEBUG 2225options SPPDEBUG 2226options SSCOM_DEBUG 2227options STIDEBUG 2228options STP4020_DEBUG 2229options SUNSCPAL_DEBUG 2230options SYNAPTICSDEBUG 2231options SYSCALL_DEBUG 2232options SYSCTL_DEBUG_CREATE 2233options SYSCTL_DEBUG_SETUP 2234options SYSVBFS_VNOPS_DEBUG 2235options TC5165DEBUG 2236options TCICDEBUG 2237options TCICISADEBUG 2238options TCPISS_DEBUG 2239options TCPREASS_DEBUG 2240options TCTRLDEBUG 2241options TIMECOUNTER_DEBUG 2242options TIMEKEEPER_DEBUG 2243options TLDEBUG 2244options TLDEBUG_ADDR 2245options TLDEBUG_RX 2246options TLDEBUG_TX 2247options TLP_DEBUG 2248options TP_DEBUG 2249options TRACE_DEBUG 2250options TRAPDEBUG 2251options TRISADEBUG 2252options TRM_DEBUG 2253options TROPICDEBUG 2254options TRTCMISADEBUG 2255options TSDEBUG 2256options TSLOT_DEBUG 2257options TTY_DEBUG 2258options TUDEBUG 2259options TULIP_DEBUG 2260options TWA_DEBUG 2261options TWE_DEBUG 2262options TX3912VIDEO_DEBUG 2263options TX39BIU_DEBUG 2264options TX39CLOCK_DEBUG 2265options TX39ICU_DEBUG 2266options TX39ICU_DEBUG_PRINT_PENDING_INTERRUPT 2267options TX39IO_DEBUG 2268options TX39IRDEBUG 2269options TX39POWER_DEBUG 2270options TX39SIBDEBUG 2271options TX39UARTDEBUG 2272options TX39UART_DEBUG 2273options UAUDIO_DEBUG 2274options UBSA_DEBUG 2275options UBSEC_DEBUG 2276options UBT_DEBUG 2277options UCB1200_DEBUG 2278options UCBIO_DEBUG 2279options UCBSNDDEBUG 2280options UCBTPDEBUG 2281options UCOM_DEBUG 2282options UCYCOM_DEBUG 2283options UDAV_DEBUG 2284options UDSBR_DEBUG 2285options UFTDI_DEBUG 2286options UGENSA_DEBUG 2287options UGEN_DEBUG 2288options UHADEBUG 2289options UHCI_DEBUG 2290options UHIDEV_DEBUG 2291options UHID_DEBUG 2292options UHUB_DEBUG 2293options UIPAQ_DEBUG 2294options UIRDA_DEBUG 2295options UISDATA_DEBUG 2296options UKBD_DEBUG 2297options UKYOPON_DEBUG 2298options ULPT_DEBUG 2299options UL_DEBUG 2300options UMASS_DEBUG 2301options UMCT_DEBUG 2302options UMIDIQUIRK_DEBUG 2303options UMIDI_DEBUG 2304options UMODEM_DEBUG 2305options UNIV_DEBUG 2306options UPLCOM_DEBUG 2307options UPL_DEBUG 2308options URIO_DEBUG 2309options URLPHY_DEBUG 2310options URL_DEBUG 2311options USB_DEBUG 2312options USCANNER_DEBUG 2313options USEFULL_DEBUG 2314options USSCANNER_DEBUG 2315options USTIR_DEBUG 2316options UTOPPY_DEBUG 2317options UVIDEO_DEBUG 2318options UVISOR_DEBUG 2319options UVSCOM_DEBUG 2320options VCONS_DEBUG 2321options VERYLOWDEBUG 2322options VGAFONTDEBUG 2323options VIA8231_DEBUG 2324options VIAENV_DEBUG 2325options VIAPCIB_DEBUG 2326options VIDCAUDIO_DEBUG 2327options VMEDEBUG 2328options VOODOOFB_DEBUG 2329options VR4181AIU_DEBUG 2330options VRAIU_DEBUG 2331options VRBCUDEBUG 2332options VRC2GPIODEBUG 2333options VRC2PWMDEBUG 2334options VRC4173BCU_DEBUG 2335options VRDCU_DEBUG 2336options VRDMAAU_DEBUG 2337options VRGIUDEBUG 2338options VRIP_DEBUG 2339options VRISADEBUG 2340options VRKIUDEBUG 2341options VRLEDDEBUG 2342options VRPIUDEBUG 2343options VRPMUDEBUG 2344options VRRTCDEBUG 2345options VS_DEBUG 2346options VT100_DEBUG 2347options VTOC_DEBUG 2348options WDCNDELAY_DEBUG 2349options WDSDEBUG 2350options WE_DEBUG 2351options WFQ_DEBUG 2352options WI_DEBUG 2353options WI_RING_DEBUG 2354options WM_DEBUG 2355options WSKBD_DEBUG 2356options WSMUX_DEBUG 2357options XBD_DEBUG 2358options XDC_DEBUG 2359options XDDEBUG 2360options XDEBUG 2361options XENDEBUG 2362options XENDEBUG_LOW 2363options XENDEBUG_NET 2364options XENDEBUG_VBD 2365options XENNET_DEBUG 2366options XENNET_DEBUG_DUMP 2367options XEN_CLOCK_DEBUG 2368options XE_DEBUG 2369options XHCI_DEBUG 2370options XXXXENDEBUG_LOW 2371options XYC_DEBUG 2372options ZSKBD_DEBUG 2373options ZSMACDEBUG 2374options xSCSI_DEBUG 2375options xSD_DEBUG 2376