From owner-freebsd-current@FreeBSD.ORG Fri Jun 10 12:09:17 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 912CD106564A for ; Fri, 10 Jun 2011 12:09:17 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 689C88FC0A for ; Fri, 10 Jun 2011 12:09:17 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 1D42C46B0A; Fri, 10 Jun 2011 08:09:17 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id AD8D68A01F; Fri, 10 Jun 2011 08:09:16 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Date: Fri, 10 Jun 2011 08:00:59 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110325; KDE/4.5.5; amd64; ; ) References: <201106091456.04528.jhb@freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201106100800.59277.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Fri, 10 Jun 2011 08:09:16 -0400 (EDT) Cc: "deeptech71@gmail.com" 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: Fri, 10 Jun 2011 12:09:17 -0000 On Thursday, June 09, 2011 6:08:08 pm deeptech71@gmail.com wrote: > On Thu, Jun 9, 2011 at 8:56 PM, John Baldwin wrote: > > On Thursday, June 09, 2011 2:07:31 pm deeptech71@gmail.com wrote: > >> pcib1: attempting to grow prefetch window for (0xe0000000-0xefffffff,0x10000000) > >> back candidate range: 0xe0000000-0xefffffff > >> pcib1: failed to grow prefetch window to 0xd0000000-0xefffffff: 6 > > > > Hmm, ENXIO is an odd error. rman_adjust_resource() can't fail with that. > > > > Oh, I missed adding bus_adjust_resource() to the x86 "nexus" drivers. :( > > alright, with that patch the machine is back in business. Great! Thanks for testing. I'll commit these fixes today. -- John Baldwin