The change is in the Device (SBUS) section. I have added the injection of "address" with a value of 0x57 as shown here:
                        Method (_DSM, 4, NotSerialized)
                        {
                            Store (Package (0x02)
                                {
                                       "address", 
                                       0x57
                                }, Local0)
                            DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                            Return (Local0)
                        }
You can find the complete and updated Device (SBUS) in the original post.
3 comments:
Dear MacMan,
Could you explain what does this edit solve ?
Thanks for your great work on DSDT editing !
Lnx2Mac
Lnx2Mac,
Thanks for the kind words.
The purpose of this edit was to correct something I originally missed and found while researching edits for socket 1366 motherboards.
Stay tuned for an upcoming post on socket 1366 edits.
Thanks! I'll be watching for the 1366 edits! I will be doing my first build soon! Thank you for all your hard work with these!!!
Apples2Apples
Post a Comment