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