PERFORCE change 101900 for review

Kevin Lo kevlo at FreeBSD.org
Wed Jul 19 05:58:09 UTC 2006


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

Change 101900 by kevlo at kevlo_monet on 2006/07/19 05:58:04

	As cognet@ mentioned, use 0 as a reg shift.

Affected files ...

.. //depot/projects/arm/src/sys/arm/xscale/ixp425/uart_bus_ixp425.c#2 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/xscale/ixp425/uart_bus_ixp425.c#2 (text+ko) ====

@@ -71,7 +71,7 @@
 	sc->sc_sysdev = SLIST_FIRST(&uart_sysdevs);
 	sc->sc_class = &uart_ns8250_class;
 	bcopy(&sc->sc_sysdev->bas, &sc->sc_bas, sizeof(sc->sc_bas));
-	return(uart_bus_probe(dev, 2, IXP425_UART_FREQ, 0, 0));
+	return(uart_bus_probe(dev, 0, IXP425_UART_FREQ, 0, 0));
 }
 
 


More information about the p4-projects mailing list