From owner-freebsd-acpi@FreeBSD.ORG Thu Jan 13 16:01:32 2005 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDFF116A4CE for ; Thu, 13 Jan 2005 16:01:32 +0000 (GMT) Received: from web61003.mail.yahoo.com (web61003.mail.yahoo.com [216.155.196.92]) by mx1.FreeBSD.org (Postfix) with SMTP id 756ED43D48 for ; Thu, 13 Jan 2005 16:01:32 +0000 (GMT) (envelope-from federicogalvezdurand@yahoo.com) Received: (qmail 83013 invoked by uid 60001); 13 Jan 2005 16:01:31 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=b1lFIHjeYLvqzASQiXDWT2Ku28zl/9NByJuzjAzO1V2+vbqPkPQLRLOZsj5hvt5g37Mo7VuaJtQmRQ45xw+MhN4SfSfjrsfF5eyUH2HwlWzu9mpi6MUw+jfB4ojKZhTZPR4XCE/eeIDlCyfp1VMGZVZ53/aRBkII3IStFC7YWLg= ; Message-ID: <20050113160131.83011.qmail@web61003.mail.yahoo.com> Received: from [83.76.121.246] by web61003.mail.yahoo.com via HTTP; Thu, 13 Jan 2005 08:01:31 PST Date: Thu, 13 Jan 2005 08:01:31 -0800 (PST) From: Federico Galvez-Durand To: freebsd-acpi@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Fwd: cvs commit: src/sys/contrib/dev/acpica dsutils.c] X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jan 2005 16:01:33 -0000 Thanks Nate, Toshiba 2805-s301 is back to ACPI now. http://www.del.ufrj.br/~fico/FreeBSD/debug/dmesg20050113 Fico Nate Lawson nate at root.org Tue Jan 11 16:56:39 PST 2005 : * Previous message: 5.3-RELEASE: SMP: system clock has died * Next message: Intel SHG2 and ACPI problems. * Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] This fix should be tested by anyone with _STA errors ("no return object"). I'll MFC in a day or two given no major issues. -------- Original Message -------- Subject: cvs commit: src/sys/contrib/dev/acpica dsutils.c Date: Wed, 12 Jan 2005 00:52:49 +0000 (GMT) From: Nate Lawson To: njl at FreeBSD.ORG njl 2005-01-12 00:52:40 UTC FreeBSD src repository Modified files: (Branch: INTEL) sys/contrib/dev/acpica dsutils.c Log: Fix handling of the implicit return case for methods called from an external source (i.e., _STA). The previous case only handled calls occurring within AML. This should fix Toshibas, among others. Thanks to Robert Moore of Intel for the fix. MFC after: 2 days Revision Changes Path 1.1.1.23 +2 -1 src/sys/contrib/dev/acpica/dsutils.c Index: src/sys/contrib/dev/acpica/dsutils.c diff -u src/sys/contrib/dev/acpica/dsutils.c:1.1.1.22 src/sys/contrib/dev/acpica/dsutils.c:1.1.1.23 --- src/sys/contrib/dev/acpica/dsutils.c:1.1.1.22 Wed Dec 1 23:13:41 2004 +++ src/sys/contrib/dev/acpica/dsutils.c Wed Jan 12 00:52:40 2005 @@ -167,7 +167,8 @@ * An executing method typically has no parent, since each method * is parsed separately. */ - if (!Op->Common.Parent) + if (!Op->Common.Parent || + Op->Common.Parent->Common.AmlOpcode == AML_SCOPE_OP) { /* * If this is the last statement in the method, we know it is not a -- Nate * Previous message: 5.3-RELEASE: SMP: system clock has died * Next message: Intel SHG2 and ACPI problems. * Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] More information about the freebsd-acpi mailing list __________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo