From owner-freebsd-stable@FreeBSD.ORG Tue Aug 26 19:14:25 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 A0CD3198; Tue, 26 Aug 2014 19:14:25 +0000 (UTC) Received: from mail-qg0-x232.google.com (mail-qg0-x232.google.com [IPv6:2607:f8b0:400d:c04::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4AE4A3DAA; Tue, 26 Aug 2014 19:14:25 +0000 (UTC) Received: by mail-qg0-f50.google.com with SMTP id z107so11861059qgd.9 for ; Tue, 26 Aug 2014 12:14:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=wlE0NT8oUIbEZTRnAUL45ePwb+DRi1AuKI5F1Y5EvOg=; b=lGoKtE5GWeQsDcsvXiAuPzUVqcx0vGFi1Dv0Y98vtn1msNYC+9qXis5n3D7l2fsrhk o3Yk8zlbpKY/bIoIPdpAyjLF9Vy2Jj11VvMoOfm8o6L+9prtYDly4pIk1PIWEhGuil62 C6pWH0qSvZu/dvoLmPZCEpV5AczCGQ2+s1GR4B0q/Ta13/RP9w4EkIvvO1SQ6tKkANCN 7/sMY8EGeqV5EsFojQeRcUMK+Zl+zwm198fymhmN7BNFfs8QqiBfpuCRPx072CqLMBXl nIdW3SRlUWPTe6d0blBuveNpIBDJG9viDfW1vYx061pVwCC6JWK9lgpZxpiFoXlo3LXE dO2g== X-Received: by 10.140.105.138 with SMTP id c10mr19152572qgf.15.1409080464443; Tue, 26 Aug 2014 12:14:24 -0700 (PDT) Received: from charmander.home ([64.229.13.35]) by mx.google.com with ESMTPSA id b7sm11967574qan.37.2014.08.26.12.14.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 Aug 2014 12:14:24 -0700 (PDT) Sender: Mark Johnston Date: Tue, 26 Aug 2014 15:13:21 -0400 From: Mark Johnston To: "RANDOLPH, DONALD L" Subject: Re: Dell PowerEdge R920 w/ Perc H730P Message-ID: <20140826191321.GA1526@charmander.home> References: <20140826184659.GB3131@hub.FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: Glen Barber , "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:14:25 -0000 On Tue, Aug 26, 2014 at 07:02:09PM +0000, RANDOLPH, DONALD L wrote: > The install failed using the method below. While extracting the archives I get an mfi command failed... then a series of mfi0: COMMAND 0xfffffe0001fcf388 timeout after 76 seconds... and it keeps incrementing from there. It looks like the mrsas_enable tunable was never merged to stable/10. :( I can merge it in a bit (together with 267451) if no one has objections. > > Should the drive still show up as mfid0 during install? I was expecting to see mrsasd0 or something of that sort. With mrsas(4) the volumes will show up as daN. > > Thanks > > -----Original Message----- > From: Glen Barber [mailto:gjb@freebsd.org] > 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 version using the mrsas driver. > > But when I boot up in the installer... it is still trying to use the older 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? > > > > At the loader(8) prompt, try: > > set hw.mfi.mrsas_enable=1 > boot > > There is an overlap between some mfi(4) drivers and the mrsas(4) driver, > and the mfi(4) probe happens first. > > Glen > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"