mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-30 05:48:07 +00:00
(mds) add detection for AMD-756 Athlon chip. No I'm not writing the driver.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@629 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
parent
6b697a2b1c
commit
7397fcbf24
@ -119,6 +119,13 @@ use vars qw(@pci_adapters @chip_ids @undetectable_adapters);
|
||||
driver => "i2c-hydra",
|
||||
match => sub { $_[0] =~ /^Hydra i2c/ },
|
||||
},
|
||||
{
|
||||
vendid => 0x1022,
|
||||
devid => 0x740b,
|
||||
func => 3,
|
||||
procid => "AMD-756 Athlon ACPI",
|
||||
# driver to be written
|
||||
},
|
||||
);
|
||||
|
||||
use subs qw(lm78_detect lm78_isa_detect lm78_alias_detect lm75_detect
|
||||
|
Loading…
x
Reference in New Issue
Block a user