PERFORCE change 109415 for review

Sam Leffler sam at FreeBSD.org
Tue Nov 7 04:12:15 UTC 2006


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

Change 109415 by sam at sam_ebb on 2006/11/07 04:11:19

	don't lump carrier sense errors into oerrors; not meaningful

Affected files ...

.. //depot/projects/arm/src/sys/arm/xscale/ixp425/if_npe.c#7 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/xscale/ixp425/if_npe.c#7 (text+ko) ====

@@ -682,8 +682,7 @@
 	      be32toh(ns->RxOverrunDiscards)
 	    + be32toh(ns->RxUnderflowEntryDiscards);
 
-	ifp->if_oerrors += be32toh(ns->dot3StatsCarrierSenseErrors)
-		+ be32toh(ns->dot3StatsInternalMacTransmitErrors)
+	ifp->if_oerrors += be32toh(ns->dot3StatsInternalMacTransmitErrors)
 		+ be32toh(ns->TxVLANIdFilterDiscards)
 		;
 	ifp->if_ierrors += be32toh(ns->dot3StatsFCSErrors)


More information about the p4-projects mailing list