Date: Tue, 20 Mar 2007 00:58:20 +0000 (UTC) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_ec.c Message-ID: <200703200058.l2K0wKKc088187@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
njl 2007-03-20 00:58:20 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_ec.c Log: If we got an OBE/IBF event, we failed to re-enable the GPE. This would cause the EC to stop handling future events because the GPE stayed masked. Set a flag when queueing a GPE handler since it will ultimately re-enable the GPE. In all other cases, re-enable it ourselves. I reworked the patch from the submitter. Submitted by: Rong-en Fan <grafan@gmail.com> Revision Changes Path 1.71 +14 -5 src/sys/dev/acpica/acpi_ec.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703200058.l2K0wKKc088187>