Move manpages for Qualcomm devices over to the MI directory. kettenis@ put
authorpatrick <patrick@openbsd.org>
Thu, 10 Nov 2022 12:36:38 +0000 (12:36 +0000)
committerpatrick <patrick@openbsd.org>
Thu, 10 Nov 2022 12:36:38 +0000 (12:36 +0000)
them into the arm64-specific one mostly because they were for ACPI and that
will definitely be arm64-specific.  I have committed most of the FDT ones
to the MI fdt directory.  dlg@ would be happier with those manpages in the
MI one.  There are more manpages to come as well.

share/man/man4/Makefile
share/man/man4/man4.arm64/Makefile
share/man/man4/man4.arm64/qcdwusb.4 [deleted file]
share/man/man4/man4.arm64/qcgpio.4 [deleted file]
share/man/man4/man4.arm64/qciic.4 [deleted file]
share/man/man4/qcdwusb.4 [new file with mode: 0644]
share/man/man4/qcgpio.4 [new file with mode: 0644]
share/man/man4/qciic.4 [new file with mode: 0644]

index 0a356bc..6326859 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.821 2022/10/23 18:43:00 mglocker Exp $
+#      $OpenBSD: Makefile,v 1.822 2022/11/10 12:36:38 patrick Exp $
 
 MAN=   aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \
        acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \
@@ -71,7 +71,7 @@ MAN=  aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \
        pgt.4 piixpm.4 pijuice.4 pinctrl.4 pipex.4 plgpio.4 plrtc.4 pluart.4 \
        pms.4 ppb.4 ppp.4 pppoe.4 pppx.4 psci.4 pty.4 puc.4 pvbus.4 \
        pvclock.4 pwdog.4 pwmbl.4 pwmfan.4 pwmreg.4 \
-       qla.4 qle.4 qlw.4 qsphy.4 \
+       qcdwusb.4 qcgpio.4 qciic.4 qla.4 qle.4 qlw.4 qsphy.4 \
        radio.4 ral.4 random.4 rdomain.4 rd.4 rdac.4 re.4 rdcphy.4 rgephy.4 \
        rge.4 ricohrtc.4 rkanxdp.4 rkclock.4 rkdrm.4 rkdwhdmi.4 rkdwusb.4 \
        rkemmcphy.4 rkgpio.4 rkgrf.4 rkiic.4 rkiis.4 rkpcie.4 rkpinctrl.4 \
index 9ea0f1e..2fc178f 100644 (file)
@@ -1,11 +1,11 @@
-#      $OpenBSD: Makefile,v 1.29 2022/11/06 12:18:28 patrick Exp $
+#      $OpenBSD: Makefile,v 1.30 2022/11/10 12:36:38 patrick Exp $
 
 MAN=   agintc.4 agtimer.4 ampintc.4 \
        aplaudio.4 aplcpu.4 apldart.4 apldma.4 apldog.4 \
        aplhidev.4 apliic.4 aplintc.4 aplmbox.4 aplmca.4 aplnco.4 aplns.4 \
        aplpcie.4 aplpinctrl.4 aplpmgr.4 aplpmu.4 aplsart.4 aplsmc.4 aplspi.4 \
        aplspmi.4 apm.4 \
-       efi.4 intro.4 qcdwusb.4 qcgpio.4 qciic.4 smbios.4
+       efi.4 intro.4 smbios.4
 
 MANSUBDIR=arm64
 
