Print this page
NEX-1890 update oce from source provided by Emulex

*** 17,28 **** * information: Portions Copyright [yyyy] [name of copyright owner] * * CDDL HEADER END */ ! /* Copyright © 2003-2011 Emulex. All rights reserved. */ /* * Driver Version */ #ifndef _OCE_VERSION_H_ --- 17,33 ---- * information: Portions Copyright [yyyy] [name of copyright owner] * * CDDL HEADER END */ ! /* ! * Copyright (c) 2009-2012 Emulex. All rights reserved. ! * Use is subject to license terms. ! */ + + /* * Driver Version */ #ifndef _OCE_VERSION_H_
*** 30,57 **** #ifdef __cplusplus extern "C" { #endif ! #define OCE_MAJOR_VERSION "1" ! #define OCE_MINOR_VERSION "2" ! #define OCE_RELEASE_NUM "0" ! #define OCE_PROTO_LEVEL "e" - #define OCE_VERSION OCE_MAJOR_VERSION "." \ - OCE_MINOR_VERSION \ - OCE_RELEASE_NUM \ - OCE_PROTO_LEVEL - #define OCE_REVISION " Version " OCE_VERSION #define OCE_MOD_NAME "oce" #define OCE_DESC_STRING \ "Emulex OneConnect 10 GBit Ethernet Adapter Driver" ! #define OCE_IDENT_STRING "ELX 10G Ethernet GLDv3 v" OCE_VERSION #ifdef __cplusplus } #endif --- 35,54 ---- #ifdef __cplusplus extern "C" { #endif ! #define OCE_VERSION "4.1.450.0" #define OCE_REVISION " Version " OCE_VERSION #define OCE_MOD_NAME "oce" #define OCE_DESC_STRING \ "Emulex OneConnect 10 GBit Ethernet Adapter Driver" ! #define OCE_IDENT_STRING "ELX 10G NIC GLDv3 " OCE_VERSION #ifdef __cplusplus } #endif