Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2020 16:22:17 +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: r357620 - in stable/12: share/man/man4 sys/dev/ppbus
Message-ID:  <202002061622.016GMHcT027972@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002061622.016GMHcT027972>