From 9d93d25c0eaa787d926ecbbef45f6a216d99f7fe Mon Sep 17 00:00:00 2001 From: yongari Date: Fri, 12 Dec 2008 01:26:11 +0000 Subject: 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 hidden-powers DOT com> MFC after: 3 days --- sys/dev/vr/if_vr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/vr/if_vr.c b/sys/dev/vr/if_vr.c index f700acf..4641409 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, -- cgit v1.1