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