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