diff options
author | Kashyap, Desai <kashyap.desai@lsi.com> | 2009-05-29 07:16:07 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-06-09 18:29:06 -0400 |
commit | e7deff3374cc5951f914dcb3c66bc1b8de8a084e (patch) | |
tree | 6c1e416a6cf596c48c4b0fe0b570d014a216df10 /drivers/message/fusion/mptfc.c | |
parent | 1ba9ab2eb2c53df52e498779e14cf4e5ea77b0ad (diff) |
[SCSI] mpt fusion: Adding DeviceResetCtx for internal Device reset frame
1.) Added taskmgmt_quiesce_io flag in IOC and removed resetPending from
_MPT_SCSI_HOST struct.
2.) Reset from Scsi mid layer and internal Reset are seperate context.
Adding DeviceResetCtx for internal Device reset frame.
mptsas_taskmgmt_complete is optimized as part of implementation.
Signed-off-by: Kashyap Desai <kadesai@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/message/fusion/mptfc.c')
-rw-r--r-- | drivers/message/fusion/mptfc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptfc.c b/drivers/message/fusion/mptfc.c index d09387134145..a53b33214cde 100644 --- a/drivers/message/fusion/mptfc.c +++ b/drivers/message/fusion/mptfc.c | |||
@@ -1292,7 +1292,6 @@ mptfc_probe(struct pci_dev *pdev, const struct pci_device_id *id) | |||
1292 | */ | 1292 | */ |
1293 | hd->tmPending = 0; | 1293 | hd->tmPending = 0; |
1294 | hd->tmState = TM_STATE_NONE; | 1294 | hd->tmState = TM_STATE_NONE; |
1295 | hd->resetPending = 0; | ||
1296 | hd->abortSCpnt = NULL; | 1295 | hd->abortSCpnt = NULL; |
1297 | 1296 | ||
1298 | /* Clear the pointer used to store | 1297 | /* Clear the pointer used to store |