CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2009/02/16 10:24:21
Modified files: sys/arch/i386/i386: machdep.c sys/arch/amd64/amd64: identcpu.c Log message: Core i7 chips don't have MSR_TEMPERATURE_TARGET register, and blow up if attempts are made to read it. So read MSR_TEMPERATURE_TARGET only when ci_model == 0xe. Found when my Core i7 box blew up. FreeBSD allows a few more chips but this allows my box to boot. ok jsg@