Contribute
Register

Z77 DS3H DSDT Optimisations impossible to make!

Status
Not open for further replies.
Joined
Jul 10, 2013
Messages
395
Motherboard
Gigabyte X299X Designare 10G
CPU
i9-10900X
Graphics
RX 5500 XT
Mac
  1. iMac
  2. MacBook Pro
  3. Mac Pro
Classic Mac
  1. eMac
  2. iBook
  3. iMac
  4. PowerBook
Mobile Phone
  1. Android
I have no choice but to post in the end.. I've been looking everywhere to find a solution to all this optimisations which I would love to solve in my board but nothing:(

I've not been able to find a patch for the problem or at least I haven't identified which one would work, since I'm new to this and it all sounds chinese to me so far.

2161, 1075, NamePath optimized (^_Y00._MAX) this is the optimisation code i get in macials

Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings
{
CreateWordField (BUF0, \_SB.PCI0._Y00._MAX, PBMX) // _MAX: Maximum Base Address
Store (Subtract (ShiftRight (PELN, 0x14), 0x02), PBMX)
CreateWordField (BUF0, \_SB.PCI0._Y00._LEN, PBLN) // _LEN: Length
Store (Subtract (ShiftRight (PELN, 0x14), One), PBLN)
If (PM1L)
{
And thats the line, I've decompressed the .aml which gives me a .dsl file and have sorted many typo, but that I just don't know how to do it..

Would please anyone help me with it??

Thanks in advanced!
 
No one :,(
 
Be sure that you have Changed iASL to ACPI 5.0.
 
Attach clean DSDT. in dsl not asl.
 

Attachments

  • DSDT.dsl.zip
    28.3 KB · Views: 158
Status
Not open for further replies.
Back
Top