Skip to content

Commit

Permalink
Docs: Update DisableIoMapperMapping documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebeaton authored and xCuri0 committed May 14, 2023
1 parent 294089c commit 9c89a3e
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Docs/Configuration.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3a1a69d3adef936c9a5b102be66c7579
59bd0ba71ad4aa839c9797bdfb86f816
Binary file modified Docs/Configuration.pdf
Binary file not shown.
10 changes: 7 additions & 3 deletions Docs/Configuration.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2668,10 +2668,14 @@ \subsection{Quirks Properties}\label{kernelpropsquirks}
\textbf{Requirement}: 13.3 (not required for older)\\
\textbf{Description}: Disables mapping PCI bridge device memory in IOMMU (VT-d).

\emph{Note 1}: This option resolves compatibility issues with Wi-Fi, Ethernet and
This option resolves compatibility issues with Wi-Fi, Ethernet and
Thunderbolt devices when AppleVTD is enabled on systems where the native DMAR table
contains one or more Reserved Memory Regions and iGPU is enabled and more than
16 GB memory is installed.
contains one or more Reserved Memory Regions and more than 16 GB memory is installed.
On some systems, this quirk is only needed when iGPU is enabled.

\emph{Note 1}: This quirk requires a native DMAR table that does not contain Reserved Memory
Regions or a substitute SSDT-DMAR.aml in which Reserved Memory Regions
have been removed.

\emph{Note 2}: This option is not needed on AMD systems.

Expand Down
Binary file modified Docs/Differences/Differences.pdf
Binary file not shown.
18 changes: 12 additions & 6 deletions Docs/Differences/Differences.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\documentclass[]{article}
%DIF LATEXDIFF DIFFERENCE FILE
%DIF DEL PreviousConfiguration.tex Mon May 8 23:17:40 2023
%DIF ADD ../Configuration.tex Mon May 8 23:17:40 2023
%DIF DEL PreviousConfiguration.tex Wed May 10 15:12:02 2023
%DIF ADD ../Configuration.tex Wed May 10 15:14:47 2023

\usepackage{lmodern}
\usepackage{amssymb,amsmath}
Expand Down Expand Up @@ -118,7 +118,7 @@
%DIF HYPERREF PREAMBLE %DIF PREAMBLE
\providecommand{\DIFadd}[1]{\texorpdfstring{\DIFaddtex{#1}}{#1}} %DIF PREAMBLE
\providecommand{\DIFdel}[1]{\texorpdfstring{\DIFdeltex{#1}}{}} %DIF PREAMBLE
%DIF LISTINGS PREAMBLE %DIF PREAMBLE
%DIF COLORLISTINGS PREAMBLE %DIF PREAMBLE
\RequirePackage{listings} %DIF PREAMBLE
\RequirePackage{color} %DIF PREAMBLE
\lstdefinelanguage{DIFcode}{ %DIF PREAMBLE
Expand Down Expand Up @@ -2728,10 +2728,16 @@ \subsection{Quirks Properties}\label{kernelpropsquirks}
\textbf{Requirement}: 13.3 (not required for older)\\
\textbf{Description}: Disables mapping PCI bridge device memory in IOMMU (VT-d).

\emph{Note 1}: This option resolves compatibility issues with Wi-Fi, Ethernet and
\DIFdelbegin \emph{\DIFdel{Note 1}}%DIFAUXCMD
\DIFdel{: }\DIFdelend This option resolves compatibility issues with Wi-Fi, Ethernet and
Thunderbolt devices when AppleVTD is enabled on systems where the native DMAR table
contains one or more Reserved Memory Regions and iGPU is enabled and more than
16 GB memory is installed.
contains one or more Reserved Memory Regions and \DIFdelbegin \DIFdel{iGPU is enabled and }\DIFdelend more than 16 GB memory is installed\DIFaddbegin \DIFadd{.
On some systems, this quirk is only needed when iGPU is enabled.
}

\emph{\DIFadd{Note 1}}\DIFadd{: This quirk requires a native DMAR table that does not contain Reserved Memory
Regions or a substitute SSDT-DMAR.aml in which Reserved Memory Regions
have been removed}\DIFaddend .

\emph{Note 2}: This option is not needed on AMD systems.

Expand Down
Binary file modified Docs/Errata/Errata.pdf
Binary file not shown.

0 comments on commit 9c89a3e

Please sign in to comment.