aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2018-04-04 10:45:06 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2018-04-04 10:45:06 +0000
commit28cfdee76959dd7f0fa08e93329349a3f64a2bfb (patch)
treee2bbd63e9f38255dd435cc01260cc51cf4f0a871 /sys/dev
parent04bb9a66255887045ca1539f28c09e2b30057101 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/mlx5/mlx5_en/mlx5_en_main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/mlx5/mlx5_en/mlx5_en_main.c b/sys/dev/mlx5/mlx5_en/mlx5_en_main.c
index fa3693dcd088f..c2c4b0d77449c 100644
--- a/sys/dev/mlx5/mlx5_en/mlx5_en_main.c
+++ b/sys/dev/mlx5/mlx5_en/mlx5_en_main.c
@@ -30,7 +30,9 @@
#include <sys/sockio.h>
#include <machine/atomic.h>
-#define ETH_DRIVER_VERSION "3.1.0-dev"
+#ifndef ETH_DRIVER_VERSION
+#define ETH_DRIVER_VERSION "3.4.1"
+#endif
char mlx5e_version[] = "Mellanox Ethernet driver"
" (" ETH_DRIVER_VERSION ")";