Add deprecation notice for esp(4).
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd November 1, 2011
|
.Dd March 10, 2020
|
||||||
.Dt ESP 4
|
.Dt ESP 4
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -45,6 +45,11 @@ following line in
|
|||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
if_esp_load="YES"
|
if_esp_load="YES"
|
||||||
.Ed
|
.Ed
|
||||||
|
.Sh DEPRECATION NOTICE
|
||||||
|
The
|
||||||
|
.Nm
|
||||||
|
driver is not present in
|
||||||
|
.Fx 13.0 .
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
|
|||||||
@@ -402,6 +402,7 @@ ncr53c9x_attach(struct ncr53c9x_softc *sc)
|
|||||||
|
|
||||||
NCR_UNLOCK(sc);
|
NCR_UNLOCK(sc);
|
||||||
|
|
||||||
|
gone_in_dev(sc->sc_dev, 13, "esp(4) driver");
|
||||||
return (0);
|
return (0);
|
||||||
|
|
||||||
fail_async:
|
fail_async:
|
||||||
|
|||||||
Reference in New Issue
Block a user