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 UART(Serial communication Controller) has
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,
[EMAIL PROTECTED]


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

Reply via email to