Re: [PATCH 1/5] RT kernel: force detect HPET from PCI space

2007-03-31 Thread Mikko Tiihonen
On Sat, 31 Mar 2007, Nicolas Mailhot wrote: [adding some people in CC that expressed interest in the problem before] I'm crazy enough to test a patch if someone cooks it, but I'm way out of my depth there :) After struggling with totally broken kernels for the whole morning I got the HPET

Re: [PATCH 1/5] RT kernel: force detect HPET from PCI space

2007-03-31 Thread Nicolas Mailhot
[adding some people in CC that expressed interest in the problem before] Le samedi 31 mars 2007 à 12:37 +0200, Krzysztof Halasa a écrit : > Nicolas Mailhot <[EMAIL PROTECTED]> writes: > > > Oh, is looks so close to my system > > > > 00:01.0 ISA bridge: nVidia Corporation CK804 ISA Bridge (rev

Re: [PATCH 1/5] RT kernel: force detect HPET from PCI space

2007-03-31 Thread Krzysztof Halasa
Nicolas Mailhot <[EMAIL PROTECTED]> writes: > Oh, is looks so close to my system > > 00:01.0 ISA bridge: nVidia Corporation CK804 ISA Bridge (rev a3) > 00: de 10 50 00 0f 00 a0 00 a3 00 01 06 00 00 80 00 > 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 > 20: 00 00 00 00 00 00 00 00 00 00 00

RE: [PATCH 1/5] RT kernel: force detect HPET from PCI space

2007-03-31 Thread Mikko Tiihonen
On Sat, 31 Mar 2007, Nicolas Mailhot wrote: Le samedi 31 mars 2007 à 01:09 +0300, Mikko Tiihonen a écrit : Anyone got the same thing for CK804? I had my hopes high, and then I saw the DECLARE_PCI_FIXUP_HEADER values [and the thread title was misleading] I have an A8N-E motherboard with

RE: [PATCH 1/5] RT kernel: force detect HPET from PCI space

2007-03-31 Thread Mikko Tiihonen
On Sat, 31 Mar 2007, Nicolas Mailhot wrote: Le samedi 31 mars 2007 à 01:09 +0300, Mikko Tiihonen a écrit : Anyone got the same thing for CK804? I had my hopes high, and then I saw the DECLARE_PCI_FIXUP_HEADER values [and the thread title was misleading] I have an A8N-E motherboard with

Re: [PATCH 1/5] RT kernel: force detect HPET from PCI space

2007-03-31 Thread Krzysztof Halasa
Nicolas Mailhot [EMAIL PROTECTED] writes: Oh, is looks so close to my system 00:01.0 ISA bridge: nVidia Corporation CK804 ISA Bridge (rev a3) 00: de 10 50 00 0f 00 a0 00 a3 00 01 06 00 00 80 00 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 58 14

Re: [PATCH 1/5] RT kernel: force detect HPET from PCI space

2007-03-31 Thread Nicolas Mailhot
[adding some people in CC that expressed interest in the problem before] Le samedi 31 mars 2007 à 12:37 +0200, Krzysztof Halasa a écrit : Nicolas Mailhot [EMAIL PROTECTED] writes: Oh, is looks so close to my system 00:01.0 ISA bridge: nVidia Corporation CK804 ISA Bridge (rev a3) 00: de

Re: [PATCH 1/5] RT kernel: force detect HPET from PCI space

2007-03-31 Thread Mikko Tiihonen
On Sat, 31 Mar 2007, Nicolas Mailhot wrote: [adding some people in CC that expressed interest in the problem before] I'm crazy enough to test a patch if someone cooks it, but I'm way out of my depth there :) After struggling with totally broken kernels for the whole morning I got the HPET

RE: [PATCH 1/5] RT kernel: force detect HPET from PCI space

2007-03-30 Thread Mikko Tiihonen
Anyone got the same thing for CK804? I had my hopes high, and then I saw the DECLARE_PCI_FIXUP_HEADER values [and the thread title was misleading] I have an A8N-E motherboard with AthlonX2 and the ACPI definitions are missing the HPET (standard feature of Asus motherboards). I too got

RE: [PATCH 1/5] RT kernel: force detect HPET from PCI space

2007-03-30 Thread Nicolas Mailhot
Le samedi 31 mars 2007 à 01:09 +0300, Mikko Tiihonen a écrit : > > Anyone got the same thing for CK804? I had my hopes high, and then I saw > > the DECLARE_PCI_FIXUP_HEADER values [and the thread title was misleading] > > I have an A8N-E motherboard with AthlonX2 and the ACPI definitions are >

Re: [PATCH 1/5] RT kernel: force detect HPET from PCI space

2007-03-30 Thread Nicolas Mailhot
Le vendredi 30 mars 2007 à 09:59 -0700, Venki Pallipadi a écrit : > On Fri, Mar 30, 2007 at 06:50:19PM +0200, Nicolas Mailhot wrote: > > Anyone got the same thing for CK804? I had my hopes high, and then I saw > > the DECLARE_PCI_FIXUP_HEADER values [and the thread title was > > misleading] > > >

Re: [PATCH 1/5] RT kernel: force detect HPET from PCI space

