From owner-freebsd-current@FreeBSD.ORG Thu Apr 3 12:58:42 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 B900F846; Thu, 3 Apr 2014 12:58:42 +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 9D9269D6; Thu, 3 Apr 2014 12:58:42 +0000 (UTC) Received: by mail.lifanov.com (Postfix, from userid 58) id DDF2D1AF7C8; Thu, 3 Apr 2014 08:58:41 -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 [10.1.3.5] (cnet520-windstream.mcclatchyinteractive.com [166.108.16.2]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.lifanov.com (Postfix) with ESMTPSA id 62E301AF7C3; Thu, 3 Apr 2014 08:58:41 -0400 (EDT) Message-ID: <533D5B00.7030005@mail.lifanov.com> Date: Thu, 03 Apr 2014 08:58:40 -0400 From: Nikolai Lifanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Ryan Stone , freebsd-current@FreeBSD.org Subject: svn commits r264007-264011: disks missing References: <201404011602.s31G22QT056325@svn.freebsd.org> In-Reply-To: <201404011602.s31G22QT056325@svn.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 12:58:42 -0000 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