mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Renamed hw.ixgbe.unsupported_sfp -> hw.ix.unsupported_sfp
This now matches all other ixgbe sysctl / tunables. Sponsored by: Multiplay
This commit is contained in:
parent
7001d850bb
commit
d7b5bae512
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269972
@ -317,7 +317,7 @@ SYSCTL_INT(_hw_ix, OID_AUTO, rxd, CTLFLAG_RDTUN, &ixgbe_rxd, 0,
|
||||
** 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:
|
||||
|
Loading…
Reference in New Issue
Block a user