public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 06/23] qla2xxx: Update the FTP site references in the driver sources.
@ 2013-02-11 12:49 Xose Vazquez Perez
  2013-02-12 13:00 ` Chad Dupuis
  0 siblings, 1 reply; 3+ messages in thread
From: Xose Vazquez Perez @ 2013-02-11 12:49 UTC (permalink / raw)
  To: giridhar.malavali, linux-scsi

Giridhar Malavali wrote:

> From: Giridhar Malavali <giridhar.malavali@qlogic.com>
> 
> Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
> Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
> ---
>  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.

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [PATCH 00/23] qla2xxx: Patches for scsi "misc" branch.
@ 2013-02-08  6:57 Saurav Kashyap
  2013-02-08  6:57 ` [PATCH 06/23] qla2xxx: Update the FTP site references in the driver sources Saurav Kashyap
  0 siblings, 1 reply; 3+ messages in thread
From: Saurav Kashyap @ 2013-02-08  6:57 UTC (permalink / raw)
  To: jbottomley
  Cc: giridhar.malavali, saurav.kashyap, chad.dupuis, andrew.vasquez,
	linux-scsi

Hi James,

Please apply the following patches to the scsi tree at your earliest
convenience for inclusion in the next mainline merge window.
This set needs to be applied on top of last submission.

Thanks,
~Saurav

Andrew Vasquez (2):
  qla2xxx: Correct race in loop_state assignment during reset handling.
  qla2xxx: Correct list-iteration bug in Report-ID Acquisition codes.

Chad Dupuis (6):
  qla2xxx: Reject loopback request if one is already in progress.
  qla2xxx: Unload hangs after issuing BSG commands to vport.
  qla2xxx: Extra loopback error handling for ISP83xx.
  qla2xxx: Move loopback mode reset after chip reset check.
  qla2xxx: Don't process RSCNs for a vport on the same physical
    adapter.
  qla2xxx: Wait for IDC complete event to finish loopback operation.

Giridhar Malavali (1):
  qla2xxx: Update the FTP site references in the driver sources.

Joe Carnuccio (7):
  qla2xxx: Print thermal unsupported message.
  qla2xxx: Do link initialization on get loop id failure.
  Revert "[SCSI] qla2xxx: Avoid losing any fc ports when loop id's are
    exhausted."
  Revert "[SCSI] qla2xxx: Optimize existing port name server query
    matching."
  qla2xxx: Correction of comment in MBC opcode defines.
  qla2xxx: Add setting of driver version string for vendor application.
  qla2xxx: Integrate generic card temperature with mezz card
    temperature.

Masanari Iida (1):
  qla2xxx: Avoid null pointer dereference in shutdown routine.

Paul Bolle (1):
  qla2xxx: silence two GCC warnings.

Saurav Kashyap (5):
  qla2xxx: Get VPD information from common location for CNA.
  qla2xxx: Do MPI reset only for ISP81xx.
  qla2xxx: Display the lock owner on lock acquire failure.
  qla2xxx: Update the copyright information.
  qla2xxx: Don't process state change aen for reset owner.

 drivers/scsi/qla2xxx/qla_attr.c     |   35 ++++---
 drivers/scsi/qla2xxx/qla_bsg.c      |  197 ++++++++++++++++++++++-------------
 drivers/scsi/qla2xxx/qla_bsg.h      |    2 +-
 drivers/scsi/qla2xxx/qla_dbg.c      |    8 +-
 drivers/scsi/qla2xxx/qla_dbg.h      |    2 +-
 drivers/scsi/qla2xxx/qla_def.h      |   24 +++--
 drivers/scsi/qla2xxx/qla_dfs.c      |    2 +-
 drivers/scsi/qla2xxx/qla_fw.h       |    4 +-
 drivers/scsi/qla2xxx/qla_gbl.h      |   11 ++-
 drivers/scsi/qla2xxx/qla_gs.c       |   10 +-
 drivers/scsi/qla2xxx/qla_init.c     |  138 ++++++++++++++++---------
 drivers/scsi/qla2xxx/qla_inline.h   |    9 ++-
 drivers/scsi/qla2xxx/qla_iocb.c     |    2 +-
 drivers/scsi/qla2xxx/qla_isr.c      |   52 ++++++++-
 drivers/scsi/qla2xxx/qla_mbx.c      |  199 ++++++++++++++++++++++++++++++----
 drivers/scsi/qla2xxx/qla_mid.c      |    2 +-
 drivers/scsi/qla2xxx/qla_nx.c       |   11 ++-
 drivers/scsi/qla2xxx/qla_nx.h       |    4 +-
 drivers/scsi/qla2xxx/qla_os.c       |   24 +++--
 drivers/scsi/qla2xxx/qla_settings.h |    2 +-
 drivers/scsi/qla2xxx/qla_sup.c      |   18 +---
 drivers/scsi/qla2xxx/qla_version.h  |    2 +-
 22 files changed, 539 insertions(+), 219 deletions(-)

-- 
1.7.7


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-02-12 13:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-11 12:49 [PATCH 06/23] qla2xxx: Update the FTP site references in the driver sources Xose Vazquez Perez
2013-02-12 13:00 ` Chad Dupuis
  -- strict thread matches above, loose matches on Subject: below --
2013-02-08  6:57 [PATCH 00/23] qla2xxx: Patches for scsi "misc" branch Saurav Kashyap
2013-02-08  6:57 ` [PATCH 06/23] qla2xxx: Update the FTP site references in the driver sources Saurav Kashyap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox