From: Sepherosa Ziehau Date: Sun, 16 Feb 2014 08:57:24 +0000 (+0800) Subject: coretemp: Add to i386 and x86_64 GENERIC X-Git-Tag: v3.9.0~538 X-Git-Url: https://gitweb.dragonflybsd.org/~tuxillo/dragonfly.git/commitdiff_plain/595231ce821b7605f2b6a5307d8e985950e7cce7 coretemp: Add to i386 and x86_64 GENERIC It works after recent fixes to acpica. --- diff --git a/sys/config/GENERIC b/sys/config/GENERIC index db0cb4db6b..8f0d21e2e9 100644 --- a/sys/config/GENERIC +++ b/sys/config/GENERIC @@ -206,6 +206,8 @@ device it3 at isa? port 0x228 device wbsio0 at isa? port 0x2e device wbsio1 at isa? port 0x4e device lm#3 at wbsio? +# Intel Core and newer CPUs on-die digital thermal sensor support +device coretemp # PCCARD (PCMCIA) support device pccard diff --git a/sys/config/X86_64_GENERIC b/sys/config/X86_64_GENERIC index 4f68f28c12..79a63a9f17 100644 --- a/sys/config/X86_64_GENERIC +++ b/sys/config/X86_64_GENERIC @@ -186,6 +186,8 @@ device it3 at isa? port 0x228 device wbsio0 at isa? port 0x2e device wbsio1 at isa? port 0x4e device lm#3 at wbsio? +# Intel Core and newer CPUs on-die digital thermal sensor support +device coretemp # PCCARD (PCMCIA) support device pccard