GENERIC revision 1.663
1# $NetBSD: GENERIC,v 1.663 2005/03/25 23:28:44 cube Exp $
2#
3# GENERIC machine description file
4#
5# This machine description file is used to generate the default NetBSD
6# kernel.  The generic kernel does not include all options, subsystems
7# and device drivers, but should be useful for most applications.
8#
9# The machine description file can be customised for your specific
10# machine to reduce the kernel size and improve its performance.
11#
12# For further information on compiling NetBSD kernels, see the config(8)
13# man page.
14#
15# For further information on hardware support for this architecture, see
16# the intro(4) man page.  For further information about kernel options
17# for this architecture, see the options(4) man page.  For an explanation
18# of each device driver in this file see the section 4 man page for the
19# device.
20
21include 	"arch/i386/conf/std.i386"
22
23options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
24
25#ident 		"GENERIC-$Revision: 1.663 $"
26
27maxusers	32		# estimated number of users
28
29# CPU support.  At least one is REQUIRED.
30options 	I386_CPU
31options 	I486_CPU
32options 	I586_CPU
33options 	I686_CPU
34
35# CPU-related options.
36options 	MATH_EMULATE	# floating point emulation
37options 	VM86		# virtual 8086 emulation
38options 	USER_LDT	# user-settable LDT; used by WINE
39# insert delay no-ops in interrupts; recommended on very old machines
40#options 	PIC_DELAY
41
42# Enhanced SpeedStep Technology in the Pentium M
43options 	ENHANCED_SPEEDSTEP
44#options 	EST_FREQ_USERWRITE	# any user can set frequency
45
46options 	MTRR		# memory-type range register syscall support
47# doesn't work with MP just yet..
48#options 	PERFCTRS	# performance-monitoring counters support
49
50# delay between "rebooting ..." message and hardware reset, in milliseconds
51#options 	CPURESET_DELAY=2000
52
53# This option allows you to force a serial console at the specified
54# I/O address.   see console(4) for details.
55#options 	CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=57600
56#	you don't want the option below ON iff you are using the
57#	serial console option of the new boot strap code.
58#options 	CONS_OVERRIDE	# Always use above! independent of boot info
59
60# The following options override the memory sizes passed in from the boot
61# block.  Use them *only* if the boot block is unable to determine the correct
62# values.  Note that the BIOS may *correctly* report less than 640k of base
63# memory if the extended BIOS data area is located at the top of base memory
64# (as is the case on most recent systems).
65#options 	REALBASEMEM=639		# size of base memory (in KB)
66#options 	REALEXTMEM=15360	# size of extended memory (in KB)
67
68# Standard system options
69
70options 	INSECURE	# disable kernel security levels - X needs this
71
72options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
73options 	NTP		# NTP phase/frequency locked loop
74#options 	NO_TSC_TIME	# Don't use TSC microtime, even if available.
75				# Improves time behavior under VMware.
76
77options 	KTRACE		# system call tracing via ktrace(1)
78options 	SYSTRACE	# system call vetting via systrace(1)
79
80options 	SYSVMSG		# System V-like message queues
81options 	SYSVSEM		# System V-like semaphores
82#options 	SEMMNI=10	# number of semaphore identifiers
83#options 	SEMMNS=60	# number of semaphores in system
84#options 	SEMUME=10	# max number of undo entries per process
85#options 	SEMMNU=30	# number of undo structures in system
86options 	SYSVSHM		# System V-like memory sharing
87#options 	SHMMAXPGS=2048	# 2048 pages is the default
88options 	P1003_1B_SEMAPHORE	# p1003.1b semaphore support
89
90options 	LKM		# loadable kernel modules
91
92options 	USERCONF	# userconf(4) support
93#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
94options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
95
96# Beep when it is safe to power down the system (requires sysbeep)
97#options 	BEEP_ONHALT
98# Some tunable details of the above feature (default values used below)
99#options 	BEEP_ONHALT_COUNT=3	# Times to beep
100#options 	BEEP_ONHALT_PITCH=1500	# Default frequency (in Hz)
101#options 	BEEP_ONHALT_PERIOD=250	# Default duration (in msecs)
102
103# Enable experimental buffer queue strategy for better responsiveness under
104# high disk I/O load. Likely stable but not yet the default.
105#options 	NEW_BUFQ_STRATEGY
106
107# Diagnostic/debugging support options
108#options 	DIAGNOSTIC	# expensive kernel consistency checks
109#options 	DEBUG		# expensive debugging checks/support
110#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
111options 	DDB		# in-kernel debugger
112#options 	DDB_ONPANIC=1	# see also sysctl(8): `ddb.onpanic'
113options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
114#options 	KGDB		# remote debugger
115#options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
116#makeoptions	DEBUG="-g"	# compile full symbol table
117
118# Compatibility options
119options 	COMPAT_NOMID	# NetBSD 0.8, 386BSD, and BSDI
120options 	COMPAT_09	# NetBSD 0.9
121options 	COMPAT_10	# NetBSD 1.0
122options 	COMPAT_11	# NetBSD 1.1
123options 	COMPAT_12	# NetBSD 1.2, 386BSD, and BSDI
124options 	COMPAT_13	# NetBSD 1.3, 386BSD, and BSDI
125options 	COMPAT_14	# NetBSD 1.4
126options 	COMPAT_15	# NetBSD 1.5
127options 	COMPAT_16	# NetBSD 1.6
128options 	COMPAT_20	# NetBSD 2.0
129options 	COMPAT_43	# 4.3BSD, 386BSD, and BSDI
130options 	COMPAT_386BSD_MBRPART # recognize old partition ID
131#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
132
133options 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
134options 	COMPAT_SVR4	# binary compatibility with SVR4
135options 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
136options 	COMPAT_LINUX	# binary compatibility with Linux
137options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
138#options 	COMPAT_MACH	# binary compatibility with Mach binaries
139#options 	COMPAT_DARWIN	# binary compatibility with Darwin binaries
140#options 	EXEC_MACHO	# exec MACH-O binaries
141#options 	COMPAT_PECOFF	# kernel support to run Win32 apps
142options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
143
144# File systems
145file-system 	FFS		# UFS
146file-system 	EXT2FS		# second extended file system (linux)
147file-system 	LFS		# log-structured file system
148file-system 	MFS		# memory file system
149file-system 	NFS		# Network File System client
150file-system 	NTFS		# Windows/NT file system (experimental)
151file-system 	CD9660		# ISO 9660 + Rock Ridge file system
152file-system 	MSDOSFS		# MS-DOS file system
153file-system 	FDESC		# /dev/fd
154file-system 	KERNFS		# /kern
155file-system 	NULLFS		# loopback file system
156file-system 	OVERLAY		# overlay file system
157file-system 	PORTAL		# portal filesystem (still experimental)
158file-system 	PROCFS		# /proc
159file-system 	UMAPFS		# NULLFS + uid and gid remapping
160file-system 	UNION		# union file system
161file-system	CODA		# Coda File System; also needs vcoda (below)
162file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
163
164# File system options
165options 	QUOTA		# UFS quotas
166#options 	FFS_EI		# FFS Endian Independent support
167options 	SOFTDEP		# FFS soft updates support.
168#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
169options 	NFSSERVER	# Network File System server
170#options 	FFS_NO_SNAPSHOT	# ffs snapshots
171#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
172				# immutable) behave as system flags.
173
174# Networking options
175#options 	GATEWAY		# packet forwarding
176options 	INET		# IP + ICMP + TCP + UDP
177options 	INET6		# IPV6
178#options 	IPSEC		# IP security
179#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
180#options 	IPSEC_DEBUG	# debug for IP security
181#options 	MROUTING	# IP multicast routing
182#options 	PIM		# Protocol Independent Multicast
183options 	NS		# XNS
184#options 	NSIP		# XNS tunneling over IP
185options 	ISO,TPIP	# OSI
186#options 	EON		# OSI tunneling over IP
187options 	CCITT,LLC,HDLC	# X.25
188options 	NETATALK	# AppleTalk networking protocols
189options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
190options 	PPP_DEFLATE	# Deflate compression support for PPP
191options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
192options 	PFIL_HOOKS	# pfil(9) packet filter hooks
193options 	IPFILTER_LOG	# ipmon(8) log support
194#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
195#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
196
197#options 	ALTQ		# Manipulate network interfaces' output queues
198#options 	ALTQ_BLUE	# Stochastic Fair Blue
199#options 	ALTQ_CBQ	# Class-Based Queueing
200#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
201#options 	ALTQ_FIFOQ	# First-In First-Out Queue
202#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
203#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
204#options 	ALTQ_LOCALQ	# Local queueing discipline
205#options 	ALTQ_PRIQ	# Priority Queueing
206#options 	ALTQ_RED	# Random Early Detection
207#options 	ALTQ_RIO	# RED with IN/OUT
208#options 	ALTQ_WFQ	# Weighted Fair Queueing
209
210# These options enable verbose messages for several subsystems.
211# Warning, these may compile large string tables into the kernel!
212#options 	ACPIVERBOSE	# verbose ACPI device autoconfig messages
213options 	EISAVERBOSE	# verbose EISA device autoconfig messages
214options 	MIIVERBOSE	# verbose PHY autoconfig messages
215options 	PCIVERBOSE	# verbose PCI device autoconfig messages
216#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
217#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
218options 	SCSIVERBOSE	# human readable SCSI error messages
219options 	USBVERBOSE	# verbose USB device autoconfig messages
220#options 	PNPBIOSVERBOSE	# verbose PnP BIOS messages
221#options 	PNPBIOSDEBUG	# more fulsome PnP BIOS debugging messages
222options 	I2OVERBOSE	# verbose I2O driver messages
223options 	MCAVERBOSE	# verbose MCA device autoconfig messages
224
225options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
226
227#
228# wscons options
229#
230# builtin terminal emulations
231#options 	WSEMUL_SUN		# sun terminal emulation
232options 	WSEMUL_VT100		# VT100 / VT220 emulation
233# customization of console and kernel output - see dev/wscons/wsdisplayvar.h
234options 	WSDISPLAY_CUSTOM_OUTPUT	# color customization from wsconsctl(8)
235#options 	WS_DEFAULT_FG=WSCOL_WHITE
236#options 	WS_DEFAULT_BG=WSCOL_BLACK
237#options 	WS_DEFAULT_COLATTR="(0)"
238#options 	WS_DEFAULT_MONOATTR="(0)"
239options 	WS_KERNEL_FG=WSCOL_GREEN
240#options 	WS_KERNEL_BG=WSCOL_BLACK
241#options 	WS_KERNEL_COLATTR=""
242#options 	WS_KERNEL_MONOATTR=""
243# customization of console border color
244options 	WSDISPLAY_CUSTOM_BORDER	# border customization from wsconsctl(8)
245#options 	WSDISPLAY_BORDER_COLOR=WSCOL_BLUE	# default color
246# compatibility to other console drivers
247options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
248options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
249options 	WSDISPLAY_COMPAT_USL		# VT handling
250options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
251# see dev/pckbc/wskbdmap_mfii.c for implemented layouts
252#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
253# allocate a number of virtual screens at autoconfiguration time
254#options 	WSDISPLAY_DEFAULTSCREENS=4
255# use a large software cursor that doesn't blink
256options 	PCDISPLAY_SOFTCURSOR
257# modify the screen type of the console; defaults to "80x25"
258#options 	VGA_CONSOLE_SCREENTYPE="\"80x24\""
259# work around a hardware bug that loaded fonts don't work; found on ATI cards
260#options 	VGA_CONSOLE_ATI_BROKEN_FONTSEL
261# the following enables some functions to get mouse console support.
262# if you want a really secure system, it may be better not to enable them,
263# see wsmoused(8), section SECURITY CONSIDERATIONS for more info.
264#options 	WSDISPLAY_CHARFUNCS		# mouse console support
265# console scrolling support.
266#options 	WSDISPLAY_SCROLLSUPPORT
267# enable VGA raster mode capable of displaying multilingual text on console
268#options 	VGA_RASTERCONSOLE
269
270# Kernel root file system and dump configuration.
271config		netbsd	root on ? type ?
272#config		netbsd	root on sd0a type ffs
273#config		netbsd	root on ? type nfs
274
275#
276# Device configuration
277#
278
279mainbus0 at root
280
281cpu* at mainbus?
282#ioapic* at mainbus?
283
284# Doesn't do anything yet.
285#p64h2apic* at pci? dev? function?	# P64H2 IOxAPIC
286
287#apm0	at mainbus0			# Advanced power management
288
289# Tuning for power management, see apm(4) for more details.
290#options 	APM_NO_IDLE		# Don't call BIOS CPU idle function
291#options 	APM_V10_ONLY		# Use only the APM 1.0 calls
292#options 	APM_NO_POWEROFF		# Don't power off on halt(8)
293#options 	APM_POWER_PRINT		# Print stats on the console
294#options 	APM_DISABLE_INTERRUPTS=0 # Don't disable interrupts
295
296
297# Basic Bus Support
298
299# Advanced Configuration and Power Interface
300
301# This option can be used to retrieve CPU and APIC information.
302# that I/O APICs can be used if ACPI is enabled below.
303# To use the I/O APIC(s), enable the ioapic line above.
304#options 	MPBIOS		# configure CPUs and APICs using MPBIOS
305#options 	MPBIOS_SCANPCI	# find PCI roots using MPBIOS
306#options 	MPACPI		# configure CPUs and APICs using ACPI
307				# (acpi at mainbus must also be enabled)
308#options 	MPACPI_SCANPCI	# find PCI roots using MPACPI
309
310#acpi0 		at mainbus0
311#options 	ACPI_PCI_FIXUP		# PCI interrupt routing via ACPI
312#options 	ACPI_ACTIVATE_DEV	# If set, activate inactive devices
313#options 	ACPICA_PEDANTIC		# force strict conformance to the Spec.
314#options 	ACPI_DISABLE_ON_POWEROFF	# disable acpi on power off
315
316# ACPI devices
317#acpiacad* 	at acpi?		# ACPI AC Adapter
318#acpibat* 	at acpi?		# ACPI Battery
319#acpibut* 	at acpi?		# ACPI Button
320#acpiec* 	at acpi?		# ACPI Embedded Controller
321#acpilid* 	at acpi?		# ACPI Lid Switch
322#acpitz* 	at acpi?		# ACPI Thermal Zone
323
324# Mainboard devices
325#com* 		at acpi?		# Serial communications interface
326#fdc* 		at acpi?		# Floppy disk controller
327#joy*		at acpi?		# Joystick/Game port
328#lpt* 		at acpi?		# Parallel port
329#mpu*		at acpi?		# Roland MPU-401 MIDI UART
330#npx*		at acpi?		# Math coprocessor
331#pckbc*  	at acpi?		# PC keyboard controller
332#attimer*	at acpi?		# AT Timer
333#pcppi*         at acpi?                # AT-style speaker sound
334#wss* 		at acpi?		# NeoMagic 256AV in wss mode
335
336# Sony Vaio jog dial
337#spic* 		at acpi?		# Sony Programmable I/O Controller
338#wsmouse* 	at spic?
339
340# Toshiba Libretto devices
341#vald* at acpi?
342
343# Plug-and-Play BIOS and attached devices
344
345#pnpbios*	at mainbus?
346
347# mainboard audio chips
348#ess*		at pnpbios? index ?	# ESS AudioDrive
349#sb*		at pnpbios? index ?	# NeoMagic 256AV in sb mode
350#wss*		at pnpbios? index ?	# NeoMagic 256AV in wss mode
351#ym*		at pnpbios? index ?	# OPL3-SA3
352
353# com port
354# If enabled, consider changing "com0", "com1", and "com2" under "ISA Serial
355# Interfaces" to "com*", otherwise com2 will attach at pnpbios? and there
356# will be no com0.  A side effect is pcmcia (and other) com? previously
357# starting at com3 may attach as com1 or com2.
358#com*		at pnpbios? index ?	# serial ports
359
360# parallel port
361# The above "com*" comments apply, cf. "lpt0" under "ISA parallel
362# "printer interfaces".
363#lpt*		at pnpbios? index ?	# parallel ports
364
365#pckbc*		at pnpbios? index ?	# PC keyboard/mouse controller
366#fdc*		at pnpbios? index ?	# floppy controller
367#npx*		at pnpbios? index ?	# Math coprocessor
368
369# IDE controller on Toshiba Portege 3000 series (crippled PCI device)
370#pciide* 	at pnpbios? index ?
371
372# PCI bus support
373pci*	at mainbus? bus ?
374pci*	at pchb? bus ?
375pci*	at ppb? bus ?
376
377# Configure PCI using BIOS information
378#options 	PCIBIOS			# PCI BIOS support
379#options 	PCIBIOSVERBOSE		# PCI BIOS verbose info
380#options 	PCIBIOS_ADDR_FIXUP	# fixup PCI I/O addresses
381#options 	PCIBIOS_BUS_FIXUP	# fixup PCI bus numbering
382#options 	PCIBIOS_INTR_FIXUP	# fixup PCI interrupt routing
383#options 	PCIBIOS_IRQS_HINT=0x0a00 # PCI interrupts hint. IRQ 9 or 11
384#options 	PCIBIOS_INTR_GUESS	# see pcibios(4)
385#options 	PCIBIOS_LIBRETTO_FIXUP	# this code makes the Toshiba Libretto
386					# L2/L3 work, but should not be enabled
387					# on anything else.
388#options 	PCIBIOS_SHARP_MM20_FIXUP # this code makes the Sharp MM 20
389					# work, but should not be enabled
390					# on anything else.
391#options 	PCIINTR_DEBUG		# super-verbose PCI interrupt fixup
392
393# System Controllers
394elansc* at pci? dev ? function ?	# AMD Elan SC520 System Controller
395
396# PCI bridges
397#ichlpcib* at pci? dev ? function ?	# Intel ICH PCI-ISA w/ watchdog and
398					# SpeedStep support
399pchb*	at pci? dev ? function ?	# PCI-Host bridges
400pceb*	at pci? dev ? function ?	# PCI-EISA bridges
401pcib*	at pci? dev ? function ?	# PCI-ISA bridges
402pcmb*	at pci? dev ? function ?	# PCI-MCA bridges
403ppb*	at pci? dev ? function ?	# PCI-PCI bridges
404# XXX 'puc's aren't really bridges, but there's no better place for them here
405puc*	at pci? dev ? function ?	# PCI "universal" comm. cards
406
407agp* 	at pchb?
408
409
410# EISA bus support
411eisa0	at mainbus?
412eisa0	at pceb?
413
414# ISA bus support
415#isa0	at ichlpcib?
416isa0	at mainbus?
417isa0	at pceb?
418isa0	at pcib?
419
420# PCMCIA bus support
421pcmcia* at pcic? controller ? socket ?
422pcmcia* at tcic? controller ? socket ?
423
424# MCA bus support
425mca0	at mainbus?
426
427# ISA PCMCIA controllers
428pcic0	at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
429pcic1	at isa? port 0x3e2 iomem 0xe0000 iosiz 0x4000
430pcic2	at isa? port 0x3e4 iomem 0xe0000 iosiz 0x4000
431tcic0	at isa? port 0x240 iomem 0xd0000 iosiz 0x10000
432
433# PCI PCMCIA controllers
434pcic0	at pci? dev? function ?
435
436# ISA Plug-and-Play bus support
437isapnp0 at isa?
438
439# ISA Plug-and-Play PCMCIA controllers
440pcic*	at isapnp?
441
442# CardBus bridge support
443cbb*		at pci? dev ? function ?
444cardslot*	at cbb?
445
446# CardBus bus support
447cardbus*	at cardslot?
448pcmcia* 	at cardslot?
449
450# Coprocessor Support
451
452# Math Coprocessor support
453npx0	at isa? port 0xf0 irq 13	# x86 math coprocessor
454
455
456# Console Devices
457
458# ISA console
459#pc0	at isa? port 0x60 irq 1		# pccons generic PC console driver
460# Keyboard layout configuration for pccons
461#options 	FRENCH_KBD
462#options 	FINNISH_KBD
463#options 	GERMAN_KBD
464#options 	NORWEGIAN_KBD
465
466
467# wscons
468pckbc0		at isa?			# pc keyboard controller
469pckbd*		at pckbc?		# PC keyboard
470pms*		at pckbc?		# PS/2 mouse for wsmouse
471#options 	PMS_DISABLE_POWERHOOK	# Disable PS/2 reset on resume
472#options 	PMS_SYNAPTICS_TOUCHPAD	# Enable support for Synaptics Touchpads
473vga0		at isa?
474vga*		at pci? dev ? function ?
475pcdisplay0	at isa?			# CGA, MDA, EGA, HGA
476#machfb* 	at pci? dev ? function ? # ATI Mach64 framebuffer driver
477wsdisplay*	at vga? console ?
478wsdisplay*	at pcdisplay? console ?
479#wsdisplay* 	at machfb? console ?
480wskbd*		at pckbd? console ?
481wsmouse*	at pms? mux 0
482
483attimer0	at isa?
484pcppi0		at isa?
485sysbeep0	at pcppi?
486
487# Serial Devices
488
489# PCI serial interfaces
490com*	at puc? port ?			# 16x50s on "universal" comm boards
491cy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
492cz*	at pci? dev ? function ?	# Cyclades-Z multi-port serial boards
493
494# ISA Plug-and-Play serial interfaces
495com*	at isapnp?			# Modems and serial boards
496
497# PCMCIA serial interfaces
498com*	at pcmcia? function ?		# Modems and serial cards
499
500pcmcom* at pcmcia? function ?		# PCMCIA multi-port serial cards
501com*	at pcmcom? slave ?		# ...and the slave devices
502
503# CardBus serial interfaces
504#com*	at cardbus? dev ? function ?	# Modems and serial cards
505
506# ISA serial interfaces
507#options 	COM_HAYESP		# adds Hayes ESP serial board support
508com0	at isa? port 0x3f8 irq 4	# Standard PC serial ports
509com1	at isa? port 0x2f8 irq 3
510com2	at isa? port 0x3e8 irq 5
511#com3	at isa? port 0x2e8 irq 9
512#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
513#com*	at ast? slave ?
514#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
515#boca0	at isa? port 0x100 irq 5	# BOCA 16-port serial cards (BB2016)
516#boca1	at isa? port 0x140 irq 5	# this line is also needed for BB2016
517#com*	at boca? slave ?
518#tcom0	at isa? port 0x100 irq 7	# TC-800 8-port serial cards
519#com*	at tcom? slave ?
520#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
521#com*	at rtfps? slave ?
522#cy0	at isa? iomem 0xd4000 irq 12	# Cyclades serial cards
523#addcom0 at isa? port 0x108 irq 5	# Addonics FlexPort 8S
524#com*	at addcom? slave ?
525#moxa0	at isa?	port 0x100 irq 5	# MOXA C168H serial card (experimental)
526#com*	at moxa? slave ?
527#ioat*	at isa? port 0x220 irq 5	# BOCA IOAT66 6-port serial card
528#com*	at ioat? slave ?
529
530# MCA serial interfaces
531com*	at mca? slot ?			# 16x50s on comm boards
532
533# Parallel Printer Interfaces
534
535# PCI parallel printer interfaces
536lpt*	at puc? port ?			# || ports on "universal" comm boards
537
538# ISA parallel printer interfaces
539lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
540lpt1	at isa? port 0x278
541lpt2	at isa? port 0x3bc
542
543# Hardware monitors
544
545# LM7[89] and compatible hardware monitors
546#lm0	at isa?	port 0x290		# other common ports: 0x280, 0x310
547
548# PC87366 hardware monitor
549#nsclpcsio*	at isa?
550
551# VIA VT82C686A hardware monitor
552#viapm*	at pci? dev ? function ?
553#viaenv* at viapm?
554
555
556# I2O devices
557iop*	at pci? dev ? function ?	# I/O processor
558iopsp*	at iop? tid ?			# SCSI/FC-AL ports
559ld*	at iop? tid ?			# block devices
560dpti*	at iop? tid 0			# DPT/Adaptec control interface
561
562
563# SCSI Controllers and Devices
564
565# PCI SCSI controllers
566adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
567adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
568ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
569ahd*	at pci? dev ? function ?	# Adaptec 29320, 39320 (aic790x) SCSI
570bha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
571dpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
572iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
573isp*	at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FibreChannel
574mly*	at pci? dev ? function ?	# Mylex AcceleRAID and eXtremeRAID
575mpt*	at pci? dev ? function ?	# LSI Fusion SCSI/FC
576njs*	at pci? dev ? function ?	# Workbit NinjaSCSI-32
577pcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
578siop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
579esiop*	at pci? dev ? function ?	# Symbios 53c875 SCSI and newer
580#options 	SIOP_SYMLED		# drive the act. LED in software
581trm*	at pci? dev ? function ?	# Tekram DC-395U/UW/F, DC-315/U SCSI
582
583# EISA SCSI controllers
584ahb*	at eisa? slot ?			# Adaptec 174[02] SCSI
585ahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI
586bha*	at eisa? slot ?			# BusLogic 7xx SCSI
587dpt*	at eisa? slot ?			# DPT EATA SCSI
588uha*	at eisa? slot ?			# UltraStor 24f SCSI
589
590# PCMCIA SCSI controllers
591aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
592esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
593
594# ISA Plug-and-Play SCSI controllers
595aha*	at isapnp? 			# Adaptec AHA-154[02
596aic*	at isapnp?			# Adaptec AHA-1520B
597
598# ISA SCSI controllers
599adv0	at isa? port ? irq ? drq ?	# AdvanSys APB-514[02] SCSI
600aha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
601aha1	at isa? port 0x334 irq ? drq ?
602ahc0	at isa? port ? irq ?		# Adaptec 284x SCSI
603aic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI
604bha0	at isa? port 0x330 irq ? drq ?	# BusLogic [457]4X SCSI
605bha1	at isa? port 0x334 irq ? drq ?
606# The "nca" and "dpt" probes might give false hits or hang your machine.
607#dpt0	at isa? port 0x170 irq ? drq ?	# DPT SmartCache/SmartRAID
608#nca0	at isa? port 0x360 irq 15	# Port-mapped NCR 53C80 controller
609#nca1	at isa? iomem 0xd8000 irq 5	# Memory-mapped controller (T128, etc.)
610sea0	at isa? iomem 0xc8000 irq 5	# Seagate/Future Domain SCSI
611uha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI
612uha1	at isa? port 0x340 irq ? drq ?
613wds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
614wds1	at isa? port 0x358 irq 11 drq 5
615
616# CardBus SCSI cards
617#adv*	at cardbus? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
618#ahc*	at cardbus? dev ? function ?	# Adaptec ADP-1480
619#njs*	at cardbus? dev ? function ?	# Workbit NinjaSCSI-32
620
621# MCA SCSI cards
622aha*	at mca? slot ?			# Adaptec AHA-1640
623
624# SCSI bus support
625scsibus* at scsi?
626
627# SCSI devices
628sd*	at scsibus? target ? lun ?	# SCSI disk drives
629st*	at scsibus? target ? lun ?	# SCSI tape drives
630cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
631ch*	at scsibus? target ? lun ?	# SCSI autochangers
632ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
633ss*	at scsibus? target ? lun ?	# SCSI scanners
634uk*	at scsibus? target ? lun ?	# SCSI unknown
635
636
637# RAID controllers and devices
638aac*	at pci? dev ? function ?	# Adaptec AAC family
639amr*	at pci? dev ? function ?	# AMI/LSI Logic MegaRAID
640cac*	at eisa? slot ?			# Compaq EISA array controllers
641cac*	at pci? dev ? function ?	# Compaq PCI array controllers
642icp*	at pci? dev ? function ?	# ICP-Vortex GDT & Intel RAID
643mlx*	at pci? dev ? function ?	# Mylex DAC960 & DEC SWXCR family
644mlx*	at eisa? slot ?			# Mylex DAC960 & DEC SWXCR family
645twe*	at pci? dev ? function ?	# 3ware Escalade RAID controllers
646
647ld*	at aac? unit ?			# logical disk devices
648ld*	at amr? unit ?
649ld*	at cac? unit ?
650ld*	at icp? unit ?
651ld*	at twe? unit ?
652ld*	at mlx? unit ?
653
654icpsp*	at icp? unit ?			# SCSI pass-through
655
656# IDE and related devices
657# PCI IDE controllers - see pciide(4) for supported hardware.
658# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
659# how to set up DMA modes for this chip. This may work, or may cause
660# a machine hang with some controllers.
661pciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
662acardide*	at pci? dev ? function ?	# Acard IDE controllers
663aceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
664artsata* 	at pci? dev ? function ?	# Intel i31244 SATA controller
665cmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
666cypide* 	at pci? dev ? function ?	# Cypress IDE controllers
667geodeide* 	at pci? dev ? function ?	# AMD Geode IDE controllers
668hptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
669iteide* 	at pci? dev ? function ?	# IT Express IDE controllers
670ixpide* 	at pci? dev ? function ?	# ATI IXP IDE controllers
671optiide* 	at pci? dev ? function ?	# Opti IDE controllers
672piixide* 	at pci? dev ? function ?	# Intel IDE controllers
673pdcide* 	at pci? dev ? function ?	# Promise IDE controllers
674pdcsata*	at pci? dev ? function ?	# Promise SATA150 controllers
675rccide* 	at pci? dev ? function ?	# ServerWorks IDE controllers
676satalink*	at pci? dev ? function ?	# SiI SATALink controllers
677siside* 	at pci? dev ? function ?	# SiS IDE controllers
678slide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
679stpcide*	at pci? dev ? function ?	# STMicro STPC IDE controllers
680viaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
681
682# ISA Plug-and-Play IDE controllers
683wdc*	at isapnp?
684
685# PCMCIA IDE controllers
686wdc*	at pcmcia? function ?
687
688# ISA ST506, ESDI, and IDE controllers
689# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
690# fall back to 16bits I/O if 32bits I/O are not functional).
691# Some controllers pass the initial 32bit test, but will fail later.
692wdc0	at isa? port 0x1f0 irq 14 flags 0x00
693wdc1	at isa? port 0x170 irq 15 flags 0x00
694
695# ATA (IDE) bus support
696atabus* at ata?
697
698# IDE drives
699# Flags are used only with controllers that support DMA operations
700# and mode settings (e.g. some pciide controllers)
701# The lowest order four bits (rightmost digit) of the flags define the PIO
702# mode to use, the next set of four bits the DMA mode and the third set the
703# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
704# to use, and the last bit must be 1 for this setting to be used.
705# For DMA and UDMA, 0xf (1111) means 'disable'.
706# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
707# (0xc=1100, 0xa=1010, 0xf=1111)
708# 0x0000 means "use whatever the drive claims to support".
709wd*	at atabus? drive ? flags 0x0000
710
711# ATA RAID configuration support, as found on some Promise controllers.
712pseudo-device	ataraid
713ld*	at ataraid? vendtype ? unit ?
714
715# ATAPI bus support
716atapibus* at atapi?
717
718# ATAPI devices
719# flags have the same meaning as for IDE drives.
720cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
721sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
722st*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
723uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
724
725
726# Miscellaneous mass storage devices
727
728# ISA floppy
729fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
730#fdc1	at isa? port 0x370 irq ? drq ?
731fd*	at fdc? drive ?			# the drives themselves
732# some machines need you to do this instead of fd*
733#fd0	at fdc0 drive 0
734
735# ISA CD-ROM devices
736#mcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
737
738# ISA tape devices
739# note: the wt driver conflicts unpleasantly with SMC boards at the
740# same I/O address. The probe reprograms their EEPROMs. Don't
741# uncomment it unless you are actually using it.
742#wt0	at isa? port 0x308 irq 5 drq 1	# Archive and Wangtek QIC tape drives
743
744# MCA ESDI devices
745edc*	at mca? slot ?			# IBM ESDI Disk Controllers
746ed*	at edc?
747
748
749# Network Interfaces
750
751# PCI network interfaces
752an*	at pci? dev ? function ?	# Aironet PC4500/PC4800 (802.11)
753ath*	at pci? dev ? function ?	# Atheros 5210/5211/5212 802.11
754atw*	at pci? dev ? function ?	# ADMtek ADM8211 (802.11)
755bce* 	at pci? dev ? function ?	# Broadcom 4401 10/100 Ethernet
756bge* 	at pci? dev ? function ?	# Broadcom 570x gigabit Ethernet
757en*	at pci? dev ? function ?	# ENI/Adaptec ATM
758ep*	at pci? dev ? function ?	# 3Com 3c59x
759epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
760esh*	at pci? dev ? function ?	# Essential HIPPI card
761ex*	at pci? dev ? function ?	# 3Com 90x[BC]
762fpa*	at pci? dev ? function ?	# DEC DEFPA FDDI
763fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
764ipw*	at pci? dev ? function ?	# Intel PRO/Wireless 2100
765iwi*	at pci? dev ? function ?	# Intel PRO/Wireless 2200BG
766gsip*	at pci? dev ? function ?	# NS83820 Gigabit Ethernet
767#hme*	at pci? dev ? function ?	# Sun Microelectronics STP2002-STQ
768le*	at pci? dev ? function ?	# PCnet-PCI Ethernet
769lmc*	at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
770mtd*	at pci? dev ? function ?	# Myson MTD803 3-in-1 Ethernet
771ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
772ntwoc*	at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
773pcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
774re*	at pci? dev ? function ?	# Realtek 8139C+/8169/8169S/8110S
775rtk*	at pci? dev ? function ?	# Realtek 8129/8139
776sf*	at pci? dev ? function ?	# Adaptec AIC-6915 Ethernet
777sip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
778skc*	at pci? dev ? function ?	# SysKonnect SK9821 Gigabit Ethernet
779sk*	at skc?				# SysKonnect SK9821 Gigabit Ethernet
780ste*	at pci? dev ? function ?	# Sundance ST-201 Ethernet
781stge*	at pci? dev ? function ?	# Sundance/Tamarack TC9021 Gigabit
782ti*	at pci? dev ? function ?	# Alteon ACEnic gigabit Ethernet
783tl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
784tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
785vge*	at pci? dev ? function ?	# VIATech VT612X Gigabit Ethernet
786vr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
787wi*	at pci? dev ? function ?	# Intersil Prism Mini-PCI (802.11b)
788wm*	at pci? dev ? function ?	# Intel 8254x gigabit
789
790# EISA network interfaces
791ep*	at eisa? slot ?			# 3Com 3c579 Ethernet
792fea*	at eisa? slot ?			# DEC DEFEA FDDI
793tlp*	at eisa? slot ?			# DEC DE-425 Ethernet
794
795# ISA Plug-and-Play network interfaces
796an*	at isapnp?			# Aironet 802.11
797ep*	at isapnp?			# 3Com 3c509 Ethernet
798fmv*	at isapnp?			# Fujitsu FMV-183
799le*	at isapnp?			# AMD PCnet-ISA Ethernet
800ne*	at isapnp?			# NE2000-compatible Ethernet
801tr*	at isapnp?			# IBM/3COM TROPIC Token-Ring
802
803# PCMCIA network interfaces
804an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
805awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
806cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
807cs*	at pcmcia? function ?		# CS89xx Ethernet
808ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
809mbe*	at pcmcia? function ?		# MB8696x based Ethernet
810ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
811ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
812sm*	at pcmcia? function ?		# Megahertz Ethernet
813# tr at pcmcia has problems with Cardbus bridges
814#tr*	at pcmcia? function ?		# TROPIC based Token-Ring
815wi*	at pcmcia? function ?		# Lucent/Intersil WaveLan IEEE (802.11)
816xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
817com*	at xirc?
818xi*	at xirc?
819mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
820com*	at mhzc?
821sm*	at mhzc?
822
823# ISA network interfaces
824ate0	at isa? port 0x2a0 irq ?		# AT1700
825cs0	at isa? port 0x300 iomem ? irq ? drq ?	# CS8900 Ethernet
826ec0	at isa? port 0x250 iomem 0xd8000 irq 9	# 3Com 3c503 Ethernet
827eg0	at isa? port 0x280 irq 9		# 3C505 ethernet cards
828el0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
829ep*	at isa? port ? irq ?			# 3C509 ethernet cards
830ef0	at isa? port 0x360 iomem 0xd0000 irq 7	# 3C507
831ai0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN
832fmv0	at isa? port 0x2a0 irq ?		# FMV-181/182
833ix0	at isa? port 0x300 irq 10		# EtherExpress/16
834iy0	at isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
835lc0	at isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
836#depca0	at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5	# DEPCA
837#le*	at depca?
838nele0	at isa? port 0x320 irq 9 drq 7		# NE2100
839le*	at nele?
840#ntwoc0	at isa? port 0x300 irq 5 iomem 0xc8000 flags 1	# Riscom/N2 sync serial
841bicc0	at isa? port 0x320 irq 10 drq 7		# BICC IsoLan
842le*	at bicc?
843ne0	at isa? port 0x280 irq 9		# NE[12]000 ethernet cards
844ne1	at isa? port 0x300 irq 10
845sm0	at isa? port 0x300 irq 10		# SMC91C9x Ethernet
846tr0	at isa? port 0xa20 iomem 0xd8000 irq ?	# IBM TROPIC based Token-Ring
847tr1	at isa? port 0xa24 iomem 0xd0000 irq ?	# IBM TROPIC based Token-Ring
848tr*	at isa? port ? irq ?			# 3COM TROPIC based Token-Ring
849we0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
850we1	at isa? port 0x300 iomem 0xcc000 irq 10
851
852# CardBus network cards
853#ath*	at cardbus? dev ? function ?	# Atheros 5210/5211/5212 802.11
854#atw*	at cardbus? dev ? function ?	# ADMtek ADM8211 (802.11)
855#ex*	at cardbus? dev ? function ?	# 3Com 3C575TX
856#fxp*	at cardbus? dev ? function ?	# Intel i8255x
857#rtk*	at cardbus? dev ? function ?	# Realtek 8129/8139
858#tlp*	at cardbus? dev ? function ?	# DECchip 21143
859
860# MCA network cards
861elmc*	at mca? slot ?			# 3Com EtherLink/MC (3c523)
862ep*	at mca? slot ?			# 3Com EtherLink III (3c529)
863we*	at mca? slot ?			# WD/SMC Ethernet
864ate*	at mca? slot ?			# Allied Telesis AT1720
865ne*	at mca? slot ?			# Novell NE/2 and clones
866tr*	at mca? slot ?			# IBM Token Ring adapter
867le*	at mca? slot ?			# SKNET Personal/MC2+
868
869# MII/PHY support
870acphy*	at mii? phy ?			# Altima AC101 and AMD Am79c874 PHYs
871amhphy* at mii? phy ?			# AMD 79c901 Ethernet PHYs
872bmtphy* at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
873brgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
874ciphy*	at mii? phy ?			# Cicada CS8201 Gig-E PHYs
875dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
876exphy*	at mii? phy ?			# 3Com internal PHYs
877gentbi* at mii? phy ?			# Generic Ten-Bit 1000BASE-[CLS]X PHYs
878glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
879gphyter* at mii? phy ?			# NS83861 Gig-E PHY
880icsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
881igphy*	at mii? phy ?			# Intel IGP01E1000
882inphy*	at mii? phy ?			# Intel 82555 PHYs
883iophy*	at mii? phy ?			# Intel 82553 PHYs
884lxtphy* at mii? phy ?			# Level One LXT-970 PHYs
885makphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
886nsphy*	at mii? phy ?			# NS83840 PHYs
887nsphyter* at mii? phy ? 		# NS83843 PHYs
888pnaphy* at mii? phy ?			# generic HomePNA PHYs
889qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
890sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
891tlphy*	at mii? phy ?			# ThunderLAN PHYs
892tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
893ukphy*	at mii? phy ?			# generic unknown PHYs
894urlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
895
896
897# USB Controller and Devices
898
899# PCI USB controllers
900ehci*	at pci?	dev ? function ?	# Enhanced Host Controller
901ohci*	at pci?	dev ? function ?	# Open Host Controller
902uhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
903
904# CardBus USB controllers
905#ehci*	at cardbus? dev ? function ?	# Enhanced Host Controller
906#ohci*	at cardbus? dev ? function ?	# Open Host Controller
907
908# ISA USB controllers
909#slhci0	at isa? port 0x300 irq 5	# ScanLogic SL811HS
910
911# USB bus support
912usb*	at ehci?
913usb*	at ohci?
914usb*	at uhci?
915#usb*	at slhci?
916
917# USB Hubs
918uhub*	at usb?
919uhub*	at uhub? port ? configuration ? interface ?
920
921# USB HID device
922uhidev*	at uhub? port ? configuration ? interface ?
923
924# USB Mice
925ums*	at uhidev? reportid ?
926wsmouse* at ums? mux 0
927
928# USB eGalax touch-panel
929uep*	at uhub? port ?
930wsmouse* at uep? mux 0
931
932# USB Keyboards
933ukbd*	at uhidev? reportid ?
934wskbd*	at ukbd? console ? mux 1
935
936# USB Generic HID devices
937uhid*	at uhidev? reportid ?
938
939# USB Printer
940ulpt*	at uhub? port ? configuration ? interface ?
941
942# USB Modem
943umodem*	at uhub? port ? configuration ?
944ucom*	at umodem?
945
946# USB Mass Storage
947umass*	at uhub? port ? configuration ? interface ?
948scsibus* at umass?
949wd*	at umass?
950
951# USB audio
952uaudio*	at uhub? port ? configuration ?
953
954# USB MIDI
955umidi* at uhub? port ? configuration ?
956
957# USB IrDA
958# USB-IrDA bridge spec
959uirda* at uhub? port ? configuration ? interface ?
960irframe* at uirda?
961
962# SigmaTel STIr4200 USB/IrDA Bridge
963ustir* at uhub? port ?
964irframe* at ustir?
965
966# USB Ethernet adapters
967aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
968axe*	at uhub? port ?		# ASIX AX88172 based adapters
969cdce*	at uhub? port ?		# CDC, Ethernet Networking Control Model
970cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
971kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
972udav*	at uhub? port ?		# Davicom DM9601 based adapters
973url*	at uhub? port ?		# Realtek RTL8150L based adapters
974
975# USB 802.11b adapters
976atu*	at uhub? port ?		# Atmel AT76C50XX based adapters
977
978# Prolific PL2301/PL2302 host-to-host adapter
979upl*	at uhub? port ?
980
981# Serial adapters
982ubsa*	at uhub? port ?		# Belkin serial adapter
983ucom*	at ubsa? portno ?
984
985uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
986ucom*	at uftdi? portno ?
987
988umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
989ucom*	at umct? portno ?
990
991uplcom* at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
992ucom*	at uplcom? portno ?
993
994uvscom* at uhub? port ? 	# SUNTAC Slipper U VS-10U serial adapter
995ucom*	at uvscom? portno ?
996
997# Diamond Multimedia Rio 500
998urio*	at uhub? port ?
999
1000# USB Handspring Visor
1001uvisor*	at uhub? port ?
1002ucom*	at uvisor?
1003
1004# USB scanners
1005uscanner* at uhub? port ?
1006
1007# USB scanners that use SCSI emulation, e.g., HP5300
1008usscanner* at uhub? port ?
1009
1010# Y@P firmware loader
1011uyap* at uhub? port ?
1012
1013# D-Link DSB-R100 USB radio
1014udsbr*	at uhub? port ?
1015radio*	at udsbr?
1016
1017# USB Generic driver
1018ugen*	at uhub? port ?
1019
1020
1021# IrDA and Consumer Ir devices
1022
1023# Toshiba Oboe
1024oboe* 	at pci? dev ? function ?
1025irframe* at oboe?
1026
1027# PCI IEEE1394 controllers
1028#fwohci* at pci? dev ? function ?	# IEEE1394 Open Host Controller
1029
1030# CardBus IEEE1394 controllers
1031#fwohci* at cardbus? dev ? function ?	# IEEE1394 Open Host Controller
1032
1033#fw*	at fwbus?			# IP over 1394
1034
1035# IEEE1394 nodes
1036#fwnode* at fwbus? idhi ? idlo ?
1037#sbpscsi* at fwnode?
1038#scsibus* at sbpscsi?
1039
1040# Audio Devices
1041
1042# PCI audio devices
1043auacer* at pci? dev ? function ?	# ALi M5455 integrated AC'97 Audio
1044auich*	at pci? dev ? function ?	# Intel ICH integrated AC'97 Audio
1045auixp*	at pci? dev ? function ?	# ATI IXP AC'97 Audio
1046autri*	at pci? dev ? function ?	# Trident 4DWAVE based AC'97 Audio
1047auvia*	at pci? dev ? function ?	# VIA VT82C686A integrated AC'97 Audio
1048clcs*	at pci? dev ? function ?	# Cirrus Logic CS4280
1049clct*	at pci? dev ? function ?	# Cirrus Logic CS4281
1050cmpci*	at pci? dev ? function ?	# C-Media CMI8338/8738
1051eap*	at pci? dev ? function ?	# Ensoniq AudioPCI
1052emuxki* at pci? dev ? function ?	# Creative SBLive! and PCI512
1053esa*	at pci? dev ? function ?	# ESS Allegro-1 / Maestro-3 PCI Audio
1054esm*	at pci? dev ? function ?	# ESS Maestro-1/2/2e PCI Audio Accelerator
1055eso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
1056fms*	at pci? dev ? function ?	# Forte Media FM801
1057neo*	at pci? dev ? function ?	# NeoMagic 256 AC'97 Audio
1058sv*	at pci? dev ? function ?	# S3 SonicVibes
1059yds*	at pci? dev ? function ?	# Yamaha DS-1 PCI Audio
1060
1061# ISA Plug-and-Play audio devices
1062ess*	at isapnp?			# ESS Tech ES1887, ES1888, ES888 audio
1063guspnp* at isapnp?			# Gravis Ultra Sound PnP audio
1064sb*	at isapnp?			# SoundBlaster-compatible audio
1065wss*	at isapnp?			# Windows Sound System
1066ym*	at isapnp?			# Yamaha OPL3-SA3 audio
1067
1068# ISA audio devices
1069# the "aria" probe might give false hits
1070#aria0	at isa? port 0x290 irq 10 		# Aria
1071#ess0	at isa? port 0x220 irq 5 drq 1 drq2 5	# ESS 18XX
1072gus0	at isa? port 0x220 irq 7 drq 1 drq2 6	# Gravis Ultra Sound
1073pas0	at isa? port 0x220 irq 7 drq 1		# ProAudio Spectrum
1074#pss0	at isa? port 0x220 irq 7 drq 6		# Personal Sound System
1075#sp0	at pss0 port 0x530 irq 10 drq 0		# 	sound port driver
1076sb0	at isa? port 0x220 irq 5 drq 1 drq2 5	# SoundBlaster
1077wss0	at isa? port 0x530 irq 10 drq 0	drq2 1	# Windows Sound System
1078
1079# PCMCIA audio devices
1080#esl*	at pcmcia? function ?			# ESS 1688 AudioDrive
1081
1082#cms0	at isa? port 0x220			# Creative Music System
1083
1084# OPL[23] FM synthesizers
1085#opl0	at isa? port 0x388	# use only if not attached to sound card
1086opl*	at cmpci? flags 1
1087#opl*	at esl?
1088opl*	at eso?
1089opl*	at ess?
1090opl*	at fms?
1091opl*	at sb?
1092opl*	at sv?
1093opl*	at wss?
1094opl*	at yds?
1095opl*	at ym?
1096
1097# Audio support
1098audio*	at audiobus?
1099
1100# MPU 401 UARTs
1101#mpu*	at isa? port 0x330 irq 9	# MPU401 or compatible card
1102mpu*	at cmpci?
1103mpu*	at eso?
1104mpu*	at fms?
1105mpu*	at sb?
1106mpu*	at yds?
1107mpu*	at ym?
1108
1109# MIDI support
1110midi*	at midibus?
1111midi*	at pcppi?		# MIDI interface to the PC speaker
1112
1113# The spkr driver provides a simple tone interface to the built in speaker.
1114#spkr0	at pcppi?		# PC speaker
1115
1116
1117# FM-Radio devices
1118# ISA radio devices
1119#az0	at isa? port 0x350      # Aztech/PackardBell FM Radio Card
1120#az1	at isa? port 0x358
1121#rt0	at isa? port 0x20c      # AIMS Lab Radiotrack & compatible
1122#rt1	at isa? port 0x284
1123#rt2	at isa? port 0x30c
1124#rt3	at isa? port 0x384
1125#rtii0	at isa? port 0x20c      # AIMS Lab Radiotrack II FM Radio Card
1126#rtii1	at isa? port 0x30c
1127#sf2r0	at isa? port 0x384      # SoundForte RadioLink SF16-FMR2 FM Radio Card
1128
1129# PCI radio devices
1130#gtp*	at pci? dev ? function ? # Guillemot Maxi Radio FM 2000 Radio Card
1131
1132# Radio support
1133#radio*	at az?
1134#radio*	at gtp?
1135#radio*	at rt?
1136#radio*	at rtii?
1137#radio*	at sf2r?
1138
1139
1140# TV cards
1141
1142# Brooktree 848/849/878/879 based TV cards
1143bktr* at pci? dev ? function ?
1144radio* at bktr?
1145
1146
1147# Mice
1148
1149# ISA busmice
1150lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
1151lms1	at isa? port 0x238 irq 5
1152mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
1153mms1	at isa? port 0x238 irq 5
1154wsmouse*	at lms? mux 0
1155wsmouse*	at mms? mux 0
1156
1157
1158# Cryptographic Devices
1159
1160# PCI cryptographic devices
1161hifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
1162ubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
1163
1164
1165# Joysticks
1166
1167#joy*	at pnpbios? index ?		# Game port
1168
1169# ISA Plug-and-Play joysticks
1170joy*	at isapnp?			# Game ports (usually on audio cards)
1171
1172# PCI joysticks
1173joy*	at pci?				# Game ports (usually on audio cards)
1174joy*	at eso?				# ESS Solo-1 on-board joystick
1175
1176# ISA joysticks. Probe is a little strange; add only if you have one.
1177#joy0	at isa? port 0x201
1178
1179
1180# Miscellaneous Devices
1181
1182# Planetconnect Satellite receiver driver.
1183#satlink0 at isa? port 0x300 drq 1
1184
1185# Middle Digital, Inc. PCI-Weasel serial console board control
1186# devices (watchdog timer, etc.)
1187weasel* at pci?
1188
1189# Pull in optional local configuration
1190include	"arch/i386/conf/GENERIC.local"
1191
1192
1193# Pseudo-Devices
1194
1195pseudo-device 	crypto		# opencrypto framework
1196
1197# disk/mass storage pseudo-devices
1198pseudo-device	ccd		4	# concatenated/striped disk devices
1199#pseudo-device	cgd		4	# cryptographic disk devices
1200pseudo-device	raid		8	# RAIDframe disk driver
1201options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
1202# Options to enable various other RAIDframe RAID types.
1203#options 	RF_INCLUDE_EVENODD=1
1204#options 	RF_INCLUDE_RAID5_RS=1
1205#options 	RF_INCLUDE_PARITYLOGGING=1
1206#options 	RF_INCLUDE_CHAINDECLUSTER=1
1207#options 	RF_INCLUDE_INTERDECLUSTER=1
1208#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
1209#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
1210pseudo-device	fss		4	# file system snapshot device
1211
1212# Vinum
1213# pseudo-device	vinum		8	# Vinum
1214# options 	VINUMDEBUG
1215
1216pseudo-device	md		1	# memory disk device (ramdisk)
1217pseudo-device	vnd		4	# disk-like interface to files
1218
1219# network pseudo-devices
1220pseudo-device	bpfilter	8	# Berkeley packet filter
1221pseudo-device	ipfilter		# IP filter (firewall) and NAT
1222pseudo-device	loop			# network loopback
1223pseudo-device	ppp		2	# Point-to-Point Protocol
1224pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
1225pseudo-device	sl		2	# Serial Line IP
1226pseudo-device	strip		2	# Starmode Radio IP (Metricom)
1227pseudo-device	irframetty		# IrDA frame line discipline
1228pseudo-device	tap			# virtual Ethernet
1229pseudo-device	tun		2	# network tunneling over tty
1230pseudo-device	gre		2	# generic L3 over IP tunnel
1231pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
1232#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
1233#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
1234pseudo-device	vlan			# IEEE 802.1q encapsulation
1235pseudo-device	bridge			# simple inter-network bridging
1236#options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
1237#pseudo-device	pf			# PF packet filter
1238#pseudo-device	pflog			# PF log if
1239
1240# miscellaneous pseudo-devices
1241pseudo-device	pty			# pseudo-terminals
1242pseudo-device	tb		1	# tablet line discipline
1243pseudo-device	sequencer	1	# MIDI sequencer
1244# rnd works; RND_COM does not on port i386 yet.
1245pseudo-device	rnd			# /dev/random and in-kernel generator
1246#options 	RND_COM			# use "com" randomness as well (BROKEN)
1247pseudo-device	clockctl		# user control of clock subsystem
1248
1249# a pseudo device needed for Coda	# also needs CODA (above)
1250pseudo-device	vcoda		4	# coda minicache <-> venus comm.
1251
1252# a pseudo device needed for SMBFS
1253pseudo-device	nsmb			# experimental - SMB requester
1254
1255# wscons pseudo-devices
1256pseudo-device	wsmux			# mouse & keyboard multiplexor
1257pseudo-device	wsfont
1258pseudo-device	ksyms			# /dev/ksyms
1259