cvs commit: src/sys/dev/acpica5/Osd OsdCache.c
YONETANI Tomokazu
y0netan1 at crater.dragonflybsd.org
Fri Jan 19 16:03:05 PST 2007
y0netan1 2007/01/19 15:58:53 PST
DragonFly src repository
Modified files:
sys/dev/acpica5/Osd OsdCache.c
Log:
Fix a hang during boot.
MaxDepth argument to AcpiOsCacheCreate() is `maximum number of
unallocated objects', not `maximum number of allocatable objects'.
This resulted in what seemed to be a hang if the number of objects
in a cache exceeded ACPI_MAX_*_CACHE_DEPTH(currently 96).
Tracked-down-by: Simon 'corecode' Schubert <corecode at fs.ei.tum.de>
Tested-by: Johannes Hofmann <Johannes.Hofmann at gmx.de>
Revision Changes Path
1.2 +2 -2 src/sys/dev/acpica5/Osd/OsdCache.c
http://www.dragonflybsd.org/cvsweb/src/sys/dev/acpica5/Osd/OsdCache.c.diff?r1=1.1&r2=1.2&f=u
More information about the Commits
mailing list