Bug 173893

Summary: mfi supports ServeRAID M1015 / M1115, update manpage
Product: Documentation Reporter: Mathieu Simon <freebsd>
Component: Books & ArticlesAssignee: Eitan Adler <eadler>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Mathieu Simon 2012-11-24 18:30:00 UTC
I'm using IBM ServeRAID M1115 inside an IBM server using 8.3 + the update mfi driver inside 8-STABLE which recognizes the card as expected. 9.1-RC3 also recognizes the card as well.

I have another box with a M1015 which is virtually identical to M1115, with the difference that RAID 5 level is locked via a hardware, not a software token (M1115). Booting a box with 9.1-RC3 confirms this.

Since both adapters are based on the MegaRAID 9240 board whose sole difference to IBM branded cards is the firmware having RAID5 unlocked. We may safely add this to the manpage too?

Oh - and thanks to the people who put together this driver as it much expands the support for more recent MegaRAID based/derived cards with FreeBSD!

Fix: Here is a patch against CURRENT:
How-To-Repeat: Have a Server with either IBM ServeRAID M1115 or  M1015.
Comment 1 Mathieu Simon 2012-11-25 14:40:53 UTC
G'day

I already added the Intel SRCSAS18E to the patch since I expected it to
work too. Now I have the confirmation that this Intel-branded MR 8480E
is also recognized and working with 9.1-RC3.

SRCSAS144E is the low-profile "brother" of SRCSSAS18E I would guess that
this card would also be recognized but I don't have that equipment at
hand to verify.

Both cards have identical features (except some differnce in form factor
and port layout). They are both based on LSI 1068 + Intel IOP333.

-- Mathieu
Comment 2 Mathieu Simon 2012-12-27 10:54:01 UTC
Hi all

Softly bumping this PR, any objections about updating the manpage?

I happily keep running with this new drivers under pfSense 2.1 (BETA)
who has
backported the driver to RELENG 8.3 via 8-STABLE. It would be great if
the manpage
would be in sync with real world compatibility :-)

Best regards
Mathieu
Comment 3 Eitan Adler freebsd_committer freebsd_triage 2013-01-24 06:24:21 UTC
Responsible Changed
From-To: freebsd-doc->eadler

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-01-24 06:31:09 UTC
Author: eadler
Date: Thu Jan 24 06:30:56 2013
New Revision: 245872
URL: http://svnweb.freebsd.org/changeset/base/245872

Log:
  Indicate a bunch of new hardware support.
  
  PR:		docs/173893
  Submitted by:	Mathieu Simon <mathieu.sim@gmail.com>
  Approved by:	bcr (mentor)

Modified:
  head/share/man/man4/mfi.4

Modified: head/share/man/man4/mfi.4
==============================================================================
--- head/share/man/man4/mfi.4	Thu Jan 24 05:36:37 2013	(r245871)
+++ head/share/man/man4/mfi.4	Thu Jan 24 06:30:56 2013	(r245872)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 12, 2010
+.Dd January 24, 2013
 .Dt MFI 4
 .Os
 .Sh NAME
@@ -85,16 +85,24 @@ LSI MegaRAID SAS 8408E
 .It
 LSI MegaRAID SAS 8480E
 .It
+LSI MegaRAID SAS 9240
+.It
 LSI MegaRAID SAS 9260
 .It
 Dell PERC5
 .It
 Dell PERC6
 .It
+IBM ServeRAID M1015 SAS/SATA
+.It
+IBM ServeRAID M1115 SAS/SATA
+.It
 IBM ServeRAID M5015 SAS/SATA
 .It
 IBM ServeRAID-MR10i
 .It
+Intel RAID Controller SRCSAS18E
+.It
 Intel RAID Controller SROMBSAS18E
 .El
 .Sh FILES
_______________________________________________
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"
Comment 5 Eitan Adler freebsd_committer freebsd_triage 2013-01-24 06:31:13 UTC
State Changed
From-To: open->closed

Committed, thanks!  sorry for the delay
Comment 6 mathieu.simon 2013-01-27 16:38:01 UTC
Thank you eadler!