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