68b99d9a21b0ea4a1dbe89f4e2f36b0d36c1a4a5
[dragonfly.git] / share / man / man4 / it.4
1 .\" $OpenBSD: it.4,v 1.8 2006/09/08 15:09:14 jmc Exp $
2 .\" $DragonFly: src/share/man/man4/it.4,v 1.1 2007/10/02 13:37:38 hasso Exp $
3 .\"
4 .\" Copyright (c) 2003 Julien Bordet <zejames@greygats.org>
5 .\" All rights reserved.
6 .\"
7 .\" Redistribution and use in source and binary forms, with or without
8 .\" modification, are permitted provided that the following conditions
9 .\" are met:
10 .\" 1. Redistributions of source code must retain the above copyright
11 .\"    notice, this list of conditions and the following disclaimer.
12 .\" 2. Redistributions in binary form must reproduce the above copyright
13 .\"    notice, this list of conditions and the following disclaimer in the
14 .\"    documentation and/or other materials provided with the distribution.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
17 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
19 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26 .\"
27 .Dd 13 September 2007
28 .Dt IT 4
29 .Os
30 .Sh NAME
31 .Nm it
32 .Nd ITE IT8705F/12F/16F and SiS SiS950 Super I/O Hardware Monitor
33 .Sh SYNOPSIS
34 .Cd "device isa"
35 .Cd "device it"
36 .Pp
37 In
38 .Pa /boot/device.hints :
39 .Cd hint.it.0.at="isa"
40 .Cd hint.it.0.port="0x290"
41 .Cd hint.it.1.at="isa"
42 .Cd hint.it.1.port="0xc00"
43 .Cd hint.it.2.at="isa"
44 .Cd hint.it.2.port="0xd00"
45 .Sh DESCRIPTION
46 The
47 .Nm
48 driver provides support for the
49 .Tn IT8705F , IT8712F , IT8716F
50 and
51 .Tn SiS950
52 hardware monitors.
53 The values are exposed through the
54 .Va HW_SENSORS
55 .Xr sysctl 3
56 interface.
57 .Pp
58 Most supported devices possess 15 sensors:
59 .Bl -column "Sensor" "Units" "Typical" -offset indent
60 .It Sy "Sensor" Ta Sy "Units" Ta Sy "Typical Use"
61 .It Li "Fan0" Ta "RPM" Ta "CPU Fan"
62 .It Li "Fan1" Ta "RPM" Ta "Fan"
63 .It Li "Fan2" Ta "RPM" Ta "Fan"
64 .It Li "IN0" Ta "uV DC" Ta "Core voltage"
65 .It Li "IN1" Ta "uV DC" Ta "Core voltage"
66 .It Li "IN2" Ta "uV DC" Ta "+3.3V"
67 .It Li "IN3" Ta "uV DC" Ta "+5V"
68 .It Li "IN4" Ta "uV DC" Ta "+12V"
69 .It Li "IN5" Ta "uV DC" Ta "Unknown"
70 .It Li "IN6" Ta "uV DC" Ta "-12V"
71 .It Li "IN7" Ta "uV DC" Ta "-5V"
72 .It Li "IN8" Ta "uV DC" Ta "VBAT"
73 .It Li "Temp" Ta "uK" Ta "Motherboard Temperature"
74 .It Li "Temp" Ta "uK" Ta "Motherboard Temperature"
75 .It Li "Temp" Ta "uK" Ta "CPU Temperature"
76 .El
77 .Pp
78 For some devices, sensors' names and numbers will be different.
79 .Sh SEE ALSO
80 .Xr systat 1 ,
81 .Xr sysctl 3 ,
82 .Xr sensorsd 8 ,
83 .Xr sysctl 8
84 .Sh HISTORY
85 The
86 .Nm
87 driver first appeared in
88 .Ox 3.4 .
89 .Fx
90 support was added in
91 .Fx 7.XXX .
92 .Sh AUTHORS
93 .An -nosplit
94 The
95 .Nm
96 driver was written by
97 .An Julien Bordet Aq zejames@greyhats.org .
98 It was ported to
99 .Fx
100 by
101 .An Constantine A. Murenin Aq cnst@FreeBSD.org
102 as a part of a Google Summer of Code 2007 project.
103 .Sh BUGS
104 Interrupt support is unimplemented.