From nobody@FreeBSD.org  Fri Feb 26 18:44:00 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 C6A4F1065675
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 26 Feb 2010 18:44:00 +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 9C1838FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 26 Feb 2010 18:44:00 +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 o1QIhxl3075970
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 26 Feb 2010 18:43:59 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o1QIhx3a075969;
	Fri, 26 Feb 2010 18:43:59 GMT
	(envelope-from nobody)
Message-Id: <201002261843.o1QIhx3a075969@www.freebsd.org>
Date: Fri, 26 Feb 2010 18:43:59 GMT
From: Gabriele Riva <gabriele@plcforum.it>
To: freebsd-gnats-submit@FreeBSD.org
Subject: PERC H200 Integrated/Adapter not recognized
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         144326
>Category:       i386
>Synopsis:       [ata] PERC H200 Integrated/Adapter not recognized on Dell R610
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pluknet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 26 18:50:01 UTC 2010
>Closed-Date:    Mon Aug 15 12:48:17 UTC 2011
>Last-Modified:  Mon Aug 15 12:48:17 UTC 2011
>Originator:     Gabriele Riva
>Release:        8.0
>Organization:
www.plcforum.it
>Environment:
>Description:
Server Dell R610
PERC H200 Integrated/Adapter:
the controller is not recognized, then I can not install the operating system.

How do I proceed?

Thanks

Regards

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-i386 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri Feb 26 22:09:23 UTC 2010 
Responsible-Changed-Why:  
reclassify. 

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

