Home | History | Annotate | Line # | Download | only in conf
CARDBUS revision 1.78
      1  1.78     itohy # $NetBSD: CARDBUS,v 1.78 2006/10/01 09:53:08 itohy 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.18      soda #options 	PCIBIOS_IRQS_HINT=0x0a00 # PCI interrupts hint. IRQ 9 or 11
     16  1.24   thorpej options 	PCIBIOS_INTR_GUESS	# see pcibios(4)
     17  1.16     jhawk #options 	PCIINTR_DEBUG		# super-verbose PCI interrupt fixup
     18  1.74    sekiya 
     19  1.74    sekiya # PCI fixups, for both PCIBIOS and ACPI
     20  1.74    sekiya options 	PCI_ADDR_FIXUP		# fixup PCI I/O addresses
     21  1.74    sekiya options 	PCI_BUS_FIXUP		# fixup PCI bus numbering
     22  1.74    sekiya options 	PCI_INTR_FIXUP		# fixup PCI interrupt routing
     23  1.70     soren  
     24  1.70     soren  # Cardbus bridges
     25  1.75  drochner ppb*	at cardbus? function ?	# Cardbus-PCI bridges (www.magma.com)
     26  1.70     soren  
     27  1.70     soren  # CardBus bridge support
     28  1.16     jhawk cbb*		at pci? dev ? function ?
     29  1.46     lukem cardslot*	at cbb?
     30  1.70     soren  
     31   1.1      haya # CardBus bus support
     32   1.1      haya cardbus*	at cardslot?
     33   1.1      haya pcmcia*		at cardslot?
     34  1.70     soren  
     35  1.13      joda # CardBus serial interfaces
     36  1.75  drochner com*	at cardbus? function ?	# Modems and serial cards
     37  1.70     soren  
     38  1.16     jhawk # CardBus SCSI cards
     39  1.75  drochner adv*	at cardbus? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
     40  1.75  drochner ahc*	at cardbus? function ?	# Adaptec ADP-1480
     41  1.75  drochner njs*	at cardbus? function ?	# Workbit NinjaSCSI-32
     42  1.70     soren  
     43  1.77     itohy # CardBus IDE controllers
     44  1.78     itohy njata*	at cardbus? function ? flags 0x01	# Workbit NinjaATA-32
     45  1.77     itohy 
     46   1.4      joda # CardBus network cards
     47  1.75  drochner ath*	at cardbus? function ?	# Atheros 5210/5211/5212 802.11
     48  1.75  drochner atw*	at cardbus? function ?	# ADMtek ADM8211 (802.11)
     49  1.75  drochner ex*	at cardbus? function ?	# 3Com 3C575TX
     50  1.75  drochner fxp*	at cardbus? function ?	# Intel i8255x
     51  1.75  drochner rtk*	at cardbus? function ?	# Realtek 8129/8139
     52  1.75  drochner tlp*	at cardbus? function ?	# DECchip 21143
     53  1.70     soren  
     54   1.2  augustss # CardBus USB controllers
     55  1.75  drochner ehci*	at cardbus? function ?	# Enhanced Host Controller
     56  1.75  drochner ohci*	at cardbus? function ?	# Open Host Controller
     57   1.1      haya 
     58  1.40     lukem # PCMCIA audio devices
     59  1.70     soren esl*	at pcmcia? function ?		# ESS 1688 AudioDrive
     60  1.70     soren  
     61  1.16     jhawk # OPL[23] FM synthesizers
     62  1.40     lukem opl*	at esl?
     63