From owner-freebsd-stable@FreeBSD.ORG Thu Sep 4 20:31:56 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 4CE2FAB9; Thu, 4 Sep 2014 20:31:56 +0000 (UTC) Received: from nbfkord-smmo05.seg.att.com (nbfkord-smmo05.seg.att.com [209.65.160.92]) (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 B34FD1222; Thu, 4 Sep 2014 20:31:53 +0000 (UTC) Received: from unknown [144.160.112.28] (EHLO tlpi048.enaf.dadc.sbc.com) by nbfkord-smmo05.seg.att.com(mxl_mta-7.2.2-0) over TLS secured channel with ESMTP id 83cc8045.0.6334341.00-2125.17658220.nbfkord-smmo05.seg.att.com (envelope-from ); Thu, 04 Sep 2014 20:31:55 +0000 (UTC) X-MXL-Hash: 5408cc3b62629257-3700c027ac52d3b4da6652ea1332ad8141842ec6 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 s84KVpw0004624; Thu, 4 Sep 2014 15:31:52 -0500 Received: from dalint03.pst.cso.att.com (dalint03.pst.cso.att.com [135.31.133.161]) by tlpi048.enaf.dadc.sbc.com (8.14.5/8.14.5) with ESMTP id s84KVlrh004585 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 4 Sep 2014 15:31:47 -0500 Received: from MOSTLS1MSGHUBAB.ITServices.sbc.com (MOSTLS1MSGHUBAB.itservices.sbc.com [135.41.4.149]) by dalint03.pst.cso.att.com (RSA Interceptor); Thu, 4 Sep 2014 20:31:33 GMT Received: from MOSTLS1MSGUSRFH.ITServices.sbc.com ([169.254.8.110]) by MOSTLS1MSGHUBAB.ITServices.sbc.com ([135.41.4.149]) with mapi id 14.03.0195.001; Thu, 4 Sep 2014 15:31:32 -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+G3JzbQbBx0wAKtymAAAn7nuD//7eAgIAAA04A//WvV1D/5/Uj4IAwbrwAgABKRqCAAIbs8A== Date: Thu, 4 Sep 2014 20:31:32 +0000 Message-ID: References: <20140826184659.GB3131@hub.FreeBSD.org> <20140826191321.GA1526@charmander.home> <20140826192510.GD3131@hub.FreeBSD.org> <20140904182134.GN36287@hub.FreeBSD.org> In-Reply-To: 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=DNk4FVxb 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=KV_AwiocD6DDnNLrfMQA:9 a=CjuIK1] X-AnalysisOut: [q_8ugA:10] X-Spam: [F=0.2000000000; CM=0.500; S=0.200(2014051901)] X-MAIL-FROM: X-SOURCE-IP: [144.160.112.28] Cc: Mark Johnston , "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: Thu, 04 Sep 2014 20:31:56 -0000 I modified my approach a little bit. =20 When trying it on the mini image I first did a load mrsas and it told me it= couldn't be found. So I then did a ls boot/kernel. Confirmed the mrsas.k= o file was in fact in the directory. I did a load /boot/kernel/mrsas.ko and it told me it couldn't load a module= before the kernel... so I took the thumbdrive and created a /boot/loader.c= onf with mrsas_load=3D"YES" and hw.mfi.mrsas_enable=3D1 in it. Now the sys= tem is up and running. I went back and checked the FreeBSD-10.1-PRERELEASE-amd64-20140902-r270981-= memstick.img image with same install approach... creating a /boot/loader.co= nf and started the install. Both installs found the raid as da0 and installed perfectly. Now I have a = working installation of FreeBSD. So when I did a set hw.mfi.mrsas_enable=3D1 on the first attempt on the 10.= 1-PRERELEASE why didn't the mrsas driver load at boot and detect the raid a= s da0? Thanks Don