commit | 2c96d8d0c17978bbf5eb82314d488f46d4a51280 | [log] [tgz] |
---|---|---|
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | Fri Oct 19 15:59:15 2007 -0700 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Tue Oct 23 15:53:55 2007 -0400 |
tree | 7506cb5fb1f90adae103fd223574411d68f2a4fe | |
parent | a3a63d55a4eec418d845a91222ac53443f62717b [diff] |
[SCSI] qla2xxx: Handle unaligned sector writes during NVRAM/VPD updates. Since both NVRAM and VPD regions of the flash reside on unaligned sector boundaries, during update, the driver must perform a read-modify-write operation to the composite NVRAM/VPD region. This affects ISP25xx type boards only. Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>