[Bug 7304] no PCI irq, Cardbus support disabled

bugzilla-daemon at bugzilla.kernel.org bugzilla-daemon at bugzilla.kernel.org
Sat Mar 6 09:07:50 EST 2010


http://bugzilla.kernel.org/show_bug.cgi?id=7304





--- Comment #51 from Dominik Brodowski <linux at brodo.de>  2010-03-06 14:07:42 ---
Hm, it looks to me that the PCI IRQ pins are routed to IRQ #11. So what about
trying out (at first) some workaround: Could you replace the line in
drivers/pcmcia/yenta_socket.c - function yenta_probe() which states:
    socket->cb_irq = dev->irq;
with:
    socket->cb_irq = 11;
?

Also, some quite new patches (see:
http://www.mail-archive.com/linux-pcmcia@lists.infradead.org/msg02903.html
http://www.mail-archive.com/linux-pcmcia@lists.infradead.org/msg02904.html
http://www.mail-archive.com/linux-pcmcia@lists.infradead.org/msg02906.html
) which currently are only for some TI bridge might be generalized to work also
in other cases where the PCI IRQ is 0. I'll dig into that later.

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the linux-pcmcia mailing list