From: "Wood, Peter (ISS)" <p.wood@lancaster.ac.uk>
To: <bug-followup@FreeBSD.org>
Cc:  
Subject: Re: i386/144326: [ata] PERC H200 Integrated/Adapter not recognized on Dell R610
Date: Fri, 2 Jul 2010 09:40:46 +0100

 This is a multi-part message in MIME format.
 
 ------_=_NextPart_001_01CB19C2.A72A8DD9
 Content-Type: text/plain;
 	charset="us-ascii"
 Content-Transfer-Encoding: quoted-printable
 
 I've also come across this issue with the PERC H200 Integrated Adapter
 in a Dell R610, following a few suggestions on forums I repackaged an
 8.1 install CD with a custom kernel with the following patch applied
 from:
 
 =20
 
 http://forum.nginx.org/read.php?23,69062,69078
 
 =20
 
 --- sys/dev/mfi/mfi_pci.c.orig 2010-04-04 20:02:26.000000000 +0400
 
 +++ sys/dev/mfi/mfi_pci.c 2010-04-04 20:06:17.000000000 +0400
 
 @@ -117,6 +117,7 @@
 
 } mfi_identifiers[] =3D {
 
 {0x1000, 0x0060, 0x1028, 0xffff, MFI_FLAGS_1078, "Dell PERC 6"},
 
 {0x1000, 0x0060, 0xffff, 0xffff, MFI_FLAGS_1078, "LSI MegaSAS 1078"},
 
 + {0x1000, 0x0072, 0x1028, 0x1f1e, MFI_FLAGS_GEN2, "Dell PERC H200
 Integrated"},
 
 {0x1000, 0x0078, 0xffff, 0xffff, MFI_FLAGS_GEN2, "LSI MegaSAS Gen2"},
 
 {0x1000, 0x0079, 0x1028, 0x1f15, MFI_FLAGS_GEN2, "Dell PERC H800
 Adapter"},
 
 {0x1000, 0x0079, 0x1028, 0x1f16, MFI_FLAGS_GEN2, "Dell PERC H700
 Adapter"},
 
 =20
 
 Sadly I suspect either the various configuration flags are wrong, or
 it's a completely different beast. From the kernel boot from the patched
 kernel:
 
 =20
 
 mfi0: <Dell PERC H200 Integrated> port 0xfc00-0xfcff mem
 0xdf2fb0000-0xdf2bffff,0
 
 xdf2c0000-0xdf2fffff irq 16 at device 0.0 on pci3
 
 mfi0: Megaraid SAS driver Ver 3.00
 
 mfi0: fireware stuck in state 0
 
 mfi0: Firmware not in READY state, error 6
 
 device_attach: mfi0 attach returned 6
 
 =20
 
 Unfortunately I don't understand the appropriate flags well enough to
 get this to work. I'm happy to test this should someone have a good idea
 if it's just a flag issue.
 
 =20
 
 Kind regards,
 
 =20
 
 Peter Wood <p.wood@lancaster.ac.uk>
 
 
 ------_=_NextPart_001_01CB19C2.A72A8DD9
 Content-Type: text/html;
 	charset="us-ascii"
 Content-Transfer-Encoding: quoted-printable
 
 <html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
 xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
 xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
 xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" =
 xmlns=3D"http://www.w3.org/TR/REC-html40">
 
 <head>
 <meta http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Dus-ascii">
 <meta name=3DGenerator content=3D"Microsoft Word 12 (filtered medium)">
 <style>
 <!--
  /* Font Definitions */
  @font-face
 	{font-family:"Cambria Math";
 	panose-1:2 4 5 3 5 4 6 3 2 4;}
 @font-face
 	{font-family:Calibri;
 	panose-1:2 15 5 2 2 2 4 3 2 4;}
  /* Style Definitions */
  p.MsoNormal, li.MsoNormal, div.MsoNormal
 	{margin:0cm;
 	margin-bottom:.0001pt;
 	font-size:11.0pt;
 	font-family:"Calibri","sans-serif";}
 a:link, span.MsoHyperlink
 	{mso-style-priority:99;
 	color:blue;
 	text-decoration:underline;}
 a:visited, span.MsoHyperlinkFollowed
 	{mso-style-priority:99;
 	color:purple;
 	text-decoration:underline;}
 span.EmailStyle17
 	{mso-style-type:personal-compose;
 	font-family:"Calibri","sans-serif";
 	color:windowtext;}
 .MsoChpDefault
 	{mso-style-type:export-only;}
 @page WordSection1
 	{size:612.0pt 792.0pt;
 	margin:72.0pt 72.0pt 72.0pt 72.0pt;}
 div.WordSection1
 	{page:WordSection1;}
 -->
 </style>
 <!--[if gte mso 9]><xml>
  <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
 </xml><![endif]--><!--[if gte mso 9]><xml>
  <o:shapelayout v:ext=3D"edit">
   <o:idmap v:ext=3D"edit" data=3D"1" />
  </o:shapelayout></xml><![endif]-->
 </head>
 
 <body lang=3DEN-GB link=3Dblue vlink=3Dpurple>
 
 <div class=3DWordSection1>
 
 <p class=3DMsoNormal>I&#8217;ve also come across this issue with the =
 PERC H200
 Integrated Adapter in a Dell R610, following a few suggestions on forums =
 I
 repackaged an 8.1 install CD with a custom kernel with the following =
 patch
 applied from:<o:p></o:p></p>
 
 <p class=3DMsoNormal><o:p>&nbsp;</o:p></p>
 
 <p class=3DMsoNormal><a =
 href=3D"http://forum.nginx.org/read.php?23,69062,69078">http://forum.ngin=
 x.org/read.php?23,69062,69078</a><o:p></o:p></p>
 
 <p class=3DMsoNormal><o:p>&nbsp;</o:p></p>
 
 <p class=3DMsoNormal>--- sys/dev/mfi/mfi_pci.c.orig 2010-04-04 =
 20:02:26.000000000
 +0400<o:p></o:p></p>
 
 <p class=3DMsoNormal>+++ sys/dev/mfi/mfi_pci.c 2010-04-04 =
 20:06:17.000000000
 +0400<o:p></o:p></p>
 
 <p class=3DMsoNormal>@@ -117,6 +117,7 @@<o:p></o:p></p>
 
 <p class=3DMsoNormal>} mfi_identifiers[] =3D {<o:p></o:p></p>
 
 <p class=3DMsoNormal>{0x1000, 0x0060, 0x1028, 0xffff, MFI_FLAGS_1078, =
 &quot;Dell
 PERC 6&quot;},<o:p></o:p></p>
 
 <p class=3DMsoNormal>{0x1000, 0x0060, 0xffff, 0xffff, MFI_FLAGS_1078, =
 &quot;LSI
 MegaSAS 1078&quot;},<o:p></o:p></p>
 
 <p class=3DMsoNormal>+ {0x1000, 0x0072, 0x1028, 0x1f1e, MFI_FLAGS_GEN2,
 &quot;Dell PERC H200 Integrated&quot;},<o:p></o:p></p>
 
 <p class=3DMsoNormal>{0x1000, 0x0078, 0xffff, 0xffff, MFI_FLAGS_GEN2, =
 &quot;LSI
 MegaSAS Gen2&quot;},<o:p></o:p></p>
 
 <p class=3DMsoNormal>{0x1000, 0x0079, 0x1028, 0x1f15, MFI_FLAGS_GEN2, =
 &quot;Dell
 PERC H800 Adapter&quot;},<o:p></o:p></p>
 
 <p class=3DMsoNormal>{0x1000, 0x0079, 0x1028, 0x1f16, MFI_FLAGS_GEN2, =
 &quot;Dell
 PERC H700 Adapter&quot;},<o:p></o:p></p>
 
 <p class=3DMsoNormal><o:p>&nbsp;</o:p></p>
 
 <p class=3DMsoNormal>Sadly I suspect either the various configuration =
 flags are
 wrong, or it&#8217;s a completely different beast. From the kernel boot =
 from
 the patched kernel:<o:p></o:p></p>
 
 <p class=3DMsoNormal><o:p>&nbsp;</o:p></p>
 
 <p class=3DMsoNormal>mfi0: &lt;Dell PERC H200 Integrated&gt; port =
 0xfc00-0xfcff
 mem 0xdf2fb0000-0xdf2bffff,0<o:p></o:p></p>
 
 <p class=3DMsoNormal>xdf2c0000-0xdf2fffff irq 16 at device 0.0 on =
 pci3<o:p></o:p></p>
 
 <p class=3DMsoNormal>mfi0: Megaraid SAS driver Ver 3.00<o:p></o:p></p>
 
 <p class=3DMsoNormal>mfi0: fireware stuck in state 0<o:p></o:p></p>
 
 <p class=3DMsoNormal>mfi0: Firmware not in READY state, error =
 6<o:p></o:p></p>
 
 <p class=3DMsoNormal>device_attach: mfi0 attach returned =
 6<o:p></o:p></p>
 
 <p class=3DMsoNormal><o:p>&nbsp;</o:p></p>
 
 <p class=3DMsoNormal>Unfortunately I don&#8217;t understand the =
 appropriate flags
 well enough to get this to work. I&#8217;m happy to test this should =
 someone
 have a good idea if it&#8217;s just a flag issue.<o:p></o:p></p>
 
 <p class=3DMsoNormal><o:p>&nbsp;</o:p></p>
 
 <p class=3DMsoNormal>Kind regards,<o:p></o:p></p>
 
 <p class=3DMsoNormal><o:p>&nbsp;</o:p></p>
 
 <p class=3DMsoNormal>Peter Wood =
 &lt;p.wood@lancaster.ac.uk&gt;<o:p></o:p></p>
 
 </div>
 
 </body>
 
 </html>
 
 ------_=_NextPart_001_01CB19C2.A72A8DD9--

From: "Willem Jaap Zwart" <W.J.Zwart@NescioLudens.nl>
To: bug-followup@FreeBSD.org,
 gabriele@plcforum.it
Cc:  
Subject: Re: i386/144326: [ata] PERC H200 Integrated/Adapter not 
     recognized on Dell R610
Date: Sun, 18 Jul 2010 14:30:46 +0200 (CEST)

 Hi
 
 I face the same problem on een Dell PowerEdge R210
 Is there anything I can do to help to solve this PR?
 
 Willem Jaap
 
Responsible-Changed-From-To: freebsd-i386->pluknet 
Responsible-Changed-By: remko 
Responsible-Changed-When: Wed Mar 30 05:59:58 UTC 2011 
Responsible-Changed-Why:  
Hi, perhaps you are able to investigate and see what the problem is? You are 
one of the persons that touched the mfi* files recently so my guess is that 
you know something about it... 

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

From: Sergey Kandaurov <pluknet@gmail.com>
To: bug-followup@FreeBSD.org, gabriele@plcforum.it
Cc:  
Subject: Re: i386/144326: [ata] PERC H200 Integrated/Adapter not recognized on
 Dell R610
Date: Wed, 30 Mar 2011 13:11:49 +0400

 Please try mps(4) from 8.2-STABLE and report back.
 Perhaps, an ease way to do that is to upgrade to this version.
 The mps(4) driver appeared in 8.2-STABLE shall support the H200 controller.
 
 -- 
 wbr,
 pluknet
State-Changed-From-To: open->feedback 
State-Changed-By: pluknet 
State-Changed-When: Wed Mar 30 09:26:57 UTC 2011 
State-Changed-Why:  
Awaiting feedback from submitter. 
Can you try mps(4) from 8.2-STABLE? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144326 
State-Changed-From-To: feedback->closed 
State-Changed-By: pluknet 
State-Changed-When: Mon Aug 15 12:45:24 UTC 2011 
State-Changed-Why:  
Request timeout ( > 4 months). 
It's preferable to ask such questions on mail lists. 

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