Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33593
b: refs/heads/master
c: 476e897
h: refs/heads/master
i:
  33591: d5d1b2d
v: v3
  • Loading branch information
Andrew Vasquez authored and James Bottomley committed Aug 26, 2006
1 parent 882b5ee commit 8cce536
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9c06938aa458843fb71fa35371f23a3b89317252
refs/heads/master: 476e8978d9ccacfc911bd42e083dd784ad1465b1
11 changes: 11 additions & 0 deletions trunk/drivers/scsi/qla2xxx/qla_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -3063,6 +3063,7 @@ qla2x00_update_fcports(scsi_qla_host_t *ha)
int
qla2x00_abort_isp(scsi_qla_host_t *ha)
{
int rval;
unsigned long flags = 0;
uint16_t cnt;
srb_t *sp;
Expand Down Expand Up @@ -3119,6 +3120,16 @@ qla2x00_abort_isp(scsi_qla_host_t *ha)

ha->isp_abort_cnt = 0;
clear_bit(ISP_ABORT_RETRY, &ha->dpc_flags);

if (ha->eft) {
rval = qla2x00_trace_control(ha, TC_ENABLE,
ha->eft_dma, EFT_NUM_BUFFERS);
if (rval) {
qla_printk(KERN_WARNING, ha,
"Unable to reinitialize EFT "
"(%d).\n", rval);
}
}
} else { /* failed the ISP abort */
ha->flags.online = 1;
if (test_bit(ISP_ABORT_RETRY, &ha->dpc_flags)) {
Expand Down

0 comments on commit 8cce536

Please sign in to comment.