apliic(4)
authorpatrick <patrick@openbsd.org>
Fri, 24 Dec 2021 00:07:06 +0000 (00:07 +0000)
committerpatrick <patrick@openbsd.org>
Fri, 24 Dec 2021 00:07:06 +0000 (00:07 +0000)
share/man/man4/iic.4
share/man/man4/man4.arm64/Makefile
share/man/man4/man4.arm64/apliic.4 [new file with mode: 0644]

index 5de650e..5837078 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: iic.4,v 1.120 2021/11/22 20:24:41 kettenis Exp $
+.\"    $OpenBSD: iic.4,v 1.121 2021/12/24 00:07:06 patrick Exp $
 .\"
 .\" Copyright (c) 2004, 2006 Alexander Yurchenko <grange@openbsd.org>
 .\"
@@ -14,7 +14,7 @@
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd $Mdocdate: November 22 2021 $
+.Dd $Mdocdate: December 24 2021 $
 .Dt IIC 4
 .Os
 .Sh NAME
@@ -40,6 +40,7 @@
 .Cd "iic* at gdiumiic?              # loongson"
 .Cd "iic* at tsciic?                # alpha"
 .Cd "iic* at amliic?                # arm64"
+.Cd "iic* at apliic?                # arm64"
 .Cd "iic* at bcmbsc?                # arm64 armv7"
 .Cd "iic* at dwiic?                 # amd64 arm64"
 .Cd "iic* at octiic?                # octeon"
index 0109774..da19e97 100644 (file)
@@ -1,8 +1,8 @@
-#      $OpenBSD: Makefile,v 1.21 2021/12/19 13:15:47 kettenis Exp $
+#      $OpenBSD: Makefile,v 1.22 2021/12/24 00:07:06 patrick Exp $
 
-MAN=   agtimer.4 ampintc.4 apldart.4 apldog.4 aplhidev.4 aplintc.4 \
-       aplmbox.4 aplns.4 aplpcie.4 aplpinctrl.4 aplpmgr.4 aplpmu.4 \
-       aplspi.4 aplspmi.4 apm.4 \
+MAN=   agtimer.4 ampintc.4 apldart.4 apldog.4 aplhidev.4 apliic.4 \
+       aplintc.4 aplmbox.4 aplns.4 aplpcie.4 aplpinctrl.4 aplpmgr.4 \
+       aplpmu.4 aplspi.4 aplspmi.4 apm.4 \
        efi.4 intro.4 smbios.4
 
 MANSUBDIR=arm64
diff --git a/share/man/man4/man4.arm64/apliic.4 b/share/man/man4/man4.arm64/apliic.4
new file mode 100644 (file)
index 0000000..223866f
--- /dev/null
@@ -0,0 +1,42 @@
+.\"    $OpenBSD: apliic.4,v 1.1 2021/12/24 00:07:06 patrick Exp $
+.\"
+.\" Copyright (c) 2021 Patrick Wildt <patrick@blueri.se>
+.\"
+.\" 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: December 24 2021 $
+.Dt APLIIC 4
+.Os
+.Sh NAME
+.Nm apliic
+.Nd Apple I2C controller
+.Sh SYNOPSIS
+.Cd "apliic* at fdt?"
+.Cd "iic* at apliic?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the I2C controller found on various Apple SoCs.
+.Sh SEE ALSO
+.Xr iic 4 ,
+.Xr intro 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 7.1 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Patrick Wildt Aq Mt patrick@blueri.se .