summaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2018-06-02 12:30:38 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2018-06-02 12:30:38 +0000
commit9916eb9d66bb8aab66fcf67b325cc1cccdf6352e (patch)
tree2a3d829ce19f3259ff35bfafa0648ad183e03164 /share/man/man4
parenta561709f9e264d44335adb3cb3e0db5cc54ab9cb (diff)
fanpwr(4)
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/fanpwr.443
2 files changed, 45 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index a17e4f36899..f8c7f93e2a2 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.682 2018/05/28 00:21:05 dlg Exp $
+# $OpenBSD: Makefile,v 1.683 2018/06/02 12:30:37 kettenis Exp $
MAN= aac.4 ac97.4 acphy.4 acrtc.4 \
acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \
@@ -25,7 +25,7 @@ MAN= aac.4 ac97.4 acphy.4 acrtc.4 \
eap.4 ec.4 eephy.4 ef.4 eg.4 ehci.4 eisa.4 el.4 em.4 emc.4 gcu.4 \
emu.4 enc.4 endrun.4 envy.4 eoip.4 ep.4 epic.4 esa.4 \
eso.4 ess.4 et.4 etherip.4 etphy.4 ex.4 exphy.4 exrtc.4 \
- fd.4 fdc.4 fec.4 fins.4 fintek.4 fms.4 fuse.4 fxp.4 gdt.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 \
diff --git a/share/man/man4/fanpwr.4 b/share/man/man4/fanpwr.4
new file mode 100644
index 00000000000..83ab0b3c086
--- /dev/null
+++ b/share/man/man4/fanpwr.4
@@ -0,0 +1,43 @@
+.\" $OpenBSD: fanpwr.4,v 1.1 2018/06/02 12:30:37 kettenis Exp $
+.\"
+.\" Copyright (c) 2018 Jonathan Gray <jsg@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: June 2 2018 $
+.Dt FANPWR 4
+.Os
+.Sh NAME
+.Nm fanpwr
+.Nd Fairchild FAN53555 voltage regulator
+.Sh SYNOPSIS
+.Cd "fanpwr* at iic?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Fairchild FAN53555 and Silergy
+SYR827/828 voltage regulators.
+.Sh SEE ALSO
+.Xr iic 4 ,
+.Xr intro 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 .