diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2007-01-29 13:22:21 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-01-31 12:06:38 -0500 |
commit | 30c4766213aeb684ee477ac7f36703f9134ac7ad (patch) | |
tree | 91b95d4e765aa74856e4e7a4b9ee5aefb04e01dc /drivers/scsi/qla2xxx/qla_init.c | |
parent | d88021a6710e6ed5d1899ba2e54d4638026e277d (diff) |
[SCSI] qla2xxx: Export OptionROM boot-codes version information.
This includes BIOS, EFI, FCODE and firmware versions.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
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 b6f0494e034c..570f5f8e6c28 100644 --- a/drivers/scsi/qla2xxx/qla_init.c +++ b/drivers/scsi/qla2xxx/qla_init.c | |||
@@ -84,6 +84,8 @@ qla2x00_initialize_adapter(scsi_qla_host_t *ha) | |||
84 | 84 | ||
85 | ha->isp_ops.reset_chip(ha); | 85 | ha->isp_ops.reset_chip(ha); |
86 | 86 | ||
87 | ha->isp_ops.get_flash_version(ha, ha->request_ring); | ||
88 | |||
87 | qla_printk(KERN_INFO, ha, "Configure NVRAM parameters...\n"); | 89 | qla_printk(KERN_INFO, ha, "Configure NVRAM parameters...\n"); |
88 | 90 | ||
89 | ha->isp_ops.nvram_config(ha); | 91 | ha->isp_ops.nvram_config(ha); |
@@ -3109,6 +3111,8 @@ qla2x00_abort_isp(scsi_qla_host_t *ha) | |||
3109 | } | 3111 | } |
3110 | spin_unlock_irqrestore(&ha->hardware_lock, flags); | 3112 | spin_unlock_irqrestore(&ha->hardware_lock, flags); |
3111 | 3113 | ||
3114 | ha->isp_ops.get_flash_version(ha, ha->request_ring); | ||
3115 | |||
3112 | ha->isp_ops.nvram_config(ha); | 3116 | ha->isp_ops.nvram_config(ha); |
3113 | 3117 | ||
3114 | if (!qla2x00_restart_isp(ha)) { | 3118 | if (!qla2x00_restart_isp(ha)) { |