mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 06:15:15 +00:00
Fixed SIS5595 detection
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@739 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -1655,7 +1655,7 @@ sub sis5595_isa_detect
|
||||
my ($adapter,$try,$local_try);
|
||||
my $found = 0;
|
||||
foreach $local_try (@pci_adapters) {
|
||||
if ($local_try->{procid} eq "Silicon Integrated Systems 85C503") {
|
||||
if ($local_try->{procid} eq "Silicon Integrated Systems SIS5595") {
|
||||
$try = $local_try;
|
||||
$found = 1;
|
||||
last;
|
||||
|
Reference in New Issue
Block a user