Bug 144614

Summary: [patch] [mfi] add IBM ServeRAID M5015 SAS/SATA to list of supported h/w
Product: Documentation Reporter: pluknet <pluknet>
Component: Books & ArticlesAssignee: Christian Brueffer <brueffer>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description pluknet 2010-03-10 07:10:00 UTC
 `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.
Comment 1 Christian Brueffer freebsd_committer freebsd_triage 2010-05-12 18:12:47 UTC
State Changed
From-To: open->patched

Committed, thanks! 


Comment 2 Christian Brueffer freebsd_committer freebsd_triage 2010-05-12 18:12:47 UTC
Responsible Changed
From-To: freebsd-doc->brueffer

MFC reminder.
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-05-12 18:12:49 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"
Comment 4 Christian Brueffer freebsd_committer freebsd_triage 2010-07-03 10:54:21 UTC
State Changed
From-To: patched->closed

MFCs done.