diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-04-02 07:58:06 +0200 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-04-03 16:25:23 +0200 |
commit | 989bb5f58c14b87f059755f4bbb4b72408c76d9a (patch) | |
tree | d3de4b20be96ef52289012d7922d46494f8934bf /firmware/Makefile | |
parent | [SCSI] qla1280: use request_firmware (diff) | |
download | linux-989bb5f58c14b87f059755f4bbb4b72408c76d9a.tar.xz linux-989bb5f58c14b87f059755f4bbb4b72408c76d9a.zip |
[SCSI] advansys: use request_firmware
Firmware blob looks like this...
__le32 checksum
unsigned char data[]
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index 1753d42a7eed..9a1e13d498cb 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -41,6 +41,8 @@ fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin fw-shipped-$(CONFIG_E100) += e100/d101m_ucode.bin e100/d101s_ucode.bin \ e100/d102e_ucode.bin fw-shipped-$(CONFIG_PCMCIA_SMC91C92) += ositech/Xilinx7OD.bin +fw-shipped-$(CONFIG_SCSI_ADVANSYS) += advansys/mcode.bin advansys/38C1600.bin \ + advansys/3550.bin advansys/38C0800.bin fw-shipped-$(CONFIG_SCSI_QLOGIC_1280) += qlogic/1040.bin qlogic/1280.bin \ qlogic/12160.bin fw-shipped-$(CONFIG_SMCTR) += tr_smctr.bin |