Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156653830
D23403.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
780 B
Referenced Files
None
Subscribers
None
D23403.diff
View Options
Index: head/share/man/man4/vpo.4
===================================================================
--- head/share/man/man4/vpo.4
+++ head/share/man/man4/vpo.4
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 14, 2004
+.Dd December 21, 2019
.Dt VPO 4
.Os
.Sh NAME
@@ -39,6 +39,12 @@
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
Index: head/sys/dev/ppbus/vpo.c
===================================================================
--- head/sys/dev/ppbus/vpo.c
+++ head/sys/dev/ppbus/vpo.c
@@ -126,6 +126,7 @@
return (error);
}
ppb_unlock(ppbus);
+ gone_in_dev(dev, 13, "Hardware no longer relevant");
return (0);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 16, 10:36 AM (14 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33126923
Default Alt Text
D23403.diff (780 B)
Attached To
Mode
D23403: Add deprecation notice to vpo.4
Attached
Detach File
Event Timeline
Log In to Comment