Subject: CVS commit: src/sys/dev/acpi/acpica/Subsystem
To: None <source-changes@NetBSD.org>
From: Soren S. Jorvang <soren@netbsd.org>
List: source-changes
Date: 02/02/2004 08:00:56
Module Name:	src
Committed By:	soren
Date:		Mon Feb  2 08:00:56 UTC 2004

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

Log Message:
Log message from FreeBSD:
  When creating a package element via "Store(0xXXX, Index(ArgX, 0xXXX))",
  be sure to increment the refcount of the argument so it is not
  prematurely deleted.  This is a workaround and may appear in a different
  form in ACPI-CA.  This fixes battery evaluation on Thinkpads that was
  broken by fixing the Dell battery state.

  Submitted by:   Luming Yu <luming.yu at intel.com>


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/dev/acpi/acpica/Subsystem/exstore.c

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