Module Name:    src
Committed By:   pgoyette
Date:           Mon Feb  8 21:42:41 UTC 2010

Modified Files:
        src/share/man/man4: lm.4

Log Message:
Document flags option for selecting temp sensor type


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/share/man/man4/lm.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/lm.4
diff -u src/share/man/man4/lm.4:1.26 src/share/man/man4/lm.4:1.27
--- src/share/man/man4/lm.4:1.26	Mon Oct 13 12:22:06 2008
+++ src/share/man/man4/lm.4	Mon Feb  8 21:42:41 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: lm.4,v 1.26 2008/10/13 12:22:06 pgoyette Exp $
+.\"	$NetBSD: lm.4,v 1.27 2010/02/08 21:42:41 pgoyette Exp $
 .\"
 .\" Copyright (c) 2000 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,19 +27,19 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd October 13, 2008
+.Dd February 8, 2010
 .Dt LM 4
 .Os
 .Sh NAME
 .Nm lm
 .Nd National Semiconductor LM78, LM79 and compatible hardware monitors
 .Sh SYNOPSIS
-.Cd "lm0 at isa? port 0x280"
-.Cd "lm1 at isa? port 0x290"
-.Cd "lm2 at isa? port 0x310"
-.Cd "lm3 at isa? port 0xa00"
-.Cd "lm0 at pnpbios0 index ?"
-.Cd "lm0 at iic? addr 0x2e"
+.Cd "lm0 at isa? port 0x280 flags 0x00"
+.Cd "lm1 at isa? port 0x290 flags 0x00"
+.Cd "lm2 at isa? port 0x310 flags 0x00"
+.Cd "lm3 at isa? port 0xa00 flags 0x00"
+.Cd "lm0 at pnpbios0 index ? flags 0x00"
+.Cd "lm0 at iic? addr 0x2e flags 0x00"
 .Sh DESCRIPTION
 The
 .Nm
@@ -85,7 +85,7 @@
 .Em LM81 .
 .It
 .Tn Winbond
-.Em W83627HF ,
+.Em W83627HF* ,
 .Em W83627THF ,
 .Em W83627EHF ,
 .Em W83627DHG ,
@@ -102,6 +102,16 @@
 .Tn ASUS
 .Em AS99127F .
 .El
+For certain Winbond chips (identified with a * above), the 
+.Em flags
+configuration option can be specified to select the type of temperature
+sensor:
+.Bl -column "flags" "Sensor Type" -offset indent
+.It Sy "flags" Ta Sy "Sensor Type"
+.It Li "1" Ta "Pentium-II diode"
+.It Li "2" Ta "2N3904 Bipolar"
+.It Li "4" Ta "Thermistor diode"
+.El
 .Sh SEE ALSO
 .Xr envsys 4 ,
 .Xr envstat 8

Reply via email to