Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 726 → Rev 727

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