From owner-freebsd-acpi@FreeBSD.ORG Fri Dec 14 14:25:52 2012 Return-Path: Delivered-To: freebsd-acpi@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4743E563; Fri, 14 Dec 2012 14:25:52 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from mx.nsu.ru (mx.nsu.ru [84.237.50.39]) by mx1.freebsd.org (Postfix) with ESMTP id D72798FC08; Fri, 14 Dec 2012 14:25:51 +0000 (UTC) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.69) (envelope-from ) id 1TjWCV-00020n-Ex; Fri, 14 Dec 2012 21:25:19 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id qBEEQ991023226; Fri, 14 Dec 2012 21:26:09 +0700 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id qBEEPpTd023159; Fri, 14 Dec 2012 21:25:51 +0700 (NOVT) (envelope-from danfe) Date: Fri, 14 Dec 2012 21:25:51 +0700 From: Alexey Dokuchaev To: Andriy Gapon Subject: Re: panic in AcpiExSystemMemorySpaceHandler Message-ID: <20121214142550.GA20406@regency.nsu.ru> References: <20121213073033.GA19514@regency.nsu.ru> <50C9ABA0.20009@FreeBSD.org> <20121213102651.GA51050@regency.nsu.ru> <20121213103635.GG1325@glenbarber.us> <20121214030208.GA15080@regency.nsu.ru> <50CAF5DA.6070203@FreeBSD.org> <20121214104409.GB88134@regency.nsu.ru> <50CB1F6C.6070701@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50CB1F6C.6070701@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-acpi@FreeBSD.org X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2012 14:25:52 -0000 On Fri, Dec 14, 2012 at 02:45:32PM +0200, Andriy Gapon wrote: > on 14/12/2012 12:44 Alexey Dokuchaev said the following: > > On Fri, Dec 14, 2012 at 11:48:10AM +0200, Andriy Gapon wrote: > >> Could you please obtain acpidump output using Ubuntu? > > > > Yup, I already did [1]. Here is the what's inside: > > > > all.bin dump of all tables > > dsdt.bin dump of DSDT (original) > > dsdt.dsl decompiled DSDT > > dsdt.aml recompiled DSDT (from dsdt.dsl) > > > > [1] http://193.124.210.26/lenovo.tgz > > How did you obtain these files? Downloaded pmtools-20071116.tar.gz from here [2], built acpidump, run it. Then used iasl (on FreeBSD) to decompile/recompile. > acpixtract doesn't seem to recognize all.bin... Perhaps that's because I used -b switch to get binary data... I can rerun without it of course, but are you sure there's no way for acpixtract to eat these binary files (maybe preconverted somehow)? > Could you please do something like 'acpidump > acpi.dat' ? I will do, but not immediately: problematic box is at $work, and I am already at home tonight. I hope to give it to you tomorrow (unless you find a way to work with binary files given above :-). Sorry for the hassle, I guess I should've obtained all the bits in every possible form... ./danfe [2] https://lesswatts.org/projects/acpi/utilities.php