View Single Post
 
Old 08-27-2009, 11:04 PM
mormegil mormegil is offline
Panther
 
Join Date: Aug 2009
Posts: 148
I was having problems getting it to work at first while inserting my pinconfig to dsdt. After reading the guide, I've learnt that it's not really necessary. Pinconfig from plist will override them anyway. Here's the HDEF code in dsdt.dsl

Code:
Device (HDEF)
            {
                Name (_ADR, 0x001B0000)
                Method (_DSM, 4, NotSerialized)
                {
                    Store (Package (0x04)
                        {
                            "layout-id", 
                            Buffer (0x04)
                            {
                                0x0C, 0x00, 0x00, 0x00
                            }, 

                            "PinConfigurations", 
                            Buffer (Zero) {}

                        }, Local0)
                    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                    Return (Local0)
                }
            }

Core2Quad / MSI P45 Neo2-FR / HD4870 / Snow Leopard
Reply With Quote