From owner-freebsd-amd64@FreeBSD.ORG Thu Dec 29 16:30:16 2011 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 399B91065672 for ; Thu, 29 Dec 2011 16:30:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 27A7D8FC22 for ; Thu, 29 Dec 2011 16:30:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBTGUFNV026013 for ; Thu, 29 Dec 2011 16:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBTGUFlm026012; Thu, 29 Dec 2011 16:30:15 GMT (envelope-from gnats) Date: Thu, 29 Dec 2011 16:30:15 GMT Message-Id: <201112291630.pBTGUFlm026012@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: John Baldwin Cc: Subject: Re: amd64/162708: FreeBSD 9.0-RC2 amd64 fails to boot on Dell Optiplex GX620 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Baldwin List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2011 16:30:16 -0000 The following reply was made to PR amd64/162708; it has been noted by GNATS. From: John Baldwin To: "David J. Weller-Fahy" Cc: Peter Jeremy , freebsd-gnats-submit@freebsd.org Subject: Re: amd64/162708: FreeBSD 9.0-RC2 amd64 fails to boot on Dell Optiplex GX620 Date: Thu, 29 Dec 2011 11:23:00 -0500 On Sunday, December 11, 2011 10:13:21 am David J. Weller-Fahy wrote: > * John Baldwin [2011-12-08 10:53 -0500]: > > Hmm, can you try this patch without the tunable: > > > > patch to sys/dev/acpica/acpi_pcib_acpi.c > > ... > > + res = bus_generic_alloc_resource(dev, child, type, rid, start, end, > > + count, flags); > > ... > > That worked! Specifically, I csup'd the source, patched the file, did a > full buildworld/installworld cycle, then removed the tunable and was > able to boot with no problems. > > Thanks! Do you need any information from this box as it stands? I've committed this. It is too late to make it for 9.0 but I will merge it to stable/9 once that opens up for commits again. -- John Baldwin