MikeHunt79, on Sep 23 2009, 01:25 PM, said:
I'm trying to do the RTC fix for snow leo, and here is the current RTC:
Device (RTC)
{
Name (_HID, EisaId ("PNP0B00"))
Name (BUF0, ResourceTemplate ()
{
IO (Decode16,
0x0070, // Range Minimum
0x0070, // Range Maximum
0x01, // Alignment
0x08, // Length
)
})
Name (BUF1, ResourceTemplate ()
{
IO (Decode16,
0x0070, // Range Minimum
0x0070, // Range Maximum
0x01, // Alignment
0x08, // Length
)
})
Method (_CRS, 0, Serialized)
{
If (LEqual (HPTS, One))
{
Return (BUF0)
}
Else
{
Return (BUF1)
}
}
}
Now, in the guides I've seen so far, it says the //Length line needs to be changed from 0x04 to 0x02, yet on my DSDT it's 0x08?
Would it be possible to post you DSDT file before it was compiled (not DSDT.aml) so I can see if the length values are changed at all?
Will do when I get home tonight.



Sign In
Create Account









