Friday, October 1, 2010

Update in New Minimal DSDT Edits for Gigabyte Socket 1156 Motherboards

I have updated the New Minimal DSDT Edits for Gigabyte Socket 1156 Motherboards post to reflect that these edits are for Socket 1156 motherboards and to include some information I found while working on edits for Gigabyte Socket 1366 boards.


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:

Lnx2Mac said...

Dear MacMan,
Could you explain what does this edit solve ?

Thanks for your great work on DSDT editing !
Lnx2Mac

MacManx86 said...

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.

Anonymous said...

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