Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Sep 2025 05:17:58 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 4ec251a99a02 - main - rc.d/serial: Remove removed drivers.
Message-ID:  <202509030517.5835Hwsw048696@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=4ec251a99a02b58d30f194660c37ccb933ac7549

commit 4ec251a99a02b58d30f194660c37ccb933ac7549
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2025-09-03 05:17:26 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2025-09-03 05:18:09 +0000

    rc.d/serial: Remove removed drivers.
    
    Cyclades and digiboard drivers were removed in 2017 and 2016
    respectively. There's no need for these anymore.
    
    Sponsored by:           Netflix
    Reviewed by:            kevans, emaste
    Differential Revision:  https://reviews.freebsd.org/D52315
---
 libexec/rc/rc.d/serial | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/libexec/rc/rc.d/serial b/libexec/rc/rc.d/serial
index ea60c8aa77da..4eb34a1085eb 100755
--- a/libexec/rc/rc.d/serial
+++ b/libexec/rc/rc.d/serial
@@ -156,12 +156,3 @@ terminal() {
 # modem    u    1
 # terminal u  0
 # 3wire    u  0
-
-# Initialize all ports on a Cyclades-8yo.
-# modem    c  00 01 02 03 04 05 06 07
-
-# Initialize all ports on a Cyclades-16ye.
-# modem    c  00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f
-
-# Initialize all ports on a Digiboard 8.
-# modem    D  00 01 02 03 04 05 06 07



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