diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2018-03-30 19:55:31 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2018-03-30 19:55:31 +0000 |
| commit | 76ee71dcd3c2b148648853737dae6a14e2806f9b (patch) | |
| tree | 00a210de59bdc64e27d0f09a599048d698b766f4 /sys/dev | |
| parent | 4d5fdbe9b880e0aaf8561a377ca9958a582a5d8e (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/mlx5/mlx5_core/mlx5_core.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/mlx5/mlx5_core/mlx5_core.h b/sys/dev/mlx5/mlx5_core/mlx5_core.h index 650dd45743078..de326b6eaa58f 100644 --- a/sys/dev/mlx5/mlx5_core/mlx5_core.h +++ b/sys/dev/mlx5/mlx5_core/mlx5_core.h @@ -33,8 +33,10 @@ #include <linux/sched.h> #define DRIVER_NAME "mlx5_core" -#define DRIVER_VERSION "1.23.0 (03 Mar 2015)" -#define DRIVER_RELDATE "03 Mar 2015" +#ifndef DRIVER_VERSION +#define DRIVER_VERSION "3.4.1" +#endif +#define DRIVER_RELDATE "February 2018" extern int mlx5_core_debug_mask; |
