Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/acpi
Module Name: src
Committed By: yamt
Date: Wed Nov 12 13:59:23 UTC 2003
Modified Files:
src/sys/dev/acpi: acpi_ec.c
Log Message:
- fix deadlocks due to using lock_status() from interrupt context.
- process pending queries in EcUnlock() to close a race window.
now there's no need to do polling for EcQuery().
- reorder inline functions and other prototypes so that
the formers can get needed prototypes.
- add missing prototypes.
To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 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.
Home |
Main Index |
Thread Index |
Old Index