2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 14:25:39 +00:00

Stop calling for PIIX5 SMBus testers. It's been so long and we never

heard of any user, I'm not even sure if the hardware actually exists.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5989 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2011-07-22 07:38:03 +00:00
parent bf6aea95d6
commit b3a1ef71c4
2 changed files with 5 additions and 10 deletions

View File

@@ -60,7 +60,7 @@ $revision =~ s/ \([^()]*\)//;
vendid => 0x8086,
devid => 0x7603,
procid => "Intel 82372FB PIIX5 ACPI",
driver => "to-be-tested",
driver => "to-be-written",
}, {
vendid => 0x8086,
devid => 0x719b,
@@ -2970,16 +2970,8 @@ sub adapter_pci_detection
next unless exists $pci_list{$key};
$device = $pci_list{$key};
if ($try->{driver} eq "to-be-tested") {
print "\nWe are currently looking for testers for this adapter!\n".
"Please check http://www.lm-sensors.org/wiki/Devices\n".
"and/or contact us if you want to help.\n\n".
"Continue... ";
<STDIN>;
print "\n";
}
if ($try->{driver} =~ m/^to-be-/) {
if ($try->{driver} eq "to-be-written") {
printf "No known driver for device \%s: \%s\n",
pci_busid($device), $try->{procid};
} else {