Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jul 2010 09:10:03 GMT
From:      "Wood, Peter (ISS)" <p.wood@lancaster.ac.uk>
To:        freebsd-i386@FreeBSD.org
Subject:   Re: i386/144326: [ata] PERC H200 Integrated/Adapter not recognized on Dell R610
Message-ID:  <201007020910.o629A3RM042072@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/144326; it has been noted by GNATS.

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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007020910.o629A3RM042072>