2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

Detect the SMSC LPC47M584-NC Super-I/O chip. We don't know

anything about that chip right now, it may or may not have hardware
monitoring functionalities.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3279 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2006-03-31 14:08:51 +00:00
parent 4798dea54f
commit bd529fa386

View File

@@ -1780,6 +1780,11 @@ use subs qw(mtp008_detect lm78_detect lm78_isa_detect lm78_alias_detect
devid => 0x81,
logdev => 0x08,
},
{
name => "SMSC LPC47M584-NC Super IO",
# No datasheet
devid => 0x76,
},
],
},
{
@@ -2815,6 +2820,10 @@ sub scan_superio
}
print " Success...";
# does it have hardware monitoring capabilities
if (!exists $chip->{driver}) {
print " (no information available)\n";
next;
}
if($chip->{driver} eq "not-a-sensor") {
print " (no hardware monitoring capabilities)\n";
next;