diff --git a/Universal/dmar-methods/manual.md b/Universal/dmar-methods/manual.md index e1d52b5f..6838e9bd 100644 --- a/Universal/dmar-methods/manual.md +++ b/Universal/dmar-methods/manual.md @@ -1,6 +1,7 @@ # Patching DMAR Table: Manual What we will be doing is removing the Reserved Memory Regions to allow this table to load without conflicts in macOS - which is necessary for the following hardware devices: + * Intel I225 based Ethernet Controllers * Aquantia Ethernet Controllers * Some WiFi devices diff --git a/Universal/dmar.md b/Universal/dmar.md index e432ccc6..a4450d24 100644 --- a/Universal/dmar.md +++ b/Universal/dmar.md @@ -13,4 +13,4 @@ This is for any CPU that supports `VT-d` or Intel Virtualization Technology for To create this ACPI Table, there is currently 1 method available. -* [Manual](/Universal/dmar-methods/manual.md) \ No newline at end of file +* [Manual](/Universal/dmar-methods/manual.md) diff --git a/Universal/plug-methods/manual.md b/Universal/plug-methods/manual.md index c6c5eb43..eb36b520 100644 --- a/Universal/plug-methods/manual.md +++ b/Universal/plug-methods/manual.md @@ -86,4 +86,3 @@ Original | Cleaned Up Once you're done making your SSDT, either head to the next page to finish the rest of the SSDTs or head here if you're ready to wrap up: * [**Cleanup**](/cleanup.md) -