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.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Feb 2022 18:43:30 UTC
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.
*/