Can anybody MFC this to 10-STABLE so we can use the mrsas driver with
the adapters that are supported?
mfi is sometimes very slow with the 12Gbit SAS cards.
On 2014-06-14 00:33, Xin LI wrote:
Author: delphij
Date: Fri Jun 13 22:33:41 2014
New Revision: 267451
URL: http://svnweb.freebsd.org/changeset/base/267451
Log:
Correct variable for loader tunable variable hw.mfi.mrsas_enable.
Submitted by: Sascha Wildner (DragonFly)
MFC after: 3 days
Modified:
head/sys/dev/mfi/mfi_pci.c
Modified: head/sys/dev/mfi/mfi_pci.c
==============================================================================
--- head/sys/dev/mfi/mfi_pci.c Fri Jun 13 21:30:40 2014 (r267450)
+++ head/sys/dev/mfi/mfi_pci.c Fri Jun 13 22:33:41 2014 (r267451)
@@ -113,7 +113,7 @@ SYSCTL_INT(_hw_mfi, OID_AUTO, msi, CTLFL
"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");
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"