linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Serial driver doesn't handle FIFO error ?
@ 2007-02-14  1:42 Alex Shinkin
  0 siblings, 0 replies; only message in thread
From: Alex Shinkin @ 2007-02-14  1:42 UTC (permalink / raw)
  To: linux-kernel

Hi all .

I am working on serial communication protocol for an x86 industrial platform ,
namely Advantech PCM 5825 CPU board + PCM 3618 RS232/485  communication board.
Tried 2.4.33 and 2.6.18...20 kernels .

After investigating some incoming data corruption I noticed that
sometimes the status value that has been read from LSR  contains the
"FIFO error" bit set ( 0x80 ) . I did not find a code that handle this
condition , there is no even such bit mask defined in serial_reg.h .
BTW I have this bit set even if all other error bits in LSR are 0  (
frame error etc.) .
Is there any reason for not to handle the "FIFO error " bit ?
Or it is just because the situation is very rare ?

Any comments appreciated .
Thanks .

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-14  1:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-14  1:42 Serial driver doesn't handle FIFO error ? Alex Shinkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).