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

Minor ICH names update.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4249 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2006-12-02 19:56:27 +00:00
parent aea173b9cd
commit be87358ae0

View File

@@ -150,14 +150,14 @@ $revision =~ s/ \([^()]*\)//;
{
vendid => 0x8086,
devid => 0x27DA,
procid => "Intel ICH7",
procid => "Intel 82801G ICH7",
driver => "i2c-i801",
match => qr/^SMBus I801 adapter at [0-9a-f]{4}/,
} ,
{
vendid => 0x8086,
devid => 0x283E,
procid => "Intel ICH8",
procid => "Intel 82801H ICH8",
driver => "i2c-i801",
match => qr/^SMBus I801 adapter at [0-9a-f]{4}/,
},