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