Correct variable for loader tunable variable hw.mfi.mrsas_enable.

Submitted by:	Sascha Wildner (DragonFly)
MFC after:	3 days
This commit is contained in:
Xin LI 2014-06-13 22:33:41 +00:00
parent 0f698bd800
commit e1e766bcc4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=267451

View File

@ -113,7 +113,7 @@ SYSCTL_INT(_hw_mfi, OID_AUTO, msi, CTLFLAG_RDTUN, &mfi_msi, 0,
"Enable use of MSI interrupts");
static int mfi_mrsas_enable = 0;
TUNABLE_INT("hw.mfi.mrsas_enable", &mfi_msi);
TUNABLE_INT("hw.mfi.mrsas_enable", &mfi_mrsas_enable);
SYSCTL_INT(_hw_mfi, OID_AUTO, mrsas_enable, CTLFLAG_RDTUN, &mfi_mrsas_enable,
0, "Allow mrasas to take newer cards");