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