]> git.baikalelectronics.ru Git - kernel.git/commit
bnx2x: FW (bootcode) interface fixes
authorEilon Greenstein <eilong@broadcom.com>
Wed, 13 Aug 2008 22:47:33 +0000 (15:47 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Aug 2008 23:01:13 +0000 (16:01 -0700)
commitd86d124e2fa8219b73050e316195c41a1aac8b46
treee280a0a8de89dfb9996086a7dd12db48c0596035
parentb9d895bdb3059c2d9a7a58a47c2ec964e52cb082
bnx2x: FW (bootcode) interface fixes

FW (bootcode) interface fixes
- Making sure that the device will not cause kernel panic of the
  bootcode is corrupted or missing
- Removing module debug parameter "nomcp" since no one should work
  without the bootcode (this is a left over from the chip bring up days)
- Instead of waiting fix amount of time for bootcode response, sample it
  every 10ms (usually the answer is ready after less than 10ms)

Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bnx2x_main.c