Module Name: src Committed By: jmcneill Date: Fri Oct 2 18:50:49 UTC 2009
Modified Files: src/sys/arch/i386/conf: ALL GENERIC Log Message: Add and enable options VIA_C7TEMP To generate a diff of this commit: cvs rdiff -u -r1.217 -r1.218 src/sys/arch/i386/conf/ALL cvs rdiff -u -r1.948 -r1.949 src/sys/arch/i386/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/i386/conf/ALL diff -u src/sys/arch/i386/conf/ALL:1.217 src/sys/arch/i386/conf/ALL:1.218 --- src/sys/arch/i386/conf/ALL:1.217 Fri Oct 2 16:47:52 2009 +++ src/sys/arch/i386/conf/ALL Fri Oct 2 18:50:49 2009 @@ -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? Index: src/sys/arch/i386/conf/GENERIC diff -u src/sys/arch/i386/conf/GENERIC:1.948 src/sys/arch/i386/conf/GENERIC:1.949 --- src/sys/arch/i386/conf/GENERIC:1.948 Fri Oct 2 16:47:52 2009 +++ src/sys/arch/i386/conf/GENERIC Fri Oct 2 18:50:49 2009 @@ -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?