Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Feb 2022 18:43:30 GMT
From:      Scott Long <scottl@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 4b22ce073062 - main - The TWE driver should have been marked with gone_in for FreeBSD 13.x, but was missed.  Mark it for gone_in 14.0.  The hardware hasn't been produced or supported in over 20 years, and even back then it was known to be electrically unreliable and prone to catastrophic failure.
Message-ID:  <202202261843.21QIhUjT066629@gitrepo.freebsd.org>

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

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

commit 4b22ce07306243d6641c93efcf315a787dd0876c
Author:     Scott Long <scottl@FreeBSD.org>
AuthorDate: 2022-02-26 18:40:17 +0000
Commit:     Scott Long <scottl@FreeBSD.org>
CommitDate: 2022-02-26 18:40:17 +0000

    The TWE driver should have been marked with gone_in for FreeBSD 13.x,
    but was missed.  Mark it for gone_in 14.0.  The hardware hasn't been
    produced or supported in over 20 years, and even back then it was
    known to be electrically unreliable and prone to catastrophic failure.
---
 sys/dev/twe/twe.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys/dev/twe/twe.c b/sys/dev/twe/twe.c
index c20393fa72b3..6d05ac7c2b95 100644
--- a/sys/dev/twe/twe.c
+++ b/sys/dev/twe/twe.c
@@ -126,6 +126,8 @@ twe_setup(struct twe_softc *sc)
 
     debug_called(4);
 
+    gone_in(14, "Please migrate to newer hardware");
+
     /*
      * Initialise request queues.
      */



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