BNX2X: Correct bringing chip out of reset

Fixed bug: Wrong register was written to when bringing the chip out of
reset.

[ Bump driver version and release date -DaveM ]

Signed-off-by: Eliezer Tamir <eliezert@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Eliezer Tamir and committed by David S. Miller 619c714c 475959d4

+3 -3
+3 -3
drivers/net/bnx2x.c
··· 63 #include "bnx2x.h" 64 #include "bnx2x_init.h" 65 66 - #define DRV_MODULE_VERSION "1.42.3" 67 - #define DRV_MODULE_RELDATE "2008/3/9" 68 #define BNX2X_BC_VER 0x040200 69 70 /* Time in jiffies before concluding the transmitter is hung. */ ··· 6153 func, mode); 6154 REG_WR(bp, GRCBASE_MISC + MISC_REGISTERS_RESET_REG_1_SET, 6155 0xffffffff); 6156 - REG_WR(bp, GRCBASE_MISC + MISC_REGISTERS_RESET_REG_1_SET, 6157 0xfffc); 6158 bnx2x_init_block(bp, MISC_COMMON_START, MISC_COMMON_END); 6159
··· 63 #include "bnx2x.h" 64 #include "bnx2x_init.h" 65 66 + #define DRV_MODULE_VERSION "1.42.4" 67 + #define DRV_MODULE_RELDATE "2008/4/9" 68 #define BNX2X_BC_VER 0x040200 69 70 /* Time in jiffies before concluding the transmitter is hung. */ ··· 6153 func, mode); 6154 REG_WR(bp, GRCBASE_MISC + MISC_REGISTERS_RESET_REG_1_SET, 6155 0xffffffff); 6156 + REG_WR(bp, GRCBASE_MISC + MISC_REGISTERS_RESET_REG_2_SET, 6157 0xfffc); 6158 bnx2x_init_block(bp, MISC_COMMON_START, MISC_COMMON_END); 6159