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_os.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_os.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_os.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c index 2bd70bb82aab..d35ff4a2a764 100644 --- a/drivers/scsi/qla2xxx/qla_os.c +++ b/drivers/scsi/qla2xxx/qla_os.c | |||
@@ -1482,6 +1482,7 @@ qla2x00_probe_one(struct pci_dev *pdev, const struct pci_device_id *id) | |||
1482 | ha->isp_ops.fw_dump = qla2100_fw_dump; | 1482 | ha->isp_ops.fw_dump = qla2100_fw_dump; |
1483 | ha->isp_ops.read_optrom = qla2x00_read_optrom_data; | 1483 | ha->isp_ops.read_optrom = qla2x00_read_optrom_data; |
1484 | ha->isp_ops.write_optrom = qla2x00_write_optrom_data; | 1484 | ha->isp_ops.write_optrom = qla2x00_write_optrom_data; |
1485 | ha->isp_ops.get_flash_version = qla2x00_get_flash_version; | ||
1485 | if (IS_QLA2100(ha)) { | 1486 | if (IS_QLA2100(ha)) { |
1486 | host->max_id = MAX_TARGETS_2100; | 1487 | host->max_id = MAX_TARGETS_2100; |
1487 | ha->mbx_count = MAILBOX_REGISTER_COUNT_2100; | 1488 | ha->mbx_count = MAILBOX_REGISTER_COUNT_2100; |
@@ -1547,6 +1548,7 @@ qla2x00_probe_one(struct pci_dev *pdev, const struct pci_device_id *id) | |||
1547 | ha->isp_ops.beacon_on = qla24xx_beacon_on; | 1548 | ha->isp_ops.beacon_on = qla24xx_beacon_on; |
1548 | ha->isp_ops.beacon_off = qla24xx_beacon_off; | 1549 | ha->isp_ops.beacon_off = qla24xx_beacon_off; |
1549 | ha->isp_ops.beacon_blink = qla24xx_beacon_blink; | 1550 | ha->isp_ops.beacon_blink = qla24xx_beacon_blink; |
1551 | ha->isp_ops.get_flash_version = qla24xx_get_flash_version; | ||
1550 | ha->gid_list_info_size = 8; | 1552 | ha->gid_list_info_size = 8; |
1551 | ha->optrom_size = OPTROM_SIZE_24XX; | 1553 | ha->optrom_size = OPTROM_SIZE_24XX; |
1552 | } | 1554 | } |