root/lm-sensors/trunk/CHANGES @ 1912

Revision 1912, 31.1 KB (checked in by khali, 10 years ago)

Fix includes for compilation on Alpha.

Patch by Kelledin.

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