diff options
| author | Warner Losh <imp@FreeBSD.org> | 2025-09-03 05:17:26 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2025-09-03 05:18:09 +0000 |
| commit | 4ec251a99a02b58d30f194660c37ccb933ac7549 (patch) | |
| tree | b0ad03484f1967d12ca257d58f0978c2dbfb2094 | |
| parent | 5a308afeaf3d12562c6a61e06f112f730f4d7270 (diff) | |
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
| -rwxr-xr-x | libexec/rc/rc.d/serial | 9 |
1 files changed, 0 insertions, 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 |
