The branch main has been updated by imp:

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

commit 4ec251a99a02b58d30f194660c37ccb933ac7549
Author:     Warner Losh <i...@freebsd.org>
AuthorDate: 2025-09-03 05:17:26 +0000
Commit:     Warner Losh <i...@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

Reply via email to