Module Name: src Committed By: mrg Date: Thu Jun 6 05:32:29 UTC 2019
Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4/man4.evbarm: Makefile Added Files: src/share/man/man4/man4.evbarm: rktsadc.4 Log Message: install new evbarm/rktsadc(4) manual. To generate a diff of this commit: cvs rdiff -u -r1.1646 -r1.1647 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.8 -r1.9 src/share/man/man4/man4.evbarm/Makefile cvs rdiff -u -r0 -r1.1 src/share/man/man4/man4.evbarm/rktsadc.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/sets/lists/man/mi diff -u src/distrib/sets/lists/man/mi:1.1646 src/distrib/sets/lists/man/mi:1.1647 --- src/distrib/sets/lists/man/mi:1.1646 Sat Jun 1 21:42:02 2019 +++ src/distrib/sets/lists/man/mi Thu Jun 6 05:32:29 2019 @@ -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 Index: src/share/man/man4/man4.evbarm/Makefile diff -u src/share/man/man4/man4.evbarm/Makefile:1.8 src/share/man/man4/man4.evbarm/Makefile:1.9 --- src/share/man/man4/man4.evbarm/Makefile:1.8 Mon Apr 22 21:58:57 2019 +++ src/share/man/man4/man4.evbarm/Makefile Thu Jun 6 05:32:29 2019 @@ -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 Added files: Index: src/share/man/man4/man4.evbarm/rktsadc.4 diff -u /dev/null src/share/man/man4/man4.evbarm/rktsadc.4:1.1 --- /dev/null Thu Jun 6 05:32:29 2019 +++ src/share/man/man4/man4.evbarm/rktsadc.4 Thu Jun 6 05:32:29 2019 @@ -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 m...@eterna.com.au .