mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-03 15:55:15 +00:00
Add Intel ICH10 (bus) detection.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5229 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -23,6 +23,7 @@ SVN-HEAD
|
|||||||
Add SMSC SCH5127 detection
|
Add SMSC SCH5127 detection
|
||||||
Add National Semiconductor LM64 detection
|
Add National Semiconductor LM64 detection
|
||||||
Add Asus F8000 detection
|
Add Asus F8000 detection
|
||||||
|
Add Intel ICH10 (bus) detection
|
||||||
|
|
||||||
3.0.1 (2008-01-28)
|
3.0.1 (2008-01-28)
|
||||||
documentation: Update the application writing guidelines
|
documentation: Update the application writing guidelines
|
||||||
|
@@ -173,6 +173,20 @@ $revision =~ s/ \([^()]*\)//;
|
|||||||
driver => "i2c-i801",
|
driver => "i2c-i801",
|
||||||
match => qr/^SMBus I801 adapter at [0-9a-f]{4}/,
|
match => qr/^SMBus I801 adapter at [0-9a-f]{4}/,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
vendid => 0x8086,
|
||||||
|
devid => 0x3A30,
|
||||||
|
procid => "Intel ICH10",
|
||||||
|
driver => "i2c-i801",
|
||||||
|
match => qr/^SMBus I801 adapter at [0-9a-f]{4}/,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
vendid => 0x8086,
|
||||||
|
devid => 0x3A60,
|
||||||
|
procid => "Intel ICH10",
|
||||||
|
driver => "i2c-i801",
|
||||||
|
match => qr/^SMBus I801 adapter at [0-9a-f]{4}/,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
vendid => 0x1106,
|
vendid => 0x1106,
|
||||||
devid => 0x3040,
|
devid => 0x3040,
|
||||||
|
Reference in New Issue
Block a user