Patch from Lukasz Jurewicz <lukasz.jurewicz@gmail.com> updating URL to QLogic firmware

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4759 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2013-02-16 03:23:32 +00:00
parent a327b6e700
commit cd32115d6c
4 changed files with 6 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ config SCSI_QLA_FC
Firmware images can be retrieved from:
ftp://ftp.qlogic.com/outgoing/linux/firmware/
http://ldriver.qlogic.com/firmware/
config SCSI_QLA2XXX_TARGET
bool "QLogic 2xxx target mode support"

View File

@@ -18,9 +18,8 @@ body > ol > li {padding-bottom:3ex;}
<ol>
<li>
Download the appropriate firmware for your QLogic card from <a href="ftp://ftp.qlogic.com/outgoing/linux/firmware">
ftp://ftp.qlogic.com/outgoing/linux/firmware/</a> and save it in the
/lib/firmware directory.
Download the appropriate firmware for your QLogic card from <a href="http://ldriver.qlogic.com/firmware/">
http://ldriver.qlogic.com/firmware/</a> and save it in the /lib/firmware directory.
It is strongly recommended to use firmware version 5.x or higher for
24xx/25xx adapters. More information about this subject can be found in
the following thread on the scst-devel mailing list:

View File

@@ -4030,7 +4030,7 @@ qla24xx_load_risc_flash(scsi_qla_host_t *ha, uint32_t *srisc_addr)
return rval;
}
#define QLA_FW_URL "ftp://ftp.qlogic.com/outgoing/linux/firmware/"
#define QLA_FW_URL "http://ldriver.qlogic.com/firmware/"
int
qla2x00_load_risc(scsi_qla_host_t *ha, uint32_t *srisc_addr)

View File

@@ -19,8 +19,8 @@ INSTALLATION
Build driver with the following command
$ make
Copy the firmware image appropriate for your HBA from the Qlogic FTP server
ftp://ftp.qlogic.com/outgoing/linux/firmware/ to one of the Linux firmware
Copy the firmware image appropriate for your HBA from the Qlogic server
http://ldriver.qlogic.com/firmware/ to one of the Linux firmware
loader directories (e.g. /lib/firmware, see the udev/hotplug documentation
for your distribution).