diff --git a/share/man/man4/man4.arm64/qcdwusb.4 b/share/man/man4/man4.arm64/qcdwusb.4
deleted file mode 100644 (file)
index 8aa7835..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-.\"    $OpenBSD: qcdwusb.4,v 1.2 2022/11/06 13:01:02 jmc Exp $
-.\"
-.\" Copyright (c) 2018 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: November 6 2022 $
-.Dt QCDWUSB 4 arm64
-.Os
-.Sh NAME
-.Nm qcdwusb
-.Nd Qualcomm USB 3.0 glue logic
-.Sh SYNOPSIS
-.Cd "qcdwusb* at fdt?"
-.Cd "xhci* at fdt?"
-.Sh DESCRIPTION
-The
-.Nm
-driver controls the interface logic for the Synopsys DesignWare USB
-3.0 controller on Qualcomm SoCs.
-.Sh SEE ALSO
-.Xr intro 4 ,
-.Xr xhci 4
-.Sh HISTORY
-The
-.Nm
-device driver first appeared in
-.Ox 7.3 .
-.Sh AUTHORS
-.An -nosplit
-The
-.Nm
-driver was written by
-.An Patrick Wildt Aq Mt patrick@blueri.se .
diff --git a/share/man/man4/man4.arm64/qcgpio.4 b/share/man/man4/man4.arm64/qcgpio.4
deleted file mode 100644 (file)
index 5134f4c..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-.\"    $OpenBSD: qcgpio.4,v 1.2 2022/09/13 05:46:00 jmc Exp $
-.\"
-.\" Copyright (c) 2022 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: September 13 2022 $
-.Dt QCGPIO 4 arm64
-.Os
-.Sh NAME
-.Nm qcgpio
-.Nd Qualcomm Snapdragon GPIO controller
-.Sh SYNOPSIS
-.Cd "qcgpio* at acpi?"
-.Sh DESCRIPTION
-The
-.Nm
-driver provides support for the GPIO controller found on Qualcomm
-Snapdragon SoCs.
-It does not provide direct device driver entry points but makes its
-functions available to
-.Xr acpi 4 .
-.Sh SEE ALSO
-.Xr acpi 4 ,
-.Xr intro 4
-.Sh HISTORY
-The
-.Nm
-device driver first appeared in
-.Ox 7.2 .
-.Sh AUTHORS
-The
-.Nm
-driver was written by
-.An Mark Kettenis Aq Mt kettenis@openbsd.org .
diff --git a/share/man/man4/man4.arm64/qciic.4 b/share/man/man4/man4.arm64/qciic.4
deleted file mode 100644 (file)
index 0f706cb..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-.\"    $OpenBSD: qciic.4,v 1.2 2022/09/13 05:46:00 jmc Exp $
-.\"
-.\" Copyright (c) 2016 Jonathan Gray <jsg@openbsd.org>
-.\" Copyright (c) 2022 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: September 13 2022 $
-.Dt QCIIC 4 arm64
-.Os
-.Sh NAME
-.Nm qciic
-.Nd Qualcomm Snapdragon GENI I2C controller
-.Sh SYNOPSIS
-.Cd "qciic* at acpi?"
-.Cd "iic* at qciic?"
-.Sh DESCRIPTION
-The
-.Nm
-driver supports the GENI I2C controller found on Qualcomm Snapdragon
-SoCs for use with the
-.Xr iic 4
-framework.
-.Sh SEE ALSO
-.Xr acpi 4 ,
-.Xr iic 4
-.Sh HISTORY
-The
-.Nm
-device driver first appeared in
-.Ox 7.2 .
-.Sh AUTHORS
-The
-.Nm
-driver was written by
-.An Mark Kettenis Aq Mt kettenis@openbsd.org .
diff --git a/share/man/man4/qcdwusb.4 b/share/man/man4/qcdwusb.4
new file mode 100644 (file)
index 0000000..27869cf
--- /dev/null
@@ -0,0 +1,44 @@
+.\"    $OpenBSD: qcdwusb.4,v 1.1 2022/11/10 12:36:38 patrick Exp $
+.\"
+.\" Copyright (c) 2018 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: November 10 2022 $
+.Dt QCDWUSB 4
+.Os
+.Sh NAME
+.Nm qcdwusb
+.Nd Qualcomm USB 3.0 glue logic
+.Sh SYNOPSIS
+.Cd "qcdwusb* at fdt?"
+.Cd "xhci* at fdt?"
+.Sh DESCRIPTION
+The
+.Nm
+driver controls the interface logic for the Synopsys DesignWare USB
+3.0 controller on Qualcomm SoCs.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr xhci 4
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 7.3 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Patrick Wildt Aq Mt patrick@blueri.se .
diff --git a/share/man/man4/qcgpio.4 b/share/man/man4/qcgpio.4
new file mode 100644 (file)
index 0000000..77bef82
--- /dev/null
@@ -0,0 +1,45 @@
+.\"    $OpenBSD: qcgpio.4,v 1.1 2022/11/10 12:36:38 patrick Exp $
+.\"
+.\" Copyright (c) 2022 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: November 10 2022 $
+.Dt QCGPIO 4
+.Os
+.Sh NAME
+.Nm qcgpio
+.Nd Qualcomm Snapdragon GPIO controller
+.Sh SYNOPSIS
+.Cd "qcgpio* at acpi?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the GPIO controller found on Qualcomm
+Snapdragon SoCs.
+It does not provide direct device driver entry points but makes its
+functions available to
+.Xr acpi 4 .
+.Sh SEE ALSO
+.Xr acpi 4 ,
+.Xr intro 4
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 7.2 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Mark Kettenis Aq Mt kettenis@openbsd.org .
diff --git a/share/man/man4/qciic.4 b/share/man/man4/qciic.4
new file mode 100644 (file)
index 0000000..82d323f
--- /dev/null
@@ -0,0 +1,46 @@
+.\"    $OpenBSD: qciic.4,v 1.1 2022/11/10 12:36:38 patrick Exp $
+.\"
+.\" Copyright (c) 2016 Jonathan Gray <jsg@openbsd.org>
+.\" Copyright (c) 2022 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: November 10 2022 $
+.Dt QCIIC 4
+.Os
+.Sh NAME
+.Nm qciic
+.Nd Qualcomm Snapdragon GENI I2C controller
+.Sh SYNOPSIS
+.Cd "qciic* at acpi?"
+.Cd "iic* at qciic?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports the GENI I2C controller found on Qualcomm Snapdragon
+SoCs for use with the
+.Xr iic 4
+framework.
+.Sh SEE ALSO
+.Xr acpi 4 ,
+.Xr iic 4
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 7.2 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Mark Kettenis Aq Mt kettenis@openbsd.org .