svn commit: r257045 - head/sys/dev/uart
Aleksandr Rybalko
ray at FreeBSD.org
Thu Oct 24 09:27:07 UTC 2013
Author: ray
Date: Thu Oct 24 09:27:06 2013
New Revision: 257045
URL: http://svnweb.freebsd.org/changeset/base/257045
Log:
Fix crossed fingers output. Only comment changed.
Modified:
head/sys/dev/uart/uart_dev_imx.c
Modified: head/sys/dev/uart/uart_dev_imx.c
==============================================================================
--- head/sys/dev/uart/uart_dev_imx.c Thu Oct 24 07:43:35 2013 (r257044)
+++ head/sys/dev/uart/uart_dev_imx.c Thu Oct 24 09:27:06 2013 (r257045)
@@ -189,7 +189,7 @@ imx_uart_bus_attach(struct uart_softc *s
(void)imx_uart_bus_getsig(sc);
- /* XXX workaround to have working console on manut prompt */
+ /* XXX workaround to have working console on mount prompt */
if (sc->sc_sysdev != NULL && sc->sc_sysdev->type == UART_DEV_CONSOLE){
DIS(bas, UCR4, DREN);
} else {
More information about the svn-src-all
mailing list