cvs commit: src/sys/dev/acpica acpi_lid.c
Nate Lawson
njl at FreeBSD.org
Thu Aug 12 23:21:57 PDT 2004
njl 2004-08-13 06:21:55 UTC
FreeBSD src repository
Modified files:
sys/dev/acpica acpi_lid.c
Log:
MPSAFE locking
* Serialize notifying the user in acpi_lid_notify_status_changed(). This
way multiple lid events occur in order.
* Add an initialization pass to get the lid status at boot-time. This
pass does not notify any apps but gets the initial status.
Revision Changes Path
1.26 +33 -15 src/sys/dev/acpica/acpi_lid.c
More information about the cvs-src
mailing list