Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F155031458
D23928.id69088.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D23928.id69088.diff
View Options
Index: share/man/man4/man4.i386/ce.4
===================================================================
--- share/man/man4/man4.i386/ce.4
+++ share/man/man4/man4.i386/ce.4
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 30, 2006
+.Dd March 2, 2020
.Dt CE 4 i386
.Os
.Sh NAME
@@ -49,6 +49,12 @@
.Cd "device sppp"
.Cd "options NETGRAPH"
.Cd "options NETGRAPH_CRONYX"
+.Sh DEPRECATION NOTICE
+The
+.Nm
+driver is not present in
+.Fx 13.0
+and later.
.Sh DESCRIPTION
The
.Nm
Index: share/man/man4/man4.i386/cp.4
===================================================================
--- share/man/man4/man4.i386/cp.4
+++ share/man/man4/man4.i386/cp.4
@@ -13,7 +13,7 @@
.\" Cronyx Id: cp.4,v 1.1.2.5 2004/06/21 17:47:40 rik Exp $
.\" $FreeBSD$
.\"
-.Dd July 16, 2005
+.Dd March 2, 2020
.Dt CP 4 i386
.Os
.Sh NAME
@@ -38,6 +38,12 @@
.Cd "device sppp"
.Cd "options NETGRAPH"
.Cd "options NETGRAPH_CRONYX"
+.Sh DEPRECATION NOTICE
+The
+.Nm
+driver is not present in
+.Fx 13.0
+and later.
.Sh DESCRIPTION
The
.Nm
Index: sys/dev/ce/if_ce.c
===================================================================
--- sys/dev/ce/if_ce.c
+++ sys/dev/ce/if_ce.c
@@ -743,6 +743,7 @@
CE_UNLOCK (bd);
splx (s);
+ gone_in_dev(dev, 13, "sync serial (T1/E1) drivers");
return 0;
}
Index: sys/dev/cp/if_cp.c
===================================================================
--- sys/dev/cp/if_cp.c
+++ sys/dev/cp/if_cp.c
@@ -530,6 +530,7 @@
adapter[unit] = b;
CP_UNLOCK (bd);
splx (s);
+ gone_in_dev(dev, 13, "sync serial (T1/E1) drivers");
return 0;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 1, 7:41 PM (21 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32595922
Default Alt Text
D23928.id69088.diff (1 KB)
Attached To
Mode
D23928: Add deprecation notices to ce and cp sync serial drivers
Attached
Detach File
Event Timeline
Log In to Comment