Hello!
Im trying to apply the following patch to my dsdt to get my IntelHD4000 to work but recieve a few errors when compiling. I was wondering if you would be able to help
This patch:
into device name_adr 0x00020000 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
Store (Package (0x02)\n
{\n
"AAPL,ig-platform-id",\n
Buffer (0x04)\n
{\n
0x03, 0x00, 0x66, 0x01\n
}\n
}, Local0)\n
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
Return (Local0)\n
}
end
This is the errors i receive after trying to compile:
21 Error Name already exists in scope (\TNOT)
3587 Warning Reserved method should not return a value (_SRS)
9940 Error Name already exists in scope (_DSM)
Hope you can help me clear this up, Thanks in advance! (the dsdt i have attached doesn't include the patch obviously as i cannot compile it)
geezermatt.DSDT.aml.zip