Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jan 2006 01:32:54 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 89241 for review
Message-ID:  <200601060132.k061WsbV063453@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=89241

Change 89241 by imp@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601060132.k061WsbV063453>