git: 4807f4c3fc - main - 13.1 relnotes: Add note on kernel dump support for dwmmc and sdhci
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Apr 2022 18:01:07 UTC
The branch main has been updated by karels (src committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=4807f4c3fc02cd4e8770c401993ae522d4b5ed02 commit 4807f4c3fc02cd4e8770c401993ae522d4b5ed02 Author: Mike Karels <karels@FreeBSD.org> AuthorDate: 2022-04-19 17:34:21 +0000 Commit: Mike Karels <karels@FreeBSD.org> CommitDate: 2022-04-19 18:00:53 +0000 13.1 relnotes: Add note on kernel dump support for dwmmc and sdhci Kernel dumps are now supported to SD cards on these two controllers with MMCCAM option enabled. Approved by: re (gjb, in advance) --- website/content/en/releases/13.1R/relnotes.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/content/en/releases/13.1R/relnotes.adoc b/website/content/en/releases/13.1R/relnotes.adoc index 4d82cd9646..7899cb4da0 100644 --- a/website/content/en/releases/13.1R/relnotes.adoc +++ b/website/content/en/releases/13.1R/relnotes.adoc @@ -283,6 +283,15 @@ man:cdce[4] device. gitref:973fb85188ea[repository=src] The man:iwlwifi[4] driver along with a LinuxKPI 802.11 compatibility layer was added to supplement man:iwm[4] for newer Intel Wireless chipsets. (Sponsored by The FreeBSD Foundation) +Kernel crash dumps can now be saved on SD cards and eMMC modules using +a `dwmmc` controller when the kernel is configured with the `MMCCAM` option. +gitref:79c3478e76c3[repository=src] + +Kernel crash dumps can now be saved on SD cards using +an `sdhci` controller when the kernel is configured with the `MMCCAM` option. +gitref:8934d3e7b9b9[repository=src] + + [[drivers-platform]] === Supported Platforms