Index: /lm-sensors/branches/lm-sensors-3.0.0/CHANGES
===================================================================
--- /lm-sensors/branches/lm-sensors-3.0.0/CHANGES	(revision 5603)
+++ /lm-sensors/branches/lm-sensors-3.0.0/CHANGES	(revision 5604)
@@ -15,4 +15,5 @@
   sensors.conf.8: Lots of additions and reworks
   sensors.conf.default: New, minimum version of sensors.conf.eg
+                        Add sections for the SMSC SCH311x and SCH5027
   sensors.conf.eg: The LM99 offset is now handled in the lm90 driver
                    Move help section to sensors.conf.5
Index: /lm-sensors/branches/lm-sensors-3.0.0/etc/sensors.conf.default
===================================================================
--- /lm-sensors/branches/lm-sensors-3.0.0/etc/sensors.conf.default	(revision 5603)
+++ /lm-sensors/branches/lm-sensors-3.0.0/etc/sensors.conf.default	(revision 5604)
@@ -293,4 +293,47 @@
 
 
+chip "sch311x-*"
+
+    label in1 "Vcore"
+    label in2 "+3.3V"
+    label in3 "+5V"
+    label in4 "+12V"
+    label in5 "3VSB"
+    label in6 "Vbat"
+
+    label temp2 "SIO Temp"
+
+    set in2_min  3.3 * 0.90
+    set in2_max  3.3 * 1.10
+    set in3_min  5.0 * 0.90
+    set in3_max  5.0 * 1.10
+    set in4_min 12.0 * 0.90
+    set in4_max 12.0 * 1.10
+    set in5_min  3.3 * 0.90
+    set in5_max  3.3 * 1.10
+    set in6_min  3.0 * 0.90
+    set in6_max  3.0 * 1.10
+
+
+chip "sch5027-*"
+
+    label in0 "5VSB"
+    label in1 "Vcore"
+    label in2 "+3.3V"
+    label in5 "3VSB"
+    label in6 "Vbat"
+
+    label temp2 "SIO Temp"
+
+    set in0_min  5.0 * 0.90
+    set in0_max  5.0 * 1.10
+    set in2_min  3.3 * 0.90
+    set in2_max  3.3 * 1.10
+    set in5_min  3.3 * 0.90
+    set in5_max  3.3 * 1.10
+    set in6_min  3.0 * 0.90
+    set in6_max  3.0 * 1.10
+
+
 chip "f71882fg-*"
 
