Subject: ASUS A7V880 and lm(4)
To: None <port-i386@netbsd.org>
From: Juan RP <juan@xtrarom.org>
List: port-i386
Date: 10/07/2005 07:27:45
Hi, 

I just want to inform you that the ITE8712F Super I/O chipset built in
this motherboard works just fine with the lm(4) driver, the problem
is that it won't work without rebuilding a kernel.

To make it work you'll have to rebuild a kernel with:

lm0 at isa? port 0xc00

After the booting the new kernel, you'll see something like this:

lm0 at isa0 port 0xc00-0xc07: ITE8712F

And envstat(8) can be used to see the values:

[juan@Bjork][~]> envstat -r
   CPU:      1.664 V
   AGP:      4.080 V
 +3.3V:      3.216 V
   +5V:      4.939 V
  +12V:     11.795 V
  -12V:      4.014 V
 +2.5V:      4.080 V
 +5VSB:      6.845 V
  VBAT:      3.248 V
Temp 1:     48.000 degC
Temp 2:     37.000 degC
Temp 3:    255.000 degC
 Fan 1:       4299 RPM
 Fan 2:          0 RPM
 Fan 3:          0 RPM
[juan@Bjork][~]>

Cheers.