Date: Fri, 29 Jun 2001 13:30:00 -0700 (PDT) From: Mike Smith <msmith@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c Message-ID: <200106292030.f5TKU0g40133@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 2001/06/29 13:30:00 PDT Modified files: sys/dev/acpica acpi.c Log: Update to synch with the 20010615 ACPI CA import. Add an ACPI subsystem mutex, and macros for handling it. Because it's not possible to differentiate between ACPI CA acquiring mutexes for internal use and for use by AML, and because AML in the field doesn't handle mutexes correctly, we can't use the ACPI subsystem's internal locking. In addition, we have other private data of our own to lock. Add initial locking to the ACPI driver code and the thermal module. These locks are currently inoperative. Pull some errant style back into line. Revision Changes Path 1.21 +184 -130 src/sys/dev/acpica/acpi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106292030.f5TKU0g40133>