From owner-freebsd-current@FreeBSD.ORG Thu Apr 3 17:12:51 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9DE6294C for ; Thu, 3 Apr 2014 17:12:51 +0000 (UTC) Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8210E7D3 for ; Thu, 3 Apr 2014 17:12:51 +0000 (UTC) Received: by mail.lifanov.com (Postfix, from userid 58) id 0BFDE1AF7E6; Thu, 3 Apr 2014 13:12:51 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.lifanov.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.0 Received: from app.lifanov.com (chat.lifanov.com [206.125.175.13]) by mail.lifanov.com (Postfix) with ESMTPA id 63BED1A0071 for ; Thu, 3 Apr 2014 13:12:50 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 03 Apr 2014 13:12:49 -0400 From: Nikolai Lifanov To: freebsd-current@freebsd.org Subject: Re: svn commits r264007-264011: disks missing In-Reply-To: <20140403162357.GW21331@kib.kiev.ua> References: <201404011602.s31G22QT056325@svn.freebsd.org> <533D5B00.7030005@mail.lifanov.com> <533D8989.8040901@mail.lifanov.com> <20140403162357.GW21331@kib.kiev.ua> Message-ID: X-Sender: lifanov@mail.lifanov.com User-Agent: Roundcube Webmail/0.9.5 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 17:12:51 -0000 On 2014-04-03 12:23, Konstantin Belousov wrote: > On Thu, Apr 03, 2014 at 12:17:13PM -0400, Nikolai Lifanov wrote: >> On 04/03/14 08:58, Nikolai Lifanov wrote: >> > On 04/01/14 12:02, Ryan Stone wrote: >> >> Author: rstone >> >> Date: Tue Apr 1 16:02:02 2014 >> >> New Revision: 264011 >> >> URL: http://svnweb.freebsd.org/changeset/base/264011 >> >> >> >> Log: >> >> Add support for PCIe ARI >> >> >> > >> > With the changes between r264007-264011, my 4-port RocketRAID 640 card >> > in JBOD mode just lost (?) 2 out of 4 disks. I disabled bhyve pci >> > passthrough, tried looking for these disks with various tools, but no >> > luck. There is no trace of them being available in dmesg, etc. >> > >> > I narrowed it down to that range of revisions, and >> > going back to r264006 makes the disks show up again. >> > >> > - Nikolai Lifanov >> > >> >> I updated to r264073 with revisions r264007-264013 reverted, and all >> my >> disks show up. Could you look into this please? I'll provide any >> information that can be helpful. > > I think verbose dmesg from failing and running kernel should be good > for the start. Sure, here! http://lifanov.com/files/freebsd/bugs/dmesg.broken.txt http://lifanov.com/files/freebsd/bugs/dmesg.working.txt - Nikolai Lifanov