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.