twa(4) deprecation notice
This commit is contained in:
parent
6ccdbb521a
commit
a32311eccd
@ -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
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user