diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2023-08-22 14:45:14 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-12-09 16:32:09 +0000 |
| commit | 661b40ffdee25dd81d19fbbcd6cb09e3ec159342 (patch) | |
| tree | 0ed8c7498e00be6d7b923b83f036040f62e17c73 /share | |
| parent | 3f2d86bfbf6c8e1f4db72018dab446547cfb6ca9 (diff) | |
Deprecate fdc(4) and floppy utilities
Floppies have been obsolete for over a decade. Add a deprecation note
now and plan to remove fdc(4) support in 16.
Reviewed by: ziaee
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D41549
(cherry picked from commit 4c736cfc69a7ef81c48c8431b31c7e31746fe816)
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man4/fdc.4 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man4/fdc.4 b/share/man/man4/fdc.4 index 774dc3f18cd6..937be2077b26 100644 --- a/share/man/man4/fdc.4 +++ b/share/man/man4/fdc.4 @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd October 10, 2023 +.Dd November 16, 2025 .Dt FDC 4 .Os .Sh NAME @@ -47,6 +47,12 @@ In .Cd hint.fd.1.at="fdc0" .Cd hint.fd.1.drive="1" .Cd hint.fd.1.flags="0x0" +.Sh DEPRECATION NOTICE +The +.Nm +driver is deprecated and may not be present in +.Fx 16.0 +and later. .Sh DESCRIPTION .Ss Device Usage This driver provides access to floppy disk drives. |
