aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-04-02 11:13:17 +0530
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2009-04-03 09:24:42 -0500
commita923dad9d88e0d6ced1998faae6f71435af948b3 (patch)
tree6a6a77d8584909217f415899434a46ce1ce890a8
parentb06e75fdc4a48d594a5f6c13e13b02dcbe03fc01 (diff)
downloadlinux-firmware-backup-a923dad9d88e0d6ced1998faae6f71435af948b3.tar.gz
[SCSI] qla1280: use request_firmware
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>
-rw-r--r--WHENCE13
-rw-r--r--qlogic/1040.binbin0 -> 33462 bytes
-rw-r--r--qlogic/12160.binbin0 -> 28056 bytes
-rw-r--r--qlogic/1280.binbin0 -> 31842 bytes
4 files changed, 13 insertions, 0 deletions
diff --git a/WHENCE b/WHENCE
index 3814d7d4..6333a33f 100644
--- 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
index 00000000..01366ead
--- /dev/null
+++ b/qlogic/1040.bin
Binary files differ
diff --git a/qlogic/12160.bin b/qlogic/12160.bin
new file mode 100644
index 00000000..7f7f2551
--- /dev/null
+++ b/qlogic/12160.bin
Binary files differ
diff --git a/qlogic/1280.bin b/qlogic/1280.bin
new file mode 100644
index 00000000..62d29949
--- /dev/null
+++ b/qlogic/1280.bin
Binary files differ