From owner-dev-commits-doc-all@freebsd.org Mon Mar 22 16:22:33 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EA45B5B3FD9 for ; Mon, 22 Mar 2021 16:22:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F40CF6PNcz3v3p; Mon, 22 Mar 2021 16:22:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CEE0811293; Mon, 22 Mar 2021 16:22:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 12MGMXr2025372; Mon, 22 Mar 2021 16:22:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 12MGMXqY025371; Mon, 22 Mar 2021 16:22:33 GMT (envelope-from git) Date: Mon, 22 Mar 2021 16:22:33 GMT Message-Id: <202103221622.12MGMXqY025371@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: John Baldwin Subject: git: 231630d6db - main - Add more detail to the ubsec(4) note and fix a typo. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jhb X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 231630d6dbdc709b18422b8ab709c508883b061c Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2021 16:22:34 -0000 The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/doc/commit/?id=231630d6dbdc709b18422b8ab709c508883b061c commit 231630d6dbdc709b18422b8ab709c508883b061c Author: John Baldwin AuthorDate: 2021-03-22 16:22:25 +0000 Commit: John Baldwin CommitDate: 2021-03-22 16:22:25 +0000 Add more detail to the ubsec(4) note and fix a typo. Reported by: linimon --- website/content/en/releases/13.0R/relnotes.adoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/content/en/releases/13.0R/relnotes.adoc b/website/content/en/releases/13.0R/relnotes.adoc index 628e6c0322..fb0508714f 100644 --- a/website/content/en/releases/13.0R/relnotes.adoc +++ b/website/content/en/releases/13.0R/relnotes.adoc @@ -250,7 +250,7 @@ As part of this, the amd64-specific `ACPI_DMAR` kernel option has been renamed to `IOMMU`. gitref:6186bfbd1880[repository=src] {{< sponsored "DARPA" >}} {{< sponsored "AFRL" >}} -A driver for Arm System Memory Management Unity version 3.2 has been added +A driver for Arm System Memory Management Unit version 3.2 has been added to the aarch64 architecture. The driver is enabled by the `IOMMU` kernel option. gitref:4cc8701067e1[repository=src] {{< sponsored "DARPA" >}} {{< sponsored "AFRL" >}} {{< sponsored "Innovate UK" >}} @@ -291,8 +291,9 @@ Several network drivers for obsolete Ethernet adapters have been removed: * man:wb[4] Winbond W89C840F gitref:02fae06a11b4[repository=src] * man:xe[4] Xircom PCMCIA gitref:7a582e5374c8[repository=src] -The man:ubsec[4] driver has been removed. -gitref:883a2dc67213[repository=src] {{< sponsored "Chelsio Communications" >}} +The man:ubsec[4] driver for obsolete Broadcom BCM58xx crypto accelerators +has been removed. +gitref:97e251327f95[repository=src] {{< sponsored "Chelsio Communications" >}} A new man:safexcel[4] driver supports cryptographic requests via the EIP-97 packet processing module found on the ESPRESSObin. gitref:b356ddf07671[repository=src] {{< sponsored "Rubicon Communications, LLC" >}}