PERFORCE change 89241 for review

Warner Losh imp at FreeBSD.org
Thu Jan 5 17:32:56 PST 2006


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

Change 89241 by imp at imp_Speedy on 2006/01/06 01:31:57

	Nits

Affected files ...

.. //depot/projects/arm/src/sys/arm/at91/if_ate.c#11 edit

Differences ...

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

@@ -469,6 +469,7 @@
 	 * turned off, there's no DMA to worry about after this write.
 	 */
 	WR4(sc, ETH_CTL, ETH_CTL_MPE);
+	printf("Writing MPE: Readback is %#x\n", RD4(sc, ETH_CTL));
 
 	/*
 	 * Turn off all the configured options and revert to defaults.
@@ -581,7 +582,7 @@
 {
 	struct ate_softc *sc;
 	int val;
-	
+
 	/*
 	 * XXX if we implement agressive power savings, then we need
 	 * XXX to make sure that the clock to the emac is on here


More information about the p4-projects mailing list