From owner-cvs-all Fri Jun 29 13:31:47 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 D3EDF37B403; Fri, 29 Jun 2001 13:31:42 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5TKVgM40360; Fri, 29 Jun 2001 13:31:42 -0700 (PDT) (envelope-from msmith) Message-Id: <200106292031.f5TKVgM40360@freefall.freebsd.org> From: Mike Smith Date: Fri, 29 Jun 2001 13:31:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_ec.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 13:31:39 PDT Modified files: sys/dev/acpica acpi_ec.c Log: Use msleep() when we sleep waiting for a GPE, since we are holding the ACPI mutex. Add some comments to EcWaitEventIntr. Clean up deviant style, add debugging to be consistent. Revision Changes Path 1.12 +56 -38 src/sys/dev/acpica/acpi_ec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message