cvs commit: src/sys/arm/at91 uart_dev_at91usart.c
Olivier Houchard
cognet at FreeBSD.org
Thu Jul 20 21:03:43 UTC 2006
cognet 2006-07-20 21:03:43 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 uart_dev_at91usart.c
Log:
Fix ALT_BREAK_TO_DEBUGGER on the AT91 :
The core uart code expects the receive method to actually puts the
characters read into its buffers. For AT91, it's done in the ipend routine,
so also check if we have the alternate break sequence here.
MFC after: 3 days
Revision Changes Path
1.9 +20 -5 src/sys/arm/at91/uart_dev_at91usart.c
More information about the cvs-src
mailing list