Quote:
Scope (\ _SB.PCI0)
{ (
Name (SLIC, Buffer (0x9E) Name (SLIC, Buffer (0x9E)
{ (
"987134512781Genuine NVIDIA Certified SLI Ready Motherboard for GIGABYTE GA EX58-UD38432-Copyright 2008 NVIDIA Corporation All Rights Reserved-765289891023(R)" "987134512781Genuine NVIDIA Certified SLI Ready Motherboard for GIGABYTE GA EX58-UD38432-Copyright 2008 NVIDIA Corporation All Rights Reserved-765289891023 (R)"
}) ))
Device (WMI1) Device (WMI1)
{ (
Name (_HID, "pnp0c14") Name (_HID, "pnp0c14")
Name (_UID, "MXM2") Name (_UID, "MXM2")
Name (_WDG, Buffer (0x14) Name (_WDG, Buffer (0x14)
{ (
/* 0000 */ 0x3C, 0x5C, 0xCB, 0xF6, 0xAE, 0x9C, 0xBD, 0x4E, / * 0000 * / 0x3C, 0x5C, 0xCB, 0xF6, 0xAE, 0x9C, 0xBD, 0x4E,
/* 0008 */ 0xB5, 0x77, 0x93, 0x1E, 0xA3, 0x2A, 0x2C, 0xC0, / * 0008 * / 0xB5, 0x77, 0x93, 0x1E, 0xA3, 0x2A, 0x2C, 0xC0,
/* 0010 */ 0x4D, 0x58, 0x01, 0x02 / * 0010 * / 0x4D, 0x58, 0x01, 0x02
}) ))
Method (WMMX, 3, NotSerialized) Method (WMMX, 3, NotSerialized)
{ (
CreateDWordField (Arg2, 0x00, FUNC) CreateDWordField (Arg2, 0x00, FUNC)
If (LEqual (FUNC, 0x41494C53)) If (LEqual (FUNC, 0x41494C53))
{ (
Return (\_SB.PCI0.SLIC) Return (\ _SB.PCI0.SLIC)
} )
Return (0x00) Return (0x00)
} )
} )
} )
Quote:
Scope (\_SB.PCI0.SBRG)
{
Device (ASOC)
{
Name (_HID, "ATK0110")
Name (_UID, 0x01010110)
Method (_STA, 0, NotSerialized)
{
Return (0x0F)
}
Method (_INI, 0, NotSerialized)
{
G3UP ()
CUPI ()
UMVT ()
}
Method (CUPI, 0, NotSerialized)
{
Store (GNVS (0x37E0), Local0)
Store (GAGP ("CPUN"), Local0)
Store (Local0, Index (G3DS, 0x06))
Store (GNVS (0xA2B8), Local0)
Store (Local0, Index (G3C0, 0x06))
}
Method (UMVT, 0, NotSerialized)
{
}
Name (MBIF, Package (0x08)
{
0x03,
"M4A79-T DELUXE",
0x03010103,
0x01010100,
0xE0010001,
Zero,
Zero,
Zero
})
Name (ASBF, Buffer (0x0100) {})
CreateDWordField (ASBF, Zero, ASB0)
CreateDWordField (ASBF, 0x04, ASB1)
Method (GGRP, 1, Serialized)
{
Name (_T_0, Zero)
Store (Arg0, _T_0)
If (LEqual (_T_0, Zero))
{
Return (GRP0)
}
Else
{
If (LEqual (_T_0, 0x03))
{
Return (GRP3)
}
Else
{
If (LEqual (_T_0, 0x04))
{
Return (GRP4)
}
Else
{
If (LEqual (_T_0, 0x05))
{
Return (GRP5)
}
Else
{
If (LEqual (_T_0, 0x06))
{
Return (GRP6)
}
Else
{
If (LEqual (_T_0, 0x09))
{
Return (GRP9)
}
Else
{
If (LEqual (_T_0, 0x0B))
{
Return (GRPB)
}
Else
{
If (LEqual (_T_0, 0x0E))
{
Return (GRPE)
}
Else
{
Return (Zero)
}
}
}
}
}
}
}
}
}