1 /*
2 * **********************************************************************
3 * *
4 * -- ISP2300 Initiator/Target Firmware --- *
5 * SCSI, Fabric (Public Loop), Point-point, *
6 * expanded LUN addressing for FCTAPE, Customer Special *
7 * feature 2 and Fibre Lite enabled *
8 * *
9 * **********************************************************************
10 * *
11 * NOTICE *
12 * *
13 * COPYRIGHT 1994-2009 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 2009 QLogic Corporation; ql_fw_6322.c"
29
30 /*
31 * Firmware Version 3.03.28 (15:00 Sep 26, 2008)
32 */
33
34 #ifdef UNIQUE_FW_NAME
35 unsigned short qlc_fw2300flcs2_version = 3*1024+3;
36 #else
37 unsigned short risc_code_version = 3*1024+3;
38 #endif
39
40 #ifdef UNIQUE_FW_NAME
41 unsigned char qlc_fw2300flcs2_version_str[] = {3, 3, 28};
42 #else
43 unsigned char firmware_version[] = {3, 3, 28};
44 #endif
45
46 #ifdef UNIQUE_FW_NAME
47 #define qlc_fw2300flcs2_VERSION_STRING "3.03.28"
48 #else
|
1 /*
2 * **********************************************************************
3 * *
4 * -- ISP2300 Initiator/Target Firmware --- *
5 * SCSI, Fabric (Public Loop), Point-point, *
6 * expanded LUN addressing for FCTAPE, Customer Special *
7 * feature 2 and Fibre Lite enabled *
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_6322.c"
29
30 /*
31 * Firmware Version 3.03.28 (15:00 Sep 26, 2008)
32 */
33
34 #ifdef UNIQUE_FW_NAME
35 unsigned short qlc_fw2300flcs2_version = 3*1024+3;
36 #else
37 unsigned short risc_code_version = 3*1024+3;
38 #endif
39
40 #ifdef UNIQUE_FW_NAME
41 unsigned char qlc_fw2300flcs2_version_str[] = {3, 3, 28};
42 #else
43 unsigned char firmware_version[] = {3, 3, 28};
44 #endif
45
46 #ifdef UNIQUE_FW_NAME
47 #define qlc_fw2300flcs2_VERSION_STRING "3.03.28"
48 #else
|