From 7397fcbf24e476fb8b9df48b1fda3a0629d8fb5d Mon Sep 17 00:00:00 2001 From: "Mark D. Studebaker" Date: Sun, 14 Nov 1999 17:29:50 +0000 Subject: [PATCH] (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 --- prog/detect/sensors-detect | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect index 5d161817..9f696d82 100755 --- a/prog/detect/sensors-detect +++ b/prog/detect/sensors-detect @@ -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