add deprecation notice for bktr driver.

We plan to remove bktr(4) in FreeBSD 13. Document that here.

Relnotes: yes
This commit is contained in:
Warner Losh 2020-02-29 21:50:08 +00:00
parent f63070048b
commit 94c1cb8c3d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=358474
2 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd January 18, 2006 .Dd February 25, 2020
.Dt BKTR 4 .Dt BKTR 4
.Os .Os
.Sh NAME .Sh NAME
@ -13,6 +13,12 @@
.Cd device iicbus .Cd device iicbus
.Cd device iicbb .Cd device iicbb
.Cd device smbus .Cd device smbus
.Sh DEPRECATION NOTICE
The
.Nm
driver is not present in
.Fx 13.0
and later.
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm bktr .Nm bktr

View File

@ -464,6 +464,7 @@ bktr_attach( device_t dev )
} }
#endif #endif
gone_in_dev(dev, 13, "bktr driver removed in FreeBSD 13.0\n");
return 0; return 0;
fail: fail: