From owner-cvs-all Mon Feb 26 14:13:20 2001 Delivered-To: cvs-all@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 6BB4537B491; Mon, 26 Feb 2001 14:13:16 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.2/8.11.2) with ESMTP id f1QM9nl47260; Mon, 26 Feb 2001 14:09:50 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200102262055.f1QKtC718801@mobile.wemm.org> Date: Mon, 26 Feb 2001 14:12:50 -0800 (PST) From: John Baldwin To: Peter Wemm Subject: Re: cvs commit: src/sys/dev/acpica acpi_ec.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 26-Feb-01 Peter Wemm wrote: > John Baldwin wrote: >> jhb 2001/02/26 12:36:57 PST >> >> Modified files: >> sys/dev/acpica acpi_ec.c >> Log: >> - Use a loop to read consecutive bytes from the embedded controller to >> handle read and write requests for widths of multiple bytes. This >> can be used to read 16-bit battery status registers for example. >> - Remove some unused variables and #if 0'd debugging cruft. >> - Don't complain about a GPE query that fails due to AE_NOT_FOUND if the >> query method was _Q00. > > Speaking of which, this turned up recently: > Feb 24 18:40:59 mobile /boot/kernel/kernel: \ > acpi_ec0: evaluation of GPE query method _Q01 failed - AE_NOT_FOUND Do you have your AML dump up anywhere? I can understand _Q00 being a failure cause having 0 for the default value when there is no pending GPE event makes sense, but 01 should map to something. > Cheers, > -Peter -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message