Enable "options INTEL_CORETEMP".
This commit is contained in:
parent
e3b08fdabe
commit
1d390936f8
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.169 2007/10/28 18:39:38 dsl Exp $
|
||||
# $NetBSD: GENERIC,v 1.170 2007/10/29 00:47:16 xtraeme Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.169 $"
|
||||
#ident "GENERIC-$Revision: 1.170 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -400,6 +400,9 @@ nfsmbc* at pci? dev ? function ?
|
||||
nfsmb* at nfsmbc?
|
||||
iic* at nfsmb?
|
||||
|
||||
# Intel Core's on-die Thermal sensor
|
||||
options INTEL_CORETEMP
|
||||
|
||||
# Intel ICH SMBus controller
|
||||
ichsmb* at pci? dev ? function ?
|
||||
iic* at ichsmb?
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ALL,v 1.129 2007/10/26 22:21:20 xtraeme Exp $
|
||||
# $NetBSD: ALL,v 1.130 2007/10/29 00:47:16 xtraeme Exp $
|
||||
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
|
||||
#
|
||||
# ALL machine description file
|
||||
@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "ALL-$Revision: 1.129 $"
|
||||
#ident "ALL-$Revision: 1.130 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -621,6 +621,9 @@ lpt2 at isa? port 0x3bc
|
||||
amdpm* at pci? dev ? function ? # RNG and SMBus 1.0 interface
|
||||
iic* at amdpm? # sensors below are on this bus
|
||||
|
||||
# Intel Core's on-die Thermal sensor
|
||||
options INTEL_CORETEMP
|
||||
|
||||
# Intel ICH SMBus controller
|
||||
ichsmb* at pci? dev ? function ?
|
||||
iic* at ichsmb?
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.854 2007/10/26 22:20:43 xtraeme Exp $
|
||||
# $NetBSD: GENERIC,v 1.855 2007/10/29 00:47:17 xtraeme Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.854 $"
|
||||
#ident "GENERIC-$Revision: 1.855 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -56,7 +56,7 @@ options POWERNOW_K8
|
||||
#options VIA_PADLOCK
|
||||
|
||||
# Intel(R) On Demand Clock Modulation (aka ODCM)
|
||||
# options INTEL_ONDEMAND_CLOCKMOD
|
||||
#options INTEL_ONDEMAND_CLOCKMOD
|
||||
|
||||
options MTRR # memory-type range register syscall support
|
||||
# doesn't work with MP just yet..
|
||||
@ -614,6 +614,9 @@ lpt2 at isa? port 0x3bc
|
||||
amdpm* at pci? dev ? function ? # RNG and SMBus 1.0 interface
|
||||
#iic* at amdpm? # sensors below are on this bus
|
||||
|
||||
# Intel Core's on-die Thermal sensor
|
||||
options INTEL_CORETEMP
|
||||
|
||||
# Intel ICH SMBus controller
|
||||
ichsmb* at pci? dev ? function ?
|
||||
iic* at ichsmb?
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC_LAPTOP,v 1.248 2007/10/26 22:42:43 xtraeme Exp $
|
||||
# $NetBSD: GENERIC_LAPTOP,v 1.249 2007/10/29 00:47:17 xtraeme Exp $
|
||||
# From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
|
||||
#
|
||||
# GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
|
||||
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.248 $"
|
||||
#ident "GENERIC-$Revision: 1.249 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -504,6 +504,9 @@ lpt2 at isa? port 0x3bc
|
||||
|
||||
# Hardware monitors
|
||||
|
||||
# Intel Core's on-die Thermal sensor
|
||||
options INTEL_CORETEMP
|
||||
|
||||
# Intel PIIX4 power management controllers
|
||||
piixpm* at pci? dev ? function ? # PIIX4 compatible PM controller
|
||||
iic* at piixpm? # SMBus on PIIX4
|
||||
|
Loading…
Reference in New Issue
Block a user