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>
   1 /*
   2  * **********************************************************************
   3  *                                                                      *
   4  *              -- ISP2200 Initiator/Target Firmware ---                *
   5  *              IP and SCSI, Fabric (Public Loop), Point-point,         *
   6  *              expanded LUN addressing for FCTAPE, and Customer        *
   7  *                              Special feature 2                       *
   8  *                                                                      *
   9  * **********************************************************************
  10  *                                                                      *
  11  *                              NOTICE                                  *
  12  *                                                                      *
  13  *              COPYRIGHT 2008 QLOGIC CORPORATION                       *
  14  *                      ALL RIGHTS RESERVED                             *
  15  *                                                                      *
  16  * This file contains the QLogic hardware specific firmware binary.     *
  17  * The contents of this file are subject to the terms as described      *
  18  * in the accompanying LICENSE.txt file, referred to as the "License".  *
  19  *                                                                      *
  20  * You may not use this file except in compliance with the License.     *
  21  *                                                                      *
  22  * See the License for the specific language governing permissions      *
  23  * and limitations under the License.                                   *
  24  *                                                                      *
  25  * **********************************************************************
  26  */
  27 
  28 #pragma ident   "Copyright 2008 QLogic Corporation; ql_fw_2200.c"
  29 
  30 /*
  31  *      Firmware Version 2.01.145 (21:47 Apr 10, 2007)
  32  */
  33 
  34 #ifdef UNIQUE_FW_NAME
  35 unsigned short qlc_fw2200cs2_version = 2*1024+1;
  36 #else
  37 unsigned short risc_code_version = 2*1024+1;
  38 #endif
  39 
  40 #ifdef UNIQUE_FW_NAME
  41 unsigned char qlc_fw2200cs2_version_str[] = {2, 1, 145};
  42 #else
  43 unsigned char firmware_version[] = {2, 1, 145};
  44 #endif
  45 
  46 #ifdef UNIQUE_FW_NAME
  47 #define qlc_fw2200cs2_VERSION_STRING "2.01.145"
  48 #else


   1 /*
   2  * **********************************************************************
   3  *                                                                      *
   4  *              -- ISP2200 Initiator/Target Firmware ---                *
   5  *              IP and SCSI, Fabric (Public Loop), Point-point,         *
   6  *              expanded LUN addressing for FCTAPE, and Customer        *
   7  *                              Special feature 2                       *
   8  *                                                                      *
   9  * **********************************************************************
  10  *                                                                      *
  11  *                              NOTICE                                  *
  12  *                                                                      *
  13  *              COPYRIGHT 1994-2015 QLOGIC CORPORATION                  *
  14  *                      ALL RIGHTS RESERVED                             *
  15  *                                                                      *
  16  * This file contains the QLogic hardware specific firmware binary.     *
  17  * The contents of this file are subject to the terms as described      *
  18  * in the accompanying LICENSE.txt file, referred to as the "License".  *
  19  *                                                                      *
  20  * You may not use this file except in compliance with the License.     *
  21  *                                                                      *
  22  * See the License for the specific language governing permissions      *
  23  * and limitations under the License.                                   *
  24  *                                                                      *
  25  * **********************************************************************
  26  */
  27 
  28 #pragma ident   "Copyright 2015 QLogic Corporation; ql_fw_2200.c"
  29 
  30 /*
  31  *      Firmware Version 2.01.145 (21:47 Apr 10, 2007)
  32  */
  33 
  34 #ifdef UNIQUE_FW_NAME
  35 unsigned short qlc_fw2200cs2_version = 2*1024+1;
  36 #else
  37 unsigned short risc_code_version = 2*1024+1;
  38 #endif
  39 
  40 #ifdef UNIQUE_FW_NAME
  41 unsigned char qlc_fw2200cs2_version_str[] = {2, 1, 145};
  42 #else
  43 unsigned char firmware_version[] = {2, 1, 145};
  44 #endif
  45 
  46 #ifdef UNIQUE_FW_NAME
  47 #define qlc_fw2200cs2_VERSION_STRING "2.01.145"
  48 #else