From owner-freebsd-stable@FreeBSD.ORG Tue Aug 26 19:02:34 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8755E95E; Tue, 26 Aug 2014 19:02:34 +0000 (UTC) Received: from nbfkord-smmo06.seg.att.com (nbfkord-smmo06.seg.att.com [209.65.160.94]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 131C23B6E; Tue, 26 Aug 2014 19:02:33 +0000 (UTC) Received: from unknown [144.160.112.28] (EHLO tlpi048.enaf.dadc.sbc.com) by nbfkord-smmo06.seg.att.com(mxl_mta-7.2.2-0) over TLS secured channel with ESMTP id 8c9dcf35.0.1380871.00-2378.3864215.nbfkord-smmo06.seg.att.com (envelope-from ); Tue, 26 Aug 2014 19:02:34 +0000 (UTC) X-MXL-Hash: 53fcd9ca5eb1c7ea-d51d471a1d11dbfa648fe90d877d08037f38c38f Received: from enaf.dadc.sbc.com (localhost.localdomain [127.0.0.1]) by tlpi048.enaf.dadc.sbc.com (8.14.5/8.14.5) with ESMTP id s7QJ2Vwi023160; Tue, 26 Aug 2014 14:02:32 -0500 Received: from dalint02.pst.cso.att.com (dalint02.pst.cso.att.com [135.31.133.160]) by tlpi048.enaf.dadc.sbc.com (8.14.5/8.14.5) with ESMTP id s7QJ2Pfr023000 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 26 Aug 2014 14:02:25 -0500 Received: from MOSTLS1MSGHUBAC.ITServices.sbc.com (MOSTLS1MSGHUBAC.itservices.sbc.com [135.41.4.150]) by dalint02.pst.cso.att.com (RSA Interceptor); Tue, 26 Aug 2014 19:02:10 GMT Received: from MOSTLS1MSGUSRFH.ITServices.sbc.com ([169.254.8.110]) by MOSTLS1MSGHUBAC.ITServices.sbc.com ([135.41.4.150]) with mapi id 14.03.0195.001; Tue, 26 Aug 2014 14:02:09 -0500 From: "RANDOLPH, DONALD L" To: Glen Barber Subject: RE: Dell PowerEdge R920 w/ Perc H730P Thread-Topic: Dell PowerEdge R920 w/ Perc H730P Thread-Index: Ac/BXSoZsQMlzFY4RA+G3JzbQbBx0wAKtymAAAn7nuA= Date: Tue, 26 Aug 2014 19:02:09 +0000 Message-ID: References: <20140826184659.GB3131@hub.FreeBSD.org> In-Reply-To: <20140826184659.GB3131@hub.FreeBSD.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [132.201.115.88] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-RSA-Inspected: yes X-RSA-Classifications: public X-AnalysisOut: [v=2.0 cv=J84dGnbS c=1 sm=1 a=srMsL6ituuWTYeky9Bs9mA==:17 a] X-AnalysisOut: [=bJuSpRN2vOUA:10 a=rroYxYZkpRkA:10 a=ofMgfj31e3cA:10 a=1bW] X-AnalysisOut: [CgR6wC0cA:10 a=BLceEmwcHowA:10 a=kj9zAlcOel0A:10 a=zQP7CpK] X-AnalysisOut: [OAAAA:8 a=XIqpo32RAAAA:8 a=6I5d2MoRAAAA:8 a=ZMkylGKD1tU7Yq] X-AnalysisOut: [BtKWgA:9 a=CjuIK1q_8ugA:10 a=SV7veod9ZcQA:10] X-Spam: [F=0.2000000000; CM=0.500; S=0.200(2014051901)] X-MAIL-FROM: X-SOURCE-IP: [144.160.112.28] Cc: "freebsd-stable@freebsd.org" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2014 19:02:34 -0000 The install failed using the method below. While extracting the archives I= get an mfi command failed... then a series of mfi0: COMMAND 0xfffffe0001fc= f388 timeout after 76 seconds... and it keeps incrementing from there. Should the drive still show up as mfid0 during install? I was expecting to= see mrsasd0 or something of that sort. Thanks -----Original Message----- From: Glen Barber [mailto:gjb@freebsd.org]=20 Sent: Tuesday, August 26, 2014 1:47 PM To: RANDOLPH, DONALD L Cc: freebsd-stable@freebsd.org Subject: Re: Dell PowerEdge R920 w/ Perc H730P On Tue, Aug 26, 2014 at 06:39:59PM +0000, RANDOLPH, DONALD L wrote: > I'm having an issue install FreeBSD 10.0 on a Dell PowerEdge w/ the Perc = H730P raid controller. > I see there has been support added for the controller in the stable versi= on using the mrsas driver. > But when I boot up in the installer... it is still trying to use the olde= r mfi driver. > How do I get the installer to properly recognize the raid controller? > Are there any logs I can provide to help solve this issue? >=20 At the loader(8) prompt, try: set hw.mfi.mrsas_enable=3D1 boot There is an overlap between some mfi(4) drivers and the mrsas(4) driver, and the mfi(4) probe happens first. Glen