aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_init.c
diff options
context:
space:
mode:
authorAndrew Vasquez <andrew.vasquez@qlogic.com>2009-03-24 12:08:03 -0400
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2009-04-03 10:22:47 -0400
commit55a961581fd34632bf724dd144c0dbf740c9fede (patch)
tree2661c22da7c24213cbc73ede440f89964a5c9a00 /drivers/scsi/qla2xxx/qla_init.c
parentbe67e6530b006b10380a5f0c49cdf974426a22e9 (diff)
[SCSI] qla2xxx: Update MPI/PHY version retrieval codes.
Reflects layout and format of latest specification. Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_init.c')
-rw-r--r--drivers/scsi/qla2xxx/qla_init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c
index e79338750e39..0febfa648c34 100644
--- a/drivers/scsi/qla2xxx/qla_init.c
+++ b/drivers/scsi/qla2xxx/qla_init.c
@@ -994,7 +994,8 @@ qla2x00_setup_chip(scsi_qla_host_t *vha)
994 &ha->fw_minor_version, 994 &ha->fw_minor_version,
995 &ha->fw_subminor_version, 995 &ha->fw_subminor_version,
996 &ha->fw_attributes, &ha->fw_memory_size, 996 &ha->fw_attributes, &ha->fw_memory_size,
997 ha->mpi_version, &ha->mpi_capabilities); 997 ha->mpi_version, &ha->mpi_capabilities,
998 ha->phy_version);
998 ha->flags.npiv_supported = 0; 999 ha->flags.npiv_supported = 0;
999 if (IS_QLA2XXX_MIDTYPE(ha) && 1000 if (IS_QLA2XXX_MIDTYPE(ha) &&
1000 (ha->fw_attributes & BIT_2)) { 1001 (ha->fw_attributes & BIT_2)) {