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

sensors-detect: Add NatSemi/Winbond PC87427 detection. The chip is quite

complex and may require a custom detection function.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4075 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2006-07-28 12:20:25 +00:00
parent 9530bd113c
commit b040372834
2 changed files with 10 additions and 4 deletions

View File

@@ -1855,11 +1855,16 @@ $chip_kern26_w83791d = {
devid => 0xee,
},
{
# This one actually has sensors but we don't know the logical
# device number(s) yet
name => "Nat. Semi. PC87427 Super IO",
driver => "not-a-sensor",
name => "Nat. Semi. PC87427 Super IO Fan Sensors",
driver => "to-be-written",
devid => 0xf2,
logdev => 0x08,
},
{
name => "Nat. Semi. PC87427 Super IO Health Sensors",
driver => "to-be-written",
devid => 0xf2,
logdev => 0x14,
},
],
},