Contribute
Register

How to change address Device on DSDT by Repo (Mac iasl )

Status
Not open for further replies.
Joined
Oct 23, 2013
Messages
24
Motherboard
Clevo P775DM3-G
CPU
i7 7700k
Graphics
GTX 1080
Hi guy!

what the repo string to change ADR of device form 0xFFFF to 0x9381

the device is GFX0 ( \SB.PCI0.PEGP.GFX0 )

Screen Shot 2015-09-19 at 10.59.50 PM.png

Thanks
sorry my english is not so good.
 
Hi guy!

what the repo string to change ADR of device form 0xFFFF to 0x9381

the device is GFX0 ( \SB.PCI0.PEGP.GFX0 )

View attachment 151575

Thanks
sorry my english is not so good.

Not possible to construct a working patch without seeing the entire DSDT.

But it might be something like:
Code:
into device label GFX0 parent_label PEGP code_regex Name.*_ADR.* replace_matched begin Name(_ADR,0x9381) end;
 
thanks sir!
it work on my DSDT.
 
Status
Not open for further replies.
Back
Top