git: 7a6a428e69 - main - 12.4 Release notes: Add gitref and sponsor notes for some entries

From: Lorenzo Salvadore <salvadore_at_FreeBSD.org>
Date: Sat, 19 Nov 2022 14:57:16 UTC
The branch main has been updated by salvadore (ports committer):

URL: https://cgit.FreeBSD.org/doc/commit/?id=7a6a428e695ec12dd52863251cc8f990cfae525b

commit 7a6a428e695ec12dd52863251cc8f990cfae525b
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2022-11-19 14:31:23 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2022-11-19 14:56:03 +0000

    12.4 Release notes: Add gitref and sponsor notes for some entries
    
    Approved by:    re (gjb, implicit)
---
 website/content/en/releases/12.4R/relnotes.adoc | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/website/content/en/releases/12.4R/relnotes.adoc b/website/content/en/releases/12.4R/relnotes.adoc
index ce5eca31bf..d116adb908 100644
--- a/website/content/en/releases/12.4R/relnotes.adoc
+++ b/website/content/en/releases/12.4R/relnotes.adoc
@@ -311,22 +311,38 @@ gitref:7b05f19e9708[repository=src] (Sponsored by Rubicon Communications, LLC ("
 === Device Drivers
 
 The man:aesni[4] driver for the AES and SHA accelerator on x86 CPUs had a bug fixed about a potential out-of-bounds access.
+gitref:83d0a7763a92b893875548812d2a3aea651e971f[repository=src]
+{{< sponsored "The FreeBSD Foundation" >}}
 
 The man:aw_spi[4] driver for the SPI controller in Allwinner SoC has improved I/O stability regarding TX FIFO underruns and RX FIFO overflows.
+gitref:1e7b0dc0007601b14ed656150b322498cd8c0fde[repository=src]
 
 The man:carp[4] protocol now gracefully deals with negative values of `net.inet.carp.demotion`.
+gitref:1c16de99bd7ddddad9d5877ba0f91aa2a2f57eb3[repository=src]
+{{< sponsored "Modirum MDPay" >}}
 
 The man:ena[4] kernel driver has been updated to 2.6.1.
+gitref:1a97579ae67a7df256a45f0647337c30475d376b[repository=src]
+{{< sponsored "Amazon, Inc." >}}
 
-The man:if_epair[4] driver now  allows multiple cores to be used to process traffic to improve performance.
+The man:if_epair[4] driver now allows multiple cores to be used to process traffic to improve performance.
+gitref:092da35a0d80af7a3e5c5c22cbeddb6cffbd9524[repository=src]
+{{< sponsored "Orange Business Services" >}}
 
 The man:if_gif[4] tunnel interface had a panic on shutdown fixed.
+gitref:b4a51fd9c12493e9e7ca6e2ac572ec41d99a941c[repository=src]
+(Sponsored by Rubicon Communications, LLC ("Netgate"))
 
 The man:if_pflog[4] device had a bug fixed regarding packet length.
+gitref:d41caea44ba9f676b72d9a27d53de520ef61e196[repository=src]
+(Sponsored by Rubicon Communications, LLC ("Netgate"))
 
 The man:if_vlan[4] network interface had a bug fixed that avoids hash table thrashing when adding and removing entries.
+gitref:a5f19abeb7191cb3cd89f06ff0eb150b89d6b8bf[repository=src]
+{{< sponsored "NetApp, Inc." >}}
 
 The man:igc[4] Ethernet controller had a bug that prevented to correctly update RCTL when changing filters.
+gitref:73e1138208a5888aaabfc44d8e48aa04554c9146[repository=src]
 
 The man:ixl[4] driver had some fixes for VLAN HW filtering and fixed some panics.