mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 03:50:14 +10:00
build: Call NVMe fix function
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# OpenCore Legacy Patcher changelog
|
# OpenCore Legacy Patcher changelog
|
||||||
|
|
||||||
## 0.5.4
|
## 0.5.4
|
||||||
|
- Resolve external NVMe reporting regression from 0.5.2
|
||||||
|
|
||||||
## 0.5.3
|
## 0.5.3
|
||||||
- Integrate FixPCIeLinkrate.efi v0.1.0
|
- Integrate FixPCIeLinkrate.efi v0.1.0
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ class build_storage:
|
|||||||
self.ahci_handling()
|
self.ahci_handling()
|
||||||
self.pata_handling()
|
self.pata_handling()
|
||||||
self.misc_handling()
|
self.misc_handling()
|
||||||
|
self.pcie_handling()
|
||||||
|
|
||||||
def ahci_handling(self):
|
def ahci_handling(self):
|
||||||
# MacBookAir6,x ship with an AHCI over PCIe SSD model 'APPLE SSD TS0128F' and 'APPLE SSD TS0256F'
|
# MacBookAir6,x ship with an AHCI over PCIe SSD model 'APPLE SSD TS0128F' and 'APPLE SSD TS0256F'
|
||||||
|
|||||||
Reference in New Issue
Block a user