Print this page
NEX-5717 import QLogic 16G FC drivers
Reviewed by: Steve Peng <steve.peng@nexenta.com>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/fibre-channel/fca/qlc/ql_fw_6322.c
          +++ new/usr/src/uts/common/io/fibre-channel/fca/qlc/ql_fw_6322.c
↓ open down ↓ 2 lines elided ↑ open up ↑
   3    3   *                                                                      *
   4    4   *              -- ISP2300 Initiator/Target Firmware ---                *
   5    5   *              SCSI, Fabric (Public Loop), Point-point,                *
   6    6   *         expanded LUN addressing for FCTAPE, Customer Special         *
   7    7   *                  feature 2 and Fibre Lite enabled                    *
   8    8   *                                                                      *
   9    9   * **********************************************************************
  10   10   *                                                                      *
  11   11   *                              NOTICE                                  *
  12   12   *                                                                      *
  13      - *              COPYRIGHT 1994-2009 QLOGIC CORPORATION                  *
       13 + *              COPYRIGHT 1994-2015 QLOGIC CORPORATION                  *
  14   14   *                      ALL RIGHTS RESERVED                             *
  15   15   *                                                                      *
  16   16   * This file contains the QLogic hardware specific firmware binary.     *
  17   17   * The contents of this file are subject to the terms as described      *
  18   18   * in the accompanying LICENSE.txt file, referred to as the "License".  *
  19   19   *                                                                      *
  20   20   * You may not use this file except in compliance with the License.     *
  21   21   *                                                                      *
  22   22   * See the License for the specific language governing permissions      *
  23   23   * and limitations under the License.                                   *
  24   24   *                                                                      *
  25   25   * **********************************************************************
  26   26   */
  27   27  
  28      -#pragma ident   "Copyright 2009 QLogic Corporation; ql_fw_6322.c"
       28 +#pragma ident   "Copyright 2015 QLogic Corporation; ql_fw_6322.c"
  29   29  
  30   30  /*
  31   31   *      Firmware Version 3.03.28 (15:00 Sep 26, 2008)
  32   32   */
  33   33  
  34   34  #ifdef UNIQUE_FW_NAME
  35   35  unsigned short qlc_fw2300flcs2_version = 3*1024+3;
  36   36  #else
  37   37  unsigned short risc_code_version = 3*1024+3;
  38   38  #endif
↓ open down ↓ 6923 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX