Remove references to the now-removed bktr(4) driver.

This commit is contained in:
Mark Murray 2021-03-06 23:15:09 +00:00
parent cc011d8719
commit fbf8e32452
3 changed files with 4 additions and 8 deletions

View File

@ -135,7 +135,7 @@
#MODULES_OVERRIDE= linux ipfw #MODULES_OVERRIDE= linux ipfw
# #
# The list of modules to never build, applied *after* MODULES_OVERRIDE. # 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 # If you do not want unformatted manual pages to be compressed
# when they are installed: # when they are installed:

View File

@ -24,7 +24,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd January 15, 2017 .Dd March 7, 2021
.Dt IICBUS 4 .Dt IICBUS 4
.Os .Os
.Sh NAME .Sh NAME
@ -101,7 +101,6 @@ Some I2C interfaces are available:
.It Sy pcf Ta "Philips PCF8584 master/slave interface" .It Sy pcf Ta "Philips PCF8584 master/slave interface"
.It Sy iicbb Ta "generic bit-banging master-only driver" .It Sy iicbb Ta "generic bit-banging master-only driver"
.It Sy lpbb Ta "parallel port specific bit-banging interface" .It Sy lpbb Ta "parallel port specific bit-banging interface"
.It Sy bktr Ta "Brooktree848 video chipset, hardware and software master-only interface"
.El .El
.Sh BUS FREQUENCY CONFIGURATION .Sh BUS FREQUENCY CONFIGURATION
The operating frequency of an I2C bus may be fixed or configurable. The operating frequency of an I2C bus may be fixed or configurable.
@ -149,7 +148,6 @@ or the
.Va I2CRSTCARD .Va I2CRSTCARD
ioctl to make the change take effect. ioctl to make the change take effect.
.Sh SEE ALSO .Sh SEE ALSO
.Xr bktr 4 ,
.Xr fdt 4 , .Xr fdt 4 ,
.Xr iic 4 , .Xr iic 4 ,
.Xr iicbb 4 , .Xr iicbb 4 ,

View File

@ -24,7 +24,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd August 10, 1998 .Dd March 7, 2021
.Dt SMBUS 4 .Dt SMBUS 4
.Os .Os
.Sh NAME .Sh NAME
@ -34,13 +34,12 @@
.Cd "device smbus" .Cd "device smbus"
.Pp .Pp
.Cd "device iicsmb" .Cd "device iicsmb"
.Cd "device bktr"
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Em smbus .Em smbus
system provides a uniform, modular and architecture-independent system provides a uniform, modular and architecture-independent
system for the implementation of drivers to control various SMB devices 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 .Sh System Management Bus
The The
.Em System Management Bus .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 components provided that an appropriate electrical bridge is provided
between the internal SMB devices and external ACCESS bus devices. between the internal SMB devices and external ACCESS bus devices.
.Sh SEE ALSO .Sh SEE ALSO
.Xr bktr 4 ,
.Xr iicbus 4 , .Xr iicbus 4 ,
.Xr iicsmb 4 , .Xr iicsmb 4 ,
.Xr smb 4 .Xr smb 4