-
Content Count
22 -
Joined
-
Last visited
About vusun123
-
Rank
Junior Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
-
Version Final
1,067 downloads
DSDT for Gigabyte Z87X-D3H Reload default settings in bios, disable internal graphics ( if you aren't planning on getting a GPU ) and you are good to go Lan: use AppleIntel1000E Audio: use toleda's ALC 892 with layout 1 ( audio id injection is done in the dsdt ) Internal changes: + DTGP Method added + Add Darwin to supported OS + Some Haswell additional fixes + Audio injection + Ethernet built-in ( use dsdt patching, not bootloader-based ) + Patches the Intel USB3 on Intel 8 Series chipsets to allow more power output Credits to PJALM for his awesome skills -
-
-
-
-
Version Final
491 downloads
Patched AppleHDA using layout 28, may work for many other variants Overwrite your Device HDEF in your DSDT with this Device (HDEF) { Name (_ADR, 0x001B0000) // _ADR: Address OperationRegion (HDAR, PCI_Config, 0x4C, 0x10) Field (HDAR, WordAcc, NoLock, Preserve) { DCKA, 1, Offset (0x01), DCKM, 1, , 6, DCKS, 1, Offset (0x08), Offset (0x09), PMEE, 1, , 6, PMES, 1 } Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { If (LEqual (Arg2, Zero)) { Return (Buffer (One) { 0x03 }) } Return (Package (0x06) { "layout-id", Buffer (0x04) { 0x1C, 0x00, 0x00, 0x00 }, "hda-gfx", Buffer (0x0A) { "onboard-1" }, "PinConfigurations", Buffer (Zero) {} }) } } -
-
-
-
-
-
-