From owner-svn-src-head@freebsd.org Thu Oct 25 04:29:03 2018 Return-Path: Delivered-To: svn-src-head@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 EAA75FD75B4; Thu, 25 Oct 2018 04:29:02 +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 6FEF56E084; Thu, 25 Oct 2018 04:29:02 +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 w9P4T04m032351; Wed, 24 Oct 2018 21:29:00 -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 w9P4SxHw032350; Wed, 24 Oct 2018 21:28:59 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201810250428.w9P4SxHw032350@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r339703 - in head: share/man/man4 share/man/man4/man4.i386 share/man/man4/man4.powerpc sys/dev/ae sys/dev/bm sys/dev/cs sys/dev/de sys/dev/dme sys/dev/ed sys/dev/ep sys/dev/ex sys/dev/f... In-Reply-To: <20181025041446.GA31765@spindle.one-eyed-alien.net> To: Brooks Davis Date: Wed, 24 Oct 2018 21:28:59 -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-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2018 04:29:03 -0000 > On Thu, Oct 25, 2018 at 04:10:41AM +0000, Brooks Davis wrote: > > Author: brooks > > Date: Thu Oct 25 04:10:41 2018 > > New Revision: 339703 > > URL: https://svnweb.freebsd.org/changeset/base/339703 > > > > Log: > > Deprecate a number of less used 10 and 10/100 Ethernet devices. > > > > The current deprecated list is: ae, bm, cs, de, dme, ed, ep, ex, fe, > > pcn, sf, sn, tl, tx, txp, vx, wb, xe > > > > The list as refined as part of FCP-0101. Per the FCP, devices may be > > removed from the deprecation list if enough users are found or they are > > converted to iflib. > > > > FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md Differential: https://reviews.freebsd.org/D17654 Reviewed by: rgrimes > I've committed this prior to a formal wrap up of core voting due to a > request to get these into tomorrow's BETA build. Voting stands a 5-yes, > 0-no, and 1-abstain (me as the author) so this seems sufficiently safe. > > -- Brooks -- Rod Grimes rgrimes@freebsd.org