Index: lm-sensors/trunk/lib/chips.c
===================================================================
--- lm-sensors/trunk/lib/chips.c	(revision 4232)
+++ lm-sensors/trunk/lib/chips.c	(revision 4264)
@@ -1955,4 +1955,5 @@
 
 /* No support for Linux 2.4 yet (sysctl) */
+/* W83627DHG uses same structure excluding in9* */
 static sensors_chip_feature w83627ehf_features[] =
   {
@@ -6081,4 +6082,5 @@
  { SENSORS_W83L785TS_PREFIX, w83l785ts_features },
  { SENSORS_W83627EHF_PREFIX, w83627ehf_features },
+ { SENSORS_W83627DHG_PREFIX, w83627ehf_features }, /* Similar to W83627EHF but no in9 */
  { SENSORS_AS99127F_PREFIX, as99127f_features },
  { SENSORS_ASB100_PREFIX, asb100_features },
