Bug 11258 - mismatch comment/source about hectohertz
Summary: mismatch comment/source about hectohertz
Status: RESOLVED WONTFIX
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/avivo (show other bugs)
Version: git
Hardware: Other All
: medium minor
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords: janitor
Depends on:
Blocks:
 
Reported: 2007-06-13 13:07 UTC by Tormod Volden
Modified: 2010-12-02 13:44 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.