xref: /netbsd/sys/arch/i386/conf/CARDBUS (revision bf9ec67e)
1#	$NetBSD: CARDBUS,v 1.58 2002/04/25 15:06:28 atatat Exp $
2#
3#	CARDBUS: GENERIC + CardBus support.  Additionally, some
4#	things typically not found on laptops have been commented out.
5
6#	from: GENERIC,v 1.432 2001/10/17 18:41:20 jdolecek Exp $
7#
8
9include "arch/i386/conf/std.i386"
10
11#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
12
13#ident		"CARDBUS-$Revision: 1.58 $"
14
15maxusers	32		# estimated number of users
16
17# CPU support.  At least one is REQUIRED.
18options 	I386_CPU
19options 	I486_CPU
20options 	I586_CPU
21options 	I686_CPU
22
23# CPU-related options.
24options 	MATH_EMULATE	# floating point emulation
25options 	VM86		# virtual 8086 emulation
26options 	USER_LDT	# user-settable LDT; used by WINE
27# eliminate delay no-ops in I/O; recommended on all but very old machines
28#options 	DUMMY_NOPS
29
30options 	MTRR		# memory-type range register syscall support
31
32# delay between "rebooting ..." message and hardware reset, in milliseconds
33#options 	CPURESET_DELAY=2000
34
35# This option allows you to force a serial console at the specified
36# I/O address.   see console(4) for details.
37#options 	CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=57600
38#	you don't want the option below ON iff you are using the
39#	serial console option of the new boot strap code.
40#options 	CONS_OVERRIDE	# Always use above! independent of boot info
41
42# The following options override the memory sizes passed in from the boot
43# block.  Use them *only* if the boot block is unable to determine the correct
44# values.  Note that the BIOS may *correctly* report less than 640k of base
45# memory if the extended BIOS data area is located at the top of base memory
46# (as is the case on most recent systems).
47#options 	REALBASEMEM=639		# size of base memory (in KB)
48#options 	REALEXTMEM=15360	# size of extended memory (in KB)
49
50# following makes ARMADA M700's happy
51#options 	RBUS_MIN_START=0x20000000
52#options 	RBUS_IO_BASE=0x600
53#options 	RBUS_IO_SIZE=0x100
54
55# Standard system options
56
57options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
58options 	INSECURE	# disable kernel security levels
59
60options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
61options 	NTP		# NTP phase/frequency locked loop
62
63options 	KTRACE		# system call tracing via ktrace(1)
64
65options 	SYSVMSG		# System V-like message queues
66options 	SYSVSEM		# System V-like semaphores
67#options 	SEMMNI=10	# number of semaphore identifiers
68#options 	SEMMNS=60	# number of semaphores in system
69#options 	SEMUME=10	# max number of undo entries per process
70#options 	SEMMNU=30	# number of undo structures in system
71options 	SYSVSHM		# System V-like memory sharing
72#options 	SHMMAXPGS=1024	# 1024 pages is the default
73
74options 	LKM		# loadable kernel modules
75
76#options 	USERCONF	# userconf(4) support
77#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
78
79# Diagnostic/debugging support options
80#options 	DIAGNOSTIC	# expensive kernel consistency checks
81#options 	DEBUG		# expensive debugging checks/support
82#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
83options 	DDB		# in-kernel debugger
84options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
85#options 	KGDB		# remote debugger
86#options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
87#makeoptions	DEBUG="-g"	# compile full symbol table
88
89# Compatibility options
90options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
91options 	COMPAT_09	# NetBSD 0.9,
92options 	COMPAT_10	# NetBSD 1.0,
93options 	COMPAT_11	# NetBSD 1.1,
94options 	COMPAT_12	# NetBSD 1.2,
95options 	COMPAT_13	# NetBSD 1.3,
96options 	COMPAT_14	# NetBSD 1.4,
97options 	COMPAT_15	# NetBSD 1.5,
98options 	COMPAT_43	# and 4.3BSD
99options 	COMPAT_386BSD_MBRPART # recognize old partition ID
100#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
101
102options 	COMPAT_SVR4	# binary compatibility with SVR4
103options 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
104options 	COMPAT_LINUX	# binary compatibility with Linux
105options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
106#options 	COMPAT_MACH	# binary compatibility with Mach binaries
107#options 	EXEC_MACHO	# exec MACH-O binaries
108#options 	COMPAT_PECOFF	# kernel support to run Win32 apps
109
110# File systems
111file-system 	FFS		# UFS
112file-system 	EXT2FS		# second extended file system (linux)
113file-system 	LFS		# log-structured file system
114file-system 	MFS		# memory file system
115file-system 	NFS		# Network File System client
116file-system 	NTFS		# Windows/NT file system (experimental)
117file-system 	CD9660		# ISO 9660 + Rock Ridge file system
118file-system 	MSDOSFS		# MS-DOS file system
119file-system 	FDESC		# /dev/fd
120file-system 	KERNFS		# /kern
121file-system 	NULLFS		# loopback file system
122file-system 	OVERLAY		# overlay file system
123file-system 	PORTAL		# portal filesystem (still experimental)
124file-system 	PROCFS		# /proc
125file-system 	UMAPFS		# NULLFS + uid and gid remapping
126file-system 	UNION		# union file system
127file-system	CODA		# Coda File System; also needs vcoda (below)
128
129# File system options
130options 	QUOTA		# UFS quotas
131#options 	FFS_EI		# FFS Endian Independent support
132options 	SOFTDEP		# FFS soft updates support.
133options 	NFSSERVER	# Network File System server
134#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
135				# immutable) behave as system flags.
136
137# Networking options
138#options 	GATEWAY		# packet forwarding
139options 	INET		# IP + ICMP + TCP + UDP
140options 	INET6		# IPV6
141#options 	IPSEC		# IP security
142#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
143#options 	IPSEC_DEBUG	# debug for IP security
144#options 	MROUTING	# IP multicast routing
145options 	NS		# XNS
146#options 	NSIP		# XNS tunneling over IP
147options 	ISO,TPIP	# OSI
148#options 	EON		# OSI tunneling over IP
149options 	CCITT,LLC,HDLC	# X.25
150options 	NETATALK	# AppleTalk networking protocols
151options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
152options 	PPP_DEFLATE	# Deflate compression support for PPP
153options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
154options 	PFIL_HOOKS	# pfil(9) packet filter hooks
155options 	IPFILTER_LOG	# ipmon(8) log support
156#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
157
158# These options enable verbose messages for several subsystems.
159# Warning, these may compile large string tables into the kernel!
160#options 	EISAVERBOSE	# verbose EISA device autoconfig messages
161options 	MIIVERBOSE	# verbose PHY autoconfig messages
162options 	PCIVERBOSE	# verbose PCI device autoconfig messages
163#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
164#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
165options 	SCSIVERBOSE	# human readable SCSI error messages
166options 	USBVERBOSE	# verbose USB device autoconfig messages
167#options 	PNPBIOSVERBOSE	# verbose PnP BIOS messages
168#options 	PNPBIOSDEBUG	# more fulsome PnP BIOS debugging messages
169#options 	I2OVERBOSE	# verbose I2O driver messages
170#options 	MCAVERBOSE	# verbose MCA device autoconfig messages
171
172options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
173
174#
175# wscons options
176#
177# builtin terminal emulations
178#options 	WSEMUL_SUN		# sun terminal emulation
179options 	WSEMUL_VT100		# VT100 / VT220 emulation
180# different kernel output - see dev/wscons/wsdisplayvar.h
181options 	WS_KERNEL_FG=WSCOL_GREEN
182#options 	WS_KERNEL_BG=WSCOL_BLACK
183# compatibility to other console drivers
184options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
185options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
186options 	WSDISPLAY_COMPAT_USL		# VT handling
187options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
188# see dev/pckbc/wskbdmap_mfii.c for implemented layouts
189#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
190# allocate a number of virtual screens at autoconfiguration time
191#options 	WSDISPLAY_DEFAULTSCREENS=4
192# use a large software cursor that doesn't blink
193options 	PCDISPLAY_SOFTCURSOR
194# modify the screen type of the console; defaults to "80x25"
195#options 	VGA_CONSOLE_SCREENTYPE="\"80x24\""
196
197# Kernel root file system and dump configuration.
198config		netbsd	root on ? type ?
199#config		netbsd	root on sd0a type ffs
200#config		netbsd	root on ? type nfs
201
202#
203# Device configuration
204#
205
206mainbus0 at root
207
208#apm0	at mainbus0			# Advanced power management
209
210# Tuning for power management, see apm(4) for more details.
211#options 	APM_NO_IDLE		# Don't call BIOS CPU idle function
212#options 	APM_V10_ONLY		# Use only the APM 1.0 calls
213#options 	APM_NO_POWEROFF		# Don't power off on halt(8)
214#options 	APM_POWER_PRINT		# Print stats on the console
215#options 	APM_DISABLE_INTERRUPTS=0 # Don't disable interrupts
216
217
218# Basic Bus Support
219
220# Plug-and-Play BIOS and attached devices
221
222#pnpbios*	at mainbus?
223
224# mainboard audio chips
225#ess*		at pnpbios? index ?	# ESS AudioDrive
226#sb*		at pnpbios? index ?	# NeoMagic 256AV in sb mode
227#wss*		at pnpbios? index ?	# NeoMagic 256AV in wss mode
228#ym*		at pnpbios? index ?	# OPL3-SA3
229
230# com port
231# If enabled, consider changing "com0", "com1", and "com2" under "ISA Serial
232# Interfaces" to "com*", otherwise com2 will attach at pnpbios? and there
233# will be no com0.  A side effect is pcmcia (and other) com? previously
234# starting at com3 may attach as com1 or com2.
235#com*		at pnpbios? index ?	# serial ports
236
237# parallel port
238# The above "com*" comments apply, cf. "lpt0" under "ISA parallel
239# "printer interfaces".
240#lpt*		at pnpbios? index ?	# parallel ports
241
242#pckbc*		at pnpbios? index ?	# PC keyboard/mouse controller
243#fdc*		at pnpbios? index ?	# floppy controller
244
245# IDE controller on Toshiba Portege 3000 series (crippled PCI device)
246#pciide*	at pnpbios? index ?
247
248# PCI bus support
249pci*	at mainbus? bus ?
250pci*	at pchb? bus ?
251pci*	at ppb? bus ?
252
253# Configure PCI using BIOS information
254options 	PCIBIOS			# PCI BIOS support
255#options 	PCIBIOSVERBOSE		# PCI BIOS verbose info
256options 	PCIBIOS_ADDR_FIXUP	# fixup PCI I/O addresses
257options 	PCIBIOS_BUS_FIXUP	# fixup PCI bus numbering
258options 	PCIBIOS_INTR_FIXUP	# fixup PCI interrupt routing
259#options 	PCIBIOS_IRQS_HINT=0x0a00 # PCI interrupts hint. IRQ 9 or 11
260options 	PCIBIOS_INTR_GUESS	# see pcibios(4)
261#options 	PCIINTR_DEBUG		# super-verbose PCI interrupt fixup
262
263# PCI bridges
264pchb*	at pci? dev ? function ?	# PCI-Host bridges
265#pceb*	at pci? dev ? function ?	# PCI-EISA bridges
266pcib*	at pci? dev ? function ?	# PCI-ISA bridges
267#pcmb*	at pci? dev ? function ?	# PCI-MCA bridges
268ppb*	at pci? dev ? function ?	# PCI-PCI bridges
269ppb*	at cardbus? dev ? function ?	# Cardbus-PCI bridges (www.magma.com)
270# XXX 'puc's aren't really bridges, but there's no better place for them here
271puc*	at pci? dev ? function ?	# PCI "universal" comm. cards
272
273# EISA bus support
274#eisa*	at mainbus?
275#eisa*	at pceb?
276
277# ISA bus support
278isa0	at mainbus?
279#isa0	at pceb?
280isa0	at pcib?
281
282# PCMCIA bus support
283#pcmcia*	at pcic? controller ? socket ?
284#pcmcia*	at tcic? controller ? socket ?
285
286# MCA bus support
287#mca0	at mainbus?
288
289# ISA PCMCIA controllers
290#pcic0	at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
291#pcic1	at isa? port 0x3e2 iomem 0xe0000 iosiz 0x4000
292#tcic0	at isa? port 0x240 iomem 0xd0000 iosiz 0x10000
293
294# PCI PCMCIA controllers
295#pcic0	at pci? dev? function ?
296
297# ISA Plug-and-Play bus support
298#isapnp0	at isa?
299
300# ISA Plug-and-Play PCMCIA controllers
301#pcic*	at isapnp?
302
303# CardBus bridge support
304cbb*		at pci? dev ? function ?
305cardslot*	at cbb?
306
307# CardBus bus support
308cardbus*	at cardslot?
309pcmcia*		at cardslot?
310
311# Coprocessor Support
312
313# Math Coprocessor support
314npx0	at isa? port 0xf0 irq 13	# x86 math coprocessor
315
316
317# Console Devices
318
319# ISA console
320#pc0	at isa? port 0x60 irq 1		# pccons generic PC console driver
321# Keyboard layout configuration for pccons
322#options 	FRENCH_KBD
323#options 	FINNISH_KBD
324#options 	GERMAN_KBD
325#options 	NORWEGIAN_KBD
326# pccons-specific options:
327#options 	XSERVER_DDB	# PF12 gets you into DDB when X is running
328#options 	XSERVER		# X server support
329
330
331# wscons
332pckbc0		at isa?			# pc keyboard controller
333pckbd*		at pckbc?		# PC keyboard
334pms*		at pckbc?		# PS/2 mouse for wsmouse
335vga0		at isa?
336vga*		at pci? dev ? function ?
337pcdisplay0	at isa?			# CGA, MDA, EGA, HGA
338wsdisplay*	at vga? console ?
339wsdisplay*	at pcdisplay? console ?
340wskbd* 		at pckbd? console ?
341wsmouse*	at pms? mux 0
342
343pcppi0		at isa?
344sysbeep0	at pcppi?
345
346# Serial Devices
347
348# PCI serial interfaces
349#com*	at puc? port ?			# 16x50s on "universal" comm boards
350#cy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
351#cz*	at pci? dev ? function ?	# Cyclades-Z multi-port serial boards
352
353# ISA Plug-and-Play serial interfaces
354#com*	at isapnp?			# Modems and serial boards
355
356# PCMCIA serial interfaces
357com*	at pcmcia? function ?		# Modems and serial cards
358
359pcmcom*	at pcmcia? function ?		# PCMCIA multi-port serial cards
360com*	at pcmcom? slave ?		# ...and the slave devices
361
362# CardBus serial interfaces
363com*	at cardbus? dev ? function ?	# Modems and serial cards
364
365# ISA serial interfaces
366#options 	COM_HAYESP		# adds Hayes ESP serial board support
367com0	at isa? port 0x3f8 irq 4	# Standard PC serial ports
368com1	at isa? port 0x2f8 irq 3
369com2	at isa? port 0x3e8 irq 5
370#com3	at isa? port 0x2e8 irq 9
371#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
372#com*	at ast? slave ?
373#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
374#boca0	at isa? port 0x100 irq 5	# BOCA 16-port serial cards (BB2016)
375#boca1	at isa? port 0x140 irq 5	# this line is also needed for BB2016
376#com*	at boca? slave ?
377#tcom0	at isa? port 0x100 irq 7	# TC-800 8-port serial cards
378#com*	at tcom? slave ?
379#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
380#com*	at rtfps? slave ?
381#cy0	at isa? iomem 0xd4000 irq 12	# Cyclades serial cards
382#addcom0 at isa? port 0x108 irq 5	# Addonics FlexPort 8S
383#com*	at addcom? slave ?
384#moxa0	at isa?	port 0x100 irq 5	# MOXA C168H serial card (experimental)
385#com*	at moxa? slave ?
386
387# MCA serial interfaces
388#com*	at mca? slot ?			# 16x50s on comm boards
389
390# Parallel Printer Interfaces
391
392# PCI parallel printer interfaces
393#lpt*	at puc? port ?			# || ports on "universal" comm boards
394
395# ISA parallel printer interfaces
396lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
397lpt1	at isa? port 0x278
398lpt2	at isa? port 0x3bc
399
400# Hardware monitors
401
402# LM7[89] and compatible hardware monitors
403#lm0	at isa?	port 0x290		# other common ports: 0x280, 0x310
404
405# VIA VT82C686A hardware monitor
406#viapm*	at pci? dev ? function ?
407#viaenv* at viapm?
408
409
410# I2O devices
411#iop*	at pci? dev ? function ?	# I/O processor
412#iopsp*	at iop? tid ?			# SCSI/FC-AL ports
413#ld*	at iop? tid ?			# block devices
414
415
416# SCSI Controllers and Devices
417
418# PCI SCSI controllers
419#adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
420#adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
421#ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
422#bha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
423#dpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
424#isp*	at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FibreChannel
425#siop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
426#pcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
427
428# EISA SCSI controllers
429#ahb*	at eisa? slot ?			# Adaptec 174[02] SCSI
430#ahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI
431#bha*	at eisa? slot ?			# BusLogic 7xx SCSI
432#dpt*	at eisa? slot ?			# DPT EATA SCSI
433#uha*	at eisa? slot ?			# UltraStor 24f SCSI
434
435# PCMCIA SCSI controllers
436aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
437esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
438
439# ISA Plug-and-Play SCSI controllers
440#aha*	at isapnp? 			# Adaptec AHA-154[02
441#aic*	at isapnp?			# Adaptec AHA-1520B
442
443# ISA SCSI controllers
444#adv0	at isa? port ? irq ? drq ?	# AdvanSys APB-514[02]
445#aha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
446#aha1	at isa? port 0x334 irq ? drq ?
447#ahc0	at isa? port ? irq ?		# Adaptec 284x SCSI
448#aic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI
449#bha0	at isa? port 0x330 irq ? drq ?	# BusLogic [457]4X SCSI
450#bha1	at isa? port 0x334 irq ? drq ?
451# The "nca" and "dpt" probes might give false hits or hang your machine.
452#dpt0	at isa? port 0x170 irq ? drq ?	# DPT SmartCache/SmartRAID
453#nca0	at isa? port 0x360 irq 15	# Port-mapped NCR 53C80 controller
454#nca1	at isa? iomem 0xd8000 irq 5	# Memory-mapped controller (T128, etc.)
455#sea0	at isa? iomem 0xc8000 irq 5	# Seagate/Future Domain SCSI
456#uha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI
457#uha1	at isa? port 0x340 irq ? drq ?
458#wds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
459#wds1	at isa? port 0x358 irq 11 drq 5
460
461# CardBus SCSI cards
462adv*	at cardbus? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
463ahc*	at cardbus? dev ? function ?	# Adaptec ADP-1480
464
465# MCA SCSI cards
466#aha*	at mca? slot ?			# Adaptec AHA-1640
467
468# SCSI bus support
469#scsibus* at adv?
470#scsibus* at adw?
471#scsibus* at aha?
472#scsibus* at ahb?
473scsibus* at ahc?
474scsibus* at aic?
475#scsibus* at bha?
476#scsibus* at dpt?
477scsibus* at esp?
478#scsibus* at iopsp?
479#scsibus* at isp?
480#scsibus* at nca?
481#scsibus* at pcscp?
482#scsibus* at sea?
483#scsibus* at siop?
484#scsibus* at uha?
485#scsibus* at wds?
486
487# SCSI devices
488sd*	at scsibus? target ? lun ?	# SCSI disk drives
489st*	at scsibus? target ? lun ?	# SCSI tape drives
490cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
491ch*	at scsibus? target ? lun ?	# SCSI autochangers
492ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
493ss*	at scsibus? target ? lun ?	# SCSI scanners
494uk*	at scsibus? target ? lun ?	# SCSI unknown
495
496
497# RAID controllers and devices
498#cac*	at eisa?			# Compaq EISA array controllers
499#cac*	at pci? dev ? function ?	# Compaq PCI array controllers
500#mlx*	at pci? dev ? function ?	# Mylex DAC960 & DEC SWXCR family
501#twe*	at pci? dev ? function ?	# 3ware Escalade RAID controllers
502
503#ld*	at cac? unit ?			# logical disk devices
504#ld*	at twe? unit ?
505#ld*	at mlx? unit ?
506
507
508# IDE and related devices
509# PCI IDE controllers - see pciide(4) for supported hardware.
510# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
511# how to set up DMA modes for this chip. This may work, or may cause
512# a machine hang with some controllers.
513pciide* at pci? dev ? function ? flags 0x0000
514
515# ISA Plug-and-Play IDE controllers
516#wdc*	at isapnp?
517
518# PCMCIA IDE controllers
519wdc*	at pcmcia? function ?
520
521# ISA ST506, ESDI, and IDE controllers
522# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
523# fall back to 16bits I/O if 32bits I/O are not functional).
524# Some controllers pass the initial 32bit test, but will fail later.
525wdc0	at isa? port 0x1f0 irq 14 flags 0x00
526wdc1	at isa? port 0x170 irq 15 flags 0x00
527
528# IDE drives
529# Flags are used only with controllers that support DMA operations
530# and mode settings (e.g. some pciide controllers)
531# The lowest order four bits (rightmost digit) of the flags define the PIO
532# mode to use, the next set of four bits the DMA mode and the third set the
533# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
534# to use, and the last bit must be 1 for this setting to be used.
535# For DMA and UDMA, 0xf (1111) means 'disable'.
536# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
537# (0xc=1100, 0xa=1010, 0xf=1111)
538# 0x0000 means "use whatever the drive claims to support".
539wd*	at wdc? channel ? drive ? flags 0x0000
540wd*	at pciide? channel ? drive ? flags 0x0000
541
542# ATAPI bus support
543atapibus* at wdc? channel ?
544atapibus* at pciide? channel ?
545
546# ATAPI devices
547# flags have the same meaning as for IDE drives.
548cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
549sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
550uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
551
552
553# Miscellaneous mass storage devices
554
555# ISA floppy
556fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
557#fdc1	at isa? port 0x370 irq ? drq ?
558fd*	at fdc? drive ?			# the drives themselves
559# some machines need you to do this instead of fd*
560#fd0	at fdc0 drive 0
561
562# ISA CD-ROM devices
563#mcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
564
565# ISA tape devices
566# note: the wt driver conflicts unpleasantly with SMC boards at the
567# same I/O address. The probe reprograms their EEPROMs. Don't
568# uncomment it unless you are actually using it.
569#wt0	at isa? port 0x308 irq 5 drq 1	# Archive and Wangtek QIC tape drives
570
571# MCA ESDI devices
572#edc*	at mca? slot ?			# IBM ESDI Disk Controllers
573#ed*	at edc?
574
575
576# Network Interfaces
577
578# PCI network interfaces
579#an*	at pci? dev ? function ?	# Aironet PC4500/PC4800 (802.11)
580#en*	at pci? dev ? function ?	# ENI/Adaptec ATM
581#ep*	at pci? dev ? function ?	# 3Com 3c59x
582ex*	at pci? dev ? function ?	# 3Com 90x[BC]
583#epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
584#esh*	at pci? dev ? function ?	# Essential HIPPI card
585#fpa*	at pci? dev ? function ?	# DEC DEFPA FDDI
586fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
587#le*	at pci? dev ? function ?	# PCnet-PCI Ethernet
588#lmc*	at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
589#ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
590#ntwoc*	at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
591#rtk*	at pci? dev ? function ?	# Realtek 8129/8139
592#sip*	at pci? dev ? function ?	# SiS 900 Ethernet
593#ti*	at pci? dev ? function ?	# Alteon ACEnic gigabit Ethernet
594#tl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
595#tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
596#vr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
597
598# EISA network interfaces
599#ep*	at eisa? slot ?			# 3Com 3c579 Ethernet
600#fea*	at eisa? slot ?			# DEC DEFEA FDDI
601#tlp*	at eisa? slot ?			# DEC DE-425 Ethernet
602
603# ISA Plug-and-Play network interfaces
604#an*	at isapnp?			# Aironet 802.11
605#ep*	at isapnp?			# 3Com 3c509 Ethernet
606#ne*	at isapnp?			# NE2000-compatible Ethernet
607#tr*	at isapnp?			# IBM/3COM TROPIC Token-Ring
608
609# PCMCIA network interfaces
610an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
611awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
612cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
613ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
614mbe*	at pcmcia? function ?		# MB8696x based Ethernet
615ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
616ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
617sm*	at pcmcia? function ?		# Megahertz Ethernet
618wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
619xi*	at pcmcia? function ?		# Xircom CreditCard Ethernet
620
621mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
622com*	at mhzc?
623sm*	at mhzc?
624
625# ISA network interfaces
626#ate0	at isa? port 0x2a0 irq ?		# AT1700
627#cs0	at isa? port 0x300 iomem ? irq ? drq ?	# CS8900 Ethernet
628#ec0	at isa? port 0x250 iomem 0xd8000 irq 9	# 3Com 3c503 Ethernet
629#eg0	at isa? port 0x280 irq 9		# 3C505 ethernet cards
630#el0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
631#ep*	at isa? port ? irq ?			# 3C509 ethernet cards
632#ef0	at isa? port 0x360 iomem 0xd0000 irq 7	# 3C507
633#ai0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN
634#fmv0	at isa? port 0x2a0 irq ?		# FMV-180 series
635#ix0	at isa? port 0x300 irq 10		# EtherExpress/16
636#iy0	at isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
637#lc0	at isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
638#depca0	at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5	# DEPCA
639#le*	at depca?
640#nele0	at isa? port 0x320 irq 9 drq 7		# NE2100
641#le*	at nele?
642#ntwoc0	at isa? port 0x300 irq 5 iomem 0xc8000 flags 1	# Riscom/N2 sync serial
643#bicc0	at isa? port 0x320 irq 10 drq 7		# BICC IsoLan
644#le*	at bicc?
645#ne0	at isa? port 0x280 irq 9		# NE[12]000 ethernet cards
646#ne1	at isa? port 0x300 irq 10
647sm0	at isa? port 0x300 irq 10		# SMC91C9x Ethernet
648#tr0	at isa? port 0xa20 iomem 0xd8000 irq ?	# IBM TROPIC based Token-Ring
649#tr1	at isa? port 0xa24 iomem 0xd0000 irq ?	# IBM TROPIC based Token-Ring
650#tr*	at isa? port ? irq ?			# 3COM TROPIC based Token-Ring
651#we0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
652#we1	at isa? port 0x300 iomem 0xcc000 irq 10
653
654# CardBus network cards
655ex*	at cardbus? dev ? function ?	# 3Com 3C575TX
656fxp*	at cardbus? dev ? function ?	# Intel i8255x
657rtk*	at cardbus? dev ? function ?	# Realtek 8129/8139
658tlp*	at cardbus? dev ? function ?	# DECchip 21143
659
660# MCA network cards
661#elmc*	at mca? slot ?			# 3Com EtherLink/MC (3c523)
662#ep*	at mca? slot ?			# 3Com EtherLink III (3c529)
663#we*	at mca? slot ?			# WD/SMC Ethernet
664#ate*	at mca? slot ?			# Allied Telesis AT1720
665#ne*	at mca? slot ?			# Novell NE/2 and clones
666#tr*	at mca? slot ?			# IBM Token Ring adapter
667#le*	at mca? slot ?			# SKNET Personal/MC2+
668
669# MII/PHY support
670dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
671exphy*	at mii? phy ?			# 3Com internal PHYs
672icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
673inphy*	at mii? phy ?			# Intel 82555 PHYs
674iophy*	at mii? phy ?			# Intel 82553 PHYs
675lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
676nsphy*	at mii? phy ?			# NS83840 PHYs
677nsphyter* at mii? phy ?			# NS83843 PHYs
678qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
679sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
680tlphy*	at mii? phy ?			# ThunderLAN PHYs
681tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
682ukphy*	at mii? phy ?			# generic unknown PHYs
683
684
685# USB Controller and Devices
686
687# PCI USB controllers
688ohci*	at pci?	dev ? function ?	# Open Host Controller
689uhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
690
691# CardBus USB controllers
692ohci*	at cardbus? dev ? function ?	# Open Host Controller
693
694# USB bus support
695usb*	at ohci?
696usb*	at uhci?
697
698# USB Hubs
699uhub*	at usb?
700uhub*	at uhub? port ? configuration ? interface ?
701
702# USB HID device
703uhidev*	at uhub? port ? configuration ? interface ?
704
705# USB Mice
706ums*	at uhidev? reportid ?
707wsmouse*	at ums? mux 0
708
709# USB Keyboards
710ukbd*	at uhidev? reportid ?
711wskbd*	at ukbd? console ? mux 1
712
713# USB Generic HID devices
714uhid*	at uhidev? reportid ?
715
716# USB Printer
717ulpt*	at uhub? port ? configuration ? interface ?
718
719# USB Modem
720umodem*	at uhub? port ? configuration ?
721ucom*	at umodem?
722
723# USB Mass Storage
724umass*	at uhub? port ? configuration ? interface ?
725atapibus* at umass? channel ?
726scsibus* at umass? channel ?
727
728# USB audio
729uaudio*	at uhub? port ? configuration ?
730
731# USB MIDI
732umidi* at uhub? port ? configuration ?
733
734# USB Ethernet adapters
735aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
736cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
737kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
738
739# Prolofic PL2301/PL2302 host-to-host adapter
740upl*	at uhub? port ?
741
742# Serial adapters
743# FTDI FT8U100AX serial adapter
744uftdi*	at uhub? port ?
745ucom*	at uftdi? portno ?
746
747uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
748ucom*	at uplcom? portno ?
749
750umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
751ucom*	at umct? portno ?
752
753# Diamond Multimedia Rio 500
754urio*	at uhub? port ?
755
756# USB Handspring Visor
757uvisor*	at uhub? port ?
758ucom*	at uvisor?
759
760# USB scanners
761uscanner* at uhub? port ?
762
763# USB scanners that use SCSI emulation, e.g., HP5300
764usscanner* at uhub? port ?
765scsibus* at usscanner? channel ?
766
767# Y@P firmware loader
768uyap* at uhub? port ?
769
770# USB Generic driver
771ugen*	at uhub? port ?
772
773
774# Audio Devices
775
776# PCI audio devices
777auich*	at pci? dev ? function ?	# Intel ICH integrated AC'97 Audio
778auvia*	at pci? dev ? function ?	# VIA VT82C686A integrated AC'97 Audio
779clcs*	at pci? dev ? function ?	# Cirrus Logic CS4280
780clct*	at pci? dev ? function ?	# Cirrus Logic CS4281
781cmpci*	at pci? dev ? function ?	# C-Media CMI8338/8738
782eap*	at pci? dev ? function ?	# Ensoniq AudioPCI
783emuxki*	at pci? dev ? function ?	# Creative SBLive! and PCI512
784esa*	at pci? dev ? function ?	# ESS Allegro-1 / Maestro-3 PCI Audio
785esm*	at pci? dev ? function ?	# ESS Maestro-1/2/2e PCI Audio Accelerator
786eso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
787fms*	at pci? dev ? function ?	# Forte Media FM801
788neo*	at pci? dev ? function ?	# NeoMagic 256 AC'97 Audio
789sv*	at pci? dev ? function ?	# S3 SonicVibes
790yds*	at pci? dev ? function ?	# Yamaha DS-1 PCI Audio
791
792# ISA Plug-and-Play audio devices
793#ess*	at isapnp?			# ESS Tech ES1887, ES1888, ES888 audio
794#guspnp*	at isapnp?			# Gravis Ultra Sound PnP audio
795#sb*	at isapnp?			# SoundBlaster-compatible audio
796#wss*	at isapnp?			# Windows Sound System
797#ym*	at isapnp?			# Yamaha OPL3-SA3 audio
798
799# ISA audio devices
800# the "aria" probe might give false hits
801#aria0	at isa? port 0x290 irq 10 		# Aria
802#ess0	at isa? port 0x220 irq 5 drq 1 drq2 5	# ESS 18XX
803#gus0	at isa? port 0x220 irq 7 drq 1 drq2 6	# Gravis Ultra Sound
804#pas0	at isa? port 0x220 irq 7 drq 1		# ProAudio Spectrum
805#pss0	at isa? port 0x220 irq 7 drq 6		# Personal Sound System
806#sp0	at pss0 port 0x530 irq 10 drq 0		# 	sound port driver
807sb0	at isa? port 0x220 irq 5 drq 1 drq2 5	# SoundBlaster
808wss0	at isa? port 0x530 irq 10 drq 0	drq2 1	# Windows Sound System
809
810# PCMCIA audio devices
811esl*	at pcmcia? function ?			# ESS 1688 AudioDrive
812
813#cms0	at isa? port 0x220			# Creative Music System
814
815# OPL[23] FM synthesizers
816#opl0	at isa? port 0x388	# use only if not attached to sound card
817opl*	at cmpci? flags 1
818opl*	at esl?
819opl*	at eso?
820#opl*	at ess?
821opl*	at fms?
822opl*	at sb?
823opl*	at sv?
824opl*	at wss?
825opl*	at yds?
826#opl*	at ym?
827
828# Audio support
829#audio*	at aria?
830audio*	at auich?
831audio*	at auvia?
832audio*	at clcs?
833audio*	at clct?
834audio*	at cmpci?
835audio*	at eap?
836audio*	at emuxki?
837audio*	at esa?
838audio*	at esl?
839audio*	at esm?
840audio*	at eso?
841#audio*	at ess?
842audio*	at fms?
843#audio*	at gus?
844#audio*	at guspnp?
845audio*	at neo?
846#audio*	at pas?
847audio*	at sb?
848#audio*	at sp?
849audio*	at sv?
850audio*	at uaudio?
851audio*	at wss?
852audio*	at yds?
853#audio*	at ym?
854
855# MPU 401 UARTs
856#mpu*	at isa? port 0x330 irq 9	# MPU401 or compatible card
857mpu*	at cmpci?
858mpu*	at eso?
859mpu*	at fms?
860mpu*	at sb?
861mpu*	at yds?
862#mpu*	at ym?
863
864# MIDI support
865midi*	at clcs?		# Cirrus Logic CS4280 MIDI port
866#midi*	at clct?		# Cirrus Logic CS4281 MIDI port
867#midi*	at cms?			# Creative Music System
868midi*	at eap?			# 137[01] MIDI port
869midi*	at mpu?			# MPU 401
870midi*	at opl?			# OPL FM synth
871midi*	at pcppi?		# MIDI interface to the PC speaker
872midi*	at sb?			# SB1 MIDI port
873midi*	at umidi?		# USB MIDI
874
875# The spkr driver provides a simple tone interface to the built in speaker.
876#spkr0	at pcppi?		# PC speaker
877
878
879# TV cards
880
881# Brooktree 848/849/878/879 based TV cards
882#bktr* at pci? dev ? function ?
883
884
885# Mice
886
887# ISA busmice
888#lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
889#lms1	at isa? port 0x238 irq 5
890#mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
891#mms1	at isa? port 0x238 irq 5
892#wsmouse*	at lms? mux 0
893#wsmouse*	at mms? mux 0
894# backwards compatible versions
895#olms0	at isa? port 0x23c irq 5	# Logitech bus mouse
896#olms1	at isa? port 0x238 irq 5
897#omms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
898#omms1	at isa? port 0x238 irq 5
899
900
901# Joysticks
902
903#joy*	at pnpbios? index ?		# Game port
904
905# ISA Plug-and-Play joysticks
906#joy*	at isapnp?			# Game ports (usually on audio cards)
907
908# PCI joysticks
909#joy*	at pci?				# Game ports (usually on audio cards)
910
911# ISA joysticks. Probe is a little strange; add only if you have one.
912#joy0	at isa? port 0x201
913
914
915# Miscellaneous Devices
916
917# Planetconnect Satellite receiver driver.
918#satlink0 at isa? port 0x300 drq 1
919
920
921# Pull in optional local configuration
922include	"arch/i386/conf/GENERIC.local"
923
924
925# Pseudo-Devices
926
927# disk/mass storage pseudo-devices
928pseudo-device	ccd		4	# concatenated/striped disk devices
929#pseudo-device	raid		4	# RAIDframe disk driver
930#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
931pseudo-device	md		1	# memory disk device (ramdisk)
932pseudo-device	vnd		4	# disk-like interface to files
933
934# network pseudo-devices
935pseudo-device	bpfilter	8	# Berkeley packet filter
936pseudo-device	ipfilter		# IP filter (firewall) and NAT
937pseudo-device	loop			# network loopback
938pseudo-device	ppp		2	# Point-to-Point Protocol
939pseudo-device	sl		2	# Serial Line IP
940pseudo-device	strip		2	# Starmode Radio IP (Metricom)
941pseudo-device	tun		2	# network tunneling over tty
942pseudo-device	gre		2	# generic L3 over IP tunnel
943pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
944#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
945#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
946pseudo-device	vlan			# IEEE 802.1q encapsulation
947pseudo-device	bridge			# simple inter-network bridging
948
949# miscellaneous pseudo-devices
950pseudo-device	pty			# pseudo-terminals
951pseudo-device	tb		1	# tablet line discipline
952pseudo-device	sequencer	1	# MIDI sequencer
953# rnd works; RND_COM does not on port i386 yet.
954pseudo-device	rnd			# /dev/random and in-kernel generator
955#options 	RND_COM			# use "com" randomness as well (BROKEN)
956
957# a pseudo device needed for Coda	# also needs CODA (above)
958pseudo-device	vcoda		4	# coda minicache <-> venus comm.
959
960# mouse & keyboard multiplexor pseudo-devices
961pseudo-device	wsmux
962