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

Add detection of the Intel 82845G (i2c-i810 driver).

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3207 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2005-12-09 19:44:49 +00:00
parent 939e19d1fb
commit 9ada552b65

View File

@@ -468,6 +468,14 @@ $revision =~ s/\$\w+: (.*?) \$/$1/g;
driver => "i2c-i810",
match => qr/^I810/,
} ,
{
vendid => 0x8086,
devid => 0x2562,
func => 0,
procid => "Intel 82845G GMCH",
driver => "i2c-i810",
match => qr/^I810/,
},
{
vendid => 0x12d2,
devid => 0x0018,