Project

General

Profile

Actions

Bug #519

closed

LOTS of ACPI related messages on older Acer server

Added by elekktretterr over 17 years ago. Updated over 17 years ago.

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

dmesg.txt (47.1 KB) dmesg.txt elekktretterr, 01/17/2007 02:11 PM
Actions #1

Updated by qhwt+dfly over 17 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.

Actions #2

Updated by elekktretterr over 17 years ago

Hi there Yonetani,

I saw you were preparing an ACPI update. How far away are you from
comitting it?

Petr

Actions #3

Updated by elekktretterr over 17 years ago

I just tried the patch and indeed that helped.

Petr

Actions #4

Updated by qhwt+dfly over 17 years ago

I'm working on it now :)

Actions

Also available in: Atom PDF