diff --git a/share/man/man4/bktr.4 b/share/man/man4/bktr.4 index 097a49aa3569..cc4b343cb181 100644 --- a/share/man/man4/bktr.4 +++ b/share/man/man4/bktr.4 @@ -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 diff --git a/sys/dev/bktr/bktr_os.c b/sys/dev/bktr/bktr_os.c index ce0414ba8465..12d6ac825b4b 100644 --- a/sys/dev/bktr/bktr_os.c +++ b/sys/dev/bktr/bktr_os.c @@ -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: