if your device not present in atixxxxxcontroller.kext or ATIradeonxxxxxx.kext every time you update must add you device id to info.plist of that file so simply you can fake your device id with one that peresent in that file by defualt
here id mine:my device id is 0x9480 and in ATi4600controller.kext there is 0x9488 by defualt so i add this under gfx section of my dsdt and after it no need to add device id to this kext and it recognize my card with 0x9488 id
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x02)
{
"device-id",
Buffer (0x04)
{
0x88, 0x94, 0x00, 0x00
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}



Sign In
Create Account











