commit | 7947b20ebae785ba25154aa1a9a00a98a22de75a | [log] [tgz] |
---|---|---|
author | Michael Chan <mchan@broadcom.com> | Mon Jun 04 21:17:10 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Jun 07 13:38:36 2007 -0700 |
tree | 6e9076d1d28c3ba12f5483a56129d6bd812fe240 | |
parent | 7244d545c123ff33a3a5bff7fcb96a07778c32d1 [diff] |
[BNX2]: Fix netdev watchdog on 5708. There's a bug in the driver that only initializes half of the context memory on the 5708. Surprisingly, this works most of the time except for some occasional netdev watchdogs when sending a lot of 64-byte packets. The fix is to add the missing code to initialize the 2nd halves of all context memory. Signed-off-by: Michael Chan <mchan@broadcom.com> Acked-by: Jeff Garzik <jeff@garzik.org> Signed-off-by: David S. Miller <davem@davemloft.net>