Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add kernel quirk 'FixAppleVTD' #440

Merged
merged 8 commits into from
Apr 5, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions Docs/Configuration.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2659,13 +2659,14 @@ \subsection{Quirks Properties}\label{kernelpropsquirks}
\textbf{Type}: \texttt{plist\ boolean}\\
\textbf{Failsafe}: \texttt{false}\\
\textbf{Requirement}: 13.3 (not required for older)\\
\textbf{Description}: Disables mapping PCI bridge device memory in IOMMU (VT-d),
which resolves compatibility issues with Wi-Fi, Ethernet and Thunderbolt
devices when AppleVTD is enabled on systems whose native DMAR table contains
one or more Reserved Memory Regions.
\textbf{Description}: Disables mapping PCI bridge device memory in IOMMU (VT-d).

\emph{Note 1}: This option is not needed on AMD systems or many/most Z690 and
newer platforms if native DMAR table does not contain any Reserved Memory Regions.
\emph{Note 1}: This resolves compatibility issues with Wi-Fi, Ethernet and
PMheart marked this conversation as resolved.
Show resolved Hide resolved
Thunderbolt devices when AppleVTD is enabled on systems whose native DMAR table
PMheart marked this conversation as resolved.
Show resolved Hide resolved
contains one or more Reserved Memory Regions.

\emph{Note 2}: This option is not needed on AMD systems or any Intel system
whose native DMAR table does not contain any Reserved Memory Regions.
PMheart marked this conversation as resolved.
Show resolved Hide resolved

\item
\texttt{DisableLinkeditJettison}\\
Expand Down