aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/qlogic (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-04-03[SCSI] qlogicpti: use request_firmwareJaswinder Singh Rajput1-0/+1158
Firmware blob is little endian Thanks to Stephen Rothwell for fixing typos Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
2009-04-03[SCSI] qla1280: use request_firmwareJaswinder Singh Rajput3-0/+5890
Firmware blob is little endian looks like this... unsigned char Version1 unsigned char Version2 unsigned char Version3 unsigned char Padding unsigned short start_address unsigned short data Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>