twa(4) deprecation notice

This commit is contained in:
Warner Losh 2020-04-18 02:53:14 +00:00
parent 6ccdbb521a
commit a32311eccd
2 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,11 @@
.Sh NAME
.Nm twa
.Nd 3ware 9000/9500/9550/9650 series SATA RAID controllers driver
.Sh DEPRECATION NOTICE
The
.Nm
driver is not present in
.Fx 13.0 .
.Sh SYNOPSIS
To compile this driver into the kernel,
place the following lines in your

View File

@ -428,6 +428,7 @@ twa_attach(device_t dev)
callout_init(&(sc->watchdog_callout[0]), 1);
callout_init(&(sc->watchdog_callout[1]), 1);
callout_reset(&(sc->watchdog_callout[0]), 5*hz, twa_watchdog, &sc->ctlr_handle);
gone_in_dev(dev, 13, "twa(4) removed");
return(0);
}