From e52ce8040fdcf6eed80f4cf0c6aca6b78d359bd0 Mon Sep 17 00:00:00 2001 From: tammo03 Date: Sat, 14 Sep 2024 01:21:50 +0200 Subject: [PATCH] Add storage kext notes --- _configfolders/04-Kexts.md | 14 ++++++++++++++ docs/03-Changelog/index.md | 28 +++++++++++++++++++++++++++- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/_configfolders/04-Kexts.md b/_configfolders/04-Kexts.md index b1125e1..7bc6713 100644 --- a/_configfolders/04-Kexts.md +++ b/_configfolders/04-Kexts.md @@ -211,6 +211,20 @@ Mediatek https://github.com/chris1111/D-LinkUtility-Package Horndis https://github.com/Edwardwich/HoRNDIS +## Storage kexts + +#### [NVMeFix](https://github.com/acidanthera/NVMeFix) +NVMeFix is a set of patches designed to improve the compatibility of non-Apple NVMe SSDs with macOS. It works by modifying the Apple NVMe storage driver, known as IONVMeFamily. + +#### [SATA-unsupported](https://github.com/RehabMan/hack-tools/tree/master/kexts/SATA-unsupported.kext) +A codeless kext adding a variety of SATA personalities to macOS. + +#### [CtlnaAHCIPort](https://github.com/dortania/OpenCore-Install-Guide/blob/master/extra-files/CtlnaAHCIPort.kext.zip) +Just as Sata-unsupported, this kext adds a variety of SATA controllers. Note that this kext contains needed binaries for some entirely unsupported controllers - if SATA-unsupported does not work on your system, you may want to try this kext. + +#### [RyzenSata](https://github.com/Carnations-Botanica/RyzenSata) +Similar to SATA-unsupported, this kext adds SATA personalities to macOS. Corresponding SATA personalities are often found on AMD laptops. If you own an AMD laptop with a SATA interface, you will probably benefit from this kext. +


diff --git a/docs/03-Changelog/index.md b/docs/03-Changelog/index.md index 2b6b5f5..a0d12a6 100644 --- a/docs/03-Changelog/index.md +++ b/docs/03-Changelog/index.md @@ -37,11 +37,37 @@ All notable changes to this project will be documented in this file. The format --- +## Add storage kext notes +### Prerelease@CarnationsInternal +#### By Tammo + +## [Version~Type] - 2024-09-14 + +### Added +- Additional notes for storage kexts + +### Changed +- + +### Fixed +- + +### Deprecated +- + +### Removed +- + +### Security +- + +--- + ## Add Ethernet kext notes ### Prerelease@CarnationsInternal #### By Tammo -## [Version~Type] - 2024-09-11 +## [Version~Type] - 2024-09-12 ### Added - Additional informations to the ACPI section of R5000, mainly derived from the laptop guide