2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-05 08:45:26 +00:00

sensors-detect: Add Intel ICH8 detection.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4104 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2006-08-23 14:41:42 +00:00
parent 9211675e5e
commit b963378e7f
2 changed files with 9 additions and 0 deletions

View File

@@ -157,6 +157,14 @@ $revision =~ s/\$\w+: (.*?) \$/$1/g;
driver => "i2c-i801",
match => qr/^SMBus I801 adapter at [0-9a-f]{4}/,
} ,
{
vendid => 0x8086,
devid => 0x283E,
func => 3,
procid => "Intel ICH8",
driver => "i2c-i801",
match => qr/^SMBus I801 adapter at [0-9a-f]{4}/,
},
{
vendid => 0x1106,
devid => 0x3040,