Subject: CVS commit: src/sys/dev/acpi
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 02/01/2008 23:12:31
Module Name:	src
Committed By:	xtraeme
Date:		Fri Feb  1 23:12:31 UTC 2008

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

Log Message:
aiboost_getcomp: use Package.Count to allocate and iterate over
the elements rather than Integer.Value, which sometimes doesn't
match and gives unexpected results on the error path.

This fixes the kmem_poison_check on DEBUG kernels (finally). Patch
by Fukumoto Atsushi. Thanks!


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/sys/dev/acpi/aiboost.c

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