svn commit: r318359 - head/sys/dev/bnxt
Sean Bruno
sbruno at FreeBSD.org
Tue May 16 18:05:36 UTC 2017
Author: sbruno
Date: Tue May 16 18:05:34 2017
New Revision: 318359
URL: https://svnweb.freebsd.org/changeset/base/318359
Log:
Add version tag to the driver.
Start at version 1.0.0.0
Submitted by: bhargava.marreddy at broadcom.com
Reviewed by: venkatkumar.duvvuru at broadcom.com
Differential Revision: https://reviews.freebsd.org/D10616
Modified:
head/sys/dev/bnxt/if_bnxt.c
Modified: head/sys/dev/bnxt/if_bnxt.c
==============================================================================
--- head/sys/dev/bnxt/if_bnxt.c Tue May 16 17:51:30 2017 (r318358)
+++ head/sys/dev/bnxt/if_bnxt.c Tue May 16 18:05:34 2017 (r318359)
@@ -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,
More information about the svn-src-head
mailing list