From owner-cvs-all Thu Aug 23 11:23: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ECB2337B401; Thu, 23 Aug 2001 11:22:55 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NIMtj28036; Thu, 23 Aug 2001 11:22:55 -0700 (PDT) (envelope-from wpaul) Message-Id: <200108231822.f7NIMtj28036@freefall.freebsd.org> From: Bill Paul Date: Thu, 23 Aug 2001 11:22:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_ste.c if_stereg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wpaul 2001/08/23 11:22:55 PDT Modified files: sys/pci if_ste.c if_stereg.h Log: Fix a bug in the ste_setmulti() routine. The NIC has 4 16-bit multicast hash registers, not 2 32-bit ones. This would prevent the multicasr filter from being programmed correctly in some cases. Revision Changes Path 1.28 +10 -6 src/sys/pci/if_ste.c 1.8 +4 -2 src/sys/pci/if_stereg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message