commit | fe5f098055ed7f701bfb16f8f87378cf67de9a0e | [log] [tgz] |
---|---|---|
author | Breno Leitao <leitao@linux.vnet.ibm.com> | Thu Aug 26 08:27:58 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 26 14:09:14 2010 -0700 |
tree | 522d231c37c12afe7b0b76a8fe252094ce49b189 | |
parent | bfc960a8eec023a170a80697fe65157cd4f44f81 [diff] |
qlge: reset the chip before freeing the buffers Qlge is freeing the buffers before stopping the card DMA, and this can cause some severe error, as a EEH event on PPC. This patch just stop the card and then free the resources. Signed-off-by: Breno Leitao <leitao@linux.vnet.ibm.com> Signed-off-by: Ron Mercer <ron.mercer@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>