svn commit: r309073 - head/sys/dev/bnxt

Stephen Hurd shurd at FreeBSD.org
Thu Nov 24 00:15:34 UTC 2016


Author: shurd (ports committer)
Date: Thu Nov 24 00:15:32 2016
New Revision: 309073
URL: https://svnweb.freebsd.org/changeset/base/309073

Log:
  Fix version string
  
  This is no longer on github, but in FreeBSD base.
  
  Approved by:	davidch
  MFC after:	6 days
  Sponsored by:	Broadcom Limited

Modified:
  head/sys/dev/bnxt/if_bnxt.c

Modified: head/sys/dev/bnxt/if_bnxt.c
==============================================================================
--- head/sys/dev/bnxt/if_bnxt.c	Wed Nov 23 23:53:52 2016	(r309072)
+++ head/sys/dev/bnxt/if_bnxt.c	Thu Nov 24 00:15:32 2016	(r309073)
@@ -227,7 +227,7 @@ static driver_t bnxt_iflib_driver = {
  * iflib shared context
  */
 
-char bnxt_driver_version[] = "https://github.com/Broadcom/freebsd-nxt/commits/bnxt-dev";
+char bnxt_driver_version[] = "FreeBSD base";
 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