Subject: CVS commit: src/sys/dev/acpi
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 11/12/2003 13:59:23
Module Name:	src
Committed By:	yamt
Date:		Wed Nov 12 13:59:23 UTC 2003

Modified Files:
	src/sys/dev/acpi: acpi_ec.c

Log Message:
- fix deadlocks due to using lock_status() from interrupt context.
- process pending queries in EcUnlock() to close a race window.
  now there's no need to do polling for EcQuery().
- reorder inline functions and other prototypes so that
  the formers can get needed prototypes.
- add missing prototypes.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/dev/acpi/acpi_ec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.