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_2200.c
          +++ new/usr/src/uts/common/io/fibre-channel/fca/qlc/ql_fw_2200.c
↓ open down ↓ 2 lines elided ↑ open up ↑
   3    3   *                                                                      *
   4    4   *              -- ISP2200 Initiator/Target Firmware ---                *
   5    5   *              IP and SCSI, Fabric (Public Loop), Point-point,         *
   6    6   *              expanded LUN addressing for FCTAPE, and Customer        *
   7    7   *                              Special feature 2                       *
   8    8   *                                                                      *
   9    9   * **********************************************************************
  10   10   *                                                                      *
  11   11   *                              NOTICE                                  *
  12   12   *                                                                      *
  13      - *              COPYRIGHT 2008 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 2008 QLogic Corporation; ql_fw_2200.c"
       28 +#pragma ident   "Copyright 2015 QLogic Corporation; ql_fw_2200.c"
  29   29  
  30   30  /*
  31   31   *      Firmware Version 2.01.145 (21:47 Apr 10, 2007)
  32   32   */
  33   33  
  34   34  #ifdef UNIQUE_FW_NAME
  35   35  unsigned short qlc_fw2200cs2_version = 2*1024+1;
  36   36  #else
  37   37  unsigned short risc_code_version = 2*1024+1;
  38   38  #endif
↓ open down ↓ 5889 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX