svn commit: r323835 - stable/10/sys/dev/ixgbe

Marius Strobl marius at FreeBSD.org
Wed Sep 20 21:51:11 UTC 2017


Author: marius
Date: Wed Sep 20 21:51:10 2017
New Revision: 323835
URL: https://svnweb.freebsd.org/changeset/base/323835

Log:
  MFC: r320916
  
  Reset unsupported SFP tuneable back to original entry name.

Modified:
  stable/10/sys/dev/ixgbe/if_ix.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/ixgbe/if_ix.c
==============================================================================
--- stable/10/sys/dev/ixgbe/if_ix.c	Wed Sep 20 21:42:25 2017	(r323834)
+++ stable/10/sys/dev/ixgbe/if_ix.c	Wed Sep 20 21:51:10 2017	(r323835)
@@ -338,7 +338,7 @@ SYSCTL_INT(_hw_ix, OID_AUTO, rxd, CTLFLAG_RDTUN, &ixgb
  */
 static int allow_unsupported_sfp = FALSE;
 TUNABLE_INT("hw.ix.unsupported_sfp", &allow_unsupported_sfp);
-SYSCTL_INT(_hw_ix, OID_AUTO, allow_unsupported_sfp, CTLFLAG_RDTUN,
+SYSCTL_INT(_hw_ix, OID_AUTO, unsupported_sfp, CTLFLAG_RDTUN,
     &allow_unsupported_sfp, 0,
     "Allow unsupported SFP modules...use at your own risk");
 


More information about the svn-src-all mailing list