Subject: CVS commit: src/sys/dev/acpi/acpica/Subsystem
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 10/31/2003 17:21:01
Module Name:	src
Committed By:	mycroft
Date:		Fri Oct 31 17:21:01 UTC 2003

Modified Files:
	src/sys/dev/acpi/acpica/Subsystem: utxface.c

Log Message:
Swap the order of buffer initialization and _STA/_INI execution.  _INI methods
sometimes want to store data in global buffers (e.g. on the Inspiron 8500, to
remember initial battery status).


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/dev/acpi/acpica/Subsystem/utxface.c

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