]> git.baikalelectronics.ru Git - kernel.git/commit
[TG3]: Fix 5761 PXEboot crash
authorMatt Carlson <mcarlson@broadcom.com>
Tue, 13 Nov 2007 05:07:01 +0000 (21:07 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Nov 2007 05:07:01 +0000 (21:07 -0800)
commit7fa0d07bdfa520426321bcde8643a6f382225ec7
treed9d2f437169fee2d45b4d051a84c1f47043645bc
parent3853abe4f1776f70a60e0c025b0a21807f26193e
[TG3]: Fix 5761 PXEboot crash

When 5761 devices boot the machine using PXEboot, PXE leaves the device
active when it terminates.  The tg3 driver has code to detect this
condition and resets the device during initialization.  On 5761 devices,
device resets involve sending a driver state update message to the APE
on the 5761.  However, during this initialization stage, communications
to the APE registers have not yet been set up.  The driver then
dereferences a NULL pointer and crashes the machine.  The fix is to move
the APE register access setup earlier in the initialization code to
cover this condition.

Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c