Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Mar 2006 21:19:11 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 93121 for review
Message-ID:  <200603102119.k2ALJBvX033938@repoman.freebsd.org>

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

Change 93121 by imp@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) ====




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