hiclock(4), hidwusb(4) and hireset(4)
authorkettenis <kettenis@openbsd.org>
Mon, 27 Aug 2018 20:05:56 +0000 (20:05 +0000)
committerkettenis <kettenis@openbsd.org>
Mon, 27 Aug 2018 20:05:56 +0000 (20:05 +0000)
share/man/man4/Makefile
share/man/man4/hiclock.4 [new file with mode: 0644]
share/man/man4/hidwusb.4 [new file with mode: 0644]
share/man/man4/hireset.4 [new file with mode: 0644]

index 2731e7a..68fceb4 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.693 2018/08/26 19:54:39 kettenis Exp $
+#      $OpenBSD: Makefile,v 1.694 2018/08/27 20:05:56 kettenis Exp $
 
 MAN=   aac.4 ac97.4 acphy.4 acrtc.4 \
        acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \
@@ -28,7 +28,8 @@ MAN=  aac.4 ac97.4 acphy.4 acrtc.4 \
        fanpwr.4 fd.4 fdc.4 fec.4 fins.4 fintek.4 fms.4 fuse.4 fxp.4 gdt.4 \
        gentbi.4 gem.4 gif.4 \
        glenv.4 gpio.4 gpiodcf.4 gpioiic.4 gpioow.4 gpr.4 gre.4 gscsio.4 \
-       hds.4 hifn.4 hil.4 hilid.4 hilkbd.4 hilms.4 hme.4 hotplug.4 hsq.4 \
+       hds.4 hiclock.4 hidwusb.4 hifn.4 hil.4 hilid.4 hilkbd.4 hilms.4 \
+       hireset.4 hme.4 hotplug.4 hsq.4 \
        hvn.4 hvs.4 hyperv.4 \
        iatp.4 ichiic.4 ichwdt.4 icmp.4 icmp6.4 icsphy.4 ifmedia.4 \
        iha.4 ihidev.4 iic.4 ikbd.4 ims.4 imt.4 imxanatop.4 \
diff --git a/share/man/man4/hiclock.4 b/share/man/man4/hiclock.4
new file mode 100644 (file)
index 0000000..f620094
--- /dev/null
@@ -0,0 +1,42 @@
+.\"    $OpenBSD: hiclock.4,v 1.1 2018/08/27 20:05:56 kettenis 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: August 27 2018 $
+.Dt HICLOCK 4
+.Os
+.Sh NAME
+.Nm hiclock
+.Nd HiSilicon clock controller
+.Sh SYNOPSIS
+.Cd "hiclock* at fdt?"
+.Sh DESCRIPTION
+The
+.Nm
+driver controls the clock signals for integrated components of HiSilicon SoCs.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr hireset 4
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 6.4 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Mark Kettenis Aq Mt kettenis@openbsd.org .
diff --git a/share/man/man4/hidwusb.4 b/share/man/man4/hidwusb.4
new file mode 100644 (file)
index 0000000..64537f1
--- /dev/null
@@ -0,0 +1,44 @@
+.\"    $OpenBSD: hidwusb.4,v 1.1 2018/08/27 20:05:56 kettenis 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: August 27 2018 $
+.Dt HIDWUSB 4
+.Os
+.Sh NAME
+.Nm hidwusb
+.Nd HiSilicon USB 3.0 glue logic
+.Sh SYNOPSIS
+.Cd "hidwusb* at fdt?"
+.Cd "xhci* at fdt?"
+.Sh DESCRIPTION
+The
+.Nm
+driver controls the interface logic for the Synopsys DesignWare USB
+3.0 controller on HiSilicon SoCs.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr xhci 4
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 6.4 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Mark Kettenis Aq Mt kettenis@openbsd.org .
diff --git a/share/man/man4/hireset.4 b/share/man/man4/hireset.4
new file mode 100644 (file)
index 0000000..6b51b9a
--- /dev/null
@@ -0,0 +1,42 @@
+.\"    $OpenBSD: hireset.4,v 1.1 2018/08/27 20:05:56 kettenis 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: August 27 2018 $
+.Dt HIRESET 4
+.Os
+.Sh NAME
+.Nm hireset
+.Nd HiSilicon reset controller
+.Sh SYNOPSIS
+.Cd "hireset* at fdt?"
+.Sh DESCRIPTION
+The
+.Nm
+driver controls the reset signals for integrated components of HiSilicon SoCs.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr hiclock 4
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 6.4 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Mark Kettenis Aq Mt kettenis@openbsd.org .