LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Distributions (https://www.linuxquestions.org/questions/linux-distributions-5/)
-   -   Unable to hit IRQ4 Serial Port Interrupt (https://www.linuxquestions.org/questions/linux-distributions-5/unable-to-hit-irq4-serial-port-interrupt-48605/)

sinux 03-06-2003 03:38 PM

Unable to hit IRQ4 Serial Port Interrupt
 
Hi All,

I am in process of writing a serial port driver on x86 on linux.
For some reason whenever i send some data to serial port
my IRQ4 interrupt handler is not being invoked.

1) I used register_irq(..) , register my interrupt handler , which
returns success.

2) On opening /proc/interupt file i see IRQ 4 registered by my driver ,though there is not even a single hit.

3) I have set IER(Interrupt Enable Register) low four bits to 1 to enable all serial port interrupts.

Please Suggest

Thanks
Sanjay

Proud 03-06-2003 03:46 PM

Double posting is against the rules you recently agreed to when becoming a member.


All times are GMT -5. The time now is 09:43 PM.