From nobody@FreeBSD.org  Sat Nov 24 18:28:09 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id B82BF1E0
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 24 Nov 2012 18:28:09 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id A01348FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 24 Nov 2012 18:28:09 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qAOIS9d3037422
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 24 Nov 2012 18:28:09 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id qAOIS9EP037421;
	Sat, 24 Nov 2012 18:28:09 GMT
	(envelope-from nobody)
Message-Id: <201211241828.qAOIS9EP037421@red.freebsd.org>
Date: Sat, 24 Nov 2012 18:28:09 GMT
From: Mathieu Simon <mathieu.sim@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: mfi supports ServeRAID M1015 / M1115, update manpage
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         173893
>Category:       docs
>Synopsis:       mfi supports ServeRAID M1015 / M1115, update manpage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    eadler
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 24 18:30:00 UTC 2012
>Closed-Date:    Thu Jan 24 06:31:13 UTC 2013
>Last-Modified:  Sun Jan 27 16:50:00 UTC 2013
>Originator:     Mathieu Simon
>Release:        8.3, 9.0
>Organization:
>Environment:
>Description:
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!
>How-To-Repeat:
Have a Server with either IBM ServeRAID M1115 or  M1015.
>Fix:
Here is a patch against CURRENT:

diff --git a/share/man/man4/mfi.4 b/share/man/man4/mfi.4
index 9313335..d601dbf 100644
--- a/share/man/man4/mfi.4
+++ b/share/man/man4/mfi.4
@@ -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


>Release-Note:
>Audit-Trail:

From: Mathieu Simon <mathieu.sim@gmail.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/173893: mfi supports ServeRAID M1015 / M1115, update manpage
Date: Sun, 25 Nov 2012 15:40:53 +0100

 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

From: Mathieu Simon <mathieu.sim@gmail.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: docs/173893: mfi supports ServeRAID M1015 / M1115, update manpage
Date: Thu, 27 Dec 2012 11:54:01 +0100

 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
Responsible-Changed-From-To: freebsd-doc->eadler 
Responsible-Changed-By: eadler 
Responsible-Changed-When: Thu Jan 24 06:24:21 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173893 
State-Changed-From-To: open->closed 
State-Changed-By: eadler 
State-Changed-When: Thu Jan 24 06:31:13 UTC 2013 
State-Changed-Why:  
Committed, thanks!  sorry for the delay 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173893 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/173893: commit references a PR
Date: Thu, 24 Jan 2013 06:31:09 +0000 (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"
 

From: Mathieu Simon <mathieu.simon@simweb.ch>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/173893: mfi supports ServeRAID M1015 / M1115, update manpage
Date: Sun, 27 Jan 2013 17:38:01 +0100

 Thank you eadler!
>Unformatted:
