2
0
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:
Frodo Looijaard
2000-02-29 15:28:42 +00:00
parent 846845204d
commit 8be410c1fa

View File

@@ -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;