mirror of https://gitee.com/openkylin/linux.git
e100, e1000, ixgb: increment version numbers
e100-3.5.17-k2 e1000-7.2.9-k2 ixgb-1.0.117-k2 Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
This commit is contained in:
parent
f7d4fa0141
commit
76ddb3fd96
|
@ -159,7 +159,7 @@
|
||||||
|
|
||||||
#define DRV_NAME "e100"
|
#define DRV_NAME "e100"
|
||||||
#define DRV_EXT "-NAPI"
|
#define DRV_EXT "-NAPI"
|
||||||
#define DRV_VERSION "3.5.16-k2"DRV_EXT
|
#define DRV_VERSION "3.5.17-k2"DRV_EXT
|
||||||
#define DRV_DESCRIPTION "Intel(R) PRO/100 Network Driver"
|
#define DRV_DESCRIPTION "Intel(R) PRO/100 Network Driver"
|
||||||
#define DRV_COPYRIGHT "Copyright(c) 1999-2006 Intel Corporation"
|
#define DRV_COPYRIGHT "Copyright(c) 1999-2006 Intel Corporation"
|
||||||
#define PFX DRV_NAME ": "
|
#define PFX DRV_NAME ": "
|
||||||
|
|
|
@ -35,7 +35,7 @@ static char e1000_driver_string[] = "Intel(R) PRO/1000 Network Driver";
|
||||||
#else
|
#else
|
||||||
#define DRIVERNAPI "-NAPI"
|
#define DRIVERNAPI "-NAPI"
|
||||||
#endif
|
#endif
|
||||||
#define DRV_VERSION "7.2.7-k2"DRIVERNAPI
|
#define DRV_VERSION "7.2.9-k2"DRIVERNAPI
|
||||||
char e1000_driver_version[] = DRV_VERSION;
|
char e1000_driver_version[] = DRV_VERSION;
|
||||||
static char e1000_copyright[] = "Copyright (c) 1999-2006 Intel Corporation.";
|
static char e1000_copyright[] = "Copyright (c) 1999-2006 Intel Corporation.";
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@ static char ixgb_driver_string[] = "Intel(R) PRO/10GbE Network Driver";
|
||||||
#else
|
#else
|
||||||
#define DRIVERNAPI "-NAPI"
|
#define DRIVERNAPI "-NAPI"
|
||||||
#endif
|
#endif
|
||||||
#define DRV_VERSION "1.0.112-k2"DRIVERNAPI
|
#define DRV_VERSION "1.0.117-k2"DRIVERNAPI
|
||||||
char ixgb_driver_version[] = DRV_VERSION;
|
char ixgb_driver_version[] = DRV_VERSION;
|
||||||
static char ixgb_copyright[] = "Copyright (c) 1999-2006 Intel Corporation.";
|
static char ixgb_copyright[] = "Copyright (c) 1999-2006 Intel Corporation.";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue