From owner-freebsd-current@FreeBSD.ORG Mon May 16 00:56:47 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 476E4106564A for ; Mon, 16 May 2011 00:56:47 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 01B168FC1A for ; Mon, 16 May 2011 00:56:46 +0000 (UTC) Received: by vxc34 with SMTP id 34so3868681vxc.13 for ; Sun, 15 May 2011 17:56:46 -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:cc:content-type; bh=duwpVHiIE1jtfqAhL1pYbBWsowpdTVRAWkhPdY6QDpQ=; b=FDEehRibTu3rdTputMgTjN2BLm8xnXtu2vV/J2uI7nqY1M62jkAFtNeCCmbtiTgCdW hBRuic49L199SuhJVEmn6ykM9guLgS+QRJ5E2aH7ROzcx6NUEyQHFj/wicJuaGJyySQv vhtRnMathGHFXz1FX77d8BeOk2m2Qexo4TQR4= 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 :cc:content-type; b=CulUJFp2Oy/Q//Sqvt30puw2+3NogGfXHckRvrTer65k3ztpWNNc8g0gxTWLeQ5eYc 7DeZJDEw9YuzrhzxXbKzzDBIdXST/64nqgDTgQ/R6GIiKtZ8gTmejrw42i6Xt9IGltVr s7NIMHHIHk0upZMmITeN96Mlo9OE8MQXRCoYw= MIME-Version: 1.0 Received: by 10.52.74.74 with SMTP id r10mr5351505vdv.212.1305507406253; Sun, 15 May 2011 17:56:46 -0700 (PDT) Received: by 10.220.188.202 with HTTP; Sun, 15 May 2011 17:56:46 -0700 (PDT) In-Reply-To: References: Date: Sun, 15 May 2011 17:56:46 -0700 Message-ID: From: Garrett Cooper To: "deeptech71@gmail.com" Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org 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:56:47 -0000 On Sun, May 15, 2011 at 5:50 PM, deeptech71@gmail.com wrote: > 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. Could you please provide more details, like boot -v output, etc? Thanks! -Garrett