From owner-freebsd-current@FreeBSD.ORG Tue Jul 21 16:45:11 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id C393C106566B; Tue, 21 Jul 2009 16:45:09 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-current@FreeBSD.org Date: Tue, 21 Jul 2009 12:45:01 -0400 User-Agent: KMail/1.6.2 References: <200907211439.05703.hselasky@c2i.net> <200907211818.33531.hselasky@c2i.net> In-Reply-To: <200907211818.33531.hselasky@c2i.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200907211245.02949.jkim@FreeBSD.org> Cc: Rui Paulo , Hans Petter Selasky Subject: Re: FreeBSD-8-BETA2 on MacBookPro5.5 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, 21 Jul 2009 16:45:11 -0000 On Tuesday 21 July 2009 12:18 pm, Hans Petter Selasky wrote: > On Tuesday 21 July 2009 14:39:05 Hans Petter Selasky wrote: > > Hi, > > > > FreeBSD-8-BETA2 does not boot on MacBookPro5.5. It Freezes during > > kernel load. Is anyone working on this? > > Some more information: > > The kernel loading process gets to a point where ACPI is about to > get initialized. I'm currently tracing a little bit and so far it > ends up that AcpiEnable() in "contrib/dev/acpica/events/evxfevnt.c" > never returns. Somewhere inside AcpiHwSetMode() something triggers > a hardware condition, which I cannot see where ends up. Any lights > go up? Isn't it a new nVidia chipset system? If so, it is a known problem, reported by rpaulo (CC'ed). Unfortunately, I do not have hardware to debug it. Any way, can you comment out the retry loop in the AcpiHwSetMode() from sys/contrib/dev/acpica/hardware/hwacpi.c and try again? Jung-uk Kim