git: fbf8e3245201 - main - Remove references to the now-removed bktr(4) driver.
Mark Murray
markm at FreeBSD.org
Sun Mar 7 00:31:14 UTC 2021
The branch main has been updated by markm:
URL: https://cgit.FreeBSD.org/src/commit/?id=fbf8e32452016cf83be4288c41811d9e125dbcbe
commit fbf8e32452016cf83be4288c41811d9e125dbcbe
Author: Mark Murray <markm at FreeBSD.org>
AuthorDate: 2021-03-06 23:15:09 +0000
Commit: Mark Murray <markm at FreeBSD.org>
CommitDate: 2021-03-07 00:09:22 +0000
Remove references to the now-removed bktr(4) driver.
---
share/examples/etc/make.conf | 2 +-
share/man/man4/iicbus.4 | 4 +---
share/man/man4/smbus.4 | 6 ++----
3 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index a7afe4d8b6eb..bd8ca5d2cb4c 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -135,7 +135,7 @@
#MODULES_OVERRIDE= linux ipfw
#
# The list of modules to never build, applied *after* MODULES_OVERRIDE.
-#WITHOUT_MODULES= bktr plip
+#WITHOUT_MODULES= plip
#
# If you do not want unformatted manual pages to be compressed
# when they are installed:
diff --git a/share/man/man4/iicbus.4 b/share/man/man4/iicbus.4
index 698a7897c84a..b96e6eb2ab9b 100644
--- a/share/man/man4/iicbus.4
+++ b/share/man/man4/iicbus.4
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 15, 2017
+.Dd March 7, 2021
.Dt IICBUS 4
.Os
.Sh NAME
@@ -101,7 +101,6 @@ Some I2C interfaces are available:
.It Sy pcf Ta "Philips PCF8584 master/slave interface"
.It Sy iicbb Ta "generic bit-banging master-only driver"
.It Sy lpbb Ta "parallel port specific bit-banging interface"
-.It Sy bktr Ta "Brooktree848 video chipset, hardware and software master-only interface"
.El
.Sh BUS FREQUENCY CONFIGURATION
The operating frequency of an I2C bus may be fixed or configurable.
@@ -149,7 +148,6 @@ or the
.Va I2CRSTCARD
ioctl to make the change take effect.
.Sh SEE ALSO
-.Xr bktr 4 ,
.Xr fdt 4 ,
.Xr iic 4 ,
.Xr iicbb 4 ,
diff --git a/share/man/man4/smbus.4 b/share/man/man4/smbus.4
index 1d23117f0ac6..1a117d52fd8a 100644
--- a/share/man/man4/smbus.4
+++ b/share/man/man4/smbus.4
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 10, 1998
+.Dd March 7, 2021
.Dt SMBUS 4
.Os
.Sh NAME
@@ -34,13 +34,12 @@
.Cd "device smbus"
.Pp
.Cd "device iicsmb"
-.Cd "device bktr"
.Sh DESCRIPTION
The
.Em smbus
system provides a uniform, modular and architecture-independent
system for the implementation of drivers to control various SMB devices
-and to utilize different SMB controllers (I2C, PIIX4, Brooktree848, vm86...).
+and to utilize different SMB controllers (I2C, PIIX4, vm86...).
.Sh System Management Bus
The
.Em System Management Bus
@@ -61,7 +60,6 @@ The SMBus may share the same host device and physical bus as ACCESS bus
components provided that an appropriate electrical bridge is provided
between the internal SMB devices and external ACCESS bus devices.
.Sh SEE ALSO
-.Xr bktr 4 ,
.Xr iicbus 4 ,
.Xr iicsmb 4 ,
.Xr smb 4
More information about the dev-commits-src-main
mailing list