PERFORCE change 100106 for review

Warner Losh imp at FreeBSD.org
Tue Jun 27 00:42:25 UTC 2006


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

Change 100106 by imp at imp_lighthouse on 2006/06/27 00:42:05

	This is the wrong thing to enable.

Affected files ...

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

Differences ...

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

@@ -386,7 +386,6 @@
 	WR4(&sc->sc_bas, PDC_TPR, addr);
 	WR4(&sc->sc_bas, PDC_TCR, sc->sc_txdatasz);
 	WR4(&sc->sc_bas, PDC_PTCR, PDC_PTCR_TXTEN);
-	WR4(&sc->sc_bas, USART_IER, USART_CSR_TXRDY);
 	uart_unlock(sc->sc_hwmtx);
 	if (device_get_unit(sc->sc_dev))
 	    device_printf(sc->sc_dev, "transmit %d bytes\n", sc->sc_txdatasz);


More information about the p4-projects mailing list