55 lines
1.7 KiB
Plaintext
55 lines
1.7 KiB
Plaintext
# $NetBSD: CARDBUS,v 1.70 2002/10/19 20:32:48 soren Exp $
|
|
#
|
|
# CARDBUS: GENERIC + CardBus support
|
|
|
|
include "arch/i386/conf/GENERIC"
|
|
|
|
# Following makes ARMADA M700's happy
|
|
#options RBUS_MIN_START=0x20000000
|
|
#options RBUS_IO_BASE=0x600
|
|
#options RBUS_IO_SIZE=0x100
|
|
|
|
# Configure PCI using BIOS information
|
|
options PCIBIOS # PCI BIOS support
|
|
#options PCIBIOSVERBOSE # PCI BIOS verbose info
|
|
options PCIBIOS_ADDR_FIXUP # fixup PCI I/O addresses
|
|
options PCIBIOS_BUS_FIXUP # fixup PCI bus numbering
|
|
options PCIBIOS_INTR_FIXUP # fixup PCI interrupt routing
|
|
#options PCIBIOS_IRQS_HINT=0x0a00 # PCI interrupts hint. IRQ 9 or 11
|
|
options PCIBIOS_INTR_GUESS # see pcibios(4)
|
|
#options PCIINTR_DEBUG # super-verbose PCI interrupt fixup
|
|
|
|
# Cardbus bridges
|
|
ppb* at cardbus? dev ? function ? # Cardbus-PCI bridges (www.magma.com)
|
|
|
|
# CardBus bridge support
|
|
cbb* at pci? dev ? function ?
|
|
cardslot* at cbb?
|
|
|
|
# CardBus bus support
|
|
cardbus* at cardslot?
|
|
pcmcia* at cardslot?
|
|
|
|
# CardBus serial interfaces
|
|
com* at cardbus? dev ? function ? # Modems and serial cards
|
|
|
|
# CardBus SCSI cards
|
|
adv* at cardbus? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
|
|
ahc* at cardbus? dev ? function ? # Adaptec ADP-1480
|
|
|
|
# CardBus network cards
|
|
ex* at cardbus? dev ? function ? # 3Com 3C575TX
|
|
fxp* at cardbus? dev ? function ? # Intel i8255x
|
|
rtk* at cardbus? dev ? function ? # Realtek 8129/8139
|
|
tlp* at cardbus? dev ? function ? # DECchip 21143
|
|
|
|
# CardBus USB controllers
|
|
ehci* at cardbus? dev ? function ? # Enhanced Host Controller
|
|
ohci* at cardbus? dev ? function ? # Open Host Controller
|
|
|
|
# PCMCIA audio devices
|
|
esl* at pcmcia? function ? # ESS 1688 AudioDrive
|
|
|
|
# OPL[23] FM synthesizers
|
|
opl* at esl?
|