svn commit: r360063 - in head: share/man/man4 sys/dev/twa

Warner Losh imp at FreeBSD.org
Sat Apr 18 02:53:19 UTC 2020


Author: imp
Date: Sat Apr 18 02:53:14 2020
New Revision: 360063
URL: https://svnweb.freebsd.org/changeset/base/360063

Log:
  twa(4) deprecation notice

Modified:
  head/share/man/man4/twa.4
  head/sys/dev/twa/tw_osl_freebsd.c

Modified: head/share/man/man4/twa.4
==============================================================================
--- head/share/man/man4/twa.4	Sat Apr 18 02:53:09 2020	(r360062)
+++ head/share/man/man4/twa.4	Sat Apr 18 02:53:14 2020	(r360063)
@@ -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

Modified: head/sys/dev/twa/tw_osl_freebsd.c
==============================================================================
--- head/sys/dev/twa/tw_osl_freebsd.c	Sat Apr 18 02:53:09 2020	(r360062)
+++ head/sys/dev/twa/tw_osl_freebsd.c	Sat Apr 18 02:53:14 2020	(r360063)
@@ -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);
 }


More information about the svn-src-head mailing list