From owner-freebsd-current@FreeBSD.ORG Thu Apr 3 22:34:02 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 D3C478AD for ; Thu, 3 Apr 2014 22:34:02 +0000 (UTC) Received: from mail-ob0-x232.google.com (mail-ob0-x232.google.com [IPv6:2607:f8b0:4003:c01::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 9D0E4840 for ; Thu, 3 Apr 2014 22:34:02 +0000 (UTC) Received: by mail-ob0-f178.google.com with SMTP id wp18so2668419obc.37 for ; Thu, 03 Apr 2014 15:34:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=FqvXbBBz0bGnpEwYY/WnBGqBUWMeQhkUlt96z7IDEFY=; b=KWMEvyA/MSAat3+fNHAXx7Jjk+KObGlfbhsRteS7fKf+utu+c+o6DjPNlCnwVTpBtW f86itPcuur7gi8zEiZFJ3uKE6NIfEr77NlCln+x0JXp3dzaTEHnM+ARZ62Z9S7O4P8Wx FkT2vvjKuuXFGxsJaIf2Bgh/FxdunAMbkn6b004+lgEZa+CzYxpnW0cm81DENyEqqW7k T0hpUjkLyiJpd6D7TQVOuTEWj6lN4gANPThUJQMmPkirNSej28p/lg17ySd5gx1IqqKt uG5VhT+mAtTGUlYgMHycfBG68l+M3IQz8GgXXjexSeYZlYsGe+4FH71zYodU4wFiYDw5 5jdg== MIME-Version: 1.0 X-Received: by 10.60.98.139 with SMTP id ei11mr8681770oeb.43.1396564441911; Thu, 03 Apr 2014 15:34:01 -0700 (PDT) Received: by 10.76.87.7 with HTTP; Thu, 3 Apr 2014 15:34:01 -0700 (PDT) In-Reply-To: References: <201404011602.s31G22QT056325@svn.freebsd.org> <533D5B00.7030005@mail.lifanov.com> <533D8989.8040901@mail.lifanov.com> <20140403162357.GW21331@kib.kiev.ua> Date: Thu, 3 Apr 2014 18:34:01 -0400 Message-ID: Subject: Re: svn commits r264007-264011: disks missing From: Ryan Stone To: Nikolai Lifanov Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Current 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 22:34:02 -0000 This is fixed in r264091. Apologies for the breakage; it seems to mostly effect legacy PCI devices and my testing was on PCIe-only systems. Thanks to everyone who reported the issue and provided verbose dmesgs; that really helped me to understand the problem.