DragonFly users List (threaded) for 2009-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: HPET cputimer
On Thu, Apr 30, 2009 at 6:48 PM, Hasso Tepper <hasso@estpak.ee> wrote:
> Hasso Tepper wrote:
>> HPET device section looks like this:
>
> Damn. This was incomplete, correct one follows:
Haha, ok. Please post the dmesg.
Best Regards,
sephe
>
> 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
>
--
Live Free or Die
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]