Bug 11258

Summary: mismatch comment/source about hectohertz
Product: xorg Reporter: Tormod Volden <bugzi11.fdo.tormod>
Component: Driver/avivoAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED WONTFIX QA Contact:
Severity: minor    
Priority: medium Keywords: janitor
Version: git   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Tormod Volden 2007-06-13 13:07:43 UTC
The code multiplies by 10, which would be decihertz. Hecto is 100.

avivotool/avivotool.c
1564         /* As far as I can tell, these are in hecto Hertz (i.e. e2).
1565          * Yes, this is weird. */
1566         tmp = BIOS16(offset + 4);
1567         printf("Maximum frequency: %dHz\n", tmp * 10);
Comment 1 Tormod Volden 2007-06-19 14:17:07 UTC
On top of it, I wrote it wrong myself. D'oh. I guess I meant "decahertz".
Comment 2 Matt Turner 2010-12-02 13:44:46 UTC
This is filed against avivo, which is dead. Closing as such.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.