From: Jaswinder Singh Rajput Date: Thu, 2 Apr 2009 05:43:17 +0000 (+0530) Subject: [SCSI] qla1280: use request_firmware X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a923dad9d88e0d6ced1998faae6f71435af948b3;hp=b06e75fdc4a48d594a5f6c13e13b02dcbe03fc01;p=linux-firmware [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 Signed-off-by: James Bottomley --- diff --git a/WHENCE b/WHENCE index 3814d7d..6333a33 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 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 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 index 0000000..62d2994 Binary files /dev/null and b/qlogic/1280.bin differ