svn commit: r301389 - stable/10/sys/dev/sfxge

Andrew Rybchenko arybchik at FreeBSD.org
Sat Jun 4 17:11:05 UTC 2016


Author: arybchik
Date: Sat Jun  4 17:11:04 2016
New Revision: 301389
URL: https://svnweb.freebsd.org/changeset/base/301389

Log:
  MFC r300608
  
  sfxge(4): bump driver version to the closest out-of-tree version
  
  Sponsored by:   Solarflare Communications, Inc.

Modified:
  stable/10/sys/dev/sfxge/sfxge_version.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/sfxge/sfxge_version.h
==============================================================================
--- stable/10/sys/dev/sfxge/sfxge_version.h	Sat Jun  4 17:08:34 2016	(r301388)
+++ stable/10/sys/dev/sfxge/sfxge_version.h	Sat Jun  4 17:11:04 2016	(r301389)
@@ -36,6 +36,6 @@
 #ifndef _SFXGE_VERSION_H
 #define	_SFXGE_VERSION_H
 
-#define	SFXGE_VERSION_STRING	"v4.8.0.1019"
+#define	SFXGE_VERSION_STRING	"v4.8.0.1071"
 
 #endif	/* _SFXGE_DRIVER_VERSION_H */


More information about the svn-src-all mailing list