From cd32115d6c2226d2da7abaf31e517ace771a0bf1 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Sat, 16 Feb 2013 03:23:32 +0000 Subject: [PATCH] Patch from Lukasz Jurewicz updating URL to QLogic firmware git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4759 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/Kconfig | 2 +- qla2x00t/doc/qla2x00t-howto.html | 5 ++--- qla2x00t/qla_init.c | 2 +- qla_isp/README.scst | 4 ++-- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/qla2x00t/Kconfig b/qla2x00t/Kconfig index da46dbbde..23064bf53 100644 --- a/qla2x00t/Kconfig +++ b/qla2x00t/Kconfig @@ -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" diff --git a/qla2x00t/doc/qla2x00t-howto.html b/qla2x00t/doc/qla2x00t-howto.html index 5f4519378..ae601831e 100644 --- a/qla2x00t/doc/qla2x00t-howto.html +++ b/qla2x00t/doc/qla2x00t-howto.html @@ -18,9 +18,8 @@ body > ol > li {padding-bottom:3ex;}
  1. - Download the appropriate firmware for your QLogic card from - ftp://ftp.qlogic.com/outgoing/linux/firmware/ and save it in the - /lib/firmware directory. + Download the appropriate firmware for your QLogic card from + http://ldriver.qlogic.com/firmware/ 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: diff --git a/qla2x00t/qla_init.c b/qla2x00t/qla_init.c index 16e75c734..43bc0f86e 100644 --- a/qla2x00t/qla_init.c +++ b/qla2x00t/qla_init.c @@ -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) diff --git a/qla_isp/README.scst b/qla_isp/README.scst index 6f3825309..9109f8ed2 100644 --- a/qla_isp/README.scst +++ b/qla_isp/README.scst @@ -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).