Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2020 02:52:59 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r360060 - in head: share/man/man4 sys/dev/esp
Message-ID:  <202004180252.03I2qxwO050981@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Sat Apr 18 02:52:59 2020
New Revision: 360060
URL: https://svnweb.freebsd.org/changeset/base/360060

Log:
  Add deprecation notice for esp(4).

Modified:
  head/share/man/man4/esp.4
  head/sys/dev/esp/ncr53c9x.c

Modified: head/share/man/man4/esp.4
==============================================================================
--- head/share/man/man4/esp.4	Sat Apr 18 01:22:41 2020	(r360059)
+++ head/share/man/man4/esp.4	Sat Apr 18 02:52:59 2020	(r360060)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 1, 2011
+.Dd March 10, 2020
 .Dt ESP 4
 .Os
 .Sh NAME
@@ -45,6 +45,11 @@ following line in
 .Bd -literal -offset indent
 if_esp_load="YES"
 .Ed
+.Sh DEPRECATION NOTICE
+The
+.Nm
+driver is not present in
+.Fx 13.0 .
 .Sh DESCRIPTION
 The
 .Nm

Modified: head/sys/dev/esp/ncr53c9x.c
==============================================================================
--- head/sys/dev/esp/ncr53c9x.c	Sat Apr 18 01:22:41 2020	(r360059)
+++ head/sys/dev/esp/ncr53c9x.c	Sat Apr 18 02:52:59 2020	(r360060)
@@ -402,6 +402,7 @@ ncr53c9x_attach(struct ncr53c9x_softc *sc)
 
 	NCR_UNLOCK(sc);
 
+	gone_in_dev(sc->sc_dev, 13, "esp(4) driver");
 	return (0);
 
 fail_async:



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