summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2017-09-20 21:51:10 +0000
committermarius <marius@FreeBSD.org>2017-09-20 21:51:10 +0000
commitc17073e1dc857bc44edd57ffe163ef3937d0fa22 (patch)
tree413b0e4f2abd6a66c2b28eeb14cdb73beca0a99c
parent013ce442abbe7abef8cd60ccf97a7f2f63086998 (diff)
downloadFreeBSD-src-c17073e1dc857bc44edd57ffe163ef3937d0fa22.zip
FreeBSD-src-c17073e1dc857bc44edd57ffe163ef3937d0fa22.tar.gz
MFC: r320916
Reset unsupported SFP tuneable back to original entry name.
-rw-r--r--sys/dev/ixgbe/if_ix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ixgbe/if_ix.c b/sys/dev/ixgbe/if_ix.c
index 90f4cfd..d10b5b3 100644
--- a/sys/dev/ixgbe/if_ix.c
+++ b/sys/dev/ixgbe/if_ix.c
@@ -338,7 +338,7 @@ SYSCTL_INT(_hw_ix, OID_AUTO, rxd, CTLFLAG_RDTUN, &ixgbe_rxd, 0,
*/
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");
OpenPOWER on IntegriCloud