svn commit: r300608 - head/sys/dev/sfxge

Andrew Rybchenko arybchik at FreeBSD.org
Tue May 24 12:19:16 UTC 2016


Author: arybchik
Date: Tue May 24 12:19:14 2016
New Revision: 300608
URL: https://svnweb.freebsd.org/changeset/base/300608

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

Modified:
  head/sys/dev/sfxge/sfxge_version.h

Modified: head/sys/dev/sfxge/sfxge_version.h
==============================================================================
--- head/sys/dev/sfxge/sfxge_version.h	Tue May 24 12:16:57 2016	(r300607)
+++ head/sys/dev/sfxge/sfxge_version.h	Tue May 24 12:19:14 2016	(r300608)
@@ -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-head mailing list