svn commit: r269972 - head/sys/dev/ixgbe

Steven Hartland smh at FreeBSD.org
Thu Aug 14 13:25:06 UTC 2014


Author: smh
Date: Thu Aug 14 13:25:05 2014
New Revision: 269972
URL: http://svnweb.freebsd.org/changeset/base/269972

Log:
  Renamed hw.ixgbe.unsupported_sfp -> hw.ix.unsupported_sfp
  
  This now matches all other ixgbe sysctl / tunables.
  
  Sponsored by:	Multiplay

Modified:
  head/sys/dev/ixgbe/ixgbe.c

Modified: head/sys/dev/ixgbe/ixgbe.c
==============================================================================
--- head/sys/dev/ixgbe/ixgbe.c	Thu Aug 14 13:24:59 2014	(r269971)
+++ head/sys/dev/ixgbe/ixgbe.c	Thu Aug 14 13:25:05 2014	(r269972)
@@ -317,7 +317,7 @@ SYSCTL_INT(_hw_ix, OID_AUTO, rxd, CTLFLA
 ** doing so you are on your own :)
 */
 static int allow_unsupported_sfp = FALSE;
-TUNABLE_INT("hw.ixgbe.unsupported_sfp", &allow_unsupported_sfp);
+TUNABLE_INT("hw.ix.unsupported_sfp", &allow_unsupported_sfp);
 
 /*
 ** HW RSC control: 


More information about the svn-src-head mailing list