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