From owner-freebsd-current@FreeBSD.ORG Mon May 16 00:50:04 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0AB9106564A for ; Mon, 16 May 2011 00:50:04 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id BEFA48FC16 for ; Mon, 16 May 2011 00:50:04 +0000 (UTC) Received: by pwj8 with SMTP id 8so2501590pwj.13 for ; Sun, 15 May 2011 17:50:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=A7vf9xaVv9ysd4ENd52uPBNz/hYAREAWGl8Z7is97SY=; b=eN8kZwZ7ctKrDuv8MH1GL+lkKZLXVd/DcYb3NmFerurJ/2LrsuT+Ul2xLLeb43CBhD +5C4PBNpH8rk12HZPslaYaksa3JU0WpokxSQpC3Nz9tOOsx1O490ofh3te9rJZgmxwly 68+UpamubXCSSTG+2fLVvXpl+7h9cJIpWaYNw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=pTvksUw/HXXTEmo3C5nrBU0OOYT9du/QbyfM9htxqKWLjIEPxt7Zgl+2PtFx3D0s67 aA52tfgpKyjqr4vzS9DaM53siMYmIWTbs8aNEy3A2fJnEwljQSr209aIhmHo1GzFBrCd xoDgCHzk12b1MOMf271aHHyHxugdf+cOGK2tY= MIME-Version: 1.0 Received: by 10.68.1.35 with SMTP id 3mr6617669pbj.7.1305507004178; Sun, 15 May 2011 17:50:04 -0700 (PDT) Received: by 10.68.71.130 with HTTP; Sun, 15 May 2011 17:50:04 -0700 (PDT) In-Reply-To: References: Date: Mon, 16 May 2011 02:50:04 +0200 Message-ID: From: "deeptech71@gmail.com" To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: pcib allocation failure X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 16 May 2011 00:50:05 -0000 On Sat, May 14, 2011 at 6:27 PM, deeptech71@gmail.com wrote: > pcib1: at device 1.0 on pci0 > pcib1: failed to allocate initial prefetch window: 0xd0000000-0xfaffffff > > this happens with a the r221862 kernel, but not with the r221309 kernel. > a quick search reveals something: > http://www.freebsd.org/cgi/query-pr.cgi?pr=143874 (i have no idea what > that is). indeed, r221394 introduced the said behaviour by using a new PCI bus driver or something. with "nooptions NEW_PCIB", even the latest sources (r221970) do not exhibit the said behaviour. i conclude that the new PCI bus driver basically sux.