PERFORCE change 93121 for review

Warner Losh imp at FreeBSD.org
Sat Mar 11 01:59:33 GMT 2006


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

Change 93121 by imp at imp_Speedy on 2006/03/10 21:18:11

	A little less debug in the mornin'

Affected files ...

.. //depot/projects/arm/src/sys/arm/at91/if_ate.c#40 edit
.. //depot/projects/arm/src/sys/arm/at91/if_atereg.h#8 edit

Differences ...

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

@@ -586,7 +586,7 @@
 	status = RD4(sc, ETH_ISR);
 	if (status == 0)
 		return;
-	printf("status is %x IT IS %x %x\n", status, RD4(sc, ETH_RSR), RD4(sc, ETH_CTL));
+//	printf("status is %x IT IS %x %x\n", status, RD4(sc, ETH_RSR), RD4(sc, ETH_CTL));
 
 	if (status & ETH_ISR_RCOM) {
 		bus_dmamap_sync(sc->rx_desc_tag, sc->rx_desc_map,

==== //depot/projects/arm/src/sys/arm/at91/if_atereg.h#8 (text+ko) ====



More information about the p4-projects mailing list