summaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2018-05-23 22:34:32 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2018-05-23 22:34:32 +0000
commit785af5bcf622d3c97bf48670b5d1f9beafdfa402 (patch)
tree2af3ad0b9db09901c67853c57391977f9c33f0bc /share/man/man4
parentf28b40233037e8df77ad9f55741434431273d67d (diff)
ccpmic(4)
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/ccpmic.451
2 files changed, 53 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 6986f7e4066..64243301e0e 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.680 2018/05/20 19:48:18 kettenis Exp $
+# $OpenBSD: Makefile,v 1.681 2018/05/23 22:34:31 kettenis Exp $
MAN= aac.4 ac97.4 acphy.4 acrtc.4 \
acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \
@@ -17,7 +17,7 @@ MAN= aac.4 ac97.4 acphy.4 acrtc.4 \
bce.4 bcmaux.4 bcmdog.4 bcmrng.4 bcmtemp.4 berkwdt.4 bge.4 \
bgw.4 bio.4 bktr.4 bmtphy.4 bnx.4 \
boca.4 bpf.4 brgphy.4 bridge.4 brswphy.4 bwfm.4 bwi.4 bytgpio.4 \
- cac.4 cas.4 cardbus.4 carp.4 ccp.4 cd.4 cdce.4 cfxga.4 \
+ cac.4 cas.4 cardbus.4 carp.4 ccp.4 ccpmic.4 cd.4 cdce.4 cfxga.4 \
ch.4 chvgpio.4 ciphy.4 ciss.4 clcs.4 clct.4 cmpci.4 \
com.4 cue.4 cy.4 cz.4 \
dc.4 dcphy.4 ddb.4 de.4 diskmap.4 divert.4 dpt.4 drm.4 dwctwo.4 \
diff --git a/share/man/man4/ccpmic.4 b/share/man/man4/ccpmic.4
new file mode 100644
index 00000000000..d81a833ef98
--- /dev/null
+++ b/share/man/man4/ccpmic.4
@@ -0,0 +1,51 @@
+.\" $OpenBSD: ccpmic.4,v 1.1 2018/05/23 22:34:31 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: May 23 2018 $
+.Dt CCPMIC 4
+.Os
+.Sh NAME
+.Nm ccpmic
+.Nd Intel Crystal Cove Power Management IC
+.Sh SYNOPSIS
+.Cd "ccpmic* at iic?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the
+.Dq Intel
+Crystal Cove Power Management ICs.
+These devices have temperature and voltage sensors and provide power
+management functionality.
+Sensor values are made available to
+.Xr acpi 4
+to support Thermal Zones.
+.Sh SEE ALSO
+.Xr acpi 4 ,
+.Xr acpitz 4 ,
+.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 Mt kettenis@openbsd.org .