X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/b0d623f7f2ae71ed96e60569f61f9a9a27016e80..e2d2fc5c71f7d145cba7267989251af45e3bb5ba:/iokit/KernelConfigTables.cpp diff --git a/iokit/KernelConfigTables.cpp b/iokit/KernelConfigTables.cpp index b8c590d06..ee06e47e5 100644 --- a/iokit/KernelConfigTables.cpp +++ b/iokit/KernelConfigTables.cpp @@ -37,35 +37,15 @@ const char * gIOKernelConfigTables = " {" " '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. */ -#if __ppc__ || __i386__ +#if __i386__ const char * gIOKernelKmods = ""; -#endif /* __ppc__ || __i386__ */ +#endif /* __i386__ */