Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Nov 2025 14:52:20 GMT
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: fba1732de0 - main - Pr-Guidelines: Remove obsolete information
Message-ID:  <202511111452.5ABEqKIQ053946@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

The branch main has been updated by ziaee:

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

commit fba1732de051be16bbe65592c2706056afe1aa82
Author:     Mark Linimon <linimon@FreeBSD.org>
AuthorDate: 2025-11-11 14:30:22 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-11-11 14:51:21 +0000

    Pr-Guidelines: Remove obsolete information
    
    As another part of bringing this article into the current century,
    remove information about obsolete architectures and drivers.
    
    Reviewed by:            imp, lwhsu, ziaee
    Differential Revision:  https://reviews.freebsd.org/D53646
---
 .../content/en/articles/pr-guidelines/_index.adoc    | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/documentation/content/en/articles/pr-guidelines/_index.adoc b/documentation/content/en/articles/pr-guidelines/_index.adoc
index 5dfd41bf5f..dcd8579923 100644
--- a/documentation/content/en/articles/pr-guidelines/_index.adoc
+++ b/documentation/content/en/articles/pr-guidelines/_index.adoc
@@ -153,9 +153,17 @@ Here is the current list, with the most common ones listed first:
 |freebsd-bugs
 
 |architecture-specific
-|alpha, amd64, arm, i386, ia64, powerpc, sparc64
+|arm, amd64, i386, mips
 |freebsd-_arch_
 
+|architecture-specific: powerpc
+|powerpc64
+|freebsd-ppc
+
+|architecture-specific: riscv64
+|riscv64
+|freebsd-risc
+
 |ports collection
 |ports
 |freebsd-ports-bugs
@@ -245,11 +253,6 @@ Here is a sample list of such entities; it is probably not complete.
 |freebsd-acpi
 |mailing list
 
-|problem with Asynchronous Transfer Mode (ATM) drivers
-|kern
-|freebsd-atm
-|mailing list
-
 |problem with embedded or small-footprint FreeBSD systems (e.g., NanoBSD/PicoBSD/FreeBSD-arm)
 |kern
 |freebsd-embedded
@@ -275,11 +278,6 @@ Here is a sample list of such entities; it is probably not complete.
 |freebsd-ipfw
 |mailing list
 
-|problem with Integrated Services Digital Network (ISDN) drivers
-|kern
-|freebsd-isdn
-|mailing list
-
 |man:jail[8] subsystem
 |kern
 |freebsd-jail



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511111452.5ABEqKIQ053946>