Date: Wed, 16 Jun 1999 09:27:33 -0700 (PDT) From: Bill Paul <wpaul@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_mx.c Message-ID: <199906161627.JAA40060@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906161627.JAA40060>
