svn commit: r185962 - head/sys/dev/vr

Pyun YongHyeon yongari at FreeBSD.org
Thu Dec 11 17:26:12 PST 2008


Author: yongari
Date: Fri Dec 12 01:26:11 2008
New Revision: 185962
URL: http://svn.freebsd.org/changeset/base/185962

Log:
  It seems there are still issues on multicast perfect filtering.
  Disable it until I find spare time to analyze the issue.
  
  Reported by:	Goran Lowkrantz <glz <> hidden-powers DOT com>
  MFC after:	3 days

Modified:
  head/sys/dev/vr/if_vr.c

Modified: head/sys/dev/vr/if_vr.c
==============================================================================
--- head/sys/dev/vr/if_vr.c	Fri Dec 12 01:08:28 2008	(r185961)
+++ head/sys/dev/vr/if_vr.c	Fri Dec 12 01:26:11 2008	(r185962)
@@ -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