Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Add man page for smscmon(4)
details: https://anonhg.NetBSD.org/src/rev/ed260d7d81bd
branches: trunk
changeset: 752286:ed260d7d81bd
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Mon Feb 22 03:54:24 2010 +0000
description:
Add man page for smscmon(4)
diffstat:
distrib/sets/lists/man/mi | 5 ++-
share/man/man4/smscmon.4 | 71 +++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 75 insertions(+), 1 deletions(-)
diffs (108 lines):
diff -r f49cc51ab211 -r ed260d7d81bd distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Mon Feb 22 03:52:06 2010 +0000
+++ b/distrib/sets/lists/man/mi Mon Feb 22 03:54:24 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1193 2010/02/21 05:16:29 cnst Exp $
+# $NetBSD: mi,v 1.1194 2010/02/22 03:54:24 pgoyette Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -1432,6 +1432,7 @@
./usr/share/man/cat4/slip.0 man-sys-catman .cat
./usr/share/man/cat4/sm.0 man-sys-catman .cat
./usr/share/man/cat4/smsc.0 man-sys-catman .cat
+./usr/share/man/cat4/smscmon.0 man-sys-catman .cat
./usr/share/man/cat4/smsh.0 man-sys-catman .cat
./usr/share/man/cat4/sn.0 man-sys-catman .cat
./usr/share/man/cat4/sony.0 man-sys-catman .cat
@@ -4010,6 +4011,7 @@
./usr/share/man/html4/slip.html man-sys-htmlman html
./usr/share/man/html4/sm.html man-sys-htmlman html
./usr/share/man/html4/smsc.html man-sys-htmlman html
+./usr/share/man/html4/smscmon.html man-sys-htmlman html
./usr/share/man/html4/smsh.html man-sys-htmlman html
./usr/share/man/html4/sn.html man-sys-htmlman html
./usr/share/man/html4/sony.html man-sys-htmlman html
@@ -6500,6 +6502,7 @@
./usr/share/man/man4/slip.4 man-sys-man .man
./usr/share/man/man4/sm.4 man-sys-man .man
./usr/share/man/man4/smsc.4 man-sys-man .man
+./usr/share/man/man4/smscmon.4 man-sys-man .man
./usr/share/man/man4/smsh.4 man-sys-man .man
./usr/share/man/man4/sn.4 man-sys-man .man
./usr/share/man/man4/sony.4 man-sys-man .man
diff -r f49cc51ab211 -r ed260d7d81bd share/man/man4/smscmon.4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/smscmon.4 Mon Feb 22 03:54:24 2010 +0000
@@ -0,0 +1,71 @@
+.\" $NetBSD: smscmon.4,v 1.1 2010/02/22 03:54:24 pgoyette Exp $
+.\"
+.\" Copyright (c) 2009 Takahiro Hayashi
+.\" 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.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+.\" ``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 FOUNDATION OR CONTRIBUTORS
+.\" 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.
+.\"
+.Dd February 21, 2010
+.Dt SMSCMON 4
+.Os
+.Sh NAME
+.Nm smscmon
+.Nd Standard Microsystems Corporation LPC47M192 Super I/O
+.Sh SYNOPSIS
+.Cd "smscmon0 at iic? addr 0x2c"
+.Cd "smscmon0 at iic? addr 0x2d"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the hardware monitoring portion of the
+.Tn Standard Microsystems Corporation
+LPC47M192 and LPC47M997 Super I/O chips to be used with the
+.Xr envsys 4
+API.
+.Pp
+The chip supports 11 sensor inputs:
+.Bl -column "Sensor" "Units" "Typical" -offset indent
+.It Sy "Sensor" Ta Sy "Units" Ta Sy "Typical Use"
+.It Li "+2.5V" Ta "uV DC" Ta "2.5V Supply"
+.It Li "Vccp" Ta "uV DC" Ta "CPU Vcore"
+.It Li "+3.3V" Ta "uV DC" Ta "3.3V Supply"
+.It Li "+5V" Ta "uV DC" Ta "%5 Supply"
+.It Li "+12V" Ta "uV DC" Ta "12V Supply"
+.It Li "Vcc" Ta "uV DC" Ta "Chip's supply voltage"
+.It Li "+1.5V" Ta "uV DC" Ta "1.5V Supply"
+.It Li "+1.8V" Ta "uV DC" Ta "1.8V Supply"
+.It Li "Remote Temp1" Ta "uK" Ta "CPU temperature"
+.It Li "Ambient Temp" Ta "uK" Ta "Local chip temperature"
+.It Li "Remote Temp2" Ta "uK"
+.El
+.Sh SEE ALSO
+.Xr envsys 4 ,
+.Xr envstat 8
+.Sh HISTORY
+The
+.Nm
+device appeared in
+.Nx 6.0 .
+.Sh AUTHOR
+The
+.Nm
+driver was written by Takahiro Hayashi.
Home |
Main Index |
Thread Index |
Old Index