Subject: CVS commit: src/sys/dev/acpi
To: None <source-changes@netbsd.org>
From: Takuya SHIOZAKI <tshiozak@netbsd.org>
List: source-changes
Date: 02/16/2003 18:50:10
Module Name:	src
Committed By:	tshiozak
Date:		Sun Feb 16 16:50:10 UTC 2003

Modified Files:
	src/sys/dev/acpi: acpi_acad.c acpi_bat.c

Log Message:
- reduce the frequency of updating informations on the power sources;
  it is very slow to access to EC on some machines (i.e. CASIO FIVA 2xx).
- clean the flags up.
- add locks while updating informations.
- some cosmetic changes.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/dev/acpi/acpi_acad.c
cvs rdiff -r1.14 -r1.15 src/sys/dev/acpi/acpi_bat.c

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