aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Easi <arun.easi@qlogic.com>2013-01-30 03:34:40 -0500
committerJames Bottomley <JBottomley@Parallels.com>2013-02-22 06:51:22 -0500
commitb8aa4bdfe13ac3ff51af5d8f79ae0adc20405215 (patch)
tree011d7db66775700f34733cba3a750de447542746
parentaa230bc55c169b76a229ff3f927141edf02e7b3a (diff)
[SCSI] qla2xxx: Allow ISP81xx to create ATIO queues.
Signed-off-by: Arun Easi <arun.easi@qlogic.com> Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
-rw-r--r--drivers/scsi/qla2xxx/qla_os.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c
index e93408f8e7e1..2d2afdb4bc87 100644
--- a/drivers/scsi/qla2xxx/qla_os.c
+++ b/drivers/scsi/qla2xxx/qla_os.c
@@ -2425,6 +2425,7 @@ qla2x00_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
2425 ha->mbx_count = MAILBOX_REGISTER_COUNT; 2425 ha->mbx_count = MAILBOX_REGISTER_COUNT;
2426 req_length = REQUEST_ENTRY_CNT_24XX; 2426 req_length = REQUEST_ENTRY_CNT_24XX;
2427 rsp_length = RESPONSE_ENTRY_CNT_2300; 2427 rsp_length = RESPONSE_ENTRY_CNT_2300;
2428 ha->tgt.atio_q_length = ATIO_ENTRY_CNT_24XX;
2428 ha->max_loop_id = SNS_LAST_LOOP_ID_2300; 2429 ha->max_loop_id = SNS_LAST_LOOP_ID_2300;
2429 ha->init_cb_size = sizeof(struct mid_init_cb_81xx); 2430 ha->init_cb_size = sizeof(struct mid_init_cb_81xx);
2430 ha->gid_list_info_size = 8; 2431 ha->gid_list_info_size = 8;