From owner-cvs-all Fri Jun 29 14:20:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 86E6337B403; Fri, 29 Jun 2001 14:20:47 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5TLKli51901; Fri, 29 Jun 2001 14:20:47 -0700 (PDT) (envelope-from msmith) Message-Id: <200106292120.f5TLKli51901@freefall.freebsd.org> From: Mike Smith Date: Fri, 29 Jun 2001 14:20:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_thermal.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG msmith 2001/06/29 14:20:47 PDT Modified files: sys/dev/acpica acpi_thermal.c Log: Add ACPI lock support. Pass the softc, not the device_t to the Notify handler. Don't invoke the Interpreter from callout context, as it may sleep. Use AcpiOsQueueForExecution, which is called from taskqueue_swi. Revision Changes Path 1.9 +53 -14 src/sys/dev/acpica/acpi_thermal.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message