diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-01-14 17:00:37 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-01-14 17:00:37 +0000 |
commit | f66c8ecc37d9ad46a144e6a8b6edf8214d93b570 (patch) | |
tree | fbb24680b987c0fe301527a2514f0a0cf2a901ce /share/man | |
parent | 1b0b53db2f77e1cdc4b5db5c0969e07a29f2f71c (diff) |
amltemp(4)
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/amltemp.4 | 48 |
2 files changed, 50 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 100397dede7..3ac574a6fce 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.749 2020/01/11 00:56:37 jsg Exp $ +# $OpenBSD: Makefile,v 1.750 2020/01/14 17:00:36 kettenis Exp $ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ @@ -12,7 +12,7 @@ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ ahc.4 ahci.4 ahd.4 aibs.4 aic.4 \ akbd.4 alipm.4 amas.4 amdgpio.4 amdiic.4 amdpm.4 ami.4 \ amlclock.4 amldwusb.4 amliic.4 amlmmc.4 amlpciephy.4 amlpinctrl.4 \ - amlpwm.4 amlreset.4 amlrng.4 amluart.4 amlusbphy.4 \ + amlpwm.4 amlreset.4 amlrng.4 amltemp.4 amluart.4 amlusbphy.4 \ amphy.4 ams.4 an.4 andl.4 aplgpio.4 aps.4 arc.4 arcofi.4 \ asbtm.4 asmc.4 ast.4 atapiscsi.4 atphy.4 ath.4 athn.4 atu.4 atw.4 \ auacer.4 audio.4 aue.4 auglx.4 auich.4 auixp.4 autri.4 auvia.4 \ diff --git a/share/man/man4/amltemp.4 b/share/man/man4/amltemp.4 new file mode 100644 index 00000000000..696fdda9ba6 --- /dev/null +++ b/share/man/man4/amltemp.4 @@ -0,0 +1,48 @@ +.\" $OpenBSD: amltemp.4,v 1.1 2020/01/14 17:00:36 kettenis Exp $ +.\" +.\" Copyright (c) 2020 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: January 14 2020 $ +.Dt AMLTEMP 4 +.Os +.Sh NAME +.Nm amltemp +.Nd Amlogic temperature sensor +.Sh SYNOPSIS +.Cd "amltemp* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the temperature sensor found on various +Amlogic 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.7 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Mt kettenis@openbsd.org . |