diff options
author | Kashyap, Desai <kashyap.desai@lsi.com> | 2009-05-29 07:14:06 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-06-09 18:27:49 -0400 |
commit | 37c60f374a855974c27bd30d5662a8fa5e933792 (patch) | |
tree | 98e1ee9a5f54152a7dfaf9f320a87fde791f544e /drivers/message/fusion/mptsas.c | |
parent | f0f09d3b3f06900d64971625d6753dea0623ed45 (diff) |
[SCSI] mpt fusion: rewrite of all internal generated functions
Rewrite of all internal generated functions that issue commands to firmware,
porting them to be single threaded using the generic MPT_MGMT
struct. Implemented using completion Queue.
Signed-off-by: Kashyap Desai <kadesai@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/message/fusion/mptsas.c')
-rw-r--r-- | drivers/message/fusion/mptsas.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/message/fusion/mptsas.c b/drivers/message/fusion/mptsas.c index dc23adf9a30f..16c4232c37de 100644 --- a/drivers/message/fusion/mptsas.c +++ b/drivers/message/fusion/mptsas.c | |||
@@ -3282,8 +3282,6 @@ mptsas_probe(struct pci_dev *pdev, const struct pci_device_id *id) | |||
3282 | 3282 | ||
3283 | ioc->sas_data.ptClear = mpt_pt_clear; | 3283 | ioc->sas_data.ptClear = mpt_pt_clear; |
3284 | 3284 | ||
3285 | init_waitqueue_head(&hd->scandv_waitq); | ||
3286 | hd->scandv_wait_done = 0; | ||
3287 | hd->last_queue_full = 0; | 3285 | hd->last_queue_full = 0; |
3288 | INIT_LIST_HEAD(&hd->target_reset_list); | 3286 | INIT_LIST_HEAD(&hd->target_reset_list); |
3289 | spin_unlock_irqrestore(&ioc->FreeQlock, flags); | 3287 | spin_unlock_irqrestore(&ioc->FreeQlock, flags); |