From owner-cvs-all Mon Mar 8 17:58:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A84114FA9; Mon, 8 Mar 1999 17:58:33 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA87209; Mon, 8 Mar 1999 17:58:19 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Message-Id: <199903090158.RAA87209@freefall.freebsd.org> From: Bill Paul Date: Mon, 8 Mar 1999 17:58:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_tl.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/03/08 17:58:18 PST Modified files: (Branch: RELENG_2_2) sys/pci if_tl.c Log: Add missing ETHER_NEXT_MULTI() in tl_setmulti(). This was causing all three of the perfect filter entries to have the same address assigned, as well as one bit in the hash table. This bug isn't present in 3.x; the multicast code is different. Pointed out by: Mark Taylor Revision Changes Path 1.16.2.9 +3 -2 src/sys/pci/if_tl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message