Subject: CVS commit: [netbsd-4] src/sys/dev/isa
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 01/09/2007 14:38:56
Module Name:	src
Committed By:	tron
Date:		Tue Jan  9 14:38:56 UTC 2007

Modified Files:
	src/sys/dev/isa [netbsd-4]: it.c itvar.h

Log Message:
Pull up following revision(s) (requested by xtraeme in ticket #340):
	sys/dev/isa/itvar.h: revision 1.3
	sys/dev/isa/it.c: revision 1.7
* 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.6.2.1 src/sys/dev/isa/it.c
cvs rdiff -r1.2 -r1.2.14.1 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.