svn commit: r364431 - in stable/12: share/man/man4 sys/dev/usb/misc

Warner Losh imp at FreeBSD.org
Thu Aug 20 17:35:10 UTC 2020


Author: imp
Date: Thu Aug 20 17:35:09 2020
New Revision: 364431
URL: https://svnweb.freebsd.org/changeset/base/364431

Log:
  MFC: 359521 ufm removal
  
  ufm will be removed from 13, note it here.
  
  Relnotes:	Yes (maybe, very obscure)

Modified:
  stable/12/share/man/man4/ufm.4
  stable/12/sys/dev/usb/misc/ufm.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/share/man/man4/ufm.4
==============================================================================
--- stable/12/share/man/man4/ufm.4	Thu Aug 20 17:19:40 2020	(r364430)
+++ stable/12/share/man/man4/ufm.4	Thu Aug 20 17:35:09 2020	(r364431)
@@ -44,6 +44,12 @@ module at boot time, place the following line in
 .Bd -literal -offset indent
 ufm_load="YES"
 .Ed
+.Sh DEPRECATION NOTICE
+The
+.Nm
+driver is not present in
+.Fx 13.0
+and later.
 .Sh DESCRIPTION
 The
 .Nm

Modified: stable/12/sys/dev/usb/misc/ufm.c
==============================================================================
--- stable/12/sys/dev/usb/misc/ufm.c	Thu Aug 20 17:19:40 2020	(r364430)
+++ stable/12/sys/dev/usb/misc/ufm.c	Thu Aug 20 17:35:09 2020	(r364431)
@@ -165,6 +165,7 @@ ufm_attach(device_t dev)
 	if (error) {
 		goto detach;
 	}
+	gone_in_dev(dev, 13, "Driver no longer relevant");
 	return (0);			/* success */
 
 detach:


More information about the svn-src-stable-12 mailing list