[Bug 30038] Detect CPU speed by using sysctl "hw.clockrate" instead of "dev.cpu.0.freq"

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Mar 1 13:56:34 CST 2012


http://bugs.winehq.org/show_bug.cgi?id=30038

Gerald Pfeifer <gerald at pfeifer.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |austinenglish at gmail.com,
                   |                            |gerald at pfeifer.com

--- Comment #4 from Gerald Pfeifer <gerald at pfeifer.com> 2012-03-01 13:56:34 CST ---
Hmm, I see both sysctl variables on a system as old as FreeBSD 7
and as new as FreeBSD 10, across i386 and amd64:

  ref7-amd64:~> sysctl dev.cpu.0.freq
  dev.cpu.0.freq: 1861
  ref7-amd64:~> sysctl hw.clockrate
  hw.clockrate: 1861

  ref10-i386:~> sysctl dev.cpu.0.freq
  dev.cpu.0.freq: 1861
  ref10-i386:~> sysctl hw.clockrate
  hw.clockrate: 1861

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list