InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   10.X (http://infinitemac.com/forumdisplay.php?f=36)
-   -   Device (TPM), help with removing its code from DSDT (http://infinitemac.com/showthread.php?t=6503)

Drule 08-28-2010 09:18 PM

I would definitely say it has to remain, as the other values are referenced throughout the DSDT. What I'm worried about is with the removal of TPME, the KBEP and MSAR references will not point to their proper values.

kirasir 08-30-2010 10:08 PM

Code:

IndexField (CMSI, CMSD, ByteAcc, NoLock, Preserve)
    {
                Offset (0x6E),
        WAS4,  8,
        OSTY,  7,
        OSEF,  1,
                Offset (0x7D),
        HPEE,  1,
                Offset (0x7E),
                ,  2,
        MSEP,  1,
                ,  1,
                ,  1,
                ,  1,
        KBEP,  1,
        MSAR,  1
    }

and remove TRM

Drule 08-31-2010 04:40 AM

Ok, so just so long as I leave the comma in place, everything will be alright.

Thanks for the info.