diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-05-20 20:29:39 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-05-20 20:29:39 +0000 |
commit | dd292d506df2fa78190a8da7447db098174ff255 (patch) | |
tree | cf1fd2b6778281c7d2e2bba7aecbccf5ac5e986c /share/man | |
parent | 05ca42d3031fa8522cfa9d7e97837b19431ac1bb (diff) |
it(4) man page.
Work by Julien Bordet <zejames@greyhats.org>.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/it.4 | 80 |
2 files changed, 82 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 64e3274f896..88f50b86d9d 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.238 2003/04/25 21:53:20 grange Exp $ +# $OpenBSD: Makefile,v 1.239 2003/05/20 20:29:38 grange Exp $ MAN= aac.4 ac97.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 \ ami.4 amdpm.4 amphy.4 an.4 aria.4 ast.4 atalk.4 atapiscsi.4 \ @@ -13,7 +13,7 @@ MAN= aac.4 ac97.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 \ hilkbd.4 hilid.4 hilms.4 hme.4 hsq.4 icmp.4 \ icsphy.4 idp.4 iha.4 ifmedia.4 \ inet.4 inphy.4 iop.4 iopsp.4 ioprbs.4 iophy.4 ip.4 ipcomp.4 ipsec.4 \ - isa.4 isapnp.4 ises.4 iso.4 isp.4 \ + isa.4 isapnp.4 ises.4 iso.4 isp.4 it.4 \ ksyms.4 kue.4 \ lc.4 lge.4 lkm.4 lm.4 lmc.4 lo.4 lofn.4 lpt.4 lxtphy.4 \ maestro.4 midi.4 mii.4 mpu.4 mtdphy.4 mtio.4 \ diff --git a/share/man/man4/it.4 b/share/man/man4/it.4 new file mode 100644 index 00000000000..600b84e9ab1 --- /dev/null +++ b/share/man/man4/it.4 @@ -0,0 +1,80 @@ +.\" $OpenBSD: it.4,v 1.1 2003/05/20 20:29:38 grange Exp $ +.\" +.\" Copyright (c) 2003 Julien Bordet <zejames@greygats.org> +.\" 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 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. +.\" +.Dd May 16, 2003 +.Dt IT 4 +.Os +.Sh NAME +.Nm it +.Nd ITE IT8705F, IT8712F and SiS SiS950 hardware monitors +.Sh SYNOPSIS +.Cd "it0 at isa? port 0x290" +.Sh DESCRIPTION +The +.Nm +driver provides support for the +.Tn IT8705F, IT8712F and SiS950 hardware monitors to be used with the +.Xr sysctl 3 +interface. +.Pp +Most supported devices possess 15 sensors: +.Bl -column "Sensor" "Units" "Typical" -offset indent +.It Sy "Sensor" Ta Sy "Units" Ta Sy "Typical Use" +.It Li "Fan0" Ta "RPM" Ta "CPU Fan" +.It Li "Fan1" Ta "RPM" Ta "Fan" +.It Li "Fan2" Ta "RPM" Ta "Fan" +.It Li "IN0" Ta "uV DC" Ta "Core voltage" +.It Li "IN1" Ta "uV DC" Ta "Core voltage" +.It Li "IN2" Ta "uV DC" Ta "+3.3V" +.It Li "IN3" Ta "uV DC" Ta "+5V" +.It Li "IN4" Ta "uV DC" Ta "+12V" +.It Li "IN5" Ta "uV DC" Ta "Unknown" +.It Li "IN6" Ta "uV DC" Ta "-12V" +.It Li "IN7" Ta "uV DC" Ta "-5V" +.It Li "IN8" Ta "uV DC" Ta "VBAT" +.It Li "Temp" Ta "uK" Ta "Motherboard Temperature" +.It Li "Temp" Ta "uK" Ta "Motherboard Temperature" +.It Li "Temp" Ta "uK" Ta "CPU Temperature" +.El +.Pp +For some devices sensors names and numbers will be +different. +.Pp +Due to hardware limitations, fresh sensor data is only available every +1.5 seconds. +.Sh SEE ALSO +.Xr sysctl 8 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 3.4 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Julien Bordet <zejames@greyhats.org> . +.Sh BUGS +Interrupt support is unimplemented. |