From owner-cvs-all Wed Jun 16 9:27:54 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 1839E15578; Wed, 16 Jun 1999 09:27:34 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA40060; Wed, 16 Jun 1999 09:27:33 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199906161627.JAA40060@freefall.freebsd.org> From: Bill Paul Date: Wed, 16 Jun 1999 09:27:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_mx.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/06/16 09:27:33 PDT Modified files: sys/pci if_mx.c Log: Grrr! The PNIC II's multicast hash table is only 128 bits wide, not 512 like the original PNIC and the MX98715A (from which the PNIC II is derived). This requires special handling. Save the card type, and in mx_calchash(), if we see that the card is a PNIC, return only the low 7 bits of the hash instead of the low 9 bits. Revision Changes Path 1.19 +45 -20 src/sys/pci/if_mx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message