svn commit: r186117 - in releng/7.1/sys: . contrib/pf dev/cxgb dev/vr

Pyun YongHyeon yongari at FreeBSD.org
Mon Dec 15 05:59:52 UTC 2008


Author: yongari
Date: Mon Dec 15 05:59:52 2008
New Revision: 186117
URL: http://svn.freebsd.org/changeset/base/186117

Log:
  MFC r185962:
    It seems there are still issues on multicast perfect filtering.
    Disable it until I find spare time to analyze the issue.
  
  Approved by:	re (kensmith)

Modified:
  releng/7.1/sys/   (props changed)
  releng/7.1/sys/contrib/pf/   (props changed)
  releng/7.1/sys/dev/cxgb/   (props changed)
  releng/7.1/sys/dev/vr/if_vr.c

Modified: releng/7.1/sys/dev/vr/if_vr.c
==============================================================================
--- releng/7.1/sys/dev/vr/if_vr.c	Mon Dec 15 05:54:27 2008	(r186116)
+++ releng/7.1/sys/dev/vr/if_vr.c	Mon Dec 15 05:59:52 2008	(r186117)
@@ -133,7 +133,7 @@ static struct vr_type {
 	    0,
 	    "VIA VT6105 Rhine III 10/100BaseTX" },
 	{ VIA_VENDORID, VIA_DEVICEID_RHINE_III_M,
-	    VR_Q_CSUM | VR_Q_CAM,
+	    VR_Q_CSUM,
 	    "VIA VT6105M Rhine III 10/100BaseTX" },
 	{ DELTA_VENDORID, DELTA_DEVICEID_RHINE_II,
 	    VR_Q_NEEDALIGN,


More information about the svn-src-all mailing list