mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Update NVMeFix kext support for macOS Sequoia
This commit is contained in:
@@ -268,9 +268,6 @@ class CompatibilityChecker:
|
|||||||
self.utils.request_input("\n\nDisable Intel RST VMD in the BIOS before exporting the hardware report and try again with the new report")
|
self.utils.request_input("\n\nDisable Intel RST VMD in the BIOS before exporting the hardware report and try again with the new report")
|
||||||
self.utils.exit_program()
|
self.utils.exit_program()
|
||||||
|
|
||||||
if device_id in ("144D-A809", "2646-2263"):
|
|
||||||
max_version = "23.99.99"
|
|
||||||
|
|
||||||
controller_props["Compatibility"] = (max_version, min_version)
|
controller_props["Compatibility"] = (max_version, min_version)
|
||||||
|
|
||||||
if next((device for device in pci_data.UnsupportedNVMeSSDIDs if device_id == device[0] and subsystem_id in device[1]), None):
|
if next((device for device in pci_data.UnsupportedNVMeSSDIDs if device_id == device[0] and subsystem_id in device[1]), None):
|
||||||
|
|||||||
@@ -514,7 +514,6 @@ kexts = [
|
|||||||
name = "NVMeFix",
|
name = "NVMeFix",
|
||||||
description = "Addresses compatibility and performance issues with NVMe SSDs",
|
description = "Addresses compatibility and performance issues with NVMe SSDs",
|
||||||
category = "Storage",
|
category = "Storage",
|
||||||
max_darwin_version = "23.99.99",
|
|
||||||
min_darwin_version = "18.0.0",
|
min_darwin_version = "18.0.0",
|
||||||
requires_kexts = ["Lilu"],
|
requires_kexts = ["Lilu"],
|
||||||
github_repo = {
|
github_repo = {
|
||||||
|
|||||||
Reference in New Issue
Block a user