xref: /netbsd-src/sys/arch/i386/conf/CARDBUS (revision d48f14661dda8638fee055ba15d35bdfb29b9fa8)
1# $NetBSD: CARDBUS,v 1.76 2005/12/11 12:17:40 christos Exp $
2#
3#	CARDBUS: GENERIC + CardBus support
4
5include 	"arch/i386/conf/GENERIC"
6
7# Following makes ARMADA M700's happy
8#options 	RBUS_MIN_START=0x20000000
9#options 	RBUS_IO_BASE=0x600
10#options 	RBUS_IO_SIZE=0x100
11
12# Configure PCI using BIOS information
13options 	PCIBIOS			# PCI BIOS support
14#options 	PCIBIOSVERBOSE		# PCI BIOS verbose info
15#options 	PCIBIOS_IRQS_HINT=0x0a00 # PCI interrupts hint. IRQ 9 or 11
16options 	PCIBIOS_INTR_GUESS	# see pcibios(4)
17#options 	PCIINTR_DEBUG		# super-verbose PCI interrupt fixup
18
19# PCI fixups, for both PCIBIOS and ACPI
20options 	PCI_ADDR_FIXUP		# fixup PCI I/O addresses
21options 	PCI_BUS_FIXUP		# fixup PCI bus numbering
22options 	PCI_INTR_FIXUP		# fixup PCI interrupt routing
23
24 # Cardbus bridges
25ppb*	at cardbus? function ?	# Cardbus-PCI bridges (www.magma.com)
26
27 # CardBus bridge support
28cbb*		at pci? dev ? function ?
29cardslot*	at cbb?
30
31# CardBus bus support
32cardbus*	at cardslot?
33pcmcia*		at cardslot?
34
35# CardBus serial interfaces
36com*	at cardbus? function ?	# Modems and serial cards
37
38# CardBus SCSI cards
39adv*	at cardbus? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
40ahc*	at cardbus? function ?	# Adaptec ADP-1480
41njs*	at cardbus? function ?	# Workbit NinjaSCSI-32
42
43# CardBus network cards
44ath*	at cardbus? function ?	# Atheros 5210/5211/5212 802.11
45atw*	at cardbus? function ?	# ADMtek ADM8211 (802.11)
46ex*	at cardbus? function ?	# 3Com 3C575TX
47fxp*	at cardbus? function ?	# Intel i8255x
48rtk*	at cardbus? function ?	# Realtek 8129/8139
49tlp*	at cardbus? function ?	# DECchip 21143
50
51# CardBus USB controllers
52ehci*	at cardbus? function ?	# Enhanced Host Controller
53ohci*	at cardbus? function ?	# Open Host Controller
54
55# PCMCIA audio devices
56esl*	at pcmcia? function ?		# ESS 1688 AudioDrive
57
58# OPL[23] FM synthesizers
59opl*	at esl?
60