HPET cputimer

Hasso Tepper hasso at estpak.ee
Thu Apr 30 03:55:09 PDT 2009


Hasso Tepper wrote:
> HPET device section looks like this:

Damn. This was incomplete, correct one follows:

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)
    }

    Name (_CRS, ResourceTemplate ()
    {
        Memory32Fixed (ReadOnly,
            0xFED00000,         // Address Base
            0x00000400,         // Address Length
            )
    })
}


-- 
Hasso Tepper





More information about the Users mailing list