Module Name:    src
Committed By:   martin
Date:           Tue Sep  9 10:06:47 UTC 2014

Modified Files:
        src/sys/dev/ic: dwc_gmac.c

Log Message:
Remove debug printf, now that MII status changes work


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ic/dwc_gmac.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/ic/dwc_gmac.c
diff -u src/sys/dev/ic/dwc_gmac.c:1.3 src/sys/dev/ic/dwc_gmac.c:1.4
--- src/sys/dev/ic/dwc_gmac.c:1.3	Tue Sep  9 10:04:19 2014
+++ src/sys/dev/ic/dwc_gmac.c	Tue Sep  9 10:06:47 2014
@@ -39,7 +39,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(1, "$NetBSD: dwc_gmac.c,v 1.3 2014/09/09 10:04:19 martin Exp $");
+__KERNEL_RCSID(1, "$NetBSD: dwc_gmac.c,v 1.4 2014/09/09 10:06:47 martin Exp $");
 
 #include "opt_inet.h"
 
@@ -603,8 +603,6 @@ dwc_gmac_miibus_statchg(struct ifnet *if
 	struct dwc_gmac_softc * const sc = ifp->if_softc;
 	struct mii_data * const mii = &sc->sc_mii;
 
-printf("dwc_gmac_miibus_statchg called\n");
-
 	/*
 	 * Set MII or GMII interface based on the speed
 	 * negotiated by the PHY.                                           

Reply via email to