]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Grrr! The PNIC II's multicast hash table is only 128 bits wide, not 512
authorwpaul <wpaul@FreeBSD.org>
Wed, 16 Jun 1999 16:27:30 +0000 (16:27 +0000)
committerwpaul <wpaul@FreeBSD.org>
Wed, 16 Jun 1999 16:27:30 +0000 (16:27 +0000)
commit7982ba2bb49629ee5f7bae21f471e1c1145165d0
tree3fa0921f648037b8b4b6fab344ee0f40a5aacbf0
parente44ff62d384f14b4e19ee57b580fe95798be7e69
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.
sys/pci/if_mx.c