Jump to content

Question about a MaciASL-1.5.7-RELEASE


pitrysha
 Share

6 posts in this topic

Recommended Posts

Will it be right?

 

Find                       Name (_UID, "SCK0-CP00")  // _UID: Unique ID

Replace                  Name (_UID, 0x00)  // _UID: Unique ID

 

 

DSDT from BIOS has many errors.
If fix them and implement the corrected DSDT in the BIOS, it be okay?

Edited by pitrysha
Link to comment
Share on other sites

46 minutes ago, Hervé said:

Why don't you just stick to the previous MaciASL version v1.5.6?

Releasing a new version, they were based on something. And what about the second question, fix dsdt errors and implement in BIOS

Link to comment
Share on other sites

  • 2 years later...

Did I make such a patch for my DSDT from the Chinese x79 motherboard. which changes the following argument for "_UID" to a hex value/ I don't know if this is correct, but this removed the corresponding compilation errors.

 

200094063-73fcdc53-def2-45fc-b18f-9b201c

 

into_all all code_regex Name\s+\(_UID,\s*\"PCI\d\-CP(.*)\"\) replace_matched
begin
Name (_UID, 0x0%1)
end;

https://github.com/acidanthera/bugtracker/issues/2031#issuecomment-1304364381

Link to comment
Share on other sites

 Share

×
×
  • Create New...