From owner-freebsd-current@FreeBSD.ORG Tue May 5 20:26:21 2009 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 C7EEC1065693 for ; Tue, 5 May 2009 20:26:21 +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 9AF8A8FC1E for ; Tue, 5 May 2009 20:26:21 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 52F5146B09; Tue, 5 May 2009 16:26:21 -0400 (EDT) Received: from John-Baldwins-Macbook-Pro.local (localhost [127.0.0.1]) by bigwig.baldwin.cx (Postfix) with ESMTPA id E1A9A8A022; Tue, 5 May 2009 16:26:19 -0400 (EDT) Message-ID: <4A00A0ED.7000003@FreeBSD.org> Date: Tue, 05 May 2009 16:26:21 -0400 From: John Baldwin User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: jimmiejaz@gmail.com References: 200903041011.24606.jhb@freebsd.org <49FFD81A.5040501@gmail.com> In-Reply-To: <49FFD81A.5040501@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Tue, 05 May 2009 16:26:20 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-3.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: freebsd-current@freebsd.org Subject: Re: pci regression: "panic: resource_list_alloc: resource entry is busy" 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: Tue, 05 May 2009 20:26:22 -0000 Jimmie James wrote: > Why is this affecting 7.2-STABLE? Does anyone test anything before a > release anymore? > This doesn't apply to 7.2: > > atching file vga_pci.c using Plan A... > Hunk #1 failed at 42. > Hunk #2 succeeded at 118 (offset -20 lines). > Hunk #3 succeeded at 146 (offset -20 lines). > 1 out of 3 hunks failed--saving rejects to vga_pci.c.rej > Hmm... Ignoring the trailing garbage. > done It affects -stable because I merged some changes to the PCI bus code after the release (thus, 7.2-release is not affected as you seem to imply). Note that the machine I tested the merge on is a server box that doesn't use DRM (and drm(4) isn't in GENERIC) so I didn't run into this during testing. If you update your tree it should be fixed now. -- John Baldwin