![]() | |||||||||||||
Messages in this thread |
Matthew Clark said... >(b) if it shouldn't have a unique number do I have to share the >interrupt (with the usb controller) or can I change it to >another address (by writing to the config space?)? >If I have to share it how do I do this- (my card will generate a >lot of interrupt traffic)?. Assuming i386 >From my limited knowledge about the IRQ handling subsystems, you would call arch/i386/irq.c:request_irq() with the appropriate flags, ie SA_SHIRQ and any others you may require. I *think* you might also be able to do dev->irq = irq_num and then do your request_irq() but you might require a bit of voodoo inbetween. Regards, Zwane Mwaikambo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2005-03-22 12:12 [W:0.247 / U:0.000 seconds] ©2003-2008 Jasper Spaans | |||||||||||||