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

Raise superio confidence value from 8 to 9.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2021 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2003-10-22 18:42:44 +00:00
parent aa42ce8ce7
commit 75b6d048e7

View File

@@ -2306,7 +2306,7 @@ sub scan_superio
next;
}
printf " found at address 0x%04x\n", $addr;
my $new_hash = { conf => 8,
my $new_hash = { conf => 9,
isa_addr => $addr,
chipname => $$chip{name}
};