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:
parent
b6ac753a88
commit
4b22ce0730
@ -126,6 +126,8 @@ twe_setup(struct twe_softc *sc)
|
||||
|
||||
debug_called(4);
|
||||
|
||||
gone_in(14, "Please migrate to newer hardware");
|
||||
|
||||
/*
|
||||
* Initialise request queues.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user