Subject: CVS commit: src/sys/dev/isa
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 01/07/2007 01:39:24
Module Name:	src
Committed By:	xtraeme
Date:		Sun Jan  7 01:39:24 UTC 2007

Modified Files:
	src/sys/dev/isa: it.c itvar.h

Log Message:
* Remove unused sensors, anyway we are showing just the sensors of what
  the BIOS is reporting (and speedfan for windows).
* Simplify the code.
* Remove unused functions and unnecessary variables.
* Provide more rfact values for the voltage sensors (from OpenBSD).
* Remove the limit of 1.5 seconds for refreshing the sensors, it's
  unnecessary... we can read it every time we want.

Now I'm happy with the driver (code and envstat output):

[juan@nocturno][~]> envstat -r
   CPU Temp:     38.000 degC
System Temp:     36.000 degC
    VCORE_A:      1.664 V
      +3.3V:      3.312 V
        +5V:      4.919 V
       +12V:     12.480 V
       VBAT:      3.248 V
    CPU Fan:       3096 RPM
 System Fan:          0 RPM
[juan@nocturno][~]>


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/dev/isa/it.c
cvs rdiff -r1.2 -r1.3 src/sys/dev/isa/itvar.h

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