svn commit: r357393 - in head: share/man/man4 sys/dev/ppbus
Warner Losh
imp at FreeBSD.org
Sun Feb 2 04:52:29 UTC 2020
Author: imp
Date: Sun Feb 2 04:52:28 2020
New Revision: 357393
URL: https://svnweb.freebsd.org/changeset/base/357393
Log:
Add deprecation notice to vpo.4
This driver has seen no real changes for almost 20 years. It's for
hardware that's 25 years old. It has no reports of active use, nor
has it been seen in the NYCBug dmesg database at all. Schedule
its removal for 13.0.
Reviewed by: rgrimes@ (earlier version)
Relnote: Yes
MFC After: 3 days
Differential Revision: https://reviews.freebsd.org/D23403
Modified:
head/share/man/man4/vpo.4
head/sys/dev/ppbus/vpo.c
Modified: head/share/man/man4/vpo.4
==============================================================================
--- head/share/man/man4/vpo.4 Sat Feb 1 23:46:30 2020 (r357392)
+++ head/share/man/man4/vpo.4 Sun Feb 2 04:52:28 2020 (r357393)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 14, 2004
+.Dd December 21, 2019
.Dt VPO 4
.Os
.Sh NAME
@@ -39,6 +39,12 @@ For one or more SCSI busses:
The
.Nm
driver provide access to parallel port Iomega Zip and Jaz drives.
+.Sh DEPRECATED
+The
+.Nm
+driver is now deprecated.
+It will be removed in
+.Fx 13.0 .
.Sh HARDWARE
The
.Nm
Modified: head/sys/dev/ppbus/vpo.c
==============================================================================
--- head/sys/dev/ppbus/vpo.c Sat Feb 1 23:46:30 2020 (r357392)
+++ head/sys/dev/ppbus/vpo.c Sun Feb 2 04:52:28 2020 (r357393)
@@ -126,6 +126,7 @@ vpo_probe(device_t dev)
return (error);
}
ppb_unlock(ppbus);
+ gone_in_dev(dev, 13, "Hardware no longer relevant");
return (0);
}
More information about the svn-src-head
mailing list