PERFORCE change 92610 for review

Warner Losh imp at FreeBSD.org
Wed Mar 1 10:35:23 PST 2006


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

Change 92610 by imp at imp_Speedy on 2006/03/01 18:34:24

	More debug.

Affected files ...

.. //depot/projects/arm/src/sys/arm/at91/at91_pmc.c#13 edit

Differences ...

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

@@ -186,7 +186,7 @@
 	else
 		while ((RD4(sc, PMC_SCSR) & clk->pmc_mask) == clk->pmc_mask)
 			continue;
-	printf("Done!\n");
+	printf("Done SCSR is now: %#x!\n", RD4(sc, PMC_SCSR));
 }
 
 static void
@@ -202,7 +202,7 @@
 	else
 		while ((RD4(sc, PMC_PCSR) & clk->pmc_mask) == clk->pmc_mask)
 			continue;
-	printf("Done!\n");
+	printf("Done PCSR is now: %#x!\n", RD4(sc, PMC_PCSR));
 }
 
 struct at91_pmc_clock *


More information about the p4-projects mailing list