diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b03edd27..172403ce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # OpenCore Legacy Patcher changelog ## 0.5.4 +- Resolve external NVMe reporting regression from 0.5.2 ## 0.5.3 - Integrate FixPCIeLinkrate.efi v0.1.0 diff --git a/resources/build/storage.py b/resources/build/storage.py index ddffd0805..6d1bb0eed 100644 --- a/resources/build/storage.py +++ b/resources/build/storage.py @@ -19,6 +19,7 @@ class build_storage: self.ahci_handling() self.pata_handling() self.misc_handling() + self.pcie_handling() def ahci_handling(self): # MacBookAir6,x ship with an AHCI over PCIe SSD model 'APPLE SSD TS0128F' and 'APPLE SSD TS0256F'