projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2b3c12
)
[SCSI] hptiop: wrong register used in hptiop_reset_hba()
author
HighPoint Linux Team
<linux@highpoint-tech.com>
Mon, 24 Jul 2006 07:48:54 +0000
(15:48 +0800)
committer
James Bottomley
<jejb@mulgrave.il.steeleye.com>
Fri, 28 Jul 2006 16:47:02 +0000
(11:47 -0500)
IOP reset message should be posted to inbound message register
instead of outbound message register.
Signed-off-by: HighPoint Linux Team <linux@highpoint-tech.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/hptiop.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/hptiop.c
b/drivers/scsi/hptiop.c
index ab2f8b26790857e2388564aaa58688df5598c70c..74d4d22e5c05f7190ae18a3fa00632b345eb6ab0 100644
(file)
--- a/
drivers/scsi/hptiop.c
+++ b/
drivers/scsi/hptiop.c
@@
-577,7
+577,7
@@
static int hptiop_reset_hba(struct hptiop_hba *hba)
if (atomic_xchg(&hba->resetting, 1) == 0) {
atomic_inc(&hba->reset_count);
writel(IOPMU_INBOUND_MSG0_RESET,
- &hba->iop->
out
bound_msgaddr0);
+ &hba->iop->
in
bound_msgaddr0);
hptiop_pci_posting_flush(hba->iop);
}