git: 67e5e554ec - main - relnotes: note some more kernel/driver removals

Mitchell Horne mhorne at FreeBSD.org
Mon Apr 12 15:14:54 UTC 2021


The branch main has been updated by mhorne (src committer):

URL: https://cgit.FreeBSD.org/doc/commit/?id=67e5e554ec0bc0374f6edb2a78e9559dabcdbdf1

commit 67e5e554ec0bc0374f6edb2a78e9559dabcdbdf1
Author:     Mitchell Horne <mhorne at FreeBSD.org>
AuthorDate: 2021-04-08 14:39:32 +0000
Commit:     Mitchell Horne <mhorne at FreeBSD.org>
CommitDate: 2021-04-12 15:13:22 +0000

    relnotes: note some more kernel/driver removals
    
    Reviewed by:    jhb
    Differential Revision:  https://reviews.freebsd.org/D29653
---
 website/content/en/releases/13.0R/relnotes.adoc | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/website/content/en/releases/13.0R/relnotes.adoc b/website/content/en/releases/13.0R/relnotes.adoc
index fae19bfad1..dacdb6d466 100644
--- a/website/content/en/releases/13.0R/relnotes.adoc
+++ b/website/content/en/releases/13.0R/relnotes.adoc
@@ -302,6 +302,9 @@ This has been applied in parts of the VM subsystem and VFS layer to improve
 scalability on high core count systems.
 gitref:d4665eaa6638[repository=src]
 
+Removed support for procfs-based process debugging.
+gitref:59838c1a197[repository=src]
+
 [[drivers]]
 == Devices and Drivers
 
@@ -337,6 +340,15 @@ Removed the man:ubsec[4] driver for obsolete Broadcom BCM58xx crypto
 accelerators.
 gitref:97e251327f95[repository=src] {{< sponsored "Chelsio Communications" >}}
 
+Removed the deprecated man:ufm[4] driver for USB FM tuners.
+gitref:209d3fb41fe[repository=src]
+
+Removed the deprecated man:ctau[4] and man:cx[4] drivers.
+gitref:2733d8c96c6f[repository=src] {{< sponsored "The FreeBSD Foundation" >}}
+
+Removed the man:vpo[4] driver for parallel port SCSI adapters.
+gitref:51691e26d06[repository=src]
+
 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" >}}
 


More information about the dev-commits-doc-all mailing list