Problem on Interrupt Handling

Venu Gopal Krishna Vemula (vvgkrishna_78@yahoo.com)
Wed, 8 Aug 2001 23:50:34 -0700 (PDT)


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/