Date: Thu, 14 Aug 2014 13:25:06 +0000 (UTC) From: Steven Hartland <smh@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r269972 - head/sys/dev/ixgbe Message-ID: <201408141325.s7EDP6UE095054@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408141325.s7EDP6UE095054>