From owner-freebsd-stable@FreeBSD.ORG Sun Mar 22 08:22:17 2015 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44B3818B for ; Sun, 22 Mar 2015 08:22:17 +0000 (UTC) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8A97FDA for ; Sun, 22 Mar 2015 08:22:16 +0000 (UTC) Received: from th-04.cs.huji.ac.il ([132.65.80.125]) by kabab.cs.huji.ac.il with esmtp id 1YZb2l-000P18-Ob; Sun, 22 Mar 2015 10:15:35 +0200 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: dev.cpu.0.freq disapeared From: Daniel Braniss In-Reply-To: <20150322055323.GA48710@server.rulingia.com> Date: Sun, 22 Mar 2015 10:15:35 +0200 Message-Id: <77826117-EE4B-4268-9397-C7F9AA6FB8AD@cs.huji.ac.il> References: <20150322055323.GA48710@server.rulingia.com> To: Peter Jeremy X-Mailer: Apple Mail (2.2070.6) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: stable@freebsd.org, Dmitry Sivachenko X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Mar 2015 08:22:17 -0000 Hi Jeremy, I have a similar issue with an Sun Fire X2200: CPU: Dual-Core AMD Opteron(tm) Processor 2218 (2613.45-MHz K8-class CPU) Origin=3D"AuthenticAMD" Id=3D0x40f13 Family=3D0xf Model=3D0x41 = Stepping=3D3 = Features=3D0x178bfbff Features2=3D0x2001 AMD = Features=3D0xea500800 AMD Features2=3D0x1f SVM: NAsids=3D64 and setting debug.cpufreq.verbose=3D=E2=80=9C1" does not make a difference (ran diff with and without it) you can get it at: ftp://ftp.cs.huji.ac.il/users/danny/freebsd/dmesg.boot = cheers, danny > On Mar 22, 2015, at 7:53 AM, Peter Jeremy wrote: >=20 > On 2015-Mar-22 00:58:55 +0300, Dmitry Sivachenko = wrote: >> I have a machine with the following processor: >>=20 >> CPU: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz (2400.14-MHz = K8-class CPU) >> Origin=3D"GenuineIntel" Id=3D0x206c2 Family=3D0x6 Model=3D0x2c = Stepping=3D2 > ... >> After I upgraded to 10.1-STABLE #0 r279956, this sysctl disapeared. >> % sysctl dev.cpu.0.freq >> sysctl: unknown oid 'dev.cpu.0.freq': No such file or directory >> % >=20 > What OIDs do you have? Does dev.cpu.0 exist? How about dev.cpu? >=20 > Can you set 'debug. in /boot/loader.conf and post > (or make available) the dmesg from a verbose boot. >=20 > --=20 > Peter Jeremy