Add deprecation notices for Arcnet and FDDI drivers.

We intend to remove support before FreeBSD 12 is branched.

Reviewed by:	imp, emaste
MFC after:	3 days
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D14890
This commit is contained in:
Brooks Davis 2018-03-30 20:27:47 +00:00
parent 6361c24b8a
commit edde7c6e59
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=331830
4 changed files with 16 additions and 2 deletions

View file

@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd July 16, 2005
.Dd March 29, 2018
.Dt CM 4
.Os
.Sh NAME
@ -46,6 +46,12 @@ module at boot time, place the following line in
.Bd -literal -offset indent
if_cm_load="YES"
.Ed
.Sh DEPRECATION NOTICE
The
.Nm
driver is not present in
.Fx 12.0
and later.
.Sh DESCRIPTION
The
.Nm

View file

@ -4,7 +4,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd February 15, 2017
.Dd March 29, 2018
.Dt FPA 4
.Os
.Sh NAME
@ -16,6 +16,12 @@
.Fx
only:
.Cd "device fddi"
.Sh DEPRECATION NOTICE
The
.Nm
driver is not present in
.Fx 12.0
and later.
.Sh DESCRIPTION
The
.Nm

View file

@ -113,6 +113,7 @@ cm_isa_attach(dev)
if (error)
goto err;
gone_in_dev(dev, 12, "cm(4) driver");
return 0;
err:

View file

@ -158,6 +158,7 @@ pdq_pci_attach(device_t dev)
}
gone_in_dev(dev, 12, "fpa(4) driver");
return (0);
bad:
pdq_free(dev);