mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-01 06:45:24 +00:00
fix broken via686a sensors detection
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1263 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -778,7 +778,7 @@ use subs qw(mtp008_detect lm78_detect lm78_isa_detect lm78_alias_detect
|
||||
isa_detect => sub { sis5595_isa_detect @_ },
|
||||
},
|
||||
{
|
||||
name => "VIA Technologies VT 82C686 Integrated Sensors",
|
||||
name => "VIA Technologies VT82C686 Integrated Sensors",
|
||||
driver => "via686a",
|
||||
isa_addrs => [ 0 ],
|
||||
isa_detect => sub { via686a_isa_detect @_ },
|
||||
@@ -2149,7 +2149,7 @@ sub via686a_isa_detect
|
||||
my ($adapter,$try,$local_try);
|
||||
my $found = 0;
|
||||
foreach $local_try (@pci_adapters) {
|
||||
if ($local_try->{procid} eq "VIA Technologies VT 82C686 Apollo ACPI") {
|
||||
if ($local_try->{procid} eq "VIA Technologies VT82C686 Apollo ACPI") {
|
||||
$try = $local_try;
|
||||
$found = 1;
|
||||
last;
|
||||
|
Reference in New Issue
Block a user