From owner-svn-src-all@freebsd.org Sat Feb 29 21:50:10 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 888E9241FA3; Sat, 29 Feb 2020 21:50:10 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48VKns5YjWz40bp; Sat, 29 Feb 2020 21:50:09 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1B7752132B; Sat, 29 Feb 2020 21:50:09 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01TLo8PV061356; Sat, 29 Feb 2020 21:50:08 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01TLo8aN061354; Sat, 29 Feb 2020 21:50:08 GMT (envelope-from imp@FreeBSD.org) Message-Id: <202002292150.01TLo8aN061354@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Sat, 29 Feb 2020 21:50:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r358474 - in head: share/man/man4 sys/dev/bktr X-SVN-Group: head X-SVN-Commit-Author: imp X-SVN-Commit-Paths: in head: share/man/man4 sys/dev/bktr X-SVN-Commit-Revision: 358474 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 29 Feb 2020 21:50:10 -0000 Author: imp Date: Sat Feb 29 21:50:08 2020 New Revision: 358474 URL: https://svnweb.freebsd.org/changeset/base/358474 Log: add deprecation notice for bktr driver. We plan to remove bktr(4) in FreeBSD 13. Document that here. Relnotes: yes Modified: head/share/man/man4/bktr.4 head/sys/dev/bktr/bktr_os.c Modified: head/share/man/man4/bktr.4 ============================================================================== --- head/share/man/man4/bktr.4 Sat Feb 29 21:42:34 2020 (r358473) +++ head/share/man/man4/bktr.4 Sat Feb 29 21:50:08 2020 (r358474) @@ -1,7 +1,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 18, 2006 +.Dd February 25, 2020 .Dt BKTR 4 .Os .Sh NAME @@ -13,6 +13,12 @@ .Cd device iicbus .Cd device iicbb .Cd device smbus +.Sh DEPRECATION NOTICE +The +.Nm +driver is not present in +.Fx 13.0 +and later. .Sh DESCRIPTION The .Nm bktr Modified: head/sys/dev/bktr/bktr_os.c ============================================================================== --- head/sys/dev/bktr/bktr_os.c Sat Feb 29 21:42:34 2020 (r358473) +++ head/sys/dev/bktr/bktr_os.c Sat Feb 29 21:50:08 2020 (r358474) @@ -464,6 +464,7 @@ bktr_attach( device_t dev ) } #endif + gone_in_dev(dev, 13, "bktr driver removed in FreeBSD 13.0\n"); return 0; fail: