diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2007-09-20 17:07:33 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-10-12 14:49:38 -0400 |
commit | 338c9161e406591afbc1a6635a68d3b6d5362e00 (patch) | |
tree | 6bb711ac12bac66447ca924e56a9b616d6acd1e6 /drivers/scsi/qla2xxx/qla_os.c | |
parent | c81d04c9e27966c0e4c5650d130f209bff9671f9 (diff) |
[SCSI] qla2xxx: Add flash burst-read/write support.
Newer ISPs support a mechanism to read and write flash-memory via
the firmware LOAD/DUMP memory mailbox command routines. When
supported, utilizing these mechanisms significantly reduces
overall access times.
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, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c index acca898ce0a2..2a03400b6f72 100644 --- a/drivers/scsi/qla2xxx/qla_os.c +++ b/drivers/scsi/qla2xxx/qla_os.c | |||
@@ -1384,7 +1384,7 @@ static struct isp_operations qla25xx_isp_ops = { | |||
1384 | .beacon_on = qla24xx_beacon_on, | 1384 | .beacon_on = qla24xx_beacon_on, |
1385 | .beacon_off = qla24xx_beacon_off, | 1385 | .beacon_off = qla24xx_beacon_off, |
1386 | .beacon_blink = qla24xx_beacon_blink, | 1386 | .beacon_blink = qla24xx_beacon_blink, |
1387 | .read_optrom = qla24xx_read_optrom_data, | 1387 | .read_optrom = qla25xx_read_optrom_data, |
1388 | .write_optrom = qla24xx_write_optrom_data, | 1388 | .write_optrom = qla24xx_write_optrom_data, |
1389 | .get_flash_version = qla24xx_get_flash_version, | 1389 | .get_flash_version = qla24xx_get_flash_version, |
1390 | }; | 1390 | }; |