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