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)
commit19680c4850c1e5c2b4371388637c7ce86b8570b6
treee280a0a8de89dfb9996086a7dd12db48c0596035
parentd4766692e72422f3b0f0e9ac6773d92baad07d51
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