From nobody@FreeBSD.org  Wed Mar 10 07:05:09 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4EA67106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 10 Mar 2010 07:05:09 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 3CE1F8FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 10 Mar 2010 07:05:09 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o2A7589w015315
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 10 Mar 2010 07:05:08 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o2A758XE015314;
	Wed, 10 Mar 2010 07:05:08 GMT
	(envelope-from nobody)
Message-Id: <201003100705.o2A758XE015314@www.freebsd.org>
Date: Wed, 10 Mar 2010 07:05:08 GMT
From: pluknet <pluknet@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] [mfi] add IBM ServeRAID M5015 SAS/SATA to list of supported h/w
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         144614
>Category:       docs
>Synopsis:       [patch] [mfi] add IBM ServeRAID M5015 SAS/SATA to list of supported h/w
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brueffer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 10 07:10:00 UTC 2010
>Closed-Date:    Sat Jul 03 11:54:35 CEST 2010
>Last-Modified:  Sat Jul 03 11:54:35 CEST 2010
>Originator:     pluknet
>Release:        FreeBSD 7.2, FreeBSD 8.0
>Organization:
>Environment:
>Description:
 `mfiutil show adapter` reports: "ServeRAID M5015 SAS/SATA Controller".

Actually there 2 modifications exist: M5015 and M5014
(the second with reduced on-board memory amount).
See also: http://www.redbooks.ibm.com/abstracts/tips0738.html

The model I have is based on LSI2108SAS which is LSI GEN2.
Support was added before 7.1-R.
Successfully tested by me on 7.2-R amd64, and 8.0 amd64.
>How-To-Repeat:

>Fix:
--- share/man/man4/mfi.4.orig   2010-03-05 17:42:31.000000000 +0300
+++ share/man/man4/mfi.4        2010-03-05 17:45:01.000000000 +0300
@@ -93,6 +93,8 @@
 .It
 IBM ServeRAID-MR10i
 .It
+IBM ServeRAID M5014/M5015 SAS/SATA Controller
+.It
 Intel RAID Controller SROMBSAS18E
 .El
 .Sh FILES

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: brueffer 
State-Changed-When: Wed May 12 19:12:47 CEST 2010 
State-Changed-Why:  
Committed, thanks! 


Responsible-Changed-From-To: freebsd-doc->brueffer 
Responsible-Changed-By: brueffer 
Responsible-Changed-When: Wed May 12 19:12:47 CEST 2010 
Responsible-Changed-Why:  
MFC reminder. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/144614: commit references a PR
Date: Wed, 12 May 2010 17:12:49 +0000 (UTC)

 Author: brueffer
 Date: Wed May 12 17:12:38 2010
 New Revision: 207975
 URL: http://svn.freebsd.org/changeset/base/207975
 
 Log:
   IBM ServeRAID M5015 SAS/SATA works.
   
   PR:		144614
   Submitted by:	pluknet <pluknet@gmail.com>
   MFC after:	1 week
 
 Modified:
   head/share/man/man4/mfi.4
 
 Modified: head/share/man/man4/mfi.4
 ==============================================================================
 --- head/share/man/man4/mfi.4	Wed May 12 17:11:38 2010	(r207974)
 +++ head/share/man/man4/mfi.4	Wed May 12 17:12:38 2010	(r207975)
 @@ -24,7 +24,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd January 2, 2010
 +.Dd May 12, 2010
  .Dt MFI 4
  .Os
  .Sh NAME
 @@ -91,6 +91,8 @@ Dell PERC5
  .It
  Dell PERC6
  .It
 +IBM ServeRAID M5015 SAS/SATA
 +.It
  IBM ServeRAID-MR10i
  .It
  Intel RAID Controller SROMBSAS18E
 _______________________________________________
 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"
 
State-Changed-From-To: patched->closed 
State-Changed-By: brueffer 
State-Changed-When: Sat Jul 3 11:54:21 CEST 2010 
State-Changed-Why:  
MFCs done. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144614 
>Unformatted:
