CARDBUS revision 1.74
11.74Ssekiya# $NetBSD: CARDBUS,v 1.74 2005/06/21 08:19:25 sekiya Exp $
21.1Shaya#
31.70Ssoren#	CARDBUS: GENERIC + CardBus support
41.24Sthorpej
51.70Ssoreninclude 	"arch/i386/conf/GENERIC"
61.70Ssoren 
71.70Ssoren# Following makes ARMADA M700's happy
81.48Smcr#options 	RBUS_MIN_START=0x20000000
91.48Smcr#options 	RBUS_IO_BASE=0x600
101.48Smcr#options 	RBUS_IO_SIZE=0x100
111.48Smcr
121.16Sjhawk# Configure PCI using BIOS information
131.24Sthorpejoptions 	PCIBIOS			# PCI BIOS support
141.16Sjhawk#options 	PCIBIOSVERBOSE		# PCI BIOS verbose info
151.18Ssoda#options 	PCIBIOS_IRQS_HINT=0x0a00 # PCI interrupts hint. IRQ 9 or 11
161.24Sthorpejoptions 	PCIBIOS_INTR_GUESS	# see pcibios(4)
171.16Sjhawk#options 	PCIINTR_DEBUG		# super-verbose PCI interrupt fixup
181.74Ssekiya
191.74Ssekiya# PCI fixups, for both PCIBIOS and ACPI
201.74Ssekiyaoptions 	PCI_ADDR_FIXUP		# fixup PCI I/O addresses
211.74Ssekiyaoptions 	PCI_BUS_FIXUP		# fixup PCI bus numbering
221.74Ssekiyaoptions 	PCI_INTR_FIXUP		# fixup PCI interrupt routing
231.70Ssoren 
241.70Ssoren # Cardbus bridges
251.48Smcrppb*	at cardbus? dev ? function ?	# Cardbus-PCI bridges (www.magma.com)
261.70Ssoren 
271.70Ssoren # CardBus bridge support
281.16Sjhawkcbb*		at pci? dev ? function ?
291.46Slukemcardslot*	at cbb?
301.70Ssoren 
311.1Shaya# CardBus bus support
321.1Shayacardbus*	at cardslot?
331.1Shayapcmcia*		at cardslot?
341.70Ssoren 
351.13Sjoda# CardBus serial interfaces
361.13Sjodacom*	at cardbus? dev ? function ?	# Modems and serial cards
371.70Ssoren 
381.16Sjhawk# CardBus SCSI cards
391.51Saugustssadv*	at cardbus? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
401.16Sjhawkahc*	at cardbus? dev ? function ?	# Adaptec ADP-1480
411.73Sitohynjs*	at cardbus? dev ? function ?	# Workbit NinjaSCSI-32
421.70Ssoren 
431.4Sjoda# CardBus network cards
441.72Sdyoungath*	at cardbus? dev ? function ?	# Atheros 5210/5211/5212 802.11
451.71Sdyoungatw*	at cardbus? dev ? function ?	# ADMtek ADM8211 (802.11)
461.5Saugustssex*	at cardbus? dev ? function ?	# 3Com 3C575TX
471.5Saugustssfxp*	at cardbus? dev ? function ?	# Intel i8255x
481.16Sjhawkrtk*	at cardbus? dev ? function ?	# Realtek 8129/8139
491.7Sthorpejtlp*	at cardbus? dev ? function ?	# DECchip 21143
501.70Ssoren 
511.2Saugustss# CardBus USB controllers
521.70Ssorenehci*	at cardbus? dev ? function ?	# Enhanced Host Controller
531.5Saugustssohci*	at cardbus? dev ? function ?	# Open Host Controller
541.1Shaya
551.40Slukem# PCMCIA audio devices
561.70Ssorenesl*	at pcmcia? function ?		# ESS 1688 AudioDrive
571.70Ssoren 
581.16Sjhawk# OPL[23] FM synthesizers
591.40Slukemopl*	at esl?
60