Changeset 4170

Show
Ignore:
Timestamp:
09/24/06 11:12:42 (2 years ago)
Author:
ruik
Message:

Fix the links to status/supported pages.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/README

    r4127 r4170  
    115115 
    116116The list above may be out of date; 
    117 see our New Drivers page at http://www.lm-sensors.org/wiki/NewDriver
     117see our Devices page at http://www.lm-sensors.org/wiki/Device
    118118for the latest information on supported devices. 
    119119You may also refer to doc/chips/SUMMARY for details on what each chip 
  • lm-sensors/trunk/doc/FAQ

    r4064 r4170  
    374374 
    375375   * Sorted by Manufacturer: 
    376      `http://www.lm-sensors.org/wiki/SupportedDevices' 
     376     `http://www.lm-sensors.org/wiki/Devices' 
    377377 
    378378   * Sorted by Sensor Driver:  `doc/chips/SUMMARY' 
    379  
    380    * Newest Driver Status: 
    381      `http://www.lm-sensors.org/wiki/NewDrivers' 
    382379 
    3833803.2.4 Anybody working on a driver for chip XYZ? 
    384381----------------------------------------------- 
    385382 
    386 Newest Driver Status: `http://www.lm-sensors.org/wiki/NewDrivers' 
     383Newest Driver Status: `http://www.lm-sensors.org/wiki/Devices' 
    387384 
    3883853.3 Which modules should I insert? 
     
    10991096 
    11001097   When you know what chips you have, check the Newest Driver Status 
    1101 (http://www.lm-sensors.org/wiki/NewDrivers) web page to see if support 
    1102 has been added for your chip in a later release or in CVS
     1098(http://www.lm-sensors.org/wiki/Devices) web page to see if support 
     1099has been added for your chip in a later release or in SVN
    11031100 
    110411014.25 Sensors says `Error: Line xxx: zzzzzzz' 
  • lm-sensors/trunk/doc/developers/new_drivers

    r4064 r4170  
    135135  Make sure to check the current status for your driver first: 
    136136  http://www.lm-sensors.org/wiki/Kernel2.6 
    137   http://www.lm-sensors.org/wiki/NewDriver
     137  http://www.lm-sensors.org/wiki/Device
    138138 
    139139--------------------------------------------------------------------- 
  • lm-sensors/trunk/doc/lm_sensors-FAQ.html

    r4064 r4170  
    607607     <ul> 
    608608<li>Sorted by Manufacturer:   <samp><span class="file">README</span></samp> 
    609 <li>Sorted by Manufacturer:   <a href="http://www.lm-sensors.org/wiki/SupportedDevices">http://www.lm-sensors.org/wiki/SupportedDevices</a> 
     609<li>Sorted by Manufacturer:   <a href="http://www.lm-sensors.org/wiki/Devices">http://www.lm-sensors.org/wiki/Devices</a> 
    610610<li>Sorted by Sensor Driver:  <samp><span class="file">doc/chips/SUMMARY</span></samp> 
    611 <li>Newest Driver Status:     <a href="http://www.lm-sensors.org/wiki/NewDrivers">http://www.lm-sensors.org/wiki/NewDrivers</a> 
    612611</ul> 
    613612 
     
    616615<h4 class="subsection">3.2.4 Anybody working on a driver for chip XYZ?</h4> 
    617616 
    618 <p>Newest Driver Status: <a href="http://www.lm-sensors.org/wiki/NewDrivers">http://www.lm-sensors.org/wiki/NewDrivers</a> 
     617<p>Newest Driver Status: <a href="http://www.lm-sensors.org/wiki/Devices">http://www.lm-sensors.org/wiki/Devices</a> 
    619618 
    620619<div class="node"> 
     
    16531652 
    16541653   <p>When you know what chips you have, check the 
    1655 <a href="http://www.lm-sensors.org/wiki/NewDrivers">Newest Driver Status</a> web page to 
    1656 see if support has been added for your chip in a later release or in CVS
     1654<a href="http://www.lm-sensors.org/wiki/Devices">Driver Status</a> web page to 
     1655see if support has been added for your chip in a later release or in SVN
    16571656 
    16581657<div class="node"> 
  • lm-sensors/trunk/doc/lm_sensors-FAQ.texi

    r4064 r4170  
    336336@itemize 
    337337@item Sorted by Manufacturer:   @file{README} 
    338 @item Sorted by Manufacturer:   @uref{http://www.lm-sensors.org/wiki/SupportedDevices} 
     338@item Sorted by Manufacturer:   @uref{http://www.lm-sensors.org/wiki/Devices} 
    339339@item Sorted by Sensor Driver:  @file{doc/chips/SUMMARY} 
    340 @item Newest Driver Status:     @uref{http://www.lm-sensors.org/wiki/NewDrivers} 
    341340@end itemize 
    342341 
     
    345344@subsection Anybody working on a driver for chip XYZ? 
    346345 
    347 Newest Driver Status: @uref{http://www.lm-sensors.org/wiki/NewDrivers} 
     346Newest Driver Status: @uref{http://www.lm-sensors.org/wiki/Devices} 
    348347 
    349348 
     
    11321131 
    11331132When you know what chips you have, check the 
    1134 @uref{http://www.lm-sensors.org/wiki/NewDrivers, Newest Driver Status} web page to 
    1135 see if support has been added for your chip in a later release or in CVS
     1133@uref{http://www.lm-sensors.org/wiki/Devices, Driver Status} web page to 
     1134see if support has been added for your chip in a later release or in SVN
    11361135 
    11371136 
  • lm-sensors/trunk/prog/detect/sensors-detect

    r4169 r4170  
    22592259        if ($try->{driver} eq "to-be-tested") { 
    22602260          print "\nWe are currently looking for testers for this adapter!\n". 
    2261                 "Please see http://www.lm-sensors.org/wiki/NewDrivers\n". 
     2261                "Please check the http://www.lm-sensors.org/wiki/Devices\n". 
    22622262                "and/or contact us if you want to help.\n\n"; 
    22632263          print "Continue... "; 
     
    51785178       if((($? >> 8) == 0) && ! $modulefound) { 
    51795179         $modprobes .= "# Warning: the required module $chip->{driver} is not currently installed\n". 
    5180                        "# on your system. For status of 2.6 kernel ports see\n". 
    5181                        "# http://www.lm-sensors.org/wiki/SupportedDevices and\n". 
    5182                        "# http://www.lm-sensors.org/wiki/NewDrivers. If driver is built\n". 
     5180                       "# on your system. For status of 2.6 kernel ports check the\n". 
     5181                       "# http://www.lm-sensors.org/wiki/Devices If driver is built\n". 
    51835182                       "# into the kernel, or unavailable, comment out the following line.\n"; 
    51845183       } 
     
    53715370          "doc/lm_sensors-FAQ.html or http://www.lm-sensors.org/wiki/FAQ\n", 
    53725371          "(FAQ #4.24.3) for further information.\n", 
    5373           "If you find out what chips are on your board, see\n", 
    5374           "http://www.lm-sensors.org/wiki/NewDrivers for driver status.\n"; 
     5372          "If you find out what chips are on your board, check\n", 
     5373          "the http://www.lm-sensors.org/wiki/Devices for driver status.\n"; 
    53755374    exit; 
    53765375  }