Date: Mon, 9 Mar 2009 20:44:55 +0100 From: Kurt Jaeger <lists@c0mplx.org> To: freebsd-current@FreeBSD.org Subject: Re: ktemp(8) on Phenom II Message-ID: <20090309194455.GA27326@home.opsec.eu> In-Reply-To: <20090310020627.4482190d.nork@FreeBSD.org> References: <20090301181631.d2e3c89e.nork@FreeBSD.org> <554FEBB3-CB69-4502-9728-C4735B29F784@FreeBSD.org> <20090301234328.9aa4237c.nork@FreeBSD.org> <69C4F850-1DCC-4E15-84E7-1B0E7C656CE6@FreeBSD.org> <20090302003904.12d683c1.nork@FreeBSD.org> <87F4F8E8-CB5A-476D-A57B-A3EBF44272EF@FreeBSD.org> <20090310020627.4482190d.nork@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi! Norikatsu Shigemura <nork@FreeBSD.org> wrote: > 1. Add support 10th generation CPU. I confirmed on Phenom II. > And maybe 11th is same. Sorry, my Puma note became hardware > trouble. So I don't confirm on it. I have an quad-core CPU, see below. Your patch works, but only displays values for the first two CPUs. ---------- CPU: AMD Phenom(tm) II X4 810 Processor (2608.81-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0x100f42 Stepping = 2 Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT> Features2=0x802009<SSE3,MON,CX16,<b23>> AMD Features=0xee500800<SYSCALL,NX,MMX+,FFXSR,Page1GB,RDTSCP,LM,3DNow!+,3DNow!> AMD Features2=0x37ff<LAHF,CMP,SVM,ExtAPIC,CR8,<b5>,<b6>,<b7>,Prefetch,<b9>,<b10>,<b12>,<b13>> TSC: P-state invariant Cores per package: 4 ---------- #define DEVICEID_AMD_PHENOMII 0x1203 [...] dev.cpu.0.cx_lowest: C1 dev.cpu.0.cx_usage: 100.00% dev.cpu.0.temperature: 49.0C dev.cpu.1.%desc: ACPI CPU dev.cpu.1.%driver: cpu [...] dev.cpu.1.cx_usage: 100.00% dev.cpu.1.temperature: 49.0C dev.cpu.2.%desc: ACPI CPU dev.cpu.2.%driver: cpu [...] dev.cpu.2.cx_lowest: C1 dev.cpu.2.cx_usage: 100.00% dev.cpu.3.%desc: ACPI CPU dev.cpu.3.%driver: cpu Any ideas ? -- pi@opsec.eu +49 171 3101372 11 years to go !
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090309194455.GA27326>