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.
This commit is contained in:
Scott Long 2022-02-26 11:40:17 -07:00
parent b6ac753a88
commit 4b22ce0730

View File

@ -126,6 +126,8 @@ twe_setup(struct twe_softc *sc)
debug_called(4);
gone_in(14, "Please migrate to newer hardware");
/*
* Initialise request queues.
*/