Skip to content

Commit

Permalink
Docs: Removed deprecated kext
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey1970AppleLife committed Dec 10, 2021
1 parent b66954e commit a0278ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Docs/Kexts.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ Kexts
| [TSCAdjustReset.kext](https://github.com/interferenc/TSCAdjustReset) ||||
| [VoodooTSCSync.kext](https://github.com/RehabMan/VoodooTSCSync) ||||
| [CpuTscSync.kext](https://github.com/acidanthera/CpuTscSync) | 12.0.0 (10.8) |||
| [CpuTopologySync.kext](https://github.com/acidanthera/CpuTopologySync) | 19.0.0 (10.15) |||
| [FakeSMC-32.kext](https://github.com/khronokernel/Legacy-Kexts/blob/master/32Bit-only/Zip/FakeSMC-32.kext.zip?raw=true) | 8.0.0 (10.4) | 11.9.9 (10.7) | For VMs with EFI64 |
| [VirtualSMC.kext](https://github.com/acidanthera/VirtualSMC) | 8.0.0 (10.4) |||
| [SMCLightSensor.kext](https://github.com/acidanthera/VirtualSMC) | 10.0.0 (10.6) || Not tested 10.6 and 10.7 |
Expand Down
2 changes: 0 additions & 2 deletions Utilities/ocvalidate/KextInfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ KEXT_PRECEDENCE mKextPrecedence[] = {
{ "AirportBrcmFixup.kext", "Lilu.kext" },
{ "BrightnessKeys.kext", "Lilu.kext" },
{ "CpuTscSync.kext", "Lilu.kext" },
{ "CpuTopologySync.kext", "Lilu.kext" },
{ "CPUFriend.kext", "Lilu.kext" },
{ "CPUFriendDataProvider.kext", "CPUFriend.kext" },
{ "DebugEnhancer.kext", "Lilu.kext" },
Expand Down Expand Up @@ -69,7 +68,6 @@ KEXT_INFO mKextInfo[] = {
{ "AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcmNIC_Injector.kext", "", "Contents/Info.plist" },
{ "BrightnessKeys.kext", "Contents/MacOS/BrightnessKeys", "Contents/Info.plist" },
{ "CpuTscSync.kext", "Contents/MacOS/CpuTscSync", "Contents/Info.plist" },
{ "CpuTopologySync.kext", "Contents/MacOS/CpuTopologySync", "Contents/Info.plist" },
{ "CPUFriend.kext", "Contents/MacOS/CPUFriend", "Contents/Info.plist" },
{ "CPUFriendDataProvider.kext", "", "Contents/Info.plist" },
{ "DebugEnhancer.kext", "Contents/MacOS/DebugEnhancer", "Contents/Info.plist" },
Expand Down

0 comments on commit a0278ae

Please sign in to comment.