Print this page
MFV: illumos-omnios@aea0472ecb9ee91fa70556d6f6a941c10c989f1d
Add support for Emulex Corporation Lancer Gen6: LPe32000 FC Host Adapter
Author: Andy Fiddaman <omnios@citrus-it.co.uk>
NEX-8705 Drivers for ATTO Celerity FC-162E Gen 5 and Celerity FC-162P Gen 6 16GB FC cards support
Reviewed by: Dan Fields <dan.fields@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
NEX-1878 update emlxs from source provided by Emulex
| Split |
Close |
| Expand all |
| Collapse all |
--- old/usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_version.h
+++ new/usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_version.h
1 1 /*
2 2 * CDDL HEADER START
3 3 *
4 4 * The contents of this file are subject to the terms of the
5 5 * Common Development and Distribution License (the "License").
6 6 * You may not use this file except in compliance with the License.
7 7 *
8 8 * You can obtain a copy of the license at
9 9 * http://www.opensource.org/licenses/cddl1.txt.
10 10 * See the License for the specific language governing permissions
11 11 * and limitations under the License.
12 12 *
13 13 * When distributing Covered Code, include this CDDL HEADER in each
14 14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 15 * If applicable, add the following below this CDDL HEADER, with the
16 16 * fields enclosed by brackets "[]" replaced with your own identifying
17 17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 18 *
19 19 * CDDL HEADER END
20 20 */
21 21
22 22 /*
23 23 * Copyright (c) 2004-2012 Emulex. All rights reserved.
24 24 * Use is subject to license terms.
25 25 */
26 26
27 27 #ifndef _EMLXS_VERSION_H
|
↓ open down ↓ |
27 lines elided |
↑ open up ↑ |
28 28 #define _EMLXS_VERSION_H
29 29
30 30 #ifdef __cplusplus
31 31 extern "C" {
32 32 #endif
33 33 #define EMLXS_COPYRIGHT "Copyright (c) 2004-2012 Emulex. " \
34 34 "All rights reserved."
35 35
36 36
37 37 #define EMLXS_VERSION "2.80.8.0"
38 -#define EMLXS_DATE_MINUTE "45" /* 00-59 */
39 -#define EMLXS_DATE_HOUR "15" /* 00-23 */
40 -#define EMLXS_DATE_DAY "17" /* 00-31 */
41 -#define EMLXS_DATE_MONTH "09" /* 01-12 */
42 -#define EMLXS_DATE_YEAR "2012" /* YYYY */
38 +#define EMLXS_DATE_MINUTE "14" /* 00-59 */
39 +#define EMLXS_DATE_HOUR "09" /* 00-23 */
40 +#define EMLXS_DATE_DAY "29" /* 00-31 */
41 +#define EMLXS_DATE_MONTH "10" /* 01-12 */
42 +#define EMLXS_DATE_YEAR "2018" /* YYYY */
43 43
44 44 #define EMLXS_REVISION EMLXS_DATE_YEAR "." EMLXS_DATE_MONTH "." \
45 45 EMLXS_DATE_DAY "." EMLXS_DATE_HOUR "." \
46 46 EMLXS_DATE_MINUTE
47 47 #define EMLXS_NAME ""DRIVER_NAME" FCA v" EMLXS_DATE_YEAR \
48 48 EMLXS_DATE_MONTH EMLXS_DATE_DAY "-" \
49 49 EMLXS_VERSION
50 -#define EMLXS_LABEL "Emulex-S s" VERSION "-" EMLXS_ARCH " " \
50 +#define EMLXS_LABEL "EMLXS s" VERSION "-" EMLXS_ARCH " " \
51 51 MACH " v" EMLXS_VERSION
52 52 #define EMLXS_FW_NAME ""DRIVER_NAME" FW v" EMLXS_DATE_YEAR \
53 53 EMLXS_DATE_MONTH EMLXS_DATE_DAY "-" \
54 54 EMLXS_VERSION
55 55
56 56 #ifdef __cplusplus
57 57 }
58 58 #endif
59 59
60 60 #endif /* _EMLXS_VERSION_H */
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX