root/lm-sensors/trunk/CHANGES @ 1671

Revision 1671, 26.1 KB (checked in by mds, 10 years ago)

keep tsunami from compiling on non-alphas in mkpatched kernel

(tickets 1047, 1086; last fix didn't work);
add vt8231 to mkpatched Makefile so it will compile

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