Contribute
Register

SSDT for i7 950 X58

Status
Not open for further replies.
Joined
Oct 11, 2010
Messages
733
Motherboard
GIGABYTE Z790 Gaming X
CPU
i9-13900K
Graphics
Vega 64
Mac
  1. iMac
  2. Mac Pro
I testes X58A UD7
This SSDT loaded with 2 plugin.I add this code.
X86PlatformPlugin.kext
X86PlatformShim.kext

Code:
        Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
        {
            Store ("Method _SB_.CP00._DSM Called", Debug)
            If (LEqual (Arg2, Zero))
            {
                Return (Buffer (One)
                {
                     0x03                                         
                })
            }

            Return (Package (0x02)
            {
                "plugin-type",
                One
            })
        }
    }
 

Attachments

  • Screen Shot 2017-10-09 at 11.27.55 AM.png
    Screen Shot 2017-10-09 at 11.27.55 AM.png
    292 KB · Views: 165
  • ssdt.aml.zip
    1.4 KB · Views: 135
Status
Not open for further replies.
Back
Top