diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-04-02 01:43:17 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-04-03 10:24:42 -0400 |
commit | 1bfa11db712cbf4af1ae037cd25fd4f781f0c215 (patch) | |
tree | 83a023e0e07a1b7e85b0e764740d120047b6ace3 /firmware/WHENCE | |
parent | fd6e1c14b73dbab89cb76af895d5612e4a8b5522 (diff) |
[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>
Diffstat (limited to 'firmware/WHENCE')
-rw-r--r-- | firmware/WHENCE | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/firmware/WHENCE b/firmware/WHENCE index 3814d7d42665..6333a33f21e0 100644 --- a/firmware/WHENCE +++ b/firmware/WHENCE | |||
@@ -45,6 +45,19 @@ Found alsa-firmware package in hex form, with the following comment: | |||
45 | 45 | ||
46 | -------------------------------------------------------------------------- | 46 | -------------------------------------------------------------------------- |
47 | 47 | ||
48 | Driver: SCSI_QLOGIC_1280 - Qlogic QLA 1240/1x80/1x160 SCSI support | ||
49 | |||
50 | File: qlogic/1040.bin | ||
51 | File: qlogic/1280.bin | ||
52 | File: qlogic/12160.bin | ||
53 | |||
54 | Licence: Allegedly GPLv2+, but no source visible. Marked: | ||
55 | |||
56 | QLOGIC LINUX SOFTWARE | ||
57 | QLogic ISP1280/ device driver for Linux 2.2.x and 2.4.x | ||
58 | Copyright (C) 2001 Qlogic Corporation (www.qlogic.com) | ||
59 | |||
60 | -------------------------------------------------------------------------- | ||
48 | Driver: smctr -- SMC ISA/MCA Token Ring adapter | 61 | Driver: smctr -- SMC ISA/MCA Token Ring adapter |
49 | 62 | ||
50 | File: tr_smctr.bin | 63 | File: tr_smctr.bin |