]> git.ipfire.org Git - thirdparty/linux-firmware.git/commitdiff
[SCSI] qla1280: use request_firmware
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Thu, 2 Apr 2009 05:43:17 +0000 (11:13 +0530)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Fri, 3 Apr 2009 14:24:42 +0000 (09:24 -0500)
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>
WHENCE
qlogic/1040.bin [new file with mode: 0644]
qlogic/12160.bin [new file with mode: 0644]
qlogic/1280.bin [new file with mode: 0644]

diff --git a/WHENCE b/WHENCE
index 3814d7d426650f574e079730738978d01496b72f..6333a33f21e0f933d4a80bfc0396f12f687b1597 100644 (file)
--- a/WHENCE
+++ b/WHENCE
@@ -45,6 +45,19 @@ Found alsa-firmware package in hex form, with the following comment:
 
 --------------------------------------------------------------------------
 
+Driver: SCSI_QLOGIC_1280 - Qlogic QLA 1240/1x80/1x160 SCSI support
+
+File: qlogic/1040.bin
+File: qlogic/1280.bin
+File: qlogic/12160.bin
+
+Licence: Allegedly GPLv2+, but no source visible. Marked:
+
+                   QLOGIC LINUX SOFTWARE
+  QLogic ISP1280/ device driver for Linux 2.2.x and 2.4.x
+  Copyright (C) 2001 Qlogic Corporation (www.qlogic.com)
+
+--------------------------------------------------------------------------
 Driver: smctr -- SMC ISA/MCA Token Ring adapter
 
 File: tr_smctr.bin
diff --git a/qlogic/1040.bin b/qlogic/1040.bin
new file mode 100644 (file)
index 0000000..01366ea
Binary files /dev/null and b/qlogic/1040.bin differ
diff --git a/qlogic/12160.bin b/qlogic/12160.bin
new file mode 100644 (file)
index 0000000..7f7f255
Binary files /dev/null and b/qlogic/12160.bin differ
diff --git a/qlogic/1280.bin b/qlogic/1280.bin
new file mode 100644 (file)
index 0000000..62d2994
Binary files /dev/null and b/qlogic/1280.bin differ