LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Interrupts (https://www.linuxquestions.org/questions/linux-newbie-8/interrupts-684249/)

mrchsreddy 11-18-2008 01:38 AM

Interrupts
 
Hi!
I am writing Pci Driver
I Have to work with interrupts
what are all the configs for handling interrupts in driver
thanks in adv

pinniped 11-18-2008 06:04 PM

All you have to do is register an irq handler. See the book by Rubini, Corbet, Kroah-Hartman, Device Drivers for Linux, 3rd ed. If you're writing a PCI driver you need to be familiar with the Linux driver framework.

pixellany 11-18-2008 06:27 PM

Quote:

Originally Posted by mrchsreddy (Post 3345976)
Hi!
I am writing Pci Driver
I Have to work with interrupts
what are all the configs for handling interrupts in driver
thanks in adv

This sounds a bit like homework....

Please tell us a bit more about what kind of driver you are writing and what kind of interrupts you need to handle. eg--is it possible that you really need to handle events?


All times are GMT -5. The time now is 01:02 AM.