PERFORCE change 94279 for review

Warner Losh imp at FreeBSD.org
Wed Mar 29 23:28:41 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=94279

Change 94279 by imp at imp_Speedy on 2006/03/29 23:27:49

	This really screws things up.  Not sure *WHY* it would, but it
	does.

Affected files ...

.. //depot/projects/arm/src/sys/arm/at91/uart_dev_at91usart.c#20 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/at91/uart_dev_at91usart.c#20 (text+ko) ====

@@ -436,7 +436,7 @@
 		ipend |= SER_INT_TXIDLE;
 	if (csr & USART_CSR_ENDTX && sc->sc_txbusy)
 		ipend |= SER_INT_TXIDLE;
-	if (csr & (USART_CSR_RXRDY | USART_CSR_ENDRX | USART_CSR_TIMEOUT))
+	if (csr & (USART_CSR_RXRDY /* | USART_CSR_ENDRX | USART_CSR_TIMEOUT */))
 		ipend |= SER_INT_RXREADY;
 	if (csr & USART_CSR_RXBRK) {
 		unsigned int cr = USART_CR_RSTSTA;


More information about the p4-projects mailing list