Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Add and enable options VIA_C7TEMP



details:   https://anonhg.NetBSD.org/src/rev/d549ba7e1960
branches:  trunk
changeset: 747805:d549ba7e1960
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri Oct 02 18:50:49 2009 +0000

description:
Add and enable options VIA_C7TEMP

diffstat:

 sys/arch/i386/conf/ALL     |  7 +++++--
 sys/arch/i386/conf/GENERIC |  7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diffs (56 lines):

diff -r e7301707b264 -r d549ba7e1960 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Fri Oct 02 18:50:12 2009 +0000
+++ b/sys/arch/i386/conf/ALL    Fri Oct 02 18:50:49 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.217 2009/10/02 16:47:52 jmcneill Exp $
+# $NetBSD: ALL,v 1.218 2009/10/02 18:50:49 jmcneill Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.217 $"
+#ident                 "ALL-$Revision: 1.218 $"
 
 maxusers       32              # estimated number of users
 
@@ -638,6 +638,9 @@
 # Intel Core's on-die Thermal sensor
 options        INTEL_CORETEMP
 
+# VIA C7 Temperature sensor
+options        VIA_C7TEMP
+
 # Intel ICH SMBus controller
 ichsmb*        at pci? dev ? function ?
 iic*   at ichsmb?
diff -r e7301707b264 -r d549ba7e1960 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Fri Oct 02 18:50:12 2009 +0000
+++ b/sys/arch/i386/conf/GENERIC        Fri Oct 02 18:50:49 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.948 2009/10/02 16:47:52 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.949 2009/10/02 18:50:49 jmcneill Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.948 $"
+#ident                 "GENERIC-$Revision: 1.949 $"
 
 maxusers       64              # estimated number of users
 
@@ -622,6 +622,9 @@
 # Intel Core's on-die Thermal sensor
 options        INTEL_CORETEMP
 
+# VIA C7 Temperature sensor
+options        VIA_C7TEMP
+
 # Intel ICH SMBus controller
 ichsmb*        at pci? dev ? function ?
 iic*   at ichsmb?



Home | Main Index | Thread Index | Old Index