Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/acpi
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.
Home |
Main Index |
Thread Index |
Old Index