K 10 svn:author V 5 wpaul K 8 svn:date V 27 1999-06-16T16:27:30.000000Z K 7 svn:log V 324 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. END