From f86959c401045e7c484d58a402b4b3a988b7b868 Mon Sep 17 00:00:00 2001 From: 5T33Z0 <76865553+5T33Z0@users.noreply.github.com> Date: Tue, 17 Sep 2024 05:51:08 +0200 Subject: [PATCH] Update Enabling_AppleIGC.md --- Enabling_AppleIGC.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Enabling_AppleIGC.md b/Enabling_AppleIGC.md index 9d84fd2..6ca707f 100644 --- a/Enabling_AppleIGC.md +++ b/Enabling_AppleIGC.md @@ -1,6 +1,6 @@ # Enabling AppleIGC -In order to make use of the AppleIGC kext for Intel I225/226 NICs, the following config settings are required – otherwise Ethernet won't work: +In order to make use of the `AppleIGC.kext` for Intel I225/I226 NICs, the following config settings are required – otherwise Ethernet won't work: - **ACPI** - "Add" Section: enable `DMAR.aml` @@ -9,4 +9,4 @@ In order to make use of the AppleIGC kext for Intel I225/226 NICs, the following - "Add" Section: enable `AppleIGC.kext` - "Quirks" Section: enable `DisableIoMapperMapping` quirk -Tested with macOS Sonoma and Sequoia beta 5. But it should work with macOS Catalina and onward as well. \ No newline at end of file +Tested with macOS Sonoma and Sequoia beta 5. But it should work with macOS Catalina and onward as well.