1
mon IOKit kext échoue sur les anciens iMac pour localiser le chemin/options dans le plan DeviceTree de l'IORegistry. Quelqu'un d'autre a-t-il rencontré cela ou sait-il pourquoi cela échouerait? thx-> advIORegistryEntry :: fromPath() échoue
IORegistryEntry* regEntry = IORegistryEntry::fromPath("/options", gIODTPlane);
if(NULL == regEntry)
{
regEntry = IORegistryEntry::fromPath("IODeviceTree:/options");
if(NULL == regEntry)
{
DEBUG_LOG("getIORegOptionsEntry: FAILURE TO LOCATE: IODeviceTree:/options\n");
}
}