CARDBUS revision 1.56
1#	$NetBSD: CARDBUS,v 1.56 2002/04/17 02:22:48 mycroft 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#ident		"CARDBUS-$Revision: 1.56 $"
12
13maxusers	32		# estimated number of users
14
15# CPU support.  At least one is REQUIRED.
16options 	I386_CPU
17options 	I486_CPU
18options 	I586_CPU
19options 	I686_CPU
20
21# CPU-related options.
22options 	MATH_EMULATE	# floating point emulation
23options 	VM86		# virtual 8086 emulation
24options 	USER_LDT	# user-settable LDT; used by WINE
25# eliminate delay no-ops in I/O; recommended on all but very old machines
26#options 	DUMMY_NOPS
27
28options 	MTRR		# memory-type range register syscall support
29
30# delay between "rebooting ..." message and hardware reset, in milliseconds
31#options 	CPURESET_DELAY=2000
32
33# This option allows you to force a serial console at the specified
34# I/O address.   see console(4) for details.
35#options 	CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=57600
36#	you don't want the option below ON iff you are using the
37#	serial console option of the new boot strap code.
38#options 	CONS_OVERRIDE	# Always use above! independent of boot info
39
40# The following options override the memory sizes passed in from the boot
41# block.  Use them *only* if the boot block is unable to determine the correct
42# values.  Note that the BIOS may *correctly* report less than 640k of base
43# memory if the extended BIOS data area is located at the top of base memory
44# (as is the case on most recent systems).
45#options 	REALBASEMEM=639		# size of base memory (in KB)
46#options 	REALEXTMEM=15360	# size of extended memory (in KB)
47
48# following makes ARMADA M700's happy
49#options 	RBUS_MIN_START=0x20000000
50#options 	RBUS_IO_BASE=0x600
51#options 	RBUS_IO_SIZE=0x100
52
53# Standard system options
54
55options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
56options 	INSECURE	# disable kernel security levels
57
58options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
59options 	NTP		# NTP phase/frequency locked loop
60
61options 	KTRACE		# system call tracing via ktrace(1)
62
63options 	SYSVMSG		# System V-like message queues
64options 	SYSVSEM		# System V-like semaphores
65#options 	SEMMNI=10	# number of semaphore identifiers
66#options 	SEMMNS=60	# number of semaphores in system
67#options 	SEMUME=10	# max number of undo entries per process
68#options 	SEMMNU=30	# number of undo structures in system
69options 	SYSVSHM		# System V-like memory sharing
70#options 	SHMMAXPGS=1024	# 1024 pages is the default
71
72options 	LKM		# loadable kernel modules
73
74#options 	USERCONF	# userconf(4) support
75#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
76
77# Diagnostic/debugging support options
78#options 	DIAGNOSTIC	# expensive kernel consistency checks
79#options 	DEBUG		# expensive debugging checks/support
80#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
81options 	DDB		# in-kernel debugger
82options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
83#options 	KGDB		# remote debugger
84#options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
85#makeoptions	DEBUG="-g"	# compile full symbol table
86
87# Compatibility options
88options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
89options 	COMPAT_09	# NetBSD 0.9,
90options 	COMPAT_10	# NetBSD 1.0,
91options 	COMPAT_11	# NetBSD 1.1,
92options 	COMPAT_12	# NetBSD 1.2,
93options 	COMPAT_13	# NetBSD 1.3,
94options 	COMPAT_14	# NetBSD 1.4,
95options 	COMPAT_15	# NetBSD 1.5,
96options 	COMPAT_43	# and 4.3BSD
97options 	COMPAT_386BSD_MBRPART # recognize old partition ID
98#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
99
100options 	COMPAT_SVR4	# binary compatibility with SVR4
101options 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
102options 	COMPAT_LINUX	# binary compatibility with Linux
103options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
104#options 	COMPAT_MACH	# binary compatibility with Mach binaries
105#options 	EXEC_MACHO	# exec MACH-O binaries
106#options 	COMPAT_PECOFF	# kernel support to run Win32 apps
107
108# File systems
109file-system 	FFS		# UFS
110file-system 	EXT2FS		# second extended file system (linux)
111file-system 	LFS		# log-structured file system
112file-system 	MFS		# memory file system
113file-system 	NFS		# Network File System client
114file-system 	NTFS		# Windows/NT file system (experimental)
115file-system 	CD9660		# ISO 9660 + Rock Ridge file system
116file-system 	MSDOSFS		# MS-DOS file system
117file-system 	FDESC		# /dev/fd
118file-system 	KERNFS		# /kern
119file-system 	NULLFS		# loopback file system
120file-system 	OVERLAY		# overlay file system
121file-system 	PORTAL		# portal filesystem (still experimental)
122file-system 	PROCFS		# /proc
123file-system 	UMAPFS		# NULLFS + uid and gid remapping
124file-system 	UNION		# union file system
125file-system	CODA		# Coda File System; also needs vcoda (below)
126
127# File system options
128options 	QUOTA		# UFS quotas
129#options 	FFS_EI		# FFS Endian Independent support
130options 	SOFTDEP		# FFS soft updates support.
131options 	NFSSERVER	# Network File System server
132#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
133				# immutable) behave as system flags.
134
135# Networking options
136#options 	GATEWAY		# packet forwarding
137options 	INET		# IP + ICMP + TCP + UDP
138options 	INET6		# IPV6
139#options 	IPSEC		# IP security
140#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
141#options 	IPSEC_DEBUG	# debug for IP security
142#options 	MROUTING	# IP multicast routing
143options 	NS		# XNS
144#options 	NSIP		# XNS tunneling over IP
145options 	ISO,TPIP	# OSI
146#options 	EON		# OSI tunneling over IP
147options 	CCITT,LLC,HDLC	# X.25
148options 	NETATALK	# AppleTalk networking protocols
149options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
150options 	PPP_DEFLATE	# Deflate compression support for PPP
151options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
152options 	PFIL_HOOKS	# pfil(9) packet filter hooks
153options 	IPFILTER_LOG	# ipmon(8) log support
154#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
155
156# These options enable verbose messages for several subsystems.
157# Warning, these may compile large string tables into the kernel!
158#options 	EISAVERBOSE	# verbose EISA device autoconfig messages
159options 	MIIVERBOSE	# verbose PHY autoconfig messages
160options 	PCIVERBOSE	# verbose PCI device autoconfig messages
161#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
162#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
163options 	SCSIVERBOSE	# human readable SCSI error messages
164options 	USBVERBOSE	# verbose USB device autoconfig messages
165#options 	PNPBIOSVERBOSE	# verbose PnP BIOS messages
166#options 	PNPBIOSDEBUG	# more fulsome PnP BIOS debugging messages
167#options 	I2OVERBOSE	# verbose I2O driver messages
168#options 	MCAVERBOSE	# verbose MCA device autoconfig messages
169
170options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
171
172#
173# wscons options
174#
175# builtin terminal emulations
176#options 	WSEMUL_SUN		# sun terminal emulation
177options 	WSEMUL_VT100		# VT100 / VT220 emulation
178# different kernel output - see dev/wscons/wsdisplayvar.h
179options 	WS_KERNEL_FG=WSCOL_GREEN
180#options 	WS_KERNEL_BG=WSCOL_BLACK
181# compatibility to other console drivers
182options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
183options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
184options 	WSDISPLAY_COMPAT_USL		# VT handling
185options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
186# see dev/pckbc/wskbdmap_mfii.c for implemented layouts
187#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
188# allocate a number of virtual screens at autoconfiguration time
189#options 	WSDISPLAY_DEFAULTSCREENS=4
190# use a large software cursor that doesn't blink
191options 	PCDISPLAY_SOFTCURSOR
192# modify the screen type of the console; defaults to "80x25"
193#options 	VGA_CONSOLE_SCREENTYPE="\"80x24\""
194
195# Kernel root file system and dump configuration.
196config		netbsd	root on ? type ?
197#config		netbsd	root on sd0a type ffs
198#config		netbsd	root on ? type nfs
199
200#
201# Device configuration
202#
203
204mainbus0 at root
205
206#apm0	at mainbus0			# Advanced power management
207
208# Tuning for power management, see apm(4) for more details.
209#options 	APM_NO_IDLE		# Don't call BIOS CPU idle function
210#options 	APM_V10_ONLY		# Use only the APM 1.0 calls
211#options 	APM_NO_POWEROFF		# Don't power off on halt(8)
212#options 	APM_POWER_PRINT		# Print stats on the console
213#options 	APM_DISABLE_INTERRUPTS=0 # Don't disable interrupts
214
215
216# Basic Bus Support
217
218# Plug-and-Play BIOS and attached devices
219
220#pnpbios*	at mainbus?
221
222# mainboard audio chips
223#ess*		at pnpbios? index ?	# ESS AudioDrive
224#sb*		at pnpbios? index ?	# NeoMagic 256AV in sb mode
225#wss*		at pnpbios? index ?	# NeoMagic 256AV in wss mode
226#ym*		at pnpbios? index ?	# OPL3-SA3
227
228# com port
229# If enabled, consider changing "com0", "com1", and "com2" under "ISA Serial
230# Interfaces" to "com*", otherwise com2 will attach at pnpbios? and there
231# will be no com0.  A side effect is pcmcia (and other) com? previously
232# starting at com3 may attach as com1 or com2.
233#com*		at pnpbios? index ?	# serial ports
234
235# parallel port
236# The above "com*" comments apply, cf. "lpt0" under "ISA parallel
237# "printer interfaces".
238#lpt*		at pnpbios? index ?	# parallel ports
239
240#pckbc*		at pnpbios? index ?	# PC keyboard/mouse controller
241#fdc*		at pnpbios? index ?	# floppy controller
242
243# IDE controller on Toshiba Portege 3000 series (crippled PCI device)
244#pciide*	at pnpbios? index ?
245
246# PCI bus support
247pci*	at mainbus? bus ?
248pci*	at pchb? bus ?
249pci*	at ppb? bus ?
250
251# Configure PCI using BIOS information
252options 	PCIBIOS			# PCI BIOS support
253#options 	PCIBIOSVERBOSE		# PCI BIOS verbose info
254options 	PCIBIOS_ADDR_FIXUP	# fixup PCI I/O addresses
255options 	PCIBIOS_BUS_FIXUP	# fixup PCI bus numbering
256options 	PCIBIOS_INTR_FIXUP	# fixup PCI interrupt routing
257#options 	PCIBIOS_IRQS_HINT=0x0a00 # PCI interrupts hint. IRQ 9 or 11
258options 	PCIBIOS_INTR_GUESS	# see pcibios(4)
259#options 	PCIINTR_DEBUG		# super-verbose PCI interrupt fixup
260
261# PCI bridges
262pchb*	at pci? dev ? function ?	# PCI-Host bridges
263#pceb*	at pci? dev ? function ?	# PCI-EISA bridges
264pcib*	at pci? dev ? function ?	# PCI-ISA bridges
265#pcmb*	at pci? dev ? function ?	# PCI-MCA bridges
266ppb*	at pci? dev ? function ?	# PCI-PCI bridges
267ppb*	at cardbus? dev ? function ?	# Cardbus-PCI bridges (www.magma.com)
268# XXX 'puc's aren't really bridges, but there's no better place for them here
269puc*	at pci? dev ? function ?	# PCI "universal" comm. cards
270
271# EISA bus support
272#eisa*	at mainbus?
273#eisa*	at pceb?
274
275# ISA bus support
276isa0	at mainbus?
277#isa0	at pceb?
278isa0	at pcib?
279
280# PCMCIA bus support
281#pcmcia*	at pcic? controller ? socket ?
282#pcmcia*	at tcic? controller ? socket ?
283
284# MCA bus support
285#mca0	at mainbus?
286
287# ISA PCMCIA controllers
288#pcic0	at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
289#pcic1	at isa? port 0x3e2 iomem 0xe0000 iosiz 0x4000
290#tcic0	at isa? port 0x240 iomem 0xd0000 iosiz 0x10000
291
292# PCI PCMCIA controllers
293#pcic0	at pci? dev? function ?
294
295# ISA Plug-and-Play bus support
296#isapnp0	at isa?
297
298# ISA Plug-and-Play PCMCIA controllers
299#pcic*	at isapnp?
300
301# CardBus bridge support
302cbb*		at pci? dev ? function ?
303cardslot*	at cbb?
304
305# CardBus bus support
306cardbus*	at cardslot?
307pcmcia*		at cardslot?
308
309# Coprocessor Support
310
311# Math Coprocessor support
312npx0	at isa? port 0xf0 irq 13	# x86 math coprocessor
313
314
315# Console Devices
316
317# ISA console
318#pc0	at isa? port 0x60 irq 1		# pccons generic PC console driver
319# Keyboard layout configuration for pccons
320#options 	FRENCH_KBD
321#options 	FINNISH_KBD
322#options 	GERMAN_KBD
323#options 	NORWEGIAN_KBD
324# pccons-specific options:
325#options 	XSERVER_DDB	# PF12 gets you into DDB when X is running
326#options 	XSERVER		# X server support
327
328
329# wscons
330pckbc0		at isa?			# pc keyboard controller
331pckbd*		at pckbc?		# PC keyboard
332# "opms" should not be enabled together with "pms"
333pms*		at pckbc?		# PS/2 mouse for wsmouse
334#opms*		at pckbc?		# backwards compatible PS/2 mouse
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#opms0	at pc? irq 12		# PS/2 auxiliary port mouse
900
901
902# Joysticks
903
904#joy*	at pnpbios? index ?		# Game port
905
906# ISA Plug-and-Play joysticks
907#joy*	at isapnp?			# Game ports (usually on audio cards)
908
909# PCI joysticks
910#joy*	at pci?				# Game ports (usually on audio cards)
911
912# ISA joysticks. Probe is a little strange; add only if you have one.
913#joy0	at isa? port 0x201
914
915
916# Miscellaneous Devices
917
918# Planetconnect Satellite receiver driver.
919#satlink0 at isa? port 0x300 drq 1
920
921
922# Pull in optional local configuration
923include	"arch/i386/conf/GENERIC.local"
924
925
926# Pseudo-Devices
927
928# disk/mass storage pseudo-devices
929pseudo-device	ccd		4	# concatenated/striped disk devices
930#pseudo-device	raid		4	# RAIDframe disk driver
931#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
932pseudo-device	md		1	# memory disk device (ramdisk)
933pseudo-device	vnd		4	# disk-like interface to files
934
935# network pseudo-devices
936pseudo-device	bpfilter	8	# Berkeley packet filter
937pseudo-device	ipfilter		# IP filter (firewall) and NAT
938pseudo-device	loop			# network loopback
939pseudo-device	ppp		2	# Point-to-Point Protocol
940pseudo-device	sl		2	# Serial Line IP
941pseudo-device	strip		2	# Starmode Radio IP (Metricom)
942pseudo-device	tun		2	# network tunneling over tty
943pseudo-device	gre		2	# generic L3 over IP tunnel
944pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
945#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
946#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
947pseudo-device	vlan			# IEEE 802.1q encapsulation
948pseudo-device	bridge			# simple inter-network bridging
949
950# miscellaneous pseudo-devices
951pseudo-device	pty			# pseudo-terminals
952pseudo-device	tb		1	# tablet line discipline
953pseudo-device	sequencer	1	# MIDI sequencer
954# rnd works; RND_COM does not on port i386 yet.
955pseudo-device	rnd			# /dev/random and in-kernel generator
956#options 	RND_COM			# use "com" randomness as well (BROKEN)
957
958# a pseudo device needed for Coda	# also needs CODA (above)
959pseudo-device	vcoda		4	# coda minicache <-> venus comm.
960
961# mouse & keyboard multiplexor pseudo-devices
962pseudo-device	wsmux
963