http://bugzilla.kernel.org/show_bug.cgi?id=7304
--- Comment #51 from Dominik Brodowski <[email protected]> 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/[email protected]/msg02903.html http://www.mail-archive.com/[email protected]/msg02904.html http://www.mail-archive.com/[email protected]/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. _______________________________________________ Linux PCMCIA reimplementation list http://lists.infradead.org/mailman/listinfo/linux-pcmcia
