Actions
Bug #519
closedLOTS of ACPI related messages on older Acer server
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
output of dmesg is attached. Im running DF 1.6.2 on this. They seem not
to interfere but are annoying at least.
Cheers,
Petr
Files
Updated by qhwt+dfly almost 18 years ago
This may or may not be fixed by turning on the interpreter slack support;
modify /sys/dev/acpica5/acpi.c as follows and rebuild the acpi.ko and
reboot:
/*
* Set the globals from our tunables. This is needed because ACPI-CA
* uses UINT8 for some values and we have no tunable_byte.
*/
AcpiGbl_AllMethodsSerialized = (UINT8)acpi_serialize_methods;
AcpiGbl_EnableInterpreterSlack = TRUE; <== ADD THIS
I didn't commit this simple change apart because I saw the following note
in changes.txt in newer version of ACPI-CA source code:
12 May 2006. Summary of changes for version 20060512:
1) ACPI CA Core Subsystem:
:
Fixed a possible memory leak associated with the support for the
so-called "implicit return" ACPI extension. Reported by FreeBSD,
BZ #6514. (Fiodor Suietov)
Cheers.
Updated by elekktretterr almost 18 years ago
Hi there Yonetani,
I saw you were preparing an ACPI update. How far away are you from
comitting it?
Petr
Updated by elekktretterr almost 18 years ago
I just tried the patch and indeed that helped.
Petr
Updated by justin almost 18 years ago
Actions