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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/fibre-channel/fca/oce/oce_version.h
          +++ new/usr/src/uts/common/sys/fibre-channel/fca/oce/oce_version.h
↓ open down ↓ 11 lines elided ↑ open up ↑
  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      -/* Copyright © 2003-2011 Emulex. All rights reserved.  */
       22 +/*
       23 + * Copyright (c) 2009-2012 Emulex. All rights reserved.
       24 + * Use is subject to license terms.
       25 + */
  23   26  
       27 +
       28 +
  24   29  /*
  25   30   * Driver Version
  26   31   */
  27   32  
  28   33  #ifndef _OCE_VERSION_H_
  29   34  #define _OCE_VERSION_H_
  30   35  
  31   36  #ifdef  __cplusplus
  32   37  extern "C" {
  33   38  #endif
  34   39  
  35      -#define OCE_MAJOR_VERSION       "1"
  36      -#define OCE_MINOR_VERSION       "2"
  37      -#define OCE_RELEASE_NUM         "0"
  38      -#define OCE_PROTO_LEVEL         "e"
       40 +#define OCE_VERSION     "4.1.450.0"
  39   41  
  40      -#define OCE_VERSION             OCE_MAJOR_VERSION "." \
  41      -                                OCE_MINOR_VERSION \
  42      -                                OCE_RELEASE_NUM \
  43      -                                OCE_PROTO_LEVEL
  44      -
  45   42  #define OCE_REVISION            " Version " OCE_VERSION
  46   43  
  47   44  #define OCE_MOD_NAME            "oce"
  48   45  
  49   46  #define OCE_DESC_STRING \
  50   47          "Emulex OneConnect 10 GBit Ethernet Adapter Driver"
  51   48  
  52      -#define OCE_IDENT_STRING        "ELX 10G Ethernet GLDv3 v" OCE_VERSION
       49 +#define OCE_IDENT_STRING        "ELX 10G NIC GLDv3 " OCE_VERSION
  53   50  
  54   51  #ifdef  __cplusplus
  55   52  }
  56   53  #endif
  57   54  
  58   55  #endif  /* _OCE_VERSION_H_ */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX