From owner-freebsd-hardware@FreeBSD.ORG Fri Dec 21 15:02:34 2012 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E800E64A for ; Fri, 21 Dec 2012 15:02:34 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by mx1.freebsd.org (Postfix) with ESMTP id AE8418FC12 for ; Fri, 21 Dec 2012 15:02:34 +0000 (UTC) Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 7140820C2B; Fri, 21 Dec 2012 10:02:28 -0500 (EST) Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 21 Dec 2012 10:02:28 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:date:from:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; s=smtpout; bh=rZFrchDk67z/bVUgVY2XoC WmSis=; b=ew/J6WKsNdtdzfwRxKbJDNhY19fJJt4OCFRPQwX1QlB9Y/Uegbmudw z2VgeezqDf/XOYZIRpV+J5phOFMpa/q+uy32/lwVbQdvne7iRk9zX4ft9x4FMiQ6 93JR+ZXrqtCpkos3CPxtm6hxP5NqpcTycN+ShosWKddOIVR7qJAHg= X-Sasl-enc: VkZrnYDOFmEkLPffjkU0+uSNLsIh1N2m++SBloUwHRpV 1356102148 Received: from roadrash.ixsystems.com (unknown [216.139.7.151]) by mail.messagingengine.com (Postfix) with ESMTPA id CD98D8E008A; Fri, 21 Dec 2012 10:02:27 -0500 (EST) Message-ID: <50D47A02.70507@tcbug.org> Date: Fri, 21 Dec 2012 07:02:26 -0800 From: Josh Paetzel User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121013 Thunderbird/16.0.1 MIME-Version: 1.0 To: ipluta@wp.pl Subject: Re: Supermicro X9DRD-iF References: <50AA595E.4010302@wp.pl> <935195778.2057818.1353341932216.JavaMail.open-xchange@com4.strato.de> <50D44E1F.8080404@wp.pl> In-Reply-To: <50D44E1F.8080404@wp.pl> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-hardware@freebsd.org X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2012 15:02:35 -0000 On 12/21/2012 03:55, Ireneusz Pluta wrote: > OK. I got the configuration as advised. The raid controller is MegaRAID > SAS 9266-4i. > > But 9.0-RELEASE does not seem to boot. It stops with messages like > (rewritten manually): > > mpt0: ... on pci131 > mpt0: soft/hard reset failed: device not running > mpt0: mpt_reset: failed hard reset (0:0) > mpt0: mpt_reset: failed hard reset (0:1) > > why the mpt device shows up - is it mfi misrecognized? > > 9.1-RCx (image which is available today) seems to start and reporting: > > mfi0: ... on pci131 > > Why 9.0 has a problem? I initially suspected that mpt was some onboard > device of the motherboard, but the same pci location in both cases > indicates that it is just the 9266-4i. > > Is there a way to get 9.0 running? I would like to get the hardware into > production and I am OK with 9.0 for now, while 9.1 is still RC. > > Thanks > Irek. > The mpt driver in 9.0 ignores a bit in the PCI ID and decides it should attach to the megaraid when it shouldn't. This was fixed in 9.1. You can make 9.0 work by compiling a kernel that doesn't have the mpt driver in it. Thanks, Josh Paetzel