Changeset 2198
- Timestamp:
- 01/02/04 20:08:49 (9 years ago)
- Location:
- lm-sensors/trunk/doc
- Files:
-
- 4 modified
-
FAQ (modified) (3 diffs)
-
lm_sensors-FAQ.html (modified) (6 diffs)
-
lm_sensors-FAQ.texi (modified) (4 diffs)
-
version.texi (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/doc/FAQ
r2114 r2198 116 116 4.31.4 Tyan 2688 117 117 4.32 Problems on particular systems 118 4.33 Problems on 2.6 kernels 118 119 119 120 5 How to Ask for Help … … 1211 1212 For IBM systems, see `README.thinkpad'. 1212 1213 1214 4.33 Problems on 2.6 kernels 1215 ============================ 1216 1217 Not all drivers have been ported to 2.6. If your favorite driver is 1218 not in 2.6, the reason is that nobody has ported it. Please don't 1219 bother asking us why it is not in 2.6. If you would like to port the 1220 driver, see the file Documentation/i2c/porting-clients in the 2.6 1221 kernel tree for help, then send us the ported driver when you are done. 1222 1213 1223 5 How to Ask for Help 1214 1224 ********************* … … 1467 1477 ******************************************** 1468 1478 1479 * Rev 2.10 (MDS) Various updates, 20040103 1480 1469 1481 * Rev 2.9 (CP) Converted to Gnu texinfo format, 20020910 1470 1482 -
lm-sensors/trunk/doc/lm_sensors-FAQ.html
r2114 r2198 1 1 <html lang="en"> 2 2 <head> 3 <title>Sensors FAQ for lm_sensors version 2. 9</title>3 <title>Sensors FAQ for lm_sensors version 2.10</title> 4 4 <meta http-equiv="Content-Type" content="text/html"> 5 <meta name=description content="Sensors FAQ for lm_sensors version 2. 9">5 <meta name=description content="Sensors FAQ for lm_sensors version 2.10"> 6 6 <meta name=generator content="makeinfo 4.2"> 7 7 <link href="http://www.gnu.org/software/texinfo/" rel=generator-home> 8 8 </head> 9 9 <body> 10 <h1>Sensors FAQ for lm_sensors version 2. 9</h1>10 <h1>Sensors FAQ for lm_sensors version 2.10</h1> 11 11 Copyright (c) 1998 - 2002<br> 12 12 <a href="mailto:frodol@dds.nl">Frodo Looijaard</a>,<br> … … 155 155 </ul> 156 156 <li><a href="#Section%204.32">4.32 Problems on particular systems</a> 157 <li><a href="#Section%204.33">4.33 Problems on 2.6 kernels</a> 157 158 </ul> 158 159 <li><a name="toc_Help"></a> … … 835 836 <li><a href="#Section%204.31">Section 4.31</a>: Problems on particular motherboards 836 837 <li><a href="#Section%204.32">Section 4.32</a>: Problems on particular systems 838 <li><a href="#Section%204.33">Section 4.33</a>: Problems on 2.6 kernels 837 839 </ul> 838 840 … … 1623 1625 <p><hr> 1624 1626 Node:<a name="Section%204.32">Section 4.32</a>, 1627 Next:<a rel=next accesskey=n href="#Section%204.33">Section 4.33</a>, 1625 1628 Previous:<a rel=previous accesskey=p href="#Section%204.31">Section 4.31</a>, 1626 1629 Up:<a rel=up accesskey=u href="#Problems">Problems</a> … … 1630 1633 1631 1634 <p>For IBM systems, see <code>README.thinkpad</code>. 1635 1636 <p><hr> 1637 Node:<a name="Section%204.33">Section 4.33</a>, 1638 Previous:<a rel=previous accesskey=p href="#Section%204.32">Section 4.32</a>, 1639 Up:<a rel=up accesskey=u href="#Problems">Problems</a> 1640 <br> 1641 1642 <h3>4.33 Problems on 2.6 kernels</h3> 1643 1644 <p>Not all drivers have been ported to 2.6. If your favorite driver is not 1645 in 2.6, the reason is that nobody has ported it. 1646 Please don't bother asking us why it is not in 2.6. 1647 If you would like to port the driver, see the file 1648 Documentation/i2c/porting-clients in the 2.6 kernel tree for help, 1649 then send us the ported driver when you are done. 1632 1650 1633 1651 <p><hr> … … 2052 2070 2053 2071 <ul> 2072 <li>Rev 2.10 (MDS) Various updates, 20040103 2054 2073 <li>Rev 2.9 (CP) Converted to Gnu texinfo format, 20020910 2055 2074 <li>Rev 2.8 (MDS) Minor updates 20020710, released with lm_sensors 2.6.4 -
lm-sensors/trunk/doc/lm_sensors-FAQ.texi
r2114 r2198 10 10 @center @titlefont{This is the FAQ for the @command{lm_sensors} program, @value{VERSION}} 11 11 @sp 3 12 @center Copyright (c) 1998 - 200 212 @center Copyright (c) 1998 - 2004 13 13 @sp 1 14 14 @center @email{frodol@@dds.nl, Frodo Looijaard}, … … 569 569 * Section 4.31:: Problems on particular motherboards 570 570 * Section 4.32:: Problems on particular systems 571 * Section 4.33:: Problems on 2.6 kernels 571 572 @end menu 572 573 … … 1206 1207 1207 1208 1208 @node Section 4.32, , Section 4.31, Problems1209 @node Section 4.32, Section 4.33, Section 4.31, Problems 1209 1210 @section Problems on particular systems 1210 1211 1211 1212 For IBM systems, see @file{README.thinkpad}. 1213 1214 1215 @node Section 4.33, , Section 4.32, Problems 1216 @section Problems on 2.6 kernels 1217 1218 Not all drivers have been ported to 2.6. If your favorite driver is not 1219 in 2.6, the reason is that nobody has ported it. 1220 Please don't bother asking us why it is not in 2.6. 1221 If you would like to port the driver, see the file 1222 Documentation/i2c/porting-clients in the 2.6 kernel tree for help, 1223 then send us the ported driver when you are done. 1212 1224 1213 1225 … … 1512 1524 1513 1525 @itemize 1526 @item Rev 2.10 (MDS) Various updates, 20040103 1514 1527 @item Rev 2.9 (CP) Converted to Gnu texinfo format, 20020910 1515 1528 @item Rev 2.8 (MDS) Minor updates 20020710, released with lm_sensors 2.6.4 -
lm-sensors/trunk/doc/version.texi
r1838 r2198 1 @set UPDATED 10 September 20022 @set UPDATED-MONTH September 20023 @set VERSION 2. 91 @set UPDATED 2 January 2004 2 @set UPDATED-MONTH January 2004 3 @set VERSION 2.10
