Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src install new evbarm/rktsadc(4) manual.
details: https://anonhg.NetBSD.org/src/rev/7a7db3392a95
branches: trunk
changeset: 999497:7a7db3392a95
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Jun 06 05:32:29 2019 +0000
description:
install new evbarm/rktsadc(4) manual.
diffstat:
distrib/sets/lists/man/mi | 5 ++-
share/man/man4/man4.evbarm/Makefile | 5 +-
share/man/man4/man4.evbarm/rktsadc.4 | 66 ++++++++++++++++++++++++++++++++++++
3 files changed, 73 insertions(+), 3 deletions(-)
diffs (116 lines):
diff -r cf7b75de2da0 -r 7a7db3392a95 distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Wed Jun 05 20:32:28 2019 +0000
+++ b/distrib/sets/lists/man/mi Thu Jun 06 05:32:29 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1646 2019/06/01 21:42:02 kamil Exp $
+# $NetBSD: mi,v 1.1647 2019/06/06 05:32:29 mrg Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -1088,6 +1088,7 @@
./usr/share/man/cat4/evbarm/intro.0 man-sys-catman .cat
./usr/share/man/cat4/evbarm/iopaau.0 man-sys-catman .cat
./usr/share/man/cat4/evbarm/iopwdog.0 man-sys-catman .cat
+./usr/share/man/cat4/evbarm/rktsadc.0 man-sys-catman .cat
./usr/share/man/cat4/evbmips/aupci.0 man-sys-catman .cat
./usr/share/man/cat4/evbmips/intro.0 man-sys-catman .cat
./usr/share/man/cat4/evbppc/cpc.0 man-sys-catman .cat
@@ -4254,6 +4255,7 @@
./usr/share/man/html4/evbarm/intro.html man-sys-htmlman html
./usr/share/man/html4/evbarm/iopaau.html man-sys-htmlman html
./usr/share/man/html4/evbarm/iopwdog.html man-sys-htmlman html
+./usr/share/man/html4/evbarm/rktsadc.html man-sys-htmlman html
./usr/share/man/html4/evbmips/aupci.html man-sys-htmlman html
./usr/share/man/html4/evbmips/intro.html man-sys-htmlman html
./usr/share/man/html4/evbppc/cpc.html man-sys-htmlman html
@@ -7192,6 +7194,7 @@
./usr/share/man/man4/evbarm/intro.4 man-sys-man .man
./usr/share/man/man4/evbarm/iopaau.4 man-sys-man .man
./usr/share/man/man4/evbarm/iopwdog.4 man-sys-man .man
+./usr/share/man/man4/evbarm/rktsadc.4 man-sys-man .man
./usr/share/man/man4/evbmips/aupci.4 man-sys-man .man
./usr/share/man/man4/evbmips/intro.4 man-sys-man .man
./usr/share/man/man4/evbppc/cpc.4 man-sys-man .man
diff -r cf7b75de2da0 -r 7a7db3392a95 share/man/man4/man4.evbarm/Makefile
--- a/share/man/man4/man4.evbarm/Makefile Wed Jun 05 20:32:28 2019 +0000
+++ b/share/man/man4/man4.evbarm/Makefile Thu Jun 06 05:32:29 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2019/04/22 21:58:57 maya Exp $
+# $NetBSD: Makefile,v 1.9 2019/06/06 05:32:29 mrg Exp $
-MAN= awge.4 bcmgpio.4 cpsw.4 epgpio.4 gxio.4 intro.4 iopaau.4 iopwdog.4
+MAN= awge.4 bcmgpio.4 cpsw.4 epgpio.4 gxio.4 intro.4 iopaau.4 iopwdog.4 \
+ rktsadc.4
MANSUBDIR=/evbarm
diff -r cf7b75de2da0 -r 7a7db3392a95 share/man/man4/man4.evbarm/rktsadc.4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/man4.evbarm/rktsadc.4 Thu Jun 06 05:32:29 2019 +0000
@@ -0,0 +1,66 @@
+.\" $NetBSD: rktsadc.4,v 1.1 2019/06/06 05:32:29 mrg Exp $
+.\"
+.\" Copyright (c) 2019 Matthew R. Green
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\" notice, this list of conditions and the following disclaimer in the
+.\" documentation and/or other materials provided with the distribution.
+.\" 3. The name of the author may not be used to endorse or promote products
+.\" derived from this software without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
+.\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd June 4, 2019
+.Dt RKTSADC 4
+.Os
+.Sh NAME
+.Nm rktsadc
+.Nd RockChip Thermal Sensor ADC
+.Sh SYNOPSIS
+.Cd "rktsadc* at fdt?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the RockChip thermal sensors.
+There may be one or two sensors attached to any chipset, typically
+attached to the CPU (always) and the GPU.
+.Pp
+The following RockChip CPUs are supported by the driver:
+.Pp
+.Bl -bullet -compact -offset abc
+.It
+RK3329, RK3399.
+.El
+.Sh SEE ALSO
+.Xr envsys 4 ,
+.Xr intro 4 ,
+.Xr fdt 4 ,
+.Xr envstat 8
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Nx 9.0 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Matthew R. Green Aq Mt mrg%eterna.com.au@localhost .
Home |
Main Index |
Thread Index |
Old Index