diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-04-25 23:00:12 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-04-25 23:00:12 +0000 |
commit | a3ff036d7d34df9a8f345a6308335e238321a8a8 (patch) | |
tree | 7b57f086f2730fe95636df126126ecc84af98333 | |
parent | 0abb54d309547f2ea2ed1915189847793fa5d48d (diff) |
bcmbsc(4)
-rw-r--r-- | share/man/man4/Makefile | 7 | ||||
-rw-r--r-- | share/man/man4/bcmbsc.4 | 46 | ||||
-rw-r--r-- | share/man/man4/iic.4 | 5 |
3 files changed, 54 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 5f71c9e4511..148224e0013 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.769 2020/04/25 15:16:00 kettenis Exp $ +# $OpenBSD: Makefile,v 1.770 2020/04/25 23:00:11 kettenis Exp $ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ @@ -17,8 +17,9 @@ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ asbtm.4 asmc.4 ast.4 atapiscsi.4 atphy.4 ath.4 athn.4 atu.4 atw.4 \ auacer.4 audio.4 aue.4 auglx.4 auich.4 auixp.4 autri.4 auvia.4 \ axe.4 axen.4 axppmic.4 azalia.4 \ - bce.4 bcmaux.4 bcmclock.4 bcmdmac.4 bcmdog.4 bcmgpio.4 bcmirng.4 \ - bcmmbox.4 bcmpcie.4 bcmrng.4 bcmsdhost.4 bcmtemp.4 bdpmic.4 \ + bce.4 bcmaux.4 bcmbsc.4 bcmclock.4 bcmdmac.4 bcmdog.4 bcmgpio.4 \ + bcmirng.4 bcmmbox.4 bcmpcie.4 bcmrng.4 bcmsdhost.4 bcmtemp.4 \ + bdpmic.4 \ berkwdt.4 bge.4 bgw.4 bio.4 bpe.4 bktr.4 bmtphy.4 bnx.4 bnxt.4 \ boca.4 bpf.4 brgphy.4 bridge.4 brswphy.4 bse.4 bwfm.4 bwi.4 bytgpio.4 \ cac.4 cas.4 cardbus.4 carp.4 ccp.4 ccpmic.4 cd.4 cdce.4 cfxga.4 \ diff --git a/share/man/man4/bcmbsc.4 b/share/man/man4/bcmbsc.4 new file mode 100644 index 00000000000..cc7f793371f --- /dev/null +++ b/share/man/man4/bcmbsc.4 @@ -0,0 +1,46 @@ +.\" $OpenBSD: bcmbsc.4,v 1.1 2020/04/25 23:00:11 kettenis Exp $ +.\" +.\" Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: April 25 2020 $ +.Dt BCMBSC 4 +.Os +.Sh NAME +.Nm bcmbsc +.Nd Broadcom Serial Control controller +.Sh SYNOPSIS +.Cd "bcmbsc* at fdt?" +.Cd "iic* at bcmbsc?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the Broadcom Serial Control controller +integrated on Broadcom BCM283x and BCM2711 SoCs. +The Broadcom Serial Controller bus is compatible with the I2C bus and +can be used to connect standard I2C slave devices. +.Sh SEE ALSO +.Xr iic 4 , +.Xr intro 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.7 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . diff --git a/share/man/man4/iic.4 b/share/man/man4/iic.4 index 4b68f2e5ee0..3d8a737bc0d 100644 --- a/share/man/man4/iic.4 +++ b/share/man/man4/iic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iic.4,v 1.104 2020/04/25 15:16:00 kettenis Exp $ +.\" $OpenBSD: iic.4,v 1.105 2020/04/25 23:00:11 kettenis Exp $ .\" .\" Copyright (c) 2004, 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -38,6 +38,7 @@ .Cd "iic* at gdiumiic? # loongson" .Cd "iic* at tsciic? # alpha" .Cd "iic* at amliic? # arm64" +.Cd "iic* at bcmbsc? # arm64" .Cd "iic* at dwiic? # amd64 arm64" .Cd "iic* at octiic? # octeon" .Cd "iic* at imxiic? # arm64 armv7" @@ -90,6 +91,8 @@ AMD-8111 SMBus controller AMD-756/766/768/8111 Power Management and SMBus controller .It Xr amliic 4 Amlogic I2C controller +.I Xr bcmbsc 4 +Broadcom Serial Control controller .It Xr dwiic 4 Synopsys DesignWare I2C controller .It Xr glxpcib 4 |