commit | a5dac108d57072eec4d6745f32c162524509f2cb | [log] [tgz] |
---|---|---|
author | Eddie Wai <waie@broadcom.com> | Wed Nov 24 13:48:54 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 28 10:47:19 2010 -0800 |
tree | e5177d7c181866ecea357ef1a9c0109d7ca39b90 | |
parent | 19eb5cc559f716dc98ce03a5bad6030fdc71e897 [diff] |
bnx2: Fix reset bug on 5709 The 5709 chip requires the BNX2_MISC_NEW_CORE_CTL_DMA_ENABLE bit to be cleared and polling for pending DMAs to complete before chip reset. Without this step, we've seen NMIs during repeated resets of the chip. Signed-off-by: Eddie Wai <waie@broadcom.com> Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>