Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git] / share / man / man4 / lm.4
blob17ba425d8a8428bcc45595e1db13e3d7eea571d6
1 .\"     $NetBSD: lm.4,v 1.25 2008/04/30 13:10:54 martin Exp $
2 .\"
3 .\" Copyright (c) 2000 The NetBSD Foundation, Inc.
4 .\" All rights reserved.
5 .\"
6 .\" This code is derived from software contributed to The NetBSD Foundation
7 .\" by Bill Squier.
8 .\"
9 .\" Redistribution and use in source and binary forms, with or without
10 .\" modification, are permitted provided that the following conditions
11 .\" are met:
12 .\" 1. Redistributions of source code must retain the above copyright
13 .\"    notice, this list of conditions and the following disclaimer.
14 .\" 2. Redistributions in binary form must reproduce the above copyright
15 .\"    notice, this list of conditions and the following disclaimer in the
16 .\"    documentation and/or other materials provided with the distribution.
17 .\"
18 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
19 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
20 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21 .\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
22 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28 .\" POSSIBILITY OF SUCH DAMAGE.
29 .\"
30 .Dd October 13, 2008
31 .Dt LM 4
32 .Os
33 .Sh NAME
34 .Nm lm
35 .Nd National Semiconductor LM78, LM79 and compatible hardware monitors
36 .Sh SYNOPSIS
37 .Cd "lm0 at isa? port 0x280"
38 .Cd "lm1 at isa? port 0x290"
39 .Cd "lm2 at isa? port 0x310"
40 .Cd "lm3 at isa? port 0xa00"
41 .Cd "lm0 at pnpbios0 index ?"
42 .Cd "lm0 at iic? addr 0x2e"
43 .Sh DESCRIPTION
44 The
45 .Nm
46 driver provides support for the
47 .Tn National Semiconductor
48 LM series hardware monitors and register compatible chips to be used with
49 the
50 .Xr envsys 4
51 API.
52 .Pp
53 Most supported devices possess 11 sensors:
54 .Bl -column "Sensor" "Units" "Typical" -offset indent
55 .It Sy "Sensor" Ta Sy "Units" Ta Sy "Typical Use"
56 .It Li "IN0" Ta "uV DC" Ta "Core voltage"
57 .It Li "IN1" Ta "uV DC" Ta "unknown"
58 .It Li "IN2" Ta "uV DC" Ta "+3.3V"
59 .It Li "IN3" Ta "uV DC" Ta "+5V"
60 .It Li "IN4" Ta "uV DC" Ta "+12V"
61 .It Li "IN5" Ta "uV DC" Ta "-12V"
62 .It Li "IN6" Ta "uV DC" Ta "-5V"
63 .It Li "Temp" Ta "uK" Ta "Motherboard Temperature"
64 .It Li "Fan0" Ta "RPM" Ta "Fan"
65 .It Li "Fan1" Ta "RPM" Ta "Chassis Fan"
66 .It Li "Fan2" Ta "RPM" Ta "Fan"
67 .El
68 for some devices (most Winbond devices) sensor names and numbers will be
69 different.
70 .Pp
71 Due to hardware limitations, fresh sensor data is only available every
72 2 seconds.
73 .Sh HARDWARE
74 Chips supported by the
75 .Nm
76 driver include:
77 .Pp
78 .Bl -item -offset indent
79 .It
80 .Tn National Semiconductor
81 .Em LM78 ,
82 .Em LM78-J ,
83 .Em LM79
84 and
85 .Em LM81 .
86 .It
87 .Tn Winbond
88 .Em W83627HF ,
89 .Em W83627THF ,
90 .Em W83627EHF ,
91 .Em W83627DHG ,
92 .Em W83637HF ,
93 .Em W83697HF ,
94 .Em W83781D ,
95 .Em W83782D ,
96 .Em W83783S ,
97 .Em W83791D ,
98 .Em W83791SD
99 and
100 .Em W83792D .
102 .Tn ASUS
103 .Em AS99127F .
105 .Sh SEE ALSO
106 .Xr envsys 4 ,
107 .Xr envstat 8
108 .Sh HISTORY
111 device appeared in
112 .Nx 1.5 .
113 .Sh BUGS
114 Interrupt support is unimplemented.
116 There are currently no known pnpbios IDs assigned to LM chips.