aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Karels <karels@FreeBSD.org>2023-09-23 18:14:05 +0000
committerMike Karels <karels@FreeBSD.org>2023-09-23 18:16:42 +0000
commit47bb67ad0c0267be36e8e926657d82b4556b7c72 (patch)
tree4063565f2e11567cef00b507ae5b1a3918d3e148
parent90edc52e853f5084c91fb6e7f807ed8057004975 (diff)
downloaddoc-47bb67ad0c0267be36e8e926657d82b4556b7c72.tar.gz
doc-47bb67ad0c0267be36e8e926657d82b4556b7c72.zip
14.0 relnotes: updates/additions
Add DPAA2 entry with input from dsl@; update libfido2 version.
-rw-r--r--website/content/en/releases/14.0R/relnotes.adoc9
1 files changed, 7 insertions, 2 deletions
diff --git a/website/content/en/releases/14.0R/relnotes.adoc b/website/content/en/releases/14.0R/relnotes.adoc
index fa9a514739..536a77b864 100644
--- a/website/content/en/releases/14.0R/relnotes.adoc
+++ b/website/content/en/releases/14.0R/relnotes.adoc
@@ -213,8 +213,8 @@ gitref:f39dd6a97844[repository=src] gitref:23f24377b1a9[repository=src] gitref:6
`libbsdxml` (`expat`, man:libbsdxml[3]) has been upgraded to version 2.4.7.
gitref:7ed8e142a00d[repository=src]
-`libfido2` has been upgraded to version 1.10.0.
-gitref:f540a43052c1[repository=src] gitref:3e696dfb7009[repository=src] (Sponsored by The FreeBSD Foundation)
+`libfido2` has been upgraded to version 1.13.0.
+gitref:f540a43052c1[repository=src] gitref:3e696dfb7009[repository=src] gitref:95321fff46ec[repository=src] (Sponsored by The FreeBSD Foundation)
The man:llvm-objdump[1] utility is now always installed as man:objdump[1].
gitref:86edb11e7491[repository=src] (Sponsored by The FreeBSD Foundation)
@@ -353,6 +353,11 @@ It can be set with man:kbdcontrol[1] again.
There is integration with man:devd[8] for people wishing to use their sound cards for the beep.
gitref:ba48d52ca6c8[repository=src] gitref:4ac3d08a9693[repository=src] gitref:2533eca1c2b9[repository=src] (Sponsored by Netflix)
+Improvements have been made in DPAA2 (second generation Data Path Acceleration Architecture – a hardware-level networking architecture found in some NXP SoCs).
+It runs NXP-supplied firmware which provides DPAA2 objects as an abstraction layer, and provides a `dpni` network interface.
+Separation between DPAA2 channels has been improved significantly in order to isolate access to the DMA resources and cleanup operations, and avoid kernel panics under heavy network load (1 Gbit/s links).
+Other improvements include FDT/ACPI MDIO support, netboot over DPAA2 and separate command portals (DPMCP) support.
+
Drivers for ISA sound cards have been removed.
gitref:92e6b4712b53[repository=src] gitref:df51e63eb5d7[repository=src] gitref:aa83e9b189d6[repository=src] gitref:754decef384a[repository=src] gitref:5126e5eeeb5e[repository=src] gitref:716924cb4832[repository=src] gitref:9054e296819f[repository=src] (Sponsored by The FreeBSD Foundation)