From 4396eec7961bcd1998463541e594c1b4b67a0ff9 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Wed, 18 May 2005 18:00:02 +0000 Subject: [PATCH] Detection for the National Semiconductor PC87427 Super-I/O chip. Unfortunately we don't know the logical device number(s) yet. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3002 7894878c-1315-0410-8ee3-d5d059ff63e0 --- prog/detect/sensors-detect | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect index 05d89bad..1fef0ca7 100755 --- a/prog/detect/sensors-detect +++ b/prog/detect/sensors-detect @@ -1702,6 +1702,13 @@ use subs qw(mtp008_detect lm78_detect lm78_isa_detect lm78_alias_detect driver => "not-a-sensor", devid => 0xee, }, + { + # This one actually has sensors but we don't know the logical + # device number(s) yet + name => "Nat. Semi. PCPC87427 Super IO", + driver => "not-a-sensor", + devid => 0xf2, + }, ], }, {