root/lm-sensors/trunk/CHANGES @ 2014

Revision 2014, 35.0 KB (checked in by amalysh, 10 years ago)

(amalysh)

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