From owner-svn-src-all@freebsd.org Fri Mar 30 21:13:34 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB675F6AA02; Fri, 30 Mar 2018 21:13:34 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29CF280454; Fri, 30 Mar 2018 21:13:33 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id w2ULDNdl070087; Fri, 30 Mar 2018 14:13:23 -0700 (PDT) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id w2ULDMbv070086; Fri, 30 Mar 2018 14:13:22 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201803302113.w2ULDMbv070086@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r331830 - in head: share/man/man4 sys/dev/cm sys/dev/pdq In-Reply-To: <201803302027.w2UKRl81036549@repo.freebsd.org> To: Brooks Davis Date: Fri, 30 Mar 2018 14:13:22 -0700 (PDT) CC: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Mar 2018 21:13:34 -0000 > Author: brooks > Date: Fri Mar 30 20:27:47 2018 > New Revision: 331830 > URL: https://svnweb.freebsd.org/changeset/base/331830 > > Log: > 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 > > Modified: > head/share/man/man4/cm.4 > head/share/man/man4/fpa.4 > head/sys/dev/cm/if_cm_isa.c > head/sys/dev/pdq/if_fpa.c There is still an if_fea.c, which is also an FDDI driver, in the 11.1 src tree. Not sure what happened to it in ^head, as it seems missing. You'll probably need to make a direct commit to add a + gone_in_dev(dev, 12, "fea(4) driver"); Thanks, Rod > > Modified: head/share/man/man4/cm.4 > ============================================================================== > --- head/share/man/man4/cm.4 Fri Mar 30 20:24:29 2018 (r331829) > +++ head/share/man/man4/cm.4 Fri Mar 30 20:27:47 2018 (r331830) > @@ -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 > > Modified: head/share/man/man4/fpa.4 > ============================================================================== > --- head/share/man/man4/fpa.4 Fri Mar 30 20:24:29 2018 (r331829) > +++ head/share/man/man4/fpa.4 Fri Mar 30 20:27:47 2018 (r331830) > @@ -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 > > Modified: head/sys/dev/cm/if_cm_isa.c > ============================================================================== > --- head/sys/dev/cm/if_cm_isa.c Fri Mar 30 20:24:29 2018 (r331829) > +++ head/sys/dev/cm/if_cm_isa.c Fri Mar 30 20:27:47 2018 (r331830) > @@ -113,6 +113,7 @@ cm_isa_attach(dev) > if (error) > goto err; > > + gone_in_dev(dev, 12, "cm(4) driver"); > return 0; > > err: > > Modified: head/sys/dev/pdq/if_fpa.c > ============================================================================== > --- head/sys/dev/pdq/if_fpa.c Fri Mar 30 20:24:29 2018 (r331829) > +++ head/sys/dev/pdq/if_fpa.c Fri Mar 30 20:27:47 2018 (r331830) > @@ -158,6 +158,7 @@ pdq_pci_attach(device_t dev) > } > > > + gone_in_dev(dev, 12, "fpa(4) driver"); > return (0); > bad: > pdq_free(dev); > > -- Rod Grimes rgrimes@freebsd.org