DragonFly users List (threaded) for 2009-04
DragonFly BSD
DragonFly users List (threaded) for 2009-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: HPET cputimer


From: Hasso Tepper <hasso@xxxxxxxxx>
Date: Thu, 30 Apr 2009 13:32:29 +0300

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]