Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2015 00:13:21 +0530
From:      Sibananda Sahu <sibananda.sahu@avagotech.com>
To:        bugzilla-noreply@freebsd.org, freebsd-bugs@freebsd.org
Subject:   RE: [Bug 198463] [mfi] COMMAND 0x... TIMEOUT AFTER ## SECONDS (LSI MegaRAID 9361-8i)
Message-ID:  <9fdf1f8df5ddd1794577dbaadaed8e46@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
As Mark J said both mfi(4) and mrsas(4) can be used for this controller.
By default in FreeBSD 9.3 or 10.1, the mfi(4) driver will be coupled to
this controller(LSI MegaRAID 9361-8i).

If you want to override this default behavior then you have to provide
hw.mfi.mrsas_enable=1 at the loader prompt.

This setting will not work on FreeBSD-9.3 as this setting is controlled by
mfi(4) driver and mfi(4) driver just lacks checking of this setting in
FreeBSD-9.3.
But this setting will work just fine in the case of FreeBSD-10.1.

If you want mrsas(4) on FreeBSD-9.3 then you have to re-compile the kernel
with mfi(4) unloaded and then you can use the mrsas(4) as a module.
You can download the mrsas(4) driver module from the www.lsi.com website
itself.

Find the FreeBSD driver from the below link:
http://goo.gl/otslzH

- Sibananda Sahu
AVAGO Technologies Pvt. Ltd.

-----Original Message-----
From: Sibananda Sahu [mailto:sibananda.sahu@avagotech.com]
Sent: Tuesday, March 10, 2015 12:00 AM
To: 'bugzilla-noreply@freebsd.org'; 'freebsd-bugs@FreeBSD.org'
Subject: RE: [Bug 198463] [mfi] COMMAND 0x... TIMEOUT AFTER ## SECONDS
(LSI MegaRAID 9361-8i)

Probably you can use the mrsas(4) driver.

Here you can find more details on this:
https://www.freebsd.org/cgi/man.cgi?query=mrsas

- Siba

-----Original Message-----
From: owner-freebsd-bugs@freebsd.org
[mailto:owner-freebsd-bugs@freebsd.org] On Behalf Of
bugzilla-noreply@freebsd.org
Sent: Monday, March 09, 2015 11:56 PM
To: freebsd-bugs@FreeBSD.org
Subject: [Bug 198463] [mfi] COMMAND 0x... TIMEOUT AFTER ## SECONDS (LSI
MegaRAID 9361-8i)

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198463

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
--------------------------------------------------------------------------
--
                 CC|                            |markj@FreeBSD.org

--- Comment #1 from Mark Johnston <markj@FreeBSD.org> --- You might try
using the mrsas(4) driver for this controller instead of mfi(4).
Both drivers can attach to this card; mrsas(4) can be selected by setting
hw.mfi.mrsas_enable=1 at the loader prompt, and has better support for
newer LSI controllers.

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9fdf1f8df5ddd1794577dbaadaed8e46>