Date: Thu, 20 Aug 2020 17:35:09 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r364431 - in stable/12: share/man/man4 sys/dev/usb/misc Message-ID: <202008201735.07KHZ9VL019386@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008201735.07KHZ9VL019386>