]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/KernelConfigTables.cpp
xnu-1699.24.23.tar.gz
[apple/xnu.git] / iokit / KernelConfigTables.cpp
index b8c590d062ddb0ef105b93ca8a078a79547cc7c0..ee06e47e54fa8cb666fe22ff95621a7ace7bbcf0 100644 (file)
@@ -37,35 +37,15 @@ const char * gIOKernelConfigTables =
 "   {"
 "     'IOClass'         = IOPanicPlatform;"
 "     'IOProviderClass' = IOPlatformExpertDevice;"
 "   {"
 "     'IOClass'         = IOPanicPlatform;"
 "     'IOProviderClass' = IOPlatformExpertDevice;"
-"     'IOProbeScore'    = '-1';"
+"     'IOProbeScore'    = 0:32;"
 "   }"
 "   }"
-#ifdef PPC
-"   ,"
-"   {"
-"       'IOClass'               = AppleCPU;"
-"       'IOProviderClass'       = IOPlatformDevice;"
-"       'IONameMatch'           = 'cpu';"
-"       'IOProbeScore'          = 100:32;"
-"   },"
-"   {"
-"       'IOClass'              = AppleNMI;"
-"       'IOProviderClass'      = AppleMacIODevice;"
-"       'IONameMatch'          = 'programmer-switch';"
-"   },"
-"   {"
-"       'IOClass'               = AppleNVRAM;"
-"       'IOProviderClass'       = AppleMacIODevice;"
-"       'IONameMatch'           = nvram;"
-"   }"
-#endif /* PPC */
 ")";
 
 ")";
 
-
 /* This stuff is no longer used at all but was exported in prior
  * releases, so we'll keep them around for PPC/i386 only.
  * See libkern's OSKext.cpp for other symbols, which have been moved
  * there for sanity.
  */
 /* This stuff is no longer used at all but was exported in prior
  * releases, so we'll keep them around for PPC/i386 only.
  * See libkern's OSKext.cpp for other symbols, which have been moved
  * there for sanity.
  */
-#if __ppc__ || __i386__
+#if __i386__
 const char * gIOKernelKmods = "";
 const char * gIOKernelKmods = "";
-#endif /* __ppc__ || __i386__ */
+#endif /* __i386__ */