diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_init.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_init.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c index e6a2292a2892..d4389095b4bc 100644 --- a/drivers/scsi/qla2xxx/qla_init.c +++ b/drivers/scsi/qla2xxx/qla_init.c | |||
@@ -1003,6 +1003,10 @@ qla2x00_update_fw_options(scsi_qla_host_t *ha) | |||
1003 | if (ha->flags.enable_led_scheme) | 1003 | if (ha->flags.enable_led_scheme) |
1004 | ha->fw_options[2] |= BIT_12; | 1004 | ha->fw_options[2] |= BIT_12; |
1005 | 1005 | ||
1006 | /* Detect ISP6312. */ | ||
1007 | if (IS_QLA6312(ha)) | ||
1008 | ha->fw_options[2] |= BIT_13; | ||
1009 | |||
1006 | /* Update firmware options. */ | 1010 | /* Update firmware options. */ |
1007 | qla2x00_set_fw_options(ha, ha->fw_options); | 1011 | qla2x00_set_fw_options(ha, ha->fw_options); |
1008 | } | 1012 | } |