Skip to content

Commit

Permalink
[SCSI] qla2xxx: Add ISP25XX support.
Browse files Browse the repository at this point in the history
Large code-reuse from ISP24xx, consolidate RISC memory
extraction routines during firmware-dump.

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
  • Loading branch information
Andrew Vasquez authored and James Bottomley committed Jul 20, 2007
1 parent af6177d commit c3a2f0d
Show file tree
Hide file tree
Showing 11 changed files with 1,150 additions and 231 deletions.
2 changes: 1 addition & 1 deletion drivers/scsi/qla2xxx/qla_attr.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ static struct bin_attribute sysfs_optrom_attr = {
.name = "optrom",
.mode = S_IRUSR | S_IWUSR,
},
.size = OPTROM_SIZE_24XX,
.size = 0,
.read = qla2x00_sysfs_read_optrom,
.write = qla2x00_sysfs_write_optrom,
};
Expand Down
Loading

0 comments on commit c3a2f0d

Please sign in to comment.