2003-06-20 18:16:52

by Andrew Grover

[permalink] [raw]
Subject: ACPI source releases updated (20030619)

Hi all,

New Linux 2.4 and 2.5 patches are now available from
http://sf.net/projects/acpi. Big thanks to the asus-acpi team, as well
as all the other people who have been tracking down bugs and submitting
fixes lately.

Regards -- Andy

----------------------------------------
19 June 2003. Summary of changes for version 20030619:

1) Linux:

acpiphp update (Takayoshi Kochi)

Export acpi_disabled for sonypi (Stelian Pop)

Mention acpismp=force in config help

Re-add acpitable.c and acpismp=force. This improves backwards
compatibility and also cleans up the code to a significant
degree.

Add ASUS Value-add driver (Karol Kozimor and Julien Lerouge)

2) ACPI CA Core Subsystem:

Fix To/FromBCD, eliminating the need for an arch-specific
#define.

Do not acquire a semaphore in the S5 shutdown path.

Fix ex_digits_needed for 0. (Takayoshi Kochi)

Fix sleep/stall code reversal. (Andi Kleen)

Revert a change having to do with control method calling
semantics.


-----------------------------
Andrew Grover
Intel Labs / Mobile Architecture
[email protected]


2003-06-24 14:43:57

by Udo A. Steinberg

[permalink] [raw]
Subject: Re: ACPI source releases updated (20030619)

On Fri, 20 Jun 2003 11:30:49 -0700 Grover, Andrew (GA) wrote:

GA> New Linux 2.4 and 2.5 patches are now available from
GA> http://sf.net/projects/acpi. Big thanks to the asus-acpi team, as well
GA> as all the other people who have been tracking down bugs and submitting
GA> fixes lately.
GA> 19 June 2003. Summary of changes for version 20030619:

Hi Andrew,

The new ACPI interpreter works much better and seems to mostly solve the
previous problems I had with ACPI on a Dual-Xeon machine with HT, see
http://bugme.osdl.org/show_bug.cgi?id=774

The excessive ACPI interrupts have ceased, but I still get exactly
100000 ACPI interrupts during bootup and then no more. Also the ACPI
interrupt seems to hit the e100 driver unexpectedly.

I've put up the dmesg output of 2.5.73 at the following URL:
http://hell.wh8.tu-dresden.de/dmesg-2.5.73.txt

Regards,
-Udo.

/proc/interrupts

CPU0 CPU1 CPU2 CPU3
0: 5383 0 642910 0 IO-APIC-edge timer
2: 0 0 0 0 XT-PIC cascade
8: 1 0 0 0 IO-APIC-edge rtc
9: 100000 0 0 0 IO-APIC-level acpi
14: 11169 0 0 0 IO-APIC-edge ide0
16: 0 0 0 0 IO-APIC-level uhci-hcd
17: 2020 0 0 0 IO-APIC-level eth0
NMI: 0 0 0 0
LOC: 648031 648066 648066 648065
ERR: 0
MIS: 0


Attachments:
(No filename) (189.00 B)

2003-06-24 16:53:38

by Andrew Grover

[permalink] [raw]
Subject: RE: ACPI source releases updated (20030619)

> From: Udo A. Steinberg [mailto:[email protected]]
> The new ACPI interpreter works much better and seems to
> mostly solve the
> previous problems I had with ACPI on a Dual-Xeon machine with HT, see
> http://bugme.osdl.org/show_bug.cgi?id=774
>
> The excessive ACPI interrupts have ceased, but I still get exactly
> 100000 ACPI interrupts during bootup and then no more. Also the ACPI
> interrupt seems to hit the e100 driver unexpectedly.

There's still a problem here, btw, so don't close the bug or anything -
it's just that the interrupt code is noticing we're horribly broken and
turning the interrupt off.

Regards -- Andy