Skip to content

Commit

Permalink
Docs: Sync changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Apr 5, 2023
1 parent 4bd9343 commit 4ea002b
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
OpenCore Changelog
==================
#### v0.9.2
- Added `DisableIoMapperMapping` quirk, thx @CaseySJ

#### v0.9.1
- Fixed long comment printing for ACPI patches, thx @corpnewt
- Added sample config for VS Code source level debugging with `gdb`
Expand Down
2 changes: 1 addition & 1 deletion Docs/Configuration.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7ee53ed668c95bac3a069e35acf56353
bdf0519ee81b9b52cd202b10e59c890b
Binary file modified Docs/Configuration.pdf
Binary file not shown.
Binary file modified Docs/Differences/Differences.pdf
Binary file not shown.
25 changes: 21 additions & 4 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 Apr 3 19:55:22 2023
%DIF ADD ../Configuration.tex Mon Apr 3 19:55:22 2023
%DIF DEL PreviousConfiguration.tex Thu Apr 6 01:56:05 2023
%DIF ADD ../Configuration.tex Thu Apr 6 01:56:05 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 COLORLISTINGS PREAMBLE %DIF PREAMBLE
%DIF LISTINGS PREAMBLE %DIF PREAMBLE
\RequirePackage{listings} %DIF PREAMBLE
\RequirePackage{color} %DIF PREAMBLE
\lstdefinelanguage{DIFcode}{ %DIF PREAMBLE
Expand Down Expand Up @@ -2712,7 +2712,24 @@ \subsection{Quirks Properties}\label{kernelpropsquirks}
\emph{Note 2}: Misconfigured IOMMU in the firmware may result in broken devices
such as ethernet or Wi-Fi adapters. For instance, an ethernet adapter may cycle in link-up
link-down state infinitely and a Wi-Fi adapter may fail to discover networks.
Gigabyte is one of the most common OEMs with these issues.
Gigabyte is one of the most common OEMs with these issues\DIFaddbegin \DIFadd{.
}

\item
\texttt{\DIFadd{DisableIoMapperMapping}}\\
\textbf{\DIFadd{Type}}\DIFadd{: }\texttt{\DIFadd{plist\ boolean}}\\
\textbf{\DIFadd{Failsafe}}\DIFadd{: }\texttt{\DIFadd{false}}\\
\textbf{\DIFadd{Requirement}}\DIFadd{: 13.3 (not required for older)}\\
\textbf{\DIFadd{Description}}\DIFadd{: Disables mapping PCI bridge device memory in IOMMU (VT-d).
}

\emph{\DIFadd{Note 1}}\DIFadd{: 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.
}

\emph{\DIFadd{Note 2}}\DIFadd{: This option is not needed on AMD systems or any Intel system
where the native DMAR table does not contain any Reserved Memory Regions}\DIFaddend .

\item
\texttt{DisableLinkeditJettison}\\
Expand Down
Binary file modified Docs/Errata/Errata.pdf
Binary file not shown.

0 comments on commit 4ea002b

Please sign in to comment.