HPET cputimer

Hasso Tepper hasso at estpak.ee
Thu Apr 30 03:40:43 PDT 2009


Sepherosa Ziehau wrote:
> HPET cputimer is committed to HEAD.  I suggest to try it out on your
> boxes running HEAD, if 'acpidump -d | grep HPET' shows that you have
> HPET device.

On two of my machines HPET seems to work fine, but not on my desktop. HPET 
device section looks like this:

Device (HPET)
{
    Name (_HID, EisaId ("PNP0103"))
    Method (_STA, 0, NotSerialized)
    {
        If (W98F)
        {
            Return (0x00)
        }
        Else
        {
            If (LAnd (\WNTF, LNot (\WXPF)))
            {
                Return (0x00)
            }
            Else
            {
                Return (0x0F)
            }
        }

        Return (0x00)
    }
}


thanks,

-- 
Hasso Tepper





More information about the Users mailing list