Subject: CVS commit: src/sys/dev/acpi
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 12/15/2007 09:31:00
Module Name: src
Committed By: joerg
Date: Sat Dec 15 09:31:00 UTC 2007
Modified Files:
src/sys/dev/acpi: acpi_ec.c
Log Message:
Don't retry to post a command if the EC doesn't answer for a second.
It seems to create more issues than it fixes. Try to defend against
lost/late GPEs by using a callout to kick the state machine regulary.
Add some notes about the purpose and working of the driver.
To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 src/sys/dev/acpi/acpi_ec.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.