Date: Fri, 13 Aug 2004 06:21:55 +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_lid.c Message-ID: <200408130621.i7D6Ltfg071024@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408130621.i7D6Ltfg071024>