Problem on Interrupt Handling

From: Venu Gopal Krishna Vemula (vvgkrishna_78@yahoo.com)
Date: Thu Aug 09 2001 - 01:50:34 EST


Hi,
         I am developing a linux device driver for a
serial communication adapter which is based on
interrrupt driven IO, top half handles registering the
Immediate task queue, bottom half performs the actual
task

     But after some time 'RxFull' interrupts are not
comming. This is happening after I got an interrupt
which tells "CPU not responding, RFIFO is FULL".
                ALl other types interrupts(includes TxEmpty and
Modem interrupts) are Ok... The above problem is
solving when ISR0 (interrupt status register which
contains RXtype interrupts) and enable ISR0, RxFull
interrupt is again comming .

     In my UART(Serial communication Controller,)
RxFull has high priority and then TxEmpty.Both RxFull
and TxEmpty share same IRQ line. No other device is
sharing the IRQ line.

I would appreciate if you can help solving this
problem.

regards,
Vvgkrishna_78@yahoo.com

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
-
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/



This archive was generated by hypermail 2b29 : Wed Aug 15 2001 - 21:00:23 EST