Re: [PATCH 06/23] qla2xxx: Update the FTP site references in the driver sources.

2013-02-12 Thread Chad Dupuis



On Mon, 11 Feb 2013, Xose Vazquez Perez wrote:


Giridhar Malavali wrote:


From: Giridhar Malavali 

Signed-off-by: Giridhar Malavali 
Signed-off-by: Saurav Kashyap 
---
 drivers/scsi/qla2xxx/qla_init.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c
index a581c85..bbf5688 100644
--- a/drivers/scsi/qla2xxx/qla_init.c
+++ b/drivers/scsi/qla2xxx/qla_init.c
@@ -5054,7 +5054,7 @@ qla24xx_load_risc_flash(scsi_qla_host_t *vha, 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 *vha, uint32_t *srisc_addr)
--


qla2xxx/Kconfig should also be changed:

  Firmware images can be retrieved from:

   ftp://ftp.qlogic.com/outgoing/linux/firmware/


FYI, they are also included in linux-firmware.


Thanks for pointing this out Xose.  We'll be posting a patch soon to fix
the firmware link in the Kconfig files.


--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html






This message and any attached documents contain information from QLogic 
Corporation or its wholly-owned subsidiaries that may be confidential. If you 
are not the intended recipient, you may not read, copy, distribute, or use this 
information. If you have received this transmission in error, please notify the 
sender immediately by reply e-mail and then delete this message.

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 06/23] qla2xxx: Update the FTP site references in the driver sources.

2013-02-11 Thread Xose Vazquez Perez
Giridhar Malavali wrote:

> From: Giridhar Malavali 
> 
> Signed-off-by: Giridhar Malavali 
> Signed-off-by: Saurav Kashyap 
> ---
>  drivers/scsi/qla2xxx/qla_init.c |2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c
> index a581c85..bbf5688 100644
> --- a/drivers/scsi/qla2xxx/qla_init.c
> +++ b/drivers/scsi/qla2xxx/qla_init.c
> @@ -5054,7 +5054,7 @@ qla24xx_load_risc_flash(scsi_qla_host_t *vha, 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 *vha, uint32_t *srisc_addr)
> -- 

qla2xxx/Kconfig should also be changed:

   Firmware images can be retrieved from:

ftp://ftp.qlogic.com/outgoing/linux/firmware/


FYI, they are also included in linux-firmware.
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 06/23] qla2xxx: Update the FTP site references in the driver sources.

2013-02-07 Thread Saurav Kashyap
From: Giridhar Malavali 

Signed-off-by: Giridhar Malavali 
Signed-off-by: Saurav Kashyap 
---
 drivers/scsi/qla2xxx/qla_init.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c
index a581c85..bbf5688 100644
--- a/drivers/scsi/qla2xxx/qla_init.c
+++ b/drivers/scsi/qla2xxx/qla_init.c
@@ -5054,7 +5054,7 @@ qla24xx_load_risc_flash(scsi_qla_host_t *vha, 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 *vha, uint32_t *srisc_addr)
-- 
1.7.7

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html