aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bnxt
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2017-05-16 18:05:34 +0000
committerSean Bruno <sbruno@FreeBSD.org>2017-05-16 18:05:34 +0000
commit1e3ab5fd4a76ffb8a6c70a32d637349585d8c19c (patch)
treeda89d93d52baa61466e5d1dd51a7b6d105c85d61 /sys/dev/bnxt
parent136b6a0f5ffd1073da5c78d983e50aab04c13860 (diff)
Notes
Diffstat (limited to 'sys/dev/bnxt')
-rw-r--r--sys/dev/bnxt/if_bnxt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/bnxt/if_bnxt.c b/sys/dev/bnxt/if_bnxt.c
index 1c6c66f14271..e0675045ab67 100644
--- a/sys/dev/bnxt/if_bnxt.c
+++ b/sys/dev/bnxt/if_bnxt.c
@@ -287,7 +287,8 @@ static driver_t bnxt_iflib_driver = {
* iflib shared context
*/
-char bnxt_driver_version[] = "FreeBSD base";
+#define BNXT_DRIVER_VERSION "1.0.0.0"
+char bnxt_driver_version[] = BNXT_DRIVER_VERSION;
extern struct if_txrx bnxt_txrx;
static struct if_shared_ctx bnxt_sctx_init = {
.isc_magic = IFLIB_MAGIC,