svn commit: r357620 - in stable/12: share/man/man4 sys/dev/ppbus

Warner Losh imp at FreeBSD.org
Thu Feb 6 16:22:17 UTC 2020


Author: imp
Date: Thu Feb  6 16:22:16 2020
New Revision: 357620
URL: https://svnweb.freebsd.org/changeset/base/357620

Log:
  MFC r357393
  
  However, fix the wording to match the same that we used elsewhere in the NIC
  deprecation efforts. It was bogus when I committed to to -current.

Modified:
  stable/12/share/man/man4/vpo.4
  stable/12/sys/dev/ppbus/vpo.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/share/man/man4/vpo.4
==============================================================================
--- stable/12/share/man/man4/vpo.4	Thu Feb  6 14:31:29 2020	(r357619)
+++ stable/12/share/man/man4/vpo.4	Thu Feb  6 16:22:16 2020	(r357620)
@@ -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 DEPRECATION NOTICE
+The
+.Nm
+driver is not present in
+.Fx 13.0
+and later.
 .Sh HARDWARE
 The
 .Nm

Modified: stable/12/sys/dev/ppbus/vpo.c
==============================================================================
--- stable/12/sys/dev/ppbus/vpo.c	Thu Feb  6 14:31:29 2020	(r357619)
+++ stable/12/sys/dev/ppbus/vpo.c	Thu Feb  6 16:22:16 2020	(r357620)
@@ -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-stable mailing list