From owner-freebsd-current@FreeBSD.ORG Tue Jul 21 20:57:48 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 87A84106564A; Tue, 21 Jul 2009 20:57:47 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-current@FreeBSD.org Date: Tue, 21 Jul 2009 16:57:37 -0400 User-Agent: KMail/1.6.2 References: <200907211439.05703.hselasky@c2i.net> <200907211245.02949.jkim@FreeBSD.org> <200907212241.45704.hselasky@c2i.net> In-Reply-To: <200907212241.45704.hselasky@c2i.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200907211657.39574.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 20:57:48 -0000 On Tuesday 21 July 2009 04:41 pm, Hans Petter Selasky wrote: > On Tuesday 21 July 2009 18:45:01 Jung-uk Kim wrote: > > 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? > > The system hangs before the while loop. Adding more debugging I > found out it hangs exactly at the call to AcpiHwWritePort(): > > Status = AcpiHwWritePort (AcpiGbl_FADT.SmiCommand, > (UINT32) AcpiGbl_FADT.AcpiEnable, 8); > > > I've attached dmesg from Ubuntu 9.x booting on the same machine. > Anything more you want me to try? Hmmm... Can you show me acpidump output with all tables? Thanks, Jung-uk Kim