1 1.70 soren # $NetBSD: CARDBUS,v 1.70 2002/10/19 20:32:48 soren Exp $ 2 1.1 haya # 3 1.70 soren # CARDBUS: GENERIC + CardBus support 4 1.24 thorpej 5 1.70 soren include "arch/i386/conf/GENERIC" 6 1.70 soren 7 1.70 soren # Following makes ARMADA M700's happy 8 1.48 mcr #options RBUS_MIN_START=0x20000000 9 1.48 mcr #options RBUS_IO_BASE=0x600 10 1.48 mcr #options RBUS_IO_SIZE=0x100 11 1.48 mcr 12 1.16 jhawk # Configure PCI using BIOS information 13 1.24 thorpej options PCIBIOS # PCI BIOS support 14 1.16 jhawk #options PCIBIOSVERBOSE # PCI BIOS verbose info 15 1.24 thorpej options PCIBIOS_ADDR_FIXUP # fixup PCI I/O addresses 16 1.24 thorpej options PCIBIOS_BUS_FIXUP # fixup PCI bus numbering 17 1.24 thorpej options PCIBIOS_INTR_FIXUP # fixup PCI interrupt routing 18 1.18 soda #options PCIBIOS_IRQS_HINT=0x0a00 # PCI interrupts hint. IRQ 9 or 11 19 1.24 thorpej options PCIBIOS_INTR_GUESS # see pcibios(4) 20 1.16 jhawk #options PCIINTR_DEBUG # super-verbose PCI interrupt fixup 21 1.70 soren 22 1.70 soren # Cardbus bridges 23 1.48 mcr ppb* at cardbus? dev ? function ? # Cardbus-PCI bridges (www.magma.com) 24 1.70 soren 25 1.70 soren # CardBus bridge support 26 1.16 jhawk cbb* at pci? dev ? function ? 27 1.46 lukem cardslot* at cbb? 28 1.70 soren 29 1.1 haya # CardBus bus support 30 1.1 haya cardbus* at cardslot? 31 1.1 haya pcmcia* at cardslot? 32 1.70 soren 33 1.13 joda # CardBus serial interfaces 34 1.13 joda com* at cardbus? dev ? function ? # Modems and serial cards 35 1.70 soren 36 1.16 jhawk # CardBus SCSI cards 37 1.51 augustss adv* at cardbus? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI 38 1.16 jhawk ahc* at cardbus? dev ? function ? # Adaptec ADP-1480 39 1.70 soren 40 1.4 joda # CardBus network cards 41 1.5 augustss ex* at cardbus? dev ? function ? # 3Com 3C575TX 42 1.5 augustss fxp* at cardbus? dev ? function ? # Intel i8255x 43 1.16 jhawk rtk* at cardbus? dev ? function ? # Realtek 8129/8139 44 1.7 thorpej tlp* at cardbus? dev ? function ? # DECchip 21143 45 1.70 soren 46 1.2 augustss # CardBus USB controllers 47 1.70 soren ehci* at cardbus? dev ? function ? # Enhanced Host Controller 48 1.5 augustss ohci* at cardbus? dev ? function ? # Open Host Controller 49 1.1 haya 50 1.40 lukem # PCMCIA audio devices 51 1.70 soren esl* at pcmcia? function ? # ESS 1688 AudioDrive 52 1.70 soren 53 1.16 jhawk # OPL[23] FM synthesizers 54 1.40 lukem opl* at esl? 55