Date: Mon, 26 Feb 2001 14:12:50 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: Peter Wemm <peter@netplex.com.au> Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_ec.c Message-ID: <XFMail.010226141250.jhb@FreeBSD.org> In-Reply-To: <200102262055.f1QKtC718801@mobile.wemm.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <jhb@FreeBSD.org> -- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.010226141250.jhb>