aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPyun YongHyeon <yongari@FreeBSD.org>2008-12-12 01:26:11 +0000
committerPyun YongHyeon <yongari@FreeBSD.org>2008-12-12 01:26:11 +0000
commit4a51e7bfd5f252673aa1df09123915b6c0b8bf8d (patch)
tree74cac1b9630c3c030df0c0e28cbb8fd5cced25aa /sys
parent7d5336f0a2b3d55541f26492751169c0f0f16164 (diff)
downloadsrc-4a51e7bfd5f252673aa1df09123915b6c0b8bf8d.tar.gz
src-4a51e7bfd5f252673aa1df09123915b6c0b8bf8d.zip
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
Notes
Notes: svn path=/head/; revision=185962
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/vr/if_vr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vr/if_vr.c b/sys/dev/vr/if_vr.c
index f700acf776db..46414099fa90 100644
--- a/sys/dev/vr/if_vr.c
+++ b/sys/dev/vr/if_vr.c
@@ -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,