root/lm-sensors/trunk/CHANGES @ 1808

Revision 1808, 29.8 KB (checked in by mds, 10 years ago)

updates

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1lm_sensors CHANGES file
2-----------------------
3This is a list of the most important changes in 2.x versions. It is by
4no means complete, listing only the most significant changes.
5The ultimate way to know what has changed is to run diff, or even neater,
6ask CVS about it:
7
8  * Checkout the archive (see doc/cvs for how you can do this)
9  * Determine which tags are valid, by running this command from the
10    project root directory:
11      cvs status -v -l Makefile
12    Valid tags are usually of the form V2-1-0 for version 2.1.0
13  * Ask cvs for the difference between two versions:
14      cvs diff -r TAG1 -r TAG2 DIFF-OPTIONS
15    for example:
16      cvs diff -r V2-0-0 -r V2-0-1 -u
17
18-----------------------------------------------------------------------------
19
202.8.0 (2003????)
21  NOTE: Requires i2c-2.8.0 or newer.
22  Dropped all kernel 2.2 and 2.3 compatibility; 2.4.9 or later required
23  File i2c-dev.h: Include userspace portion removed from i2c-dev.h in
24                  i2c package
25  File doc/chips/fscscy: Add watchdog documentation
26  File sensors.conf.eg: Fix vt1211/vt8231 thermistor calculations
27  Library: Add support for exponents and logarithms for vt1211/vt8235 temps;
28           add adm1026, lm85, w83791d support;
29           Advance version to 2.0.0
30  Makefiles: Generate warnings if new library won't be found by ld.so;
31             Modules now install in kernel/drivers/i2c/[busses,chips];
32             Ensure that headers in /usr/local/include are used first;
33             Don't use /usr/include headers for modules;
34             Handle multiple UTS_RELEASE definitions in linux/version.h;
35             Automatically generate kernel/include/sensors.h;
36             Remove old gzipped modules; remove old misc directory if empty;
37             Remove pre-2.4 installation method;
38             -Wall now the default
39  Modules (all): Cleanups including
40                - Add #include <i2c-proc.h>
41                - C99 initializers
42                - Remove #ifdef MODULE
43                - Remove #ifndef THIS_MODULE
44                - Remove #ifndef MODULE_LICENSE
45                - Remove #include "sensors.h", copy SYSCTL defs to module
46                - Remove argument in i2c_register_entry()
47                - Remove dummy xxx_command() definition
48                - Remove EXPORT_NO_SYMBOLS
49                - Remove init_MUTEX #define
50                - Remove xxx_inc_use() and xxx_dec_use() functions
51                - Use module_init() and module_exit()
52                - Update to new i2c_driver struct definition
53  Modules (bus PCI): Convert to PCI-module-style initialization
54  Modules (several): Add support for AMD Opteron VRM (VID) encoding
55  Module adm1021: Set alarm on failed reads and report old value;
56                  merge changes from kernel 2.5.54
57  Module adm1026: New
58  Module bmcsensors: Fix compile when DEBUG=1
59  Modules ddcmon, eeprom: Use i2c block reads if possible;
60                          better error handling
61  Module ds1307: Add to Makefile
62  Module gl520sm: Fix temperature over/hyst writes
63  Module lm75: merge changes from kernel 2.5.54
64  Module lm85: New
65  Module i2c-ali1535: Check for invalid transaction
66  Module i2c-ali15x3: Check for invalid transaction
67  Module i2c-amd756: merge changes from kernel 2.5.54;
68                     check for invalid transaction
69  Module i2c-amd8111: merge changes from kernel 2.5.54
70  Module i2c-i801: Add support for 82801EB (ICH5)
71  Module i2c-i810: Fix for some chips
72  Module i2c-nforce2: New
73  Module i2c-piix4: Check for invalid transaction
74  Module i2c-sis5595: Check for invalid transaction; add more blacklist IDs
75  Module i2c-sis645: Add support for SiS651, SiS961, SiS745, SiS746
76  Module i2c-viapro: Check for invalid transaction
77  Modules mtp008, smsc47m1, vt1211, vt8231, w83781d: Standardize and improve
78          pwm and pwm enable support; update docs
79  Module smbus-arp: Check adapter for HW or SW PEC support;
80                    add reset option
81  Module w83781d: Add support for w83791d
82  Module w83627hf: New
83  Program decode-dimms.pl: Recognize DDR and Rambus
84  Program eeprom: Fix writes for small eeproms
85  Program eeprom, eepromer: Use local i2c-dev.h for build
86  Program fancontrol: New
87  Program lm_sensors.init: Call sensors -s in start()
88  Program mkpatch: Fix vt8231 compile; keep tsunami from menu on non-alpha;
89                   Add adm1026,lm85 support;
90                   Remove sensors.c file; add sensors_compat.h;
91                   Remove patches to i2c-core.c and drivers/char/mem.c
92  Program p4b_smbus: Fix 'make install', install in same place as other modules
93  Program pwmconfig, pwmtest: New
94  Program sensors: add adm1026, lm85, w83791d support
95  Program sensors-detect: Add super i/o detection (smsc47m1, vt1211,
96                          w83627hf, w83627thf, w83697hf);
97                          Add support for SiS651, SiS961, SiS745, SiS746;
98                          Support dmidecode 2.0 and later;
99                          Fix "C" format error;
100                          Add support for adm1026, 82801EB (ICH5), W83791D;
101                          Add support for w83l785ts, nForce2
102
1032.7.0 (20021208)
104  NOTE: Requires i2c-2.7.0 or newer.
105  File doc/busses/i2c-ali1535: Add license, miscellaneous changes
106  File doc/busses/i2c-ali15x3: Add license, miscellaneous changes
107  File doc/busses/i2c-sis645: Add license
108  File doc/chips/lm92: Add license, features
109  File doc/chips/maxilife: Add license, parameters, features
110  File doc/chips/smartbatt: Complete rewrite
111  File doc/chips/vt8231: Add license, parameters
112  File sensors.conf.eg: Add section for lm75; complete the lm78 section
113  Library: Add support for MC1066; add multiple VRM version support for lm87;
114           enhance adm1023 support; initial support for Sony Vaio eeprom;
115           add support for bmcsensors; add hacks for additional dummy drivers
116  Makefile: Take kernel source location from /lib/modules/x.x.x/build;
117            add flags for x86_64 compiles
118  Module adm1021: Add support for MC1066
119  Module bmcsensors: New       
120  Module dmi_scan: Rename symbol duplicated in kernel; apply fixes from
121                   kernel 2.5.43; fix 2.2 kernel compiles
122  Module gl518sm: Iterate allowed only for rev 0x00
123  Module i2c-amd756: Configure base address for nForce support;
124                     check for uninitialized base address;
125                     add support for amd8111 (SMBus 1.0)
126  Module i2c-amd8111: New (SMBus 2.0)
127  Module i2c-ipmb: New
128  Module i2c-ipmi: New
129  Module i2c-keywest: Sync with kernel 2.4.20
130  Module i2c-sis630: Add support for SiS730
131  Module i2c-sis645: Improve support for SiS645/961;
132                     add support for SiS645DX/961 and SiS735;
133                     fix 2.2 kernel compiles
134  Module i2c-viapro: Add support for VT8233A (new ID 0x3177) and VT8235
135  Module lm87: Add multiple VRM version support
136  Module vt1211: Fix inx limits and alarms; fix in0
137  Module vt8231: Fix inx limits and alarms; fix in0
138  Module w83781d: Fix in0/in1 initialization
139  Module smartbatt: New
140  Modules (several): Remove #ifndefs, require i2c-2.7.0; HZ fixes
141  Program decode-dimms.pl: Code cleanup; valid HTML; better HTML output;
142                           stop decoding on checksum error
143  Program dmidecode: Fix read bug; upgrade to version 1.8
144  Program doc-insmod: Complete rewrite; fix author output
145  Program doc-features: Complete rewrite; handle missing sysctl entries;
146                        handle unknown prefix with suggestion
147  Program lm_sensors.init: Remove spaces bug; add green/red output
148  Program mkpatch: Fix dmi_scan module compile; add sis630, sis645, amd8111
149  Program rrd: Add sanity limits to newly-created RRD.
150  Program sensord: (v0.6.2) Add sanity limits to newly-created RRD.
151  Program sensors: Add support for MC1066, Rambus Rimms;
152                   fix w83781d temp3 alarm; fix gl518sm rev 0x00 recognition;
153                   initial support for Sony Vaio eeprom
154  Program sensors-detect: Add support for MC1066, smart battery, 8235,
155                          IPMI, AMD8111; add help if no sensors found;
156                          add ACPI method for IBM system detection;
157                          work with old Perl versions again;
158                          initial support for Sony Vaio eeprom
159
1602.6.5 (20020915)
161  NOTE: Requires i2c-2.6.1 or newer, or kernel 2.4.13 or newer.
162  File sensors.conf.eg: Fix temp[23] for as99127f; add vt8231
163  Library: Fix fan3_div writes for w8378* and it87; add vt8231
164  Module dmi_scan: new
165  Module ds1621: Fix enable/disable
166  Module eeprom: Do not corrupt 24RF08's when checksum=1
167  Module i2c-i801: Check for uninitialized base address;
168                   enable if not enabled
169  Module i2c-piix4: Refuse to load on IBM systems to prevent 24RF08 corruption
170  Module i2c-sis630: new
171  Module i2c-sis645: new
172  Module lm92: Fix in-kernel initialization
173  Module via686a: Remove VT8231 support
174  Module vt8231: new
175  Module w83781: recognize Asus "ASB100 Bach" as AS99127F
176  Program dmidecode: new
177  Programs i2cdetect, i2cdump, i2cset, isadump: Now installed by 'make install'
178  Program mkpatch: Add Config.in entries for, lm92,
179                   pcf8574, pcf8591, smsc47m1, vt1211;
180                   add dmi_scan
181  Program p4b_smbus: Fix compile for SMP and MODVERSIONS; fix PCI ID problem
182  Program lm_sensors.init: fix stop()
183  Program sensord: (v0.6.1) Add /usr/local/etc to config file path;
184                   add support for logging loadavg in RRD;
185                   fix down-converting raw labels for RRD;
186                   update chip support, still behind sensors
187  Program sensors: Add /usr/local/etc to config file path;
188                   fix -c and -u flags; add vt8231
189  Program sensors-detect: recognize Asus "ASB100 Bach" as AS99127F;
190                          refuse to run on IBM systems;
191                          fix sysconfig module numbering;
192                          change quick write to not corrupt 24RF08's
193
1942.6.4 (20020719)
195  NOTE: Requires i2c-2.6.1 or newer, or kernel 2.4.13 or newer.
196  File doc/vid: New
197  File include/sensors_vid.h: New
198  File sensors.conf.eg: Add vt1211, smsc47m1
199  Library: Add multiple VRM version support for adm1025, w83781d;
200           fix 'flex scanner jammed' on some systems;
201           add vt1211, smsc47m1, lm92;
202           fix access mode checking
203  Makefiles: For 2.4+ kernels, modules now install in
204             kernel/drivers/[i2c,sensors] , not misc/ , and
205             'make install' removes old versions in misc/ .
206             Use $CFLAGS and $CPPFLAGS if defined.
207  Module adm1025: Add multiple VID version support
208  Module ds1307: new
209  Module i2c-amd756: Add nVidia nForce support; fix block read length;
210                     reliability improvements
211  Module i2c-hydra: Flush posted writes
212  Module i2c-i801: Add support for 82801DB (ICH4)
213  Module i2c-i810: Flush posted writes
214  Module i2c-savage4: new
215  Module i2c-viapro: Add support for VT8231 (0x8235), VT8233A (0x3147)
216  Module i2c-voodoo3: Flush posted writes
217  Module ds1307: New
218  Module lm92: New
219  Module smbus-arp: new
220  Module smsc47m1: new
221  Module via686a: Add support for VT8231 sensors
222  Module vt1211: new
223  Module w83781d: Add multiple VID version support; fix temp alarms
224  Program eeprom: new
225  Program i2cdump: Add smbus block command specification, add PEC support
226  Program lm_sensors.init: new
227  Program mkpatch: Add sensors_vid.h, i2c-savage4, lm92,
228                   pcf8574, pcf8591, smsc47m1, vt1211
229  Program p4b_smbus: Add support for ICH4
230  Program rrd: Fix swapped CPU and MB temps in summ_week.cgi
231  Program sensord.init: Renamed, was prog/init/sensors
232  Program sensord: Major update, now requires rrd source;
233                   not compiled by default
234  Program sensors: Recognize DDR SDRAM; add adm1025 VID; add -A
235                   (don't display algo. and adap.) option;
236                   add vt1211, smsc47m1, lm92
237  Program sensors-detect: Add VT8231, VT8233A, several S3 devices;
238                          add 82801DB, LM85; fix perl warnings;
239                          generate /etc/sysconfig/lm_sensors for
240                          lm_sensors.init script
241
2422.6.3 (20020322)
243  NOTE: Requires i2c-2.6.1 or newer, or kernel 2.4.13 or newer.
244  Chip modules (most): Allow THIS_MODULE definition for kernels 2.2.18+
245  File doc/chips/it87: add more temp_type help
246  File sensors.conf.eg: Un-ignore it87 in8, temp3, fan3;
247                        add adm1021 section; add lm87 AIN[1,2] template;
248                        swap negative voltage limits for 782d,783s,627hf,
249                        697hf,it87; add more it87 help; swap neg. voltage
250                        limits for lm78(-j), lm79, w83781d, as99127f
251  Library: Add PCF8591, W83697HF, ADM1023 support;
252           fix w83* fan_min computes;
253           swap neg. voltage limits for lm78(-j), lm79, w83781d, as99127f
254  Module adm1024: Add MODULE_LICENSE("GPL")
255  Module bt869: Add s-video out and DVD resolution support
256  Module eeprom: Add support for locations 128-255; rename /proc entries in hex
257  Module fscscy: implement min/max for voltages and fans
258  Module i2c-amd756: Add support for AMD768
259  Module i2c-i810: Add support for 810E
260  Module i2c-keywest: Big update, sync with kernel 2.4.18
261  Module i2c-piix4: Check for uninitialized base address
262  Module i2c-sis5595: Blacklist 645, 735
263  Module i2c-viapro: Check for uninitialized base address
264  Module gl518sm: Standardize /proc entries in0-3
265  Module lm87: Fix in0, in1, in5 initial limits; ain[1,2] -> in[6,7];
266               fan -> fan1; fix temp2 limit writes
267  Module pcf8574: Add support for PCF8574A; /proc interface changed
268  Module pcf8591: new
269  Module sis5595: Blacklist 645, 735
270  Module w83781d: Add W83697HF support; allow force_subclients parameter
271                  for Tyan 2460
272  Programs decode-dimms.pl, decode-xeon.pl: Update for new /proc names
273  Program decode-vaio.pl: new
274  Program i2cdump: Add i2c block read capability (requires i2c-2.6.3);
275                   add text output
276  Program init/sensors: New SysV init script
277  Program mkpatch.pl: Add support for fscscy, add more help entries
278  Program p4b_smbus: new
279  Program rrd: Install summ_week.cgi
280  Program sensors: Add PCF8591, W83697HF, ADM1023 support,
281                   clean up chassis intrusion prints
282  Program sensors-detect: Add several Nvidia chips, add PCF8591, add 810E;
283                          fix Via686a and it87 detection;
284                          add AMD768, IPMI-BMC-KCS and -SMIC; add Via 8231;
285                          fix uninitialized values; it87 beats lm78
286
2872.6.2 (20011118)
288  NOTE: Requires i2c-2.6.1 or newer, or kernel 2.4.13 or newer.
289  Chip Modules (all): malloc.h -> slab.h
290  Modules (all): Add MODULE_LICENSE("GPL")
291  File doc/FAQ: More updates and additions
292  File sensors.conf.eg: Fix it87 in5,in6 (-12,-5) calculations
293  Library: Add fscpos and fscscy support, fix gl520 in4 ID,
294           update it87 alarm ID's.
295  Module fscpos: new (Fujitsu-Siemens Poseidon driver)
296  Module fscscy: new (Fujitsu-Siemens Scylla driver)
297  Module i2c-amd756: Improve busy handling/printk's
298  Module i2c-i801: Add 82801CA/CAM support
299  Module i2c-keywest: Sync with PPC people, it works now
300  Module i2c-piix4: Add Intel 82443MX and SMSC Victory66 support
301  Module i2c-viapro: Add Via VT8233 support
302  Module it87: Merge alarm_* /proc entries to alarms
303  Module sis5595: Fix support for rev B0
304  Module via686a: Make limit initializations reliable
305  Module w83781d: Allow init=0 parameter to bypass initialization
306  Program isadump: Add flat address space (PCI) support
307  Program mkpatch.pl: Add support for i2c-ali1535, adm1024, ds1621,
308                      fscpos, it87, maxilife, mtp008
309  Program sensors: Fix w83781d temp precision
310  Program sensors-detect: Add ALI1535, Via VT8233, it87 (i2c),
311                          Fujitsu Poseidon and Scylla, 
312                          Intel 82443MX and 82801CA/CAM detection,                     
313                          add ITE 8172G detection (driver in kernel 2.4.10)
314
3152.6.1 (20010830)
316  File BUGS: Updated
317  File doc/FAQ: More updates and additions
318  File doc/chips/adm1021: Claim support for Philips NE1617, NE1617A
319  File sensors.conf.eg: Fix/enhance it87 section
320  Library: ds1621 and it87 updates
321  Module i2c-ali15x3: Allow force_addr=0xaddr; enable if not enabled.
322  Module i2c-amd756: Add AMD 766 support
323  Module i2c-i801: Fix 82801BA detection broken by kernel 2.4.6
324  Module i2c-piix4: Add Serverworks CSB5 support
325  Module i2c-sis5595: Recognize unsupported chips and refuse to load
326  Module adm1025: Fixed temp2 min/max writes
327  Module ds1621: Add 12-bit precision mode
328  Module it87: Enable all alarms, add in8 support, add sensor type selection
329  Module sensors: Don't initialize i2c-proc (moved to i2c-core);
330                  remove support for module
331  Module sis5595: Recognize unsupported chips and refuse to load
332  Module w83781d: Fix fan speed for as99127f (broken by 2.6.0)
333  Program eepromer: new
334  Program mkpatch.pl: Fix dependencies on i2c-proc; disallow compilation
335                      of sensors.c as a module in kernel
336  Program sensors: it87 updates; adjust temp. precision for some chips
337  Program sensors-detect: Fix ADM1024 and ADM1025 detection;
338                          recognize unsupported SiS chips;
339                          recognize AMD 766 and Serverworks CSB5.
340
3412.6.0 (20010612)
342  NOTE: i2c-2.6.0 MUST BE be compiled AND installed first!!!
343        If your make fails because it can't find <linux/i2c-proc.h>, you
344        forgot this step!!!
345  File doc/FAQ: Many, many updates and additions
346  File doc/busses/i2c-sis5595: new
347  File doc/busses/i2c-tsunami: new
348  File doc/chips/it87: new
349  File doc/chips/via686a: Claim support for 686b.
350  File README.thinkpad: new
351  File sensors.conf.eg: Adjust as99127f in5 (-12V) and temp2 calculations;
352                        Add lm87, adm9240, ds1780, lm81 templates;
353                        Enhance help comments in file;
354                        Add Tyan S2510 dual-MTP008 example;
355                        Make separate sis5595 section.
356  Include file i2c-isa.h: No longer required, moved to i2c.h in i2c package
357  Include file sensors.h: Most contents moved to i2c-proc.h in i2c package
358  Library: Fix/standardize some lm87 and mtp008 entries; add sis5595 in4;
359           Add support for maxilife-nba and amd1024;
360           Change from sensors_* to i2c_* globals for new i2c-proc.[ch]
361  Chip Modules (all ISA): Remove #include "i2c-isa.h"
362  Chip Modules (all): Change from sensors_* to i2c_* globals
363                      for new i2c-proc.[ch]
364  Makefiles: enhance to support Alpha architecture
365  Module adm1021: Fix lm84 and gl523sm support
366  Module adm1024: new
367  Module i2c-i801: Chip detection cleanup
368  Module i2c-i810: Fixed i2c_i810_init() not found in patched kernel
369  Module i2c-sis5595: Allow force_addr=0xaddr; enable if not enabled.
370  Module i2c-tsunami: New
371  Module i2c-via: Ensure i2c bus is tristated correctly.
372  Module it87: new driver for IT8705, IT8712, Sis950 chips
373  Module lm78: Recognize chipid=0x20
374  Module lm87: Fix in0, in1 (2.5V and Vccp1) calculations
375  Module mtp008: Fix temp initializations;
376                 Save BIOS pin configuration of temps and fans;
377                 Fix sensor type reads/writes and fan min writes;
378                 Fix spurious invalid sensor type messages
379  Module sensors: Disabled, moved to i2c package as i2c-proc.c; only
380                  used for patched kernel now.
381                  Add xxx_init() calls for drivers added to mkpatch in 2.5.5.
382  Module sis5595: Fix temp, add in4 for chip revision 0xc0;
383                  Allow force_addr=0xaddr
384  Module via686a: Allow force_addr=0xaddr (for A7V/K7V boards)
385  Module w83781d: Don't reinitialize as99127f chip; this may cause fan/temp
386                  reading changes; Add messages for subclient
387                  registration failure
388  Programs i2cdetect, i2cdump: add devfs /dev/i2c/x support
389  Program i2cset: new
390  Program isadump: fix for Alpha arch. compiles
391  Program mkpatch.pl: Fix adm9240 typos; Add more chips to Configure.help;
392                      Remove ltc1710; Fix i2c_sis5595 typo;
393                      Support kernel 2.4.5 makefile change;
394                      Add i2c-tsunami; fixed i2c-voodoo3 configuration
395  Program sens_update_rrd: new
396  Program sensord: Add -d (debug) and -p (pid-file) options
397  Program sensors: Change reported version from 1.3 to the lm_sensors version;
398                   Fix swapped limit and hysteresis on 9240, 5595, 686a;
399                   Change mtp008 temps from max/min to limit/hyst;
400                   Add maxilife-nba, adm1024, it87 support.
401  Program sensors-detect: Recognize lm78 with chipid=0x20;
402                          Recognize SMSC Victory66 South Bridge;
403                          Add devfs /dev/i2c/x support;
404                          Add adm1024, it87xx support; Add thinkpad warning.
405  Program tellerstats: new
406
4072.5.5 (20010115)
408  NOTE: i2c-2.5.5 MUST BE be compiled and installed first, UNLESS
409        you have kernel 2.4.0-prerelease or greater.
410  Chip modules (all): Update mutex definition (works now for new 2.2 kernels)
411  File doc/developers/proc: new
412  File sensors.conf.eg: Add mtp008 entries, adm1025 entries
413  Library: Add ds1621, mtp008 support
414  Module adm1021: Add support for adm1021a / adm1023
415  Modules adm1021, thmc50: Rename /proc entries to temp[1-2]
416  Module adm1025: Add support for remote temp; rename /proc entries to
417                  in[0-5] and temp[1-2]; fix negative temp readings
418  Module adm9240: Rename /proc entries to in[0-5]
419  Module ddcmon: allow force and force_ddcmon parameters
420  Module ds1621: new
421  Module i2c-ali1535: Enhance error checking and recovery; add mutex
422  Module i2c-i810: Add "dummy write" before reads per Intel prog. ref.
423  Module i2c-piix4: add support for ServerWorks southbridge OSB4
424  Module lm87: cleanup, update voltage calculations
425  Module mtp008: new
426  Module pcf8574: change update time to 5 seconds
427  Modules sis5595, i2c-sis5595: Check for uninitialized base addresses
428  Module w83781d: fix beep setting via /proc
429  Programs editticket, readticket: new
430  Program mkpatch.pl: only works with 2.2 and 2.4 kernels; 2.3 support removed
431  Program mkpatch.pl: more fixes; now adds many more modules
432  Program sensors: Add ds1621, mtp008 support; add -f (Fahrenheit) option;
433                   add adm1025 temp2; report temp limits correctly as
434                   min/max or limit/hysteresis; print message if no
435                   sensors are found. Removed false errors from lm87 reads.
436  Program sensors-detect: Add ds1621, mtp008 detection;
437                          add ServerWorks detection
438
4392.5.4 (20001012)
440  Module i2c-viapro: Add support for Via 596B (0x3051)
441  Program m7101: moved to CVS tree, updated for 2.4.0 kernels
442  Program mkpatch.pl: fixed infinite loop
443  Program sensors-detect: Detect Via 596B (0x3051)
444
4452.5.3 (20001008)
446  NOTE: i2c 2.5.3 MUST BE be compiled and installed first.
447  File useful_addresses.html: update
448  Library: Add lm87 support
449  Module pcf8574: new
450  Module i2c-ali1535: new
451  Module i2c-ali15x3: removed force #ifdef.
452  Module i2c-i801: support Intel 82801BA (815E chipset)
453  Module i2c-i801: add i2c block write support, fix smbus block bugs
454                   (requires i2c 2.5.3 package)
455  Module i2c-i810: support Intel 82815
456  Module lm87: new
457  Module sensors: Fix for kernel 2.4.0-test8
458                  (remove copy_to_user_ret and put_user_ret)
459  Module w83781d: limit fan divisors to 8 max. for as99127f
460  Program decode-dimms: Add html output option, update for SPD spec 1.2B.
461  Program i2cdump: Add smbus block read support
462  Programs i2cdetect, i2cdump: Improve error reporting
463  Program sensors: new switch -u (--unknown)
464  Program sensors-detect: detect Intel 82801BA (815E chipset)
465  Program sensors-detect: detect Intel 82815
466  Program sensors-detect: detect ITE IT8705F / IT8712F (no driver yet)
467  Program sensors-detect: detect National LM87
468  Program sensors-detect: detect nVidia devices supported by i2c-riva.o
469  Program sensors-detect: Improve error reporting
470
4712.5.2 (20000709)
472  File sensors.conf.eg: Fix lm80 in8 calculation
473  Module w83781d: W83783S no longer crashes on unloading
474  Program sensors-detect: more robustness in case of unknown i2c adapters
475  Program sensors-detect, libsensors: fix eeprom size reporting
476  Program sensord: more flexibility, support for alarm scanning etc.
477  Program sensors: support for ignore setting on sensor alarms.
478  Programs: understand /dev/i2c* files (instead of /dev/i2c-*) too.
479
4802.5.1 (20000618)
481  Library: Add adm1025 support
482  Module adm1025: new
483  Module ddcmon: Fixed bus scan which could hang SMBus
484  Module i2c-keywest: new
485  Module maxilife: Add support for Maxilife '99 (NBA)
486  Module via686a: Enable sensors if not enabled by BIOS
487  Module w83781d: Improve w83783s support, w83627hf always has 2 pwm
488  Module w83781d: Fix sensor2&3 selection, enable VBAT (in8) monitoring
489  Module w83781d: Remove as99127f entries for in7-8, pwm3-4, sensor1-3
490  Module w83781d: Fis as99127f fan speed (was 66% too high)
491  Module w83781d: Improve beep input checking
492  Program i2cdump: Add Winbond-style bank selection
493  Program isadump: Add Winbond-style bank selection
494  Program sensors: Add adm1025 support.
495  Program sensors: Remove some as99127f entries, fix as99127 "(beep)"
496  Program sensors-detect: Fix i801 detection, add adm1025 driver entry
497  File sensors.conf.eg: Add Maxilife '99 entries
498  File sensors.conf.eg: Remove some as99127f entries.
499    Note: For as99127f, reinstall sensors.conf.eg manually (make install
500          won't reinstall it) or else 'sensors -s' will fail.
501
5022.5.0 (20000312)
503  Dropped all kernel 2.0 and 2.1 compatibility
504  Module i2c-i810: new
505  Module ddcmon: new
506  Module via686a: new
507  Module i2c-amd756: fixed region request
508  Module i2c-voodoo3: Converted to use i2c-algo-bit layer
509  Module w83781d: Don't change pin settings at initialization;
510                  also fix chip detection.
511  Library: Support for ddcmon and via686a
512  Program sensors-detect: Support for ddcmon and via686a
513  Program sensors: Support for eeprom, ddcmon and via686a
514
5152.4.5 (20000116)
516  Introduced DESTDIR installation prefix
517  Module lm80: fixes, temperature now read and set correctly
518  Module i2c-voodoo3: driver enhancements
519  Module w83781d: fixes, AS99127 works much better now
520  Library: New ignore keyword in config file
521  Programs: Support for new ignore keyword
522  Program sensors-detect: Support for MGA detections
523
5242.4.4 (19991201)
525  Addition of the alpha release of AMD 756 SMBus host support.
526  Many fixes and updates to the gl518sm driver
527  Updates and fixes for device detection
528
5292.4.0 (19990920)
530  Too much to list.
531  i2c and smbus parts are split off to a separate i2c package.
532  New drivers and other stuff.
533
5342.3.4 (19990616)
535  Module matorb: driver for Matrix-Orbital Displays (small LCD and VFDs)
536  All: Now compiles against kernel 2.0.x (again ;)
537  Module gl518sm: some updates and refinements
538
5392.3.3 (19990603)
540  All: Now compiles against kernel 2.3.x (x >= 1)
541  Module i2c-voodoo3: Timing issue fixes
542  Module bt869: Seems to be functional and relatively well tested
543  Many modules were modified to be more compatible with the new
544   Mutex structure in the new experimental kernels.
545
5462.3.2 (19990507)
547  Module i2c-hydra: Now compiles on 2.0.x kernels
548  Module i2c-lm75: Slightly better detection
549  * New, but not compiled by default:
550  Module i2c-voodoo3: beginning of Voodoo3 I2C bus driver
551  Module bt869: Beginning of BT869 (PAL/NTSC video converter) driver
552
5532.3.1 (19990501)
554  All: Now compiles on PPC
555  Module i2c-hydra: NEW
556  Module i2c-proc: Buffer overflow removed: `less /proc/bus-i2c-0' now works
557  Module w83781d: Removed deadlock (mutex was not initialized)
558  Documentation: A few glitches removed
559  Makefile: default module installation directory is now
560            /lib/modules/current/extra/misc
561  Program sensors-detect: PPC Hydra now detected
562  Program sensors: Now prints complete GL518SM information
563  Program sensors: SIS5595, ADM1021, MAX1617(A), ADM9240, DS1780 added
564
5652.3.0 (19990422)
566  All: Many, many changes and improvements
567  All: Many small bugs and problems removed
568  Modules: New insmod parameters
569  Modules: Much improved chip detection
570  Module maxilife: NEW
571  Module adm1021: MAX1617A now also supported
572  Module adm9240: DS1780 now also supported
573  Module w83781d: W83782D and W83783S now also supported
574  Program sensors-detect: NEW
575  Library: All chips now supported
576  Documentation: Very much improved
577
5782.2.2 (199903??)
579  Just some minor updates and bug fixes.
580
5812.2.1 (19990218)
582  All: Removed compile warnings
583  Module i2c-dev: Small bug removed if DEBUG=1 was used
584  Module sis5595: Now compiles for 2.0 kernels
585  Module adm1021: Detection corrected
586 
5872.2.0 (19990216)
588  All: Set copyrights to include 1999
589  All: Small bugfixes
590  I2C: Upgraded to newest archive of Simon Vogl
591  Module i2c-dev: NEW
592  Module i2c-ali15x3: NEW
593  Module i2c-via: This is old module bit-mb, now moved to the main lm_sensors
594     directories, and somewhat improved
595  Module sis5595: NEW
596  Modules: Renamed all bus modules to i2c-*, new directory lay-out
597  Library: Support for new chip drivers, several small bugs fixed
598  Library manual pages: NEW
599  Program i2cdetect: Moved to detect directory
600  Program detect.pl: NEW
601  Program doc-features: NEW
602  Program sensors: Added man-page
603  Document BUGS: Added cdrom bug and kernel i2c conflict
604 
6052.1.2 (19990116)
606  Modules lm80.o, w83781d.o: fan-related Segmentation fault corrected
607  Module gl518sm.o: yet more bug fixes. It should at long last be usable now
608  Documentation in doc/kernel: NEW
609
6102.1.1 (19990107)
611  Module i2c-proc.o: Hack to make /proc/bus/ possible for kernels 2.0.35
612                     and older
613  Module gl518sm.o: Miscelaneous bugs and problems solved
614  Program isadump: NEW
615
6162.1.0 (19981230)
617  Library: Completely NEW
618  Program sensors: NEW
619  Program grab_busses: NEW
620  Program decode-dimms: More information
621  Module bit-mb.o: Removed spurious semicolon; now runs on more VIA chipsets
622  Module w83781d.o: NEW
623  Module lm80.o: NEW
624  Module gl518sm.o: new procfile beep, several small updates
625  Modules: Now use pin readings, no more scaling within the kernel (use the
626           library instead)
627 
6282.0.2 (19981214)
629  Module eeprom.o: NEW
630  Program decode-dimms: NEW
631  Modules: fill_inode fix, will stop segfaults on unloading in kernels after
632           2.1.58
633  Modules: Somewhat less verbose on transfers
634  Module lm78.o now recognizes and handles lm78-j and lm79
635
6362.0.1 (1998121?)
637  Module gl518sm.o updates, to make it actually work
638  Module lm75.o high/low-byte swapping write bug fixed
639
6402.0.0 (19981209)
641  Initial release
Note: See TracBrowser for help on using the browser.