2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

Identify the PC87371 and PC97371 Super-I/O chips. No sensors but

at least we won't wonder what these are if they cross our path.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2848 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2005-01-15 09:16:15 +00:00
parent 803e242209
commit 543e373b07

View File

@@ -1604,6 +1604,16 @@ use subs qw(mtp008_detect lm78_detect lm78_isa_detect lm78_alias_detect
devid => 0xf3,
logdev => 0x09,
},
{
name => "Nat. Semi. PC87371 Super IO",
driver => "not-a-sensor",
devid => 0xd0,
},
{
name => "Nat. Semi. PC97371 Super IO",
driver => "not-a-sensor",
devid => 0xdf,
},
{
name => "Nat. Semi. PC8739x Super IO",
driver => "not-a-sensor",