diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-03-31 16:39:32 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-03-31 16:39:32 +0000 |
commit | bbfb464cce68b6ce7ba5f4432c65e5e6c5ecb4db (patch) | |
tree | 5cdebd4327f15b6e8551ed48ec8a08bd7b31fbd4 /share | |
parent | d8b1b7c0b0bda0e2b0b5e9df77d93f09094ee09e (diff) |
mvtemp(4)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/mvtemp.4 | 48 |
2 files changed, 50 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 2578c546ec4..fca7af4cfca 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.671 2018/03/31 10:12:57 kettenis Exp $ +# $OpenBSD: Makefile,v 1.672 2018/03/31 16:39:31 kettenis Exp $ MAN= aac.4 ac97.4 acphy.4 acrtc.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ @@ -42,7 +42,7 @@ MAN= aac.4 ac97.4 acphy.4 acrtc.4 \ mii.4 mfi.4 \ mfii.4 mlphy.4 mobileip.4 moscom.4 mos.4 mpe.4 mpath.4 mpi.4 mpii.4 \ mpu.4 msk.4 mpw.4 msts.4 mtd.4 mtdphy.4 multicast.4 mtio.4 \ - mvclock.4 mvgpio.4 mvicu.4 mvpinctrl.4 mvrtc.4 myx.4 \ + mvclock.4 mvgpio.4 mvicu.4 mvpinctrl.4 mvrtc.4 mvtemp.4 myx.4 \ ne.4 neo.4 nep.4 netintro.4 nfe.4 nge.4 nmea.4 \ nsclpcsio.4 nsgphy.4 nsphy.4 nsphyter.4 null.4 nviic.4 nvme.4 nvt.4 \ oce.4 ohci.4 options.4 onewire.4 oosiop.4 osiop.4 otus.4 \ diff --git a/share/man/man4/mvtemp.4 b/share/man/man4/mvtemp.4 new file mode 100644 index 00000000000..0aaf3dbf7ec --- /dev/null +++ b/share/man/man4/mvtemp.4 @@ -0,0 +1,48 @@ +.\" $OpenBSD: mvtemp.4,v 1.1 2018/03/31 16:39: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: March 31 2018 $ +.Dt MVTEMP 4 +.Os +.Sh NAME +.Nm mvtemp +.Nd Marvell Armada temperature sensor +.Sh SYNOPSIS +.Cd "mvtemp* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the temperature sensor found on the +Marvel Armada 7K and 8K Socs. +.Pp +Sensor values are made available through the +.Xr sysctl 8 +interface. +.Sh SEE ALSO +.Xr intro 4 , +.Xr sensorsd 8 , +.Xr sysctl 8 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.4 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Mt kettenis@openbsd.org . |