From 3c602aa03a521a608589b7553b33d79813dcd2cb Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Sat, 1 Sep 2007 08:23:21 +0000 Subject: [PATCH] Remove broken ATI SB700 SMBus PCI ID. The SB700 SMBus actually uses the same PCI device ID as the SB600 SMBus. git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4740 7894878c-1315-0410-8ee3-d5d059ff63e0 --- prog/detect/sensors-detect | 7 ------- 1 file changed, 7 deletions(-) diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect index 5bb672ac..c0c85963 100755 --- a/prog/detect/sensors-detect +++ b/prog/detect/sensors-detect @@ -650,13 +650,6 @@ $revision =~ s/ \([^()]*\)//; driver => "i2c-piix4", match => qr/^SMBus PIIX4 adapter at /, } , - { - vendid => 0x1002, - devid => 0x4395, - procid => "ATI Technologies Inc SB700 SMBus", - driver => "i2c-piix4", - match => qr/^SMBus PIIX4 adapter at /, - }, { vendid => 0x100B, devid => 0x0500,