Date: Wed, 06 Aug 2014 16:41:03 +0200 From: Martin Nilsson <martin@gneto.com> To: svn-src-all@freebsd.org Subject: Re: svn commit: r267451 - head/sys/dev/mfi Message-ID: <53E23E7F.8090303@gneto.com> In-Reply-To: <201406132233.s5DMXgep063848@svn.freebsd.org> References: <201406132233.s5DMXgep063848@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53E23E7F.8090303>