2007-03-30 Thread Venki Pallipadi
On Fri, Mar 30, 2007 at 06:50:19PM +0200, Nicolas Mailhot wrote: > Anyone got the same thing for CK804? I had my hopes high, and then I saw > the DECLARE_PCI_FIXUP_HEADER values [and the thread title was > misleading] > Sorry about the wrong subject. It should have had ICH in the subject

RE: [PATCH 1/5] RT kernel: force detect HPET from PCI space

2007-03-30 Thread Nicolas Mailhot
Anyone got the same thing for CK804? I had my hopes high, and then I saw the DECLARE_PCI_FIXUP_HEADER values [and the thread title was misleading] -- Nicolas Mailhot - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

RE: [PATCH 1/5] RT kernel: force detect HPET from PCI space

2007-03-30 Thread Pallipadi, Venkatesh
>-Original Message- >From: Ingo Molnar [mailto:[EMAIL PROTECTED] >Sent: Friday, March 30, 2007 2:47 AM >To: Pallipadi, Venkatesh >Cc: linux-kernel; Thomas Gleixner >Subject: Re: [PATCH 1/5] RT kernel: force detect HPET from PCI space > >On Thu, 2007-02-22 a

Re: [PATCH 1/5] RT kernel: force detect HPET from PCI space

2007-03-30 Thread Ingo Molnar
On Thu, 2007-02-22 at 17:06 -0800, Venkatesh Pallipadi wrote: > Patchset enables force detection of HPET, when it is not listed by > BIOS. > and enables use of HPET as a event source. HPET timers > configures in stamdard interrupt mode can be used as dependable per > CPU timer > on laptops that

Re: [PATCH 1/5] RT kernel: force detect HPET from PCI space

2007-03-30 Thread Ingo Molnar
On Thu, 2007-02-22 at 17:06 -0800, Venkatesh Pallipadi wrote: Patchset enables force detection of HPET, when it is not listed by BIOS. and enables use of HPET as a event source. HPET timers configures in stamdard interrupt mode can be used as dependable per CPU timer on laptops that are

RE: [PATCH 1/5] RT kernel: force detect HPET from PCI space

2007-03-30 Thread Pallipadi, Venkatesh
-Original Message- From: Ingo Molnar [mailto:[EMAIL PROTECTED] Sent: Friday, March 30, 2007 2:47 AM To: Pallipadi, Venkatesh Cc: linux-kernel; Thomas Gleixner Subject: Re: [PATCH 1/5] RT kernel: force detect HPET from PCI space On Thu, 2007-02-22 at 17:06 -0800, Venkatesh Pallipadi

RE: [PATCH 1/5] RT kernel: force detect HPET from PCI space

2007-03-30 Thread Nicolas Mailhot
Anyone got the same thing for CK804? I had my hopes high, and then I saw the DECLARE_PCI_FIXUP_HEADER values [and the thread title was misleading] -- Nicolas Mailhot - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: [PATCH 1/5] RT kernel: force detect HPET from PCI space

2007-03-30 Thread Venki Pallipadi
On Fri, Mar 30, 2007 at 06:50:19PM +0200, Nicolas Mailhot wrote: Anyone got the same thing for CK804? I had my hopes high, and then I saw the DECLARE_PCI_FIXUP_HEADER values [and the thread title was misleading] Sorry about the wrong subject. It should have had ICH in the subject somewhere.

Re: [PATCH 1/5] RT kernel: force detect HPET from PCI space

2007-03-30 Thread Nicolas Mailhot
Le vendredi 30 mars 2007 à 09:59 -0700, Venki Pallipadi a écrit : On Fri, Mar 30, 2007 at 06:50:19PM +0200, Nicolas Mailhot wrote: Anyone got the same thing for CK804? I had my hopes high, and then I saw the DECLARE_PCI_FIXUP_HEADER values [and the thread title was misleading] Sorry

RE: [PATCH 1/5] RT kernel: force detect HPET from PCI space

2007-03-30 Thread Nicolas Mailhot
Le samedi 31 mars 2007 à 01:09 +0300, Mikko Tiihonen a écrit : Anyone got the same thing for CK804? I had my hopes high, and then I saw the DECLARE_PCI_FIXUP_HEADER values [and the thread title was misleading] I have an A8N-E motherboard with AthlonX2 and the ACPI definitions are missing

RE: [PATCH 1/5] RT kernel: force detect HPET from PCI space

2007-03-30 Thread Mikko Tiihonen
Anyone got the same thing for CK804? I had my hopes high, and then I saw the DECLARE_PCI_FIXUP_HEADER values [and the thread title was misleading] I have an A8N-E motherboard with AthlonX2 and the ACPI definitions are missing the HPET (standard feature of Asus motherboards). I too got

[PATCH 1/5] RT kernel: force detect HPET from PCI space

2007-02-22 Thread Venkatesh Pallipadi
Patchset enables force detection of HPET, when it is not listed by BIOS. and enables use of HPET as a event source. HPET timers configures in stamdard interrupt mode can be used as dependable per CPU timer on laptops that are known to have LAPIC stoppage with ACPI C3 state. Patch is against rt

[PATCH 1/5] RT kernel: force detect HPET from PCI space

2007-02-22 Thread Venkatesh Pallipadi
Patchset enables force detection of HPET, when it is not listed by BIOS. and enables use of HPET as a event source. HPET timers configures in stamdard interrupt mode can be used as dependable per CPU timer on laptops that are known to have LAPIC stoppage with ACPI C3 state. Patch is against rt