View Single Post
 
Old 10-13-2009, 01:06 PM
Oblique Oblique is offline
Cheetah
 
Join Date: Sep 2009
Posts: 2
Quote:
Originally Posted by oldnapalm View Post
Hi.
You have to add method DTGP (in any location, preferably right after the Headers)
Thanks man! Sorry for late reply, I was offline for some time. I managed to fix it, but still I have some warnings and remarks. But its working. Thanks once again. Cheers!

If someone know how to get rid of those warnings and remarks, please share it! Thanks.



/Library/DSDT/DSDTFiles/dsdt.dsl 2754: Name (_T_0, Zero)
Remark 5110 - Use of compiler reserved name ^ (_T_0)

/Library/DSDT/DSDTFiles/dsdt.dsl 2835: Name (_T_1, Zero)
Remark 5110 - Use of compiler reserved name ^ (_T_1)

/Library/DSDT/DSDTFiles/dsdt.dsl 8494: Acquire (MUTE, 0x03E8)
Warning 1104 - Possible operator timeout is ignored ^

/Library/DSDT/DSDTFiles/dsdt.dsl 8538: Acquire (MUTE, 0x0FFF)
Warning 1104 - Possible operator timeout is ignored ^

/Library/DSDT/DSDTFiles/dsdt.dsl 9501: Method (VGET, 1, NotSerialized)
Warning 1087 - Not all control paths return a value ^ (VGET)

/Library/DSDT/DSDTFiles/dsdt.dsl 9546: Method (TGET, 1, NotSerialized)
Warning 1087 - Not all control paths return a value ^ (TGET)

/Library/DSDT/DSDTFiles/dsdt.dsl 9599: Method (FGET, 1, NotSerialized)
Warning 1087 - Not all control paths return a value ^ (FGET)

/Library/DSDT/DSDTFiles/dsdt.dsl 9630: Store (VGET (Local0), Local1)
Warning 1092 - Called method may not always return a value ^

/Library/DSDT/DSDTFiles/dsdt.dsl 9705: Store (FGET (Local0), Local1)
Warning 1092 - Called method may not always return a value ^

Last edited by Oblique; 10-13-2009 at 03:19 PM.
Reply With Quote