Re: AMD X2 unsynced TSC fix?

2006-11-15 Thread Sergio Monteiro Basto
yap Andreas Arens send the patch just for me, I am sending it to the maling lists. On Thu, 2006-11-16 at 01:38 +, Sergio Monteiro Basto wrote: > On Wed, 2006-11-15 at 19:40 +0100, Andreas Arens wrote: > > as I see from the dmesg on the Fedora bugzilla, your acpi tables > > don't provide an en

Re: AMD X2 unsynced TSC fix?

2006-11-15 Thread Sergio Monteiro Basto
On Wed, 2006-11-15 at 19:40 +0100, Andreas Arens wrote: > as I see from the dmesg on the Fedora bugzilla, your acpi tables > don't provide an entry to the HPET timer. > As the VIA8237 happens to have a built-in HPET, I was able to force it > on using the > attached patch (against 2.6.18) on an X2

Re: 2.6.19-rc5 nasty ACPI regression, AE_TIME errors

2006-11-15 Thread David Brownell
On Wednesday 15 November 2006 1:56 pm, David Brownell wrote: > On Wednesday 15 November 2006 6:48 am, Alexey Starikovskiy wrote: > > ec1.patch > > > > > > Always enable GPE after return from notify handler. > > > > From:  Alexey Starikovskiy <[EMAIL PROTECTED]> > > > > > > --- > > Yes, this s

Re: 2.6.19-rc5 nasty ACPI regression, AE_TIME errors

2006-11-15 Thread David Brownell
On Wednesday 15 November 2006 6:48 am, Alexey Starikovskiy wrote: > ec1.patch > > > Always enable GPE after return from notify handler. > > From:  Alexey Starikovskiy <[EMAIL PROTECTED]> > > > --- Yes, this seems to resolve the regression as well as Len's ec_intr=0 boot param. IMO this shoul

Re: 2.6.19-rc5 nasty ACPI regression, AE_TIME errors

2006-11-15 Thread David Brownell
On Tuesday 14 November 2006 11:48 pm, Len Brown wrote: > On Wednesday 15 November 2006 02:03, David Brownell wrote: > > dmesg reports to me stuff like > > > > ACPI Exception (evregion-0424): AE_TIME, Returned by Handler for > > [EmbeddedControl] [20060707] > > ACPI Exception (dswexec-0458): AE_TI

Re: 2.6.19-rc4 shutting down with overheat

2006-11-15 Thread Thomas Renninger
On Tue, 2006-11-07 at 15:29 +0100, Oliver Neukum wrote: > Hi, > > with 2.6.19-rc4 my laptop reports an overheat during boot and shuts right > back down. > I am using the fixed DSDT for the Ferrari 4000 from sourceforge. The fan > stays at the > lowest setting all the time. Why do you use an own

Re: [linux-pm] [RFC] ACPI vs device ordering on resume

2006-11-15 Thread Linus Torvalds
On Wed, 15 Nov 2006, Len Brown wrote: > > So it looks like we need this sequence: > > enable_nonboot_cpus() /* INIT */ > finish() /* _WAK */ > device_resume() Can somebody remind me about this immediately after 2.6.19? No way am I going to make that kind of a major ordering change right

[PATCH 3/3: Resend

2006-11-15 Thread John Keller
This patch makes acpi_load_table() available for use by removing it from the #ifdef ACPI_FUTURE_USAGE. It also adds a new routine used to unload an ACPI table of a given type and "id" - acpi_unload_table_id(). The implementation of this new routine was almost a direct copy of existing routi

Re: [PATCH 3/3] - Add support for acpi_load_table/acpi_unload_table_id

2006-11-15 Thread Len Brown
On Wednesday 15 November 2006 10:27, John Keller wrote: > This patch makes acpi_load_table() available > for use by removing it from the #ifdef ACPI_FUTURE_USAGE. > > It also adds a new routine used to unload an ACPI table > of a given type and "id" - acpi_unload_table_id(). > The implementat

[PATCH 0/3] - Altix: Add ACPI SSDT PCI device support

2006-11-15 Thread John Keller
This patch set adds SN/Altix kernel support for ACPI SSDT tables. SSDTs are built by an ACPI capable PROM and describe all devices on each slot, including devices on secondary buses. On hotplug enable/disable the SSDTs are dynamically created/freed, and added/removed from the namespace. SN platform

[PATCH 1/3] - Altix: ACPI SSDT PCI device support

2006-11-15 Thread John Keller
Add SN platform support for running with an ACPI capable PROM that defines PCI devices in SSDT tables. There is a SSDT table for every occupied slot on a root bus, containing info for every PPB and/or device on the bus. The SSDTs will be dynamically loaded/unloaded at hotplug enable/disable. Platf

[PATCH 2/3] - Altix: Add ACPI SSDT PCI device support (hotplug)

2006-11-15 Thread John Keller
Support for dynamic loading and unloading of ACPI SSDT tables upon slot hotplugs and unplugs. On SN platforms, we now represent every populated root bus slot with a single ACPI SSDT table containing info for every device and PPB attached to the slot. These SSDTs are generated by the prom at

[PATCH 3/3] - Add support for acpi_load_table/acpi_unload_table_id

2006-11-15 Thread John Keller
This patch makes acpi_load_table() available for use by removing it from the #ifdef ACPI_FUTURE_USAGE. It also adds a new routine used to unload an ACPI table of a given type and "id" - acpi_unload_table_id(). The implementation of this new routine was almost a direct copy of existing routin

Re: 2.6.19-rc5 nasty ACPI regression, AE_TIME errors

2006-11-15 Thread Alexey Starikovskiy
Could you try if attached patch helps? Regards, Alex Always enable GPE after return from notify handler. From: Alexey Starikovskiy <[EMAIL PROTECTED]> --- drivers/acpi/ec.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/acpi/ec.c b/drivers/acpi/e

Re: [linux-pm] [RFC] ACPI vs device ordering on resume

2006-11-15 Thread Rafael J. Wysocki
On Wednesday, 15 November 2006 08:03, Len Brown wrote: > On Tuesday 14 November 2006 18:30, Stephen Hemminger wrote: > > If I do a suspend-to-ram then resume on a Sony Vaio laptop with sky2 driver, > > the first interrupt gets misrouted to the original shared IRQ, rather than > > to the MSI irq exp