From owner-freebsd-acpi@FreeBSD.ORG Tue Oct 19 12:27:49 2010 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 885D31065693 for ; Tue, 19 Oct 2010 12:27:49 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id D0E6A8FC08 for ; Tue, 19 Oct 2010 12:27:48 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id PAA08315; Tue, 19 Oct 2010 15:27:32 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <4CBD8EB3.3070000@icyb.net.ua> Date: Tue, 19 Oct 2010 15:27:31 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.9) Gecko/20100920 Lightning/1.0b2 Thunderbird/3.1.4 MIME-Version: 1.0 To: Lin Ming , Hans Petter Selasky References: <201010121209.06397.hselasky@c2i.net> <201010171547.56445.hselasky@c2i.net> <4911F71203A09E4D9981D27F9D830858BBFA3B2F@orsmsx503.amr.corp.intel.com> <201010182221.36745.hselasky@c2i.net> <1287467222.6530.3067.camel@minggr.sh.intel.com> In-Reply-To: <1287467222.6530.3067.camel@minggr.sh.intel.com> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: "freebsd-acpi@freebsd.org" Subject: Re: MacBookPro 5,1 X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2010 12:27:49 -0000 on 19/10/2010 08:47 Lin Ming said the following: > On Tue, 2010-10-19 at 04:21 +0800, Hans Petter Selasky wrote: >> On Monday 18 October 2010 02:01:09 Moore, Robert wrote: >>> Can you send us the acpidump for the machine? >>> >>> Also, tell us which control method is failing. >>> >>> Thanks >> >> Hi, >> >> Please find attached dump of ACPI tables. >> >> It is the function AcpiRsCreateAmlResources() which writes beyond the buffer >> it allocates. > > Could you enable AML debug output to get more info? > But I don't know how to enable it on FreeBSD. > > In Linux, the AML debug output is enabled with kernel boot parameters > like below. > acpi.debug_layer=0xffffffff acpi.debug_level=0xffffffff > > FreeBSD may have some similar boot parameters. Yes, it's described in section 11.16.6 here: http://www.freebsd.org/doc/handbook/acpi-debug.html But amount of output will be huge, be prepared. -- Andriy Gapon