Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 727 → Rev 726

/shark/trunk/drivers/serial/scomirq.c
204,7 → 204,8
 
void RBRF_handler (unsigned port) /* Receive Data Register Full */
{
SCom_Access.indication(port, com_read(port, RBR));
while ((com_read(port,LSR) & 1) != 0)
SCom_Access.indication(port, com_read(port, RBR));
}
 
void LSR_handler (unsigned port) /* break = 8, frame = 4, parity = 2, RBR overrun = 1*/