DragonFly users List (threaded) for 2009-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: HPET cputimer
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]