Subject: ACPI_PCI_FIXUP support for cardbus
To: Takayoshi Kochi <kochi@NetBSD.org>
From: Alicia da Conceicao <alicia@engine.ca>
List: port-i386
Date: 01/27/2004 21:36:04
Greetings:
Previously whenever I enabled cardbus and PCIBIOS_ADDR_FIXUP in
my kernel, it would cause a kernel panic. When PCIBIOS_ADDR_FIXUP
is turned off in the kernel I get:
===================================================================
cbb0 at pci1 dev 3 function 0: Ricoh 5C475 PCI-CardBus bridge (rev. 0xb8) (chipflags 2)
cbb0: NOT USED because of unconfigured interrupt
===================================================================
The auich0 (audio), piixide0, fxp0 (ethernet), fwochi0 (firewire),
uhci0/uhci1/uhci2/ehci0 (usb), etc. are all able to use "ioapic0"
(with ACPI_PCI_FIXUP) to obtain their interrupts.
Unfortunately, there does not appear to be any "ioapic" and
ACPI_PCI_FIXUP support for cardbus.
Any suggestions as to what can be done to enable ACPI_PCI_FIXUP
support for cardbus?
Thanks in advance.
Alicia.