From owner-freebsd-current@FreeBSD.ORG Tue Jul 21 16:18:47 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 2488310656A4 for ; Tue, 21 Jul 2009 16:18:47 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe11.swip.net [212.247.155.65]) by mx1.freebsd.org (Postfix) with ESMTP id AE5588FC1D for ; Tue, 21 Jul 2009 16:18:46 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=r3WUKMxKdxcA:10 a=gg2W7PyvkLb8p4ie143lBA==:17 a=4bfAtGujcemsf9HRL8sA:9 a=U83WwOpsP_SFX0YDwHbTkAx95NcA:4 Received: from [194.248.135.20] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe11.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1111251825 for freebsd-current@freebsd.org; Tue, 21 Jul 2009 18:18:45 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Tue, 21 Jul 2009 18:18:32 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA2; KDE/4.2.4; i386; ; ) References: <200907211439.05703.hselasky@c2i.net> In-Reply-To: <200907211439.05703.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907211818.33531.hselasky@c2i.net> 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:18:47 -0000 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? --HPS