Hard185 / open-hardware-monitor

Automatically exported from code.google.com/p/open-hardware-monitor
0 stars 0 forks source link

Unsupported address (0x1100) returned from address register for F71889F #543

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The application doesn't report any motherboard sensors nor CPU fan speeds on 
this particular motherboard I'm working with.

I'm using the v0.6.0 of the software on 'Windows Embedded Standard 32-bit SP1'

The code that performs the check for the address:
"if (address < 0x100 || (address & 0xF007) != 0)..." will reject 0x1100 as a 
valid address. The sensor reading seems valid if I force it to pass that check

I've attached the report from the original code and the modified version, as 
well as a snapshot of the sensor readings from speccy to compare the results 

Original issue reported on code.google.com by wengd0...@gmail.com on 21 Nov 2013 at 10:59

Attachments: