From owner-freebsd-stable@FreeBSD.ORG Tue Apr 3 08:29:36 2012 Return-Path: Delivered-To: stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 763A71065670; Tue, 3 Apr 2012 08:29:36 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id F3A688FC1D; Tue, 3 Apr 2012 08:29:35 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.4/8.14.4/ALCHEMY.FRANKEN.DE) with ESMTP id q338TSfx047238; Tue, 3 Apr 2012 10:29:28 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.4/8.14.4/Submit) id q338TR7W047237; Tue, 3 Apr 2012 10:29:27 +0200 (CEST) (envelope-from marius) Date: Tue, 3 Apr 2012 10:29:27 +0200 From: Marius Strobl To: Andrew Pantyukhin Message-ID: <20120403082927.GH93449@alchemy.franken.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: stable@FreeBSD.org, zvqops@di.vc, ken@FreeBSD.org, Kashyap Desai Subject: Re: r232411 breaks onboard 1068 detection X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Apr 2012 08:29:36 -0000 On Tue, Apr 03, 2012 at 05:55:19AM +0400, Andrew Pantyukhin wrote: > Hello, > > r232411 broke onboard 1068 detection on all boxes with SuperMicro > X8ST3 motherboards for us. > > All of them are also equipped with two extra 1068 controllers, which > are detected fine. Reverting to r231518 with otherwise latest stable > kernel works around the problem. > > The issue is still there at r233425. > > Here's the disappearing device: > > mpt2@pci0:5:0:0: class=0x010000 card=0x10001000 chip=0x00591000 > rev=0x08 hdr=0x00 > vendor = 'LSI Logic / Symbios Logic' > device = 'MegaRAID SAS 8208ELP/8208ELP' > class = mass storage > subclass = SCSI > Should be fixed in r233827. Marius