aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,