Andrew Vasquez wrote:
> > > Hmm, guess it's the earlier 'if (scsi_status == 0)' check
> a few lines
> > > up... Dave S., can you take a look at this... Thanks, av
> >
> > Ah, so the !scsi_status is wrong it was supposed to be
> scsi_status !=
> > 0 ... and even then it can just be dropped.
qla4xxx_version_str, ha->pdev->device,
> pci_name(ha->pdev),
> ha->host_no, ha->firmware_version[0],
> ha->firmware_version[1],
> ha->patch_number, ha->build_number);
> -
> + scsi_scan_host(host);
> return 0;
>
>
; {
> @@ -308,6 +272,9 @@ int qla4xxx_add_sess(struct ddb_entry *ddb_entry)
> DEBUG2(printk(KERN_ERR "Could not add connection.\n"));
> return -ENOMEM;
> }
> +
> + /* finally ready to go */
> + iscsi_unblock_session(ddb_entry-&
+ cmd->result = rval;
> + goto qc_fail_command;
> + }
> +
> if (atomic_read(&ddb_entry->state) != DDB_STATE_ONLINE) {
> if (atomic_read(&ddb_entry->state) == DDB_STATE_DEAD) {
> cmd->result = DID_NO
c
> routine - dpc "
> + "flags = 0x%lx\n",
> + ha->host_no, __func__, ha->dpc_flags));
> + queue_work(ha->dpc_thread, &ha->dpc_work);
> + }
> }
>
> static int qla4xxx_host_get_param(struct Scsi_Host *shost,
> --
> 1.5.2.1
Acked by David Somayajulu <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
vice),
> +"WARM TARGET RESET FAILED.\n");
> + return FAILED;
> + }
> +
> + /* Send marker. */
> + ha->marker_needed = 1;
> +
> + /*
> + * If we are coming down the EH path, wait for all
> commands to complete
>
ion were
getting released due to module
> unload, when the function was recovering from reset issued by one of
the other functions.
> > 10. In qla4xxx_free_adapter() memory resources needed to be
freed after free_irq() is invoked.
> > Thanks
> > David Somayajulu
> > QL
> From: Mike Christie [mailto:[EMAIL PROTECTED]
> Sent: Monday, May 07, 2007 11:31 AM
> David C Somayajulu wrote:
> > Signed-off-by: David Somayajulu <[EMAIL PROTECTED]>
> >
> > ---
> > drivers/scsi/qla4xxx/ql4_mbx.c | 190 ++--
> >
&g
> From: James Bottomley [mailto:[EMAIL PROTECTED]
> Sent: Saturday, January 27, 2007 8:08 AM
> On Mon, 2007-01-22 at 12:26 -0800, David C Somayajulu wrote:
> > The included patch fixes the following issues:
> > 1. qla3xxx/qla4xxx co-existence issue which can result in a lockup
when qla3xxx driver i
rn 1;
} while (test_and_set_bit(tag, bqt->tag_map));
Please see the following link for the discussion
http://marc.theaimsgroup.com/?l=linux-scsi&m=115886351206726&w=2
Cheers
David Somayajulu
QLogic Corporation
-
To unsubscribe from this list: send the line "unsubscribe l
10 matches
Mail list logo