Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Dec 2008 01:26:12 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r185962 - head/sys/dev/vr
Message-ID:  <200812120126.mBC1QCrF082455@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



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