Bug 8897 - Documentation URLs for HPET are broken
Summary: Documentation URLs for HPET are broken
Status: CLOSED CODE_FIX
Alias: None
Product: Timers
Classification: Unclassified
Component: Interval Timers (show other bugs)
Hardware: All Linux
: P1 low
Assignee: Thomas Gleixner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-17 04:36 UTC by Sebastien Koechlin
Modified: 2007-10-23 12:52 UTC (History)
1 user (show)

See Also:
Kernel Version: 2.6.22.3
Subsystem:
Regression: ---
Bisected commit-id:


Attachments
Patch to update URLs (484 bytes, patch)
2007-08-17 04:46 UTC, Sebastien Koechlin
Details | Diff

Description Sebastien Koechlin 2007-08-17 04:36:44 UTC
In include/asm-i386/hpet.h:

     31 /*
     32  * Documentation on HPET can be found at:
     33  *      http://www.intel.com/ial/home/sp/pcmmspec.htm
     34  *      ftp://download.intel.com/ial/home/sp/mmts098.pdf
     35  */
 
 on line 33 and 34 URLs are broken.

New valid URLs are probably:
http://www.intel.com/technology/architecture/hpetspec.htm and http://www.intel.com/hardwaredesign/hpetspec_1.pdf
Comment 1 Sebastien Koechlin 2007-08-17 04:46:34 UTC
Created attachment 12421 [details]
Patch to update URLs
Comment 2 Thomas Gleixner 2007-09-10 03:14:45 UTC
I'm inclined to drop the URL completely and just refer to the intel web page. The half-life time of such URLs tends to be quite small.

Thanks for pointing it out.

    tglx
Comment 3 Adrian Bunk 2007-10-23 12:52:20 UTC
Fixed in Linus' tree (URLs removed).

Note You need to log in before you can comment on or make changes to this bug.