root/lm-sensors/trunk/CHANGES @ 2558

Revision 2558, 49.4 KB (checked in by mds, 9 years ago)

add support for ICH6 and 6300ESB (backport of 2.6 patch)

  • 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.7 (2004xxxx)
21  File doc/lm_sensors-FAQ.texi: Update 4.27.
22  File doc/chips/pc87360-fan: Renamed to pc87360
23                              Big update
24  File doc/chips/w83781d: Update AS99127F documentation
25  File etc/sensors.conf.eg: Add comments about BP6 voltages
26                            Add comment on Asus A7V8X-X VCore
27                            Misc fixes to lm80 section
28                            Update via686a section
29                            New lm99 section
30                            Add section for LM85-like chips
31                            Preliminary pc87366 section
32                            Add comment on GL520SM application modes
33  Library: Fix 2.6 VRM
34           Fix 2.6 hyst temp for 2.6 (lm75, lm78 and gl518sm)
35           Fully support the PC87360 family
36           Support the lm99
37           Add version and date strings
38  Makefile: Do not run depmod on staged installs (Peter Breitenlohner)
39  Man page i2cdetect.8: document new command line flags
40  Man page i2cdump.8: More details on how i2cdump can write to a chip
41  Modules (all chip drivers): Rework memory allocation scheme.
42  Module bmcsensors: Fix oops by creating thread for initialization
43  Modules dmi_scan, i2c-piix4: Move IBM detection into dmi_scan
44  Modules w83781d.c, smartbatt.c, lm75.c, gl520sm.c, gl518sm.c, ds1621.c,
45          asb100.c, lm92.c: Use swab16
46  Module gl520sm: Less agressive initialization process
47                  Fix temp1 limits being unsettable in application
48                  Ensure that temp2 and in4 are not used at the same time
49  Module i2c-i801: Support 6300ESB and ICH6
50  Module i2c-sis645: Add support for SiS655
51  Module lm90: Support LM99 and LM89
52  Module lm92: Support MAX6633, MAX6634, MAX6635 and LM76
53  Module p4b_smbus: Add support for mobile versions of the 82801
54                    (Axel Thimm)
55  Module pc87360-fan: Renamed to pc87360
56                      Also support PC87365 and PC87366
57                      Add write support
58                      Correctly set the chip name depending on the type
59                      Add voltage and temperature support
60                      Fix fan speed computation
61                      Retrieve fans configuration from Super-I/O space
62                      Export pwm_enable (read-only)
63                      Honor pwm invert bits
64                      Clear fan alarms after we read them
65                      Do not read fan data when monitoring is disabled
66                      Do not include SENSORS_INSMOD stuff
67                      New module parameter: init
68  Module smsc47m1: Lock on reads and writes; many fixes
69  Module thmc50: Fix address range
70  Module via686a: Fix voltage roundings
71                  Simplify temperature conversions
72  Module w83781d: Drop PWM support for as99127f
73                  Invert AS99127F beep bits in driver rather than user-space
74  Programs pwmconfig, fancontrol: Switch to new sysfs naming scheme
75  Program i2cdetect: Adapt probing method to address
76                     Add -q and -r flags to force probing methods
77                     Allow probing range selection
78  Program isadump: Major improvements
79  Program isaset: New
80  Program mkpatch: Patch dmi_scan.c in kernel instead of adding our own
81                   module
82                   Include i2c-nforce2
83  Program sensord: New --rrd-no-average parameter
84                   Syncronize time slots with rrd
85                   Fix W83781D temp3 alarm (Aurelien Jarno)
86  Program sensors: Fully support the PC87360 family
87                   Fix lm80 temperature alarms
88                   Support the lm99
89                   Do not invert AS99127F beep bits anymore
90                   Fix W83781D temp3 alarm (Aurelien Jarno)
91                   Print library version string
92  Program sensors-detect: Rework Super I/O detection
93                          Support SiS655/SiS96x
94                          Support ADT7461 and ADT7467
95                          Better support for ADM1027, ADT7460 and ADT7463
96                          Explicitly support ADM1028
97                          Scan all logical devices of PC87365 and PC87366
98                          Detect LM92, LM76, MAX6633, MAX6634, MAX6635
99                          Detect eeproms with software write protect (not
100                          enabled by default)
101                          Support ALi 1563 (2.6 only)
102                          Drop LTC1710 support
103                          Use byte reads for probing on ranges 0x30-0x37 and
104                          0x50-0x5F
105                          Improve LM89 and LM99 support
106                          Support GeForce FX 5900 video cards
107                          Fix devfs misdetection (Aurelien Jarno)
108
109
1102.8.6 (20040405)
111  File README.thinkpad: Update status
112  File doc/chips/pca9540: New
113  File doc/chips/pc87360-fan: New
114  File etc/sensors.conf.eg: Update pcf8591 default configuration
115  Library: Switch to new sysfs naming standard
116           Fix gcc 3.3 warnings (Philipp Thomas)
117           Support 2.6 ds1621 and pcf8591
118           Change pcf8591 magnitudes
119           Support pc87360-fan
120  Makefile: Install shared library 755
121  Man pages i2cdump.8, i2cset.8, isadump.8: New (Debian team)
122  Man pages i2cdetect.8, sensors-detect.8: New (Debian team)
123  Modules ds1621, pcf8591: Check for capabilities before using them
124                           (Aurelien Jarno)
125  Modules pcf8574, pcf8591: Cleanups
126  Modules ddcmon, eeprom: Fix bogus init (Ralf Roesch)
127  Module adm1021: Better detection and initialization
128  Module pca9540: New driver for the Philips PCA9540
129  Module pc87360-fan: New driver for the National Semiconductor PC87360,
130                      PC87363 and PC87364 Super I/O chips
131  Module smsc47m1: Support the LPC47B27x
132  Programs i2cdetect, i2cdump, i2cset: Fix incorrect bus names if possible
133  Program i2cdetect: Skip special addresses by default
134  Program sensord: Prevent null pointer dereference (Tim Toohey)
135  Program sensors: Print the degree symbol in the terminal's current locale
136                   (Aurelien Jarno)
137                   Update pcf8591 print to support 2.6 driver
138                   Support pc87360-fan
139  Program sensors-detect: Support Maxim MAX6900, ALi M5879, Philips PCA9540
140                          Improved SiS chips support
141                          Add a white list of IBM systems
142                          Drop support of undetectable adapters
143                          Fix smart battery detection
144                          Add smart battery charger and manager detection
145                          Rework adm1021 and clones detection
146                          The PC87360, PC87363 and PC87364 Super I/O chips
147                          now have a (preliminary) driver
148                          Rework Super I/O detection
149                          Better support of devfs
150  Program sensors-detect-stat.pl: New
151
152
1532.8.5 (20040305)
154  File doc/chips/SUMMARY: Update
155  File etc/sensors.conf.eg: Epox 8K3A tweaks. (Kronos)
156  Makefiles hotplug and rrd: Remove -o and -g arguments to install
157  Module bmcsensors: Increase max SDRs to 100
158  Module fscher: Rename fanN_min to pwmN (Reinhard Nissl)
159  Module i2c-amd756: Don't register driver to avoid driver conflicts.
160                     (Daniel Rune Jensen)
161  Module it87: Better temperature sensor types handling (Takeru Komoriya)
162               Fix reset=1 (Takeru Komoriya)
163  Module lm80: Code cleanups
164  Module vt1211: Fix bitmask in uch_config read and write; remove in6 and temp1
165  Module vt8231: Fix bitmask in uch_config read and write; remove in6 and temp1
166  Module w83627hf: Add w83637hf support
167                   Fix exported name
168                   Fix PWM in w83627thf
169                   Preserve other bits when forcing temp2/3 to comparator mode
170  Module w83781d: Preserve other bits when forcing temp2/3 to comparator mode
171                  Remove asb100 support
172  Modules asb100, fscher, lm90, max6650, w83l785ts, xeontemp:
173          Define driver ID if i2c-id.h doesn't have it yet.
174  Modules i2c-ali1535, i2c-hydra, i2c-i801, i2c-sis5595:
175          Backport oops fix from Linux 2.6.
176  Modules (all chips): Get rid of useless headers
177  Program decode-edid.pl: Add sysfs support
178  Program sensors: Add w83637hf support
179                   Add support for Shuttle Ethernet EEPROMs
180                   Drop 2.6 subclient detection
181  Program sensors-detect: Add heuristics to the LM80 detection function
182                          Add support for W83L785R, improve W83L784R/AR
183                          Add GeForce FX 5600 as supported by rivatv
184                          More Super IO chips, better handling
185  Library: Update to match renames in fscher
186           Reverse temporary changes to w83l785ts mappings
187           Fix vt1211 and vt8231 uch_config not being writable
188           Add 2.6 lm80 support
189           Add w83637hf support
190           Remove in6 and temp1 from vt1211 and vt8231
191           Add support for Shuttle Ethernet EEPROMs
192           Remove unused as99127f features
193
194
1952.8.4 (20040207)
196  File doc/lm_sensors-FAQ.texi: Update 4.20.
197  File doc/chips/it87: Change hyst to low
198  File doc/chips/w83l785ts: New
199  File etc/sensors.conf.eg: Change it87 hyst to low
200                            Fix w83697hf supposed to have temp3
201                            Limits initialization for adm1025/ne1619
202                            Handle fscher voltage conversions
203                            Add Tyan Trinity S2495 KT400 setup (Eric
204                              Schumann)
205                            Fix fscher fan labels (Reinhard Nissl)
206  Library: Better 2.6 eeprom support
207           Change it87 hyst to low
208           Add 2.6 gl518sm, fscher support
209           Fix 2.6 negative voltages handling
210           Temporary fix to w83l785ts mappings
211  Module adm1025: Separate prefix for NE1619
212  Module adm1026: Remove use of temporary ID
213                  Define addresses as a range
214  Module bmcsensors: Fix reservations
215  Module fscher: Externalize voltage conversions
216  Module eeprom: Remove memtype
217  Module i2c-piix4: Fix resource release error
218                    Various cleanups
219  Program decode-vaio.pl: Add sysfs support
220  Program mkpatch: Add max6650, lm83, lm90, asb100 and w83l785ts
221                   Drop linux 2.2 support
222                   Add w83627hf
223  Program sensors: Do not show algorithm by default
224                   Cleanup temperature unit display code
225                   Cleanup label spacing code
226                   Fix output to UTF-8 terms (Marcel Sebek)
227                   Simplify gl518sm print
228                   Do not ignore errors in FSC chips prints
229                   Fix w83l785ts print
230                   Cleanup FSC chips prints
231  Program sensors-detect: Fix PATH issues
232                          Correctly point to the fscher driver
233 
234
2352.8.3 (20040115)
236  File lm_sensors.spec: Update
237  Library: Add 2.6 eeprom, lm90 support
238           Fix 2.6 temp_hystX for 2.6.1-rc1 and later
239  Makefile: Update Alpha CMODFLAGS (Daniel Nilsson)
240  Makefiles: Remove -o and -g arguments to install; add DESTDIR where missing
241  Module i2c-amd756: Fix byte writes
242  Module i2c-tsunami: Cleanups (Daniel Nilsson)
243  Module it87: Fix sg_tlx writes; fix sensor type reporting;
244               add 8712 Super I/O detection;
245               remove initialization of temp_type and fan_ctl;
246               remove init and temp_type module parameters
247  Module lm90: Handle hysteresis differently
248  Module smartbatt: Fix detection, magnitudes, temp
249  Module w83781d: Fix negative voltages
250  Module w83l785ts: New
251  Program eeprog: Make 8 bit mode the default
252  Program fancontrol: Improvements, fixes, support 2.6 kernels
253  Program mkpatch: Add lm75.h
254  Program pwmconfig: Improvements, fixes, support 2.6 kernels
255  Program sensors: Add ASB100 support
256  Program sensors-detect: Add 8712 Super I/O detection;
257                          add W83L785TS detection
258
259
2602.8.2 (20031211)
261  IMPORTANT: Limit initialization removed from all chip drivers!
262             If you didn't run 'sensors -s' in the past you may need to now!
263  File sensors.conf.eg: Change lm75 scaling back to 1;
264                        Add example for asb100
265  Library: Fix bmcsensors scaling, increase number of sensors;
266           Add w83627thf support; Advance version to 3.0.0;
267           Add hermes, ADM1032, ASB100 support;
268           Add it87 sensor type support;
269           Add sysfs support for kernel 2.6;
270           Fix memory leaks
271  Makefiles: Install fancontrol, pwmconfig, decode-*.pl;
272             Fail if no kernel .config file exists;
273             Don't build module dependencies for user and user_install
274  Modules adm1021, adm1024, adm1025, adm9240, ds1621, gl518sm, gl520sm,
275          it87, lm75, lm78, lm80, lm83, lm87, lm90, mtp008, sis5595,
276          smsc47m1, thmc50, via686a, w83627hf, w83781d:
277          Remove initialization of limits by driver.
278  Modules it87, lm78, mtp008, sis5595, w83627hf: Fix IN_FROM_REG rounding
279  Modules (chip): Init cleanups
280  Module asb100: New
281  Module bmcsensors: Fix voltage scaling, voltage and fan limits
282  Modules ddcmon, eeprom: Add failure printks
283  Module fscher: New (Fujitsu-Siemens Hermes driver)
284  Module i2c-amd756: Fix AMD8111 support
285  Module i2c-amd8111: Fix byte writes
286  Module i2c-nforce2: Fix byte writes
287  Module i2c-piix4: Add support for CSB6; add fix_hstcfg option
288  Module i2c-sis630: Sync with 2.6.0-X driver version
289  Module i2c-viapro: Add support for Via 8237
290  Module it87: Add pwm and "smart guardian" support;
291               add it87 sensor type support
292  Module lm75: Fix negative voltages
293  Module lm90: Add ADM1032 support
294  Module w83781d: Fix 791d and 627hf detection
295  Module w83627hf: Add VID support
296  Program dmidecode: Remove (sensors-detect doesn't need it anymore)
297  Program eeprog: New
298  Programs i2cdetect, i2cdump, i2cset: add -v (version) option;
299                                       support sysfs for i2c bus search
300  Program i2cdetect: Add -l option to list busses
301  Program i2cdump: Add 'c' mode for consective address reads
302  Program mkpatch: Cleanups
303  Program pwmconfig: Handle multiple fans controlled by a single pwm
304  Program sensord: Remove ddcmon support
305  Program sensors: Add ADM1032 support; add messages for sysfs
306  Program sensors-detect: Prefer Super I/O drivers;
307                          Fix W83627HF and W83791D detection; detect CSB6;
308                          Detect ADM1029, ADM1030, ADM1031;
309                          Detect W83637HF, W83697UF;
310                          Add it87 sensor type support; add sysfs support
311                          Reduce lm80 misdetects; remove PCFxxxx "detection"
312                          Detect VT8237 (KT600)
313                          Use VPD instead of DMI+ACPI for Thinkpad detection
314                          Suggest new asb100 driver instead of w83781d
315
316
3172.8.1 (20031005)
318  NOTE: Requires i2c-2.8.1 or newer!
319  File sensors.conf.eg: Improved adm1025 section
320                        Default temp labels for as99127f
321                        Improved lm83 section
322                        Better support for Asus A7V8X-X
323  File doc/chips/SUMMARY: Add SMSC manufacturer ID
324  File doc/chips/adm1025: Add decent documentation (almost new)
325  File doc/chips/lm83: Known motherboards list update, misc updates
326  Library: Change adm1025 names (hyst/over become low/high)
327           Swap adm1025 temp1 and temp2 to match the driver's order
328           Advance version to 2.0.1
329           Update lm83 support
330           Add support for lm90, xeontemp, max6650
331           Add separate messages for read and write errors
332           Add missing message for parse error
333  Makefile: Move LINUX_HEADERS from ALL_CPPFLAGS to MODCPPFLAGS
334  Modules (various): Fix includes for compilation on Alpha
335                     Use the new i2c_delay function instead of the various
336                     do_pause functions
337  Module i2c-ali15x3: Fix resource leak (Daniele Bellucci)
338  Module i2c-nforce2: Cleanups
339  Module i2c-i810: Use readl/writel for portable access to PCI memory
340  Module i2c-piix4: Force CPCI735 bug workaround (Tom Rini)
341  Module i2c-savage4: Use readl/writel for portable access to PCI memory
342  Module i2c-sis630: Fix detection
343                     Add block data read/write support
344  Module i2c-sis645: Detection method change/bugfix
345  Module i2c-viapro: Prevent buffer overrun (Sergey Vlasov)
346  Module i2c-voodoo3: Use readl/writel for portable access to PCI memory
347  Module adm1025: Major driver update
348                  Add support for Philips NE1619
349                  Simplify the driver a lot (unified voltages, unified
350                  temperatures and much more)
351                  Fix default voltage limits
352                  Change default temperature limits
353                  Swap remote and local temperatures to match the internal
354                  registers order (make the code unification possible)
355                  Export remote diode fault through alarms
356  Module ddcmon: Major update
357                 Add half a dozen new features
358                 Add checksum parameter (same as for the eeprom module)
359                 Fix monitor limits
360  Module eeprom: Ignore Sony Vaio EEPROMs with a password set
361  Module lm78: Fix a fan_div/fan_min bug
362  Module lm83: Add t_crit and alarms support
363  Module lm90: New
364  Module max6650: New
365  Module saa1064: New
366  Module smsc47m1: Add support for 47M142
367  Module w83627hf: Fix 697HF PWM; fix 697HF VBAT and V5SB alarms;
368                   enhance w83627thf support
369  Module w83781d: Enhance chip detection; clean up error returns;
370                  fix 697HF and 791D PWM; fix 697HF VBAT and V5SB alarms
371  Module xeontemp: New
372  Program decode-dimms.pl: Add Direct Rambus (DRDRAM)
373                           Mark Rambus as unsupported
374  Program decode-edid.pl: New
375                          Interfaces between our eeprom module and
376                          parse-edid from the read-edid project
377  Program p4b_smbus: Fix SMP compilation
378  Program sensord: Add support for IT87 (Mike Black)
379                   Change ADM1025 support to match the changes made to
380                   the library
381  Program sensors: Rewrite and enhance EEPROM support
382                   Change LM83 and ADM1025 support to match the changes
383                   made to the library
384                   Add DRDRAM support to print_eeprom
385                   Exit(1) on /proc write failure (Malte Starostik)
386                   Add LM90, MAX6650 support
387  Program sensors-detect: Add support for PCF8574, PCF8574A, SAA1064
388                          Add support for LM82, LM86, LM89
389                          Improved W83781D family detection
390                          Add support for AS19927F rev.2, ASB100 Bach
391                          Add support for Asus Mozart-2 (3 types)
392                          Add support for NE1619
393                          Add support for FSC Hermes
394                          Make sure /sbin is in the user's path
395                          Fix EEPROM detection
396                          Automatic module.conf and /dev/i2c* detection
397                          Improve LM82 and LM83 detection
398                          Handle "to-be-written" cleanly
399                          Add detection for 47M14x Super I/O
400                          Handle the one-address-many-chips-same-driver
401                          case
402
403                         
4042.8.0 (20030714)
405  NOTE: Requires i2c-2.8.0 or newer!!!
406  Dropped all kernel 2.2 and 2.3 compatibility; 2.4.9 or later required;
407                  2.4.13 or later required for mkpatch.
408  File i2c-dev.h: Include userspace portion removed from i2c-dev.h in
409                  i2c package
410  File doc/chips/fscscy: Add watchdog documentation
411  File sensors.conf.eg: Fix vt1211/vt8231 thermistor calculations
412  File sensors.h: Now automatically generated
413  Library: Add support for exponents and logarithms for vt1211/vt8235 temps;
414           add adm1026, lm83, lm85, w83791d support;
415           Advance version to 2.0.0
416  Makefiles: Generate warnings if new library won't be found by ld.so;
417             Modules now install in kernel/drivers/i2c/[busses,chips];
418             Ensure that headers in /usr/local/include are used first;
419             Don't use /usr/include headers for modules;
420             Handle multiple UTS_RELEASE definitions in linux/version.h;
421             Automatically generate kernel/include/sensors.h;
422             Remove old gzipped modules; remove old misc directory if empty;
423             Remove pre-2.4 installation method;
424             -Wall now the default;
425             Add new targets user, user_install, and help;
426             Run depmod after module installation
427  Modules (all): Cleanups including
428                - Add #include <i2c-proc.h>
429                - C99 initializers
430                - Remove #ifdef MODULE
431                - Remove #ifndef THIS_MODULE
432                - Remove #ifndef MODULE_LICENSE
433                - Remove other 2.1/2.2 #ifdefs
434                - Remove #include "sensors.h", copy SYSCTL defs to module
435                - Remove excess #includes
436                - Remove argument in i2c_register_entry()
437                - Remove dummy xxx_command() definition
438                - Remove EXPORT_NO_SYMBOLS
439                - Remove init_MUTEX #define
440                - Remove xxx_inc_use() and xxx_dec_use() functions; modules
441                  no longer adjust their own refcounts
442                - Use module_init() and module_exit()
443                - Update to new i2c_driver struct definition
444  Modules (bus PCI): Convert to PCI-module-style initialization
445  Modules (several): Add support for AMD Opteron VRM (VID) encoding
446  Module adm1021: Set alarm on failed reads and report old value;
447                  merge changes from kernel 2.5.54
448  Module adm1026: New
449  Module bmcsensors: Fix compile when DEBUG=1
450  Modules ddcmon, eeprom: Use i2c block reads if possible;
451                          better error handling
452  Module ds1307: Add to Makefile
453  Module gl520sm: Fix temperature over/hyst writes
454  Module lm75: merge changes from kernel 2.5.54
455  Module lm83: New
456  Module lm85: New
457  Module i2c-ali1535: Check for invalid transaction
458  Module i2c-ali15x3: Check for invalid transaction
459  Module i2c-amd756: merge changes from kernel 2.5.54;
460                     check for invalid transaction
461  Module i2c-amd8111: merge changes from kernel 2.5.54
462  Module i2c-i801: Add support for 82801EB (ICH5)
463  Module i2c-i810: Fix for some chips
464  Module i2c-nforce2: New
465  Module i2c-piix4: Check for invalid transaction
466  Module i2c-sis5595: Check for invalid transaction; add more blacklist IDs
467  Module i2c-sis645: Add support for SiS648, SiS651, SiS745, and SiS746
468        north bridges; SiS962 and SiS963 south bridges
469  Module i2c-viapro: Check for invalid transaction
470  Modules mtp008, smsc47m1, vt1211, vt8231, w83781d: Standardize and improve
471          pwm and pwm enable support; update docs
472  Module smbus-arp: Check adapter for HW or SW PEC support;
473                    add reset option
474  Module w83781d: Add support for w83791d
475  Module w83627hf: New
476  Program decode-dimms.pl: Recognize DDR and Rambus
477  Program eeprom: Fix writes for small eeproms
478  Program eeprom, eepromer: Use local i2c-dev.h for build
479  Program fancontrol: New
480  Program lm_sensors.init: Call sensors -s in start()
481  Program mkpatch: Fix vt8231 compile; keep tsunami from menu on non-alpha;
482                   Add adm1026,lm85 support;
483                   Remove sensors.c file; add sensors_compat.h;
484                   Remove patches to i2c-core.c and drivers/char/mem.c;
485                   Now works only for kernels 2.4.13 or later
486  Program p4b_smbus: Fix 'make install';
487                     Install in same place as other modules;
488                     Clear correct bits in config word
489  Program pwmconfig: New
490  Program sensors: add adm1026, lm85, w83791d support
491  Program sensors-detect: Add super i/o detection (smsc47m1, vt1211,
492                          w83627hf, w83627thf, w83697hf);
493                          Add support for SiS651, SiS961, SiS745, SiS746;
494                          Support dmidecode 2.0 and later;
495                          Fix "C" format error;
496                          Add support for adm1026, 82801EB (ICH5), W83791D;
497                          Add support for w83l785ts, nForce2;
498                          Fix UTF-8 incompatibility;
499                          Better support for lm75;
500                          Add support for lm83
501
5022.7.0 (20021208)
503  NOTE: Requires i2c-2.7.0 or newer.
504  File doc/busses/i2c-ali1535: Add license, miscellaneous changes
505  File doc/busses/i2c-ali15x3: Add license, miscellaneous changes
506  File doc/busses/i2c-sis645: Add license
507  File doc/chips/lm92: Add license, features
508  File doc/chips/maxilife: Add license, parameters, features
509  File doc/chips/smartbatt: Complete rewrite
510  File doc/chips/vt8231: Add license, parameters
511  File sensors.conf.eg: Add section for lm75; complete the lm78 section
512  Library: Add support for MC1066; add multiple VRM version support for lm87;
513           enhance adm1023 support; initial support for Sony Vaio eeprom;
514           add support for bmcsensors; add hacks for additional dummy drivers
515  Makefile: Take kernel source location from /lib/modules/x.x.x/build;
516            add flags for x86_64 compiles
517  Module adm1021: Add support for MC1066
518  Module bmcsensors: New       
519  Module dmi_scan: Rename symbol duplicated in kernel; apply fixes from
520                   kernel 2.5.43; fix 2.2 kernel compiles
521  Module gl518sm: Iterate allowed only for rev 0x00
522  Module i2c-amd756: Configure base address for nForce support;
523                     check for uninitialized base address;
524                     add support for amd8111 (SMBus 1.0)
525  Module i2c-amd8111: New (SMBus 2.0)
526  Module i2c-ipmb: New
527  Module i2c-ipmi: New
528  Module i2c-keywest: Sync with kernel 2.4.20
529  Module i2c-sis630: Add support for SiS730
530  Module i2c-sis645: Improve support for SiS645/961;
531                     add support for SiS645DX/961 and SiS735;
532                     fix 2.2 kernel compiles
533  Module i2c-viapro: Add support for VT8233A (new ID 0x3177) and VT8235
534  Module lm87: Add multiple VRM version support
535  Module vt1211: Fix inx limits and alarms; fix in0
536  Module vt8231: Fix inx limits and alarms; fix in0
537  Module w83781d: Fix in0/in1 initialization
538  Module smartbatt: New
539  Modules (several): Remove #ifndefs, require i2c-2.7.0; HZ fixes
540  Program decode-dimms.pl: Code cleanup; valid HTML; better HTML output;
541                           stop decoding on checksum error
542  Program dmidecode: Fix read bug; upgrade to version 1.8
543  Program doc-insmod: Complete rewrite; fix author output
544  Program doc-features: Complete rewrite; handle missing sysctl entries;
545                        handle unknown prefix with suggestion
546  Program lm_sensors.init: Remove spaces bug; add green/red output
547  Program mkpatch: Fix dmi_scan module compile; add sis630, sis645, amd8111
548  Program rrd: Add sanity limits to newly-created RRD.
549  Program sensord: (v0.6.2) Add sanity limits to newly-created RRD.
550  Program sensors: Add support for MC1066, Rambus Rimms;
551                   fix w83781d temp3 alarm; fix gl518sm rev 0x00 recognition;
552                   initial support for Sony Vaio eeprom
553  Program sensors-detect: Add support for MC1066, smart battery, 8235,
554                          IPMI, AMD8111; add help if no sensors found;
555                          add ACPI method for IBM system detection;
556                          work with old Perl versions again;
557                          initial support for Sony Vaio eeprom
558
5592.6.5 (20020915)
560  NOTE: Requires i2c-2.6.1 or newer, or kernel 2.4.13 or newer.
561  File sensors.conf.eg: Fix temp[23] for as99127f; add vt8231
562  Library: Fix fan3_div writes for w8378* and it87; add vt8231
563  Module dmi_scan: new
564  Module ds1621: Fix enable/disable
565  Module eeprom: Do not corrupt 24RF08's when checksum=1
566  Module i2c-i801: Check for uninitialized base address;
567                   enable if not enabled
568  Module i2c-piix4: Refuse to load on IBM systems to prevent 24RF08 corruption
569  Module i2c-sis630: new
570  Module i2c-sis645: new
571  Module lm92: Fix in-kernel initialization
572  Module via686a: Remove VT8231 support
573  Module vt8231: new
574  Module w83781: recognize Asus "ASB100 Bach" as AS99127F
575  Program dmidecode: new
576  Programs i2cdetect, i2cdump, i2cset, isadump: Now installed by 'make install'
577  Program mkpatch: Add Config.in entries for, lm92,
578                   pcf8574, pcf8591, smsc47m1, vt1211;
579                   add dmi_scan
580  Program p4b_smbus: Fix compile for SMP and MODVERSIONS; fix PCI ID problem
581  Program lm_sensors.init: fix stop()
582  Program sensord: (v0.6.1) Add /usr/local/etc to config file path;
583                   add support for logging loadavg in RRD;
584                   fix down-converting raw labels for RRD;
585                   update chip support, still behind sensors
586  Program sensors: Add /usr/local/etc to config file path;
587                   fix -c and -u flags; add vt8231
588  Program sensors-detect: recognize Asus "ASB100 Bach" as AS99127F;
589                          refuse to run on IBM systems;
590                          fix sysconfig module numbering;
591                          change quick write to not corrupt 24RF08's
592
5932.6.4 (20020719)
594  NOTE: Requires i2c-2.6.1 or newer, or kernel 2.4.13 or newer.
595  File doc/vid: New
596  File include/sensors_vid.h: New
597  File sensors.conf.eg: Add vt1211, smsc47m1
598  Library: Add multiple VRM version support for adm1025, w83781d;
599           fix 'flex scanner jammed' on some systems;
600           add vt1211, smsc47m1, lm92;
601           fix access mode checking
602  Makefiles: For 2.4+ kernels, modules now install in
603             kernel/drivers/[i2c,sensors] , not misc/ , and
604             'make install' removes old versions in misc/ .
605             Use $CFLAGS and $CPPFLAGS if defined.
606  Module adm1025: Add multiple VID version support
607  Module ds1307: new
608  Module i2c-amd756: Add nVidia nForce support; fix block read length;
609                     reliability improvements
610  Module i2c-hydra: Flush posted writes
611  Module i2c-i801: Add support for 82801DB (ICH4)
612  Module i2c-i810: Flush posted writes
613  Module i2c-savage4: new
614  Module i2c-viapro: Add support for VT8231 (0x8235), VT8233A (0x3147)
615  Module i2c-voodoo3: Flush posted writes
616  Module ds1307: New
617  Module lm92: New
618  Module smbus-arp: new
619  Module smsc47m1: new
620  Module via686a: Add support for VT8231 sensors
621  Module vt1211: new
622  Module w83781d: Add multiple VID version support; fix temp alarms
623  Program eeprom: new
624  Program i2cdump: Add smbus block command specification, add PEC support
625  Program lm_sensors.init: new
626  Program mkpatch: Add sensors_vid.h, i2c-savage4, lm92,
627                   pcf8574, pcf8591, smsc47m1, vt1211
628  Program p4b_smbus: Add support for ICH4
629  Program rrd: Fix swapped CPU and MB temps in summ_week.cgi
630  Program sensord.init: Renamed, was prog/init/sensors
631  Program sensord: Major update, now requires rrd source;
632                   not compiled by default
633  Program sensors: Recognize DDR SDRAM; add adm1025 VID; add -A
634                   (don't display algo. and adap.) option;
635                   add vt1211, smsc47m1, lm92
636  Program sensors-detect: Add VT8231, VT8233A, several S3 devices;
637                          add 82801DB, LM85; fix perl warnings;
638                          generate /etc/sysconfig/lm_sensors for
639                          lm_sensors.init script
640
6412.6.3 (20020322)
642  NOTE: Requires i2c-2.6.1 or newer, or kernel 2.4.13 or newer.
643  Chip modules (most): Allow THIS_MODULE definition for kernels 2.2.18+
644  File doc/chips/it87: add more temp_type help
645  File sensors.conf.eg: Un-ignore it87 in8, temp3, fan3;
646                        add adm1021 section; add lm87 AIN[1,2] template;
647                        swap negative voltage limits for 782d,783s,627hf,
648                        697hf,it87; add more it87 help; swap neg. voltage
649                        limits for lm78(-j), lm79, w83781d, as99127f
650  Library: Add PCF8591, W83697HF, ADM1023 support;
651           fix w83* fan_min computes;
652           swap neg. voltage limits for lm78(-j), lm79, w83781d, as99127f
653  Module adm1024: Add MODULE_LICENSE("GPL")
654  Module bt869: Add s-video out and DVD resolution support
655  Module eeprom: Add support for locations 128-255; rename /proc entries in hex
656  Module fscscy: implement min/max for voltages and fans
657  Module i2c-amd756: Add support for AMD768
658  Module i2c-i810: Add support for 810E
659  Module i2c-keywest: Big update, sync with kernel 2.4.18
660  Module i2c-piix4: Check for uninitialized base address
661  Module i2c-sis5595: Blacklist 645, 735
662  Module i2c-viapro: Check for uninitialized base address
663  Module gl518sm: Standardize /proc entries in0-3
664  Module lm87: Fix in0, in1, in5 initial limits; ain[1,2] -> in[6,7];
665               fan -> fan1; fix temp2 limit writes
666  Module pcf8574: Add support for PCF8574A; /proc interface changed
667  Module pcf8591: new
668  Module sis5595: Blacklist 645, 735
669  Module w83781d: Add W83697HF support; allow force_subclients parameter
670                  for Tyan 2460
671  Programs decode-dimms.pl, decode-xeon.pl: Update for new /proc names
672  Program decode-vaio.pl: new
673  Program i2cdump: Add i2c block read capability (requires i2c-2.6.3);
674                   add text output
675  Program init/sensors: New SysV init script
676  Program mkpatch.pl: Add support for fscscy, add more help entries
677  Program p4b_smbus: new
678  Program rrd: Install summ_week.cgi
679  Program sensors: Add PCF8591, W83697HF, ADM1023 support,
680                   clean up chassis intrusion prints
681  Program sensors-detect: Add several Nvidia chips, add PCF8591, add 810E;
682                          fix Via686a and it87 detection;
683                          add AMD768, IPMI-BMC-KCS and -SMIC; add Via 8231;
684                          fix uninitialized values; it87 beats lm78
685
6862.6.2 (20011118)
687  NOTE: Requires i2c-2.6.1 or newer, or kernel 2.4.13 or newer.
688  Chip Modules (all): malloc.h -> slab.h
689  Modules (all): Add MODULE_LICENSE("GPL")
690  File doc/FAQ: More updates and additions
691  File sensors.conf.eg: Fix it87 in5,in6 (-12,-5) calculations
692  Library: Add fscpos and fscscy support, fix gl520 in4 ID,
693           update it87 alarm ID's.
694  Module fscpos: new (Fujitsu-Siemens Poseidon driver)
695  Module fscscy: new (Fujitsu-Siemens Scylla driver)
696  Module i2c-amd756: Improve busy handling/printk's
697  Module i2c-i801: Add 82801CA/CAM support
698  Module i2c-keywest: Sync with PPC people, it works now
699  Module i2c-piix4: Add Intel 82443MX and SMSC Victory66 support
700  Module i2c-viapro: Add Via VT8233 support
701  Module it87: Merge alarm_* /proc entries to alarms
702  Module sis5595: Fix support for rev B0
703  Module via686a: Make limit initializations reliable
704  Module w83781d: Allow init=0 parameter to bypass initialization
705  Program isadump: Add flat address space (PCI) support
706  Program mkpatch.pl: Add support for i2c-ali1535, adm1024, ds1621,
707                      fscpos, it87, maxilife, mtp008
708  Program sensors: Fix w83781d temp precision
709  Program sensors-detect: Add ALI1535, Via VT8233, it87 (i2c),
710                          Fujitsu Poseidon and Scylla, 
711                          Intel 82443MX and 82801CA/CAM detection,                     
712                          add ITE 8172G detection (driver in kernel 2.4.10)
713
7142.6.1 (20010830)
715  File BUGS: Updated
716  File doc/FAQ: More updates and additions
717  File doc/chips/adm1021: Claim support for Philips NE1617, NE1617A
718  File sensors.conf.eg: Fix/enhance it87 section
719  Library: ds1621 and it87 updates
720  Module i2c-ali15x3: Allow force_addr=0xaddr; enable if not enabled.
721  Module i2c-amd756: Add AMD 766 support
722  Module i2c-i801: Fix 82801BA detection broken by kernel 2.4.6
723  Module i2c-piix4: Add Serverworks CSB5 support
724  Module i2c-sis5595: Recognize unsupported chips and refuse to load
725  Module adm1025: Fixed temp2 min/max writes
726  Module ds1621: Add 12-bit precision mode
727  Module it87: Enable all alarms, add in8 support, add sensor type selection
728  Module sensors: Don't initialize i2c-proc (moved to i2c-core);
729                  remove support for module
730  Module sis5595: Recognize unsupported chips and refuse to load
731  Module w83781d: Fix fan speed for as99127f (broken by 2.6.0)
732  Program eepromer: new
733  Program mkpatch.pl: Fix dependencies on i2c-proc; disallow compilation
734                      of sensors.c as a module in kernel
735  Program sensors: it87 updates; adjust temp. precision for some chips
736  Program sensors-detect: Fix ADM1024 and ADM1025 detection;
737                          recognize unsupported SiS chips;
738                          recognize AMD 766 and Serverworks CSB5.
739
7402.6.0 (20010612)
741  NOTE: i2c-2.6.0 MUST BE be compiled AND installed first!!!
742        If your make fails because it can't find <linux/i2c-proc.h>, you
743        forgot this step!!!
744  File doc/FAQ: Many, many updates and additions
745  File doc/busses/i2c-sis5595: new
746  File doc/busses/i2c-tsunami: new
747  File doc/chips/it87: new
748  File doc/chips/via686a: Claim support for 686b.
749  File README.thinkpad: new
750  File sensors.conf.eg: Adjust as99127f in5 (-12V) and temp2 calculations;
751                        Add lm87, adm9240, ds1780, lm81 templates;
752                        Enhance help comments in file;
753                        Add Tyan S2510 dual-MTP008 example;
754                        Make separate sis5595 section.
755  Include file i2c-isa.h: No longer required, moved to i2c.h in i2c package
756  Include file sensors.h: Most contents moved to i2c-proc.h in i2c package
757  Library: Fix/standardize some lm87 and mtp008 entries; add sis5595 in4;
758           Add support for maxilife-nba and amd1024;
759           Change from sensors_* to i2c_* globals for new i2c-proc.[ch]
760  Chip Modules (all ISA): Remove #include "i2c-isa.h"
761  Chip Modules (all): Change from sensors_* to i2c_* globals
762                      for new i2c-proc.[ch]
763  Makefiles: enhance to support Alpha architecture
764  Module adm1021: Fix lm84 and gl523sm support
765  Module adm1024: new
766  Module i2c-i801: Chip detection cleanup
767  Module i2c-i810: Fixed i2c_i810_init() not found in patched kernel
768  Module i2c-sis5595: Allow force_addr=0xaddr; enable if not enabled.
769  Module i2c-tsunami: New
770  Module i2c-via: Ensure i2c bus is tristated correctly.
771  Module it87: new driver for IT8705, IT8712, Sis950 chips
772  Module lm78: Recognize chipid=0x20
773  Module lm87: Fix in0, in1 (2.5V and Vccp1) calculations
774  Module mtp008: Fix temp initializations;
775                 Save BIOS pin configuration of temps and fans;
776                 Fix sensor type reads/writes and fan min writes;
777                 Fix spurious invalid sensor type messages
778  Module sensors: Disabled, moved to i2c package as i2c-proc.c; only
779                  used for patched kernel now.
780                  Add xxx_init() calls for drivers added to mkpatch in 2.5.5.
781  Module sis5595: Fix temp, add in4 for chip revision 0xc0;
782                  Allow force_addr=0xaddr
783  Module via686a: Allow force_addr=0xaddr (for A7V/K7V boards)
784  Module w83781d: Don't reinitialize as99127f chip; this may cause fan/temp
785                  reading changes; Add messages for subclient
786                  registration failure
787  Programs i2cdetect, i2cdump: add devfs /dev/i2c/x support
788  Program i2cset: new
789  Program isadump: fix for Alpha arch. compiles
790  Program mkpatch.pl: Fix adm9240 typos; Add more chips to Configure.help;
791                      Remove ltc1710; Fix i2c_sis5595 typo;
792                      Support kernel 2.4.5 makefile change;
793                      Add i2c-tsunami; fixed i2c-voodoo3 configuration
794  Program sens_update_rrd: new
795  Program sensord: Add -d (debug) and -p (pid-file) options
796  Program sensors: Change reported version from 1.3 to the lm_sensors version;
797                   Fix swapped limit and hysteresis on 9240, 5595, 686a;
798                   Change mtp008 temps from max/min to limit/hyst;
799                   Add maxilife-nba, adm1024, it87 support.
800  Program sensors-detect: Recognize lm78 with chipid=0x20;
801                          Recognize SMSC Victory66 South Bridge;
802                          Add devfs /dev/i2c/x support;
803                          Add adm1024, it87xx support; Add thinkpad warning.
804  Program tellerstats: new
805
8062.5.5 (20010115)
807  NOTE: i2c-2.5.5 MUST BE be compiled and installed first, UNLESS
808        you have kernel 2.4.0-prerelease or greater.
809  Chip modules (all): Update mutex definition (works now for new 2.2 kernels)
810  File doc/developers/proc: new
811  File sensors.conf.eg: Add mtp008 entries, adm1025 entries
812  Library: Add ds1621, mtp008 support
813  Module adm1021: Add support for adm1021a / adm1023
814  Modules adm1021, thmc50: Rename /proc entries to temp[1-2]
815  Module adm1025: Add support for remote temp; rename /proc entries to
816                  in[0-5] and temp[1-2]; fix negative temp readings
817  Module adm9240: Rename /proc entries to in[0-5]
818  Module ddcmon: allow force and force_ddcmon parameters
819  Module ds1621: new
820  Module i2c-ali1535: Enhance error checking and recovery; add mutex
821  Module i2c-i810: Add "dummy write" before reads per Intel prog. ref.
822  Module i2c-piix4: add support for ServerWorks southbridge OSB4
823  Module lm87: cleanup, update voltage calculations
824  Module mtp008: new
825  Module pcf8574: change update time to 5 seconds
826  Modules sis5595, i2c-sis5595: Check for uninitialized base addresses
827  Module w83781d: fix beep setting via /proc
828  Programs editticket, readticket: new
829  Program mkpatch.pl: only works with 2.2 and 2.4 kernels; 2.3 support removed
830  Program mkpatch.pl: more fixes; now adds many more modules
831  Program sensors: Add ds1621, mtp008 support; add -f (Fahrenheit) option;
832                   add adm1025 temp2; report temp limits correctly as
833                   min/max or limit/hysteresis; print message if no
834                   sensors are found. Removed false errors from lm87 reads.
835  Program sensors-detect: Add ds1621, mtp008 detection;
836                          add ServerWorks detection
837
8382.5.4 (20001012)
839  Module i2c-viapro: Add support for Via 596B (0x3051)
840  Program m7101: moved to CVS tree, updated for 2.4.0 kernels
841  Program mkpatch.pl: fixed infinite loop
842  Program sensors-detect: Detect Via 596B (0x3051)
843
8442.5.3 (20001008)
845  NOTE: i2c 2.5.3 MUST BE be compiled and installed first.
846  File useful_addresses.html: update
847  Library: Add lm87 support
848  Module pcf8574: new
849  Module i2c-ali1535: new
850  Module i2c-ali15x3: removed force #ifdef.
851  Module i2c-i801: support Intel 82801BA (815E chipset)
852  Module i2c-i801: add i2c block write support, fix smbus block bugs
853                   (requires i2c 2.5.3 package)
854  Module i2c-i810: support Intel 82815
855  Module lm87: new
856  Module sensors: Fix for kernel 2.4.0-test8
857                  (remove copy_to_user_ret and put_user_ret)
858  Module w83781d: limit fan divisors to 8 max. for as99127f
859  Program decode-dimms: Add html output option, update for SPD spec 1.2B.
860  Program i2cdump: Add smbus block read support
861  Programs i2cdetect, i2cdump: Improve error reporting
862  Program sensors: new switch -u (--unknown)
863  Program sensors-detect: detect Intel 82801BA (815E chipset)
864  Program sensors-detect: detect Intel 82815
865  Program sensors-detect: detect ITE IT8705F / IT8712F (no driver yet)
866  Program sensors-detect: detect National LM87
867  Program sensors-detect: detect nVidia devices supported by i2c-riva.o
868  Program sensors-detect: Improve error reporting
869
8702.5.2 (20000709)
871  File sensors.conf.eg: Fix lm80 in8 calculation
872  Module w83781d: W83783S no longer crashes on unloading
873  Program sensors-detect: more robustness in case of unknown i2c adapters
874  Program sensors-detect, libsensors: fix eeprom size reporting
875  Program sensord: more flexibility, support for alarm scanning etc.
876  Program sensors: support for ignore setting on sensor alarms.
877  Programs: understand /dev/i2c* files (instead of /dev/i2c-*) too.
878
8792.5.1 (20000618)
880  Library: Add adm1025 support
881  Module adm1025: new
882  Module ddcmon: Fixed bus scan which could hang SMBus
883  Module i2c-keywest: new
884  Module maxilife: Add support for Maxilife '99 (NBA)
885  Module via686a: Enable sensors if not enabled by BIOS
886  Module w83781d: Improve w83783s support, w83627hf always has 2 pwm
887  Module w83781d: Fix sensor2&3 selection, enable VBAT (in8) monitoring
888  Module w83781d: Remove as99127f entries for in7-8, pwm3-4, sensor1-3
889  Module w83781d: Fis as99127f fan speed (was 66% too high)
890  Module w83781d: Improve beep input checking
891  Program i2cdump: Add Winbond-style bank selection
892  Program isadump: Add Winbond-style bank selection
893  Program sensors: Add adm1025 support.
894  Program sensors: Remove some as99127f entries, fix as99127 "(beep)"
895  Program sensors-detect: Fix i801 detection, add adm1025 driver entry
896  File sensors.conf.eg: Add Maxilife '99 entries
897  File sensors.conf.eg: Remove some as99127f entries.
898    Note: For as99127f, reinstall sensors.conf.eg manually (make install
899          won't reinstall it) or else 'sensors -s' will fail.
900
9012.5.0 (20000312)
902  Dropped all kernel 2.0 and 2.1 compatibility
903  Module i2c-i810: new
904  Module ddcmon: new
905  Module via686a: new
906  Module i2c-amd756: fixed region request
907  Module i2c-voodoo3: Converted to use i2c-algo-bit layer
908  Module w83781d: Don't change pin settings at initialization;
909                  also fix chip detection.
910  Library: Support for ddcmon and via686a
911  Program sensors-detect: Support for ddcmon and via686a
912  Program sensors: Support for eeprom, ddcmon and via686a
913
9142.4.5 (20000116)
915  Introduced DESTDIR installation prefix
916  Module lm80: fixes, temperature now read and set correctly
917  Module i2c-voodoo3: driver enhancements
918  Module w83781d: fixes, AS99127 works much better now
919  Library: New ignore keyword in config file
920  Programs: Support for new ignore keyword
921  Program sensors-detect: Support for MGA detections
922
9232.4.4 (19991201)
924  Addition of the alpha release of AMD 756 SMBus host support.
925  Many fixes and updates to the gl518sm driver
926  Updates and fixes for device detection
927
9282.4.0 (19990920)
929  Too much to list.
930  i2c and smbus parts are split off to a separate i2c package.
931  New drivers and other stuff.
932
9332.3.4 (19990616)
934  Module matorb: driver for Matrix-Orbital Displays (small LCD and VFDs)
935  All: Now compiles against kernel 2.0.x (again ;)
936  Module gl518sm: some updates and refinements
937
9382.3.3 (19990603)
939  All: Now compiles against kernel 2.3.x (x >= 1)
940  Module i2c-voodoo3: Timing issue fixes
941  Module bt869: Seems to be functional and relatively well tested
942  Many modules were modified to be more compatible with the new
943   Mutex structure in the new experimental kernels.
944
9452.3.2 (19990507)
946  Module i2c-hydra: Now compiles on 2.0.x kernels
947  Module i2c-lm75: Slightly better detection
948  * New, but not compiled by default:
949  Module i2c-voodoo3: beginning of Voodoo3 I2C bus driver
950  Module bt869: Beginning of BT869 (PAL/NTSC video converter) driver
951
9522.3.1 (19990501)
953  All: Now compiles on PPC
954  Module i2c-hydra: NEW
955  Module i2c-proc: Buffer overflow removed: `less /proc/bus-i2c-0' now works
956  Module w83781d: Removed deadlock (mutex was not initialized)
957  Documentation: A few glitches removed
958  Makefile: default module installation directory is now
959            /lib/modules/current/extra/misc
960  Program sensors-detect: PPC Hydra now detected
961  Program sensors: Now prints complete GL518SM information
962  Program sensors: SIS5595, ADM1021, MAX1617(A), ADM9240, DS1780 added
963
9642.3.0 (19990422)
965  All: Many, many changes and improvements
966  All: Many small bugs and problems removed
967  Modules: New insmod parameters
968  Modules: Much improved chip detection
969  Module maxilife: NEW
970  Module adm1021: MAX1617A now also supported
971  Module adm9240: DS1780 now also supported
972  Module w83781d: W83782D and W83783S now also supported
973  Program sensors-detect: NEW
974  Library: All chips now supported
975  Documentation: Very much improved
976
9772.2.2 (199903??)
978  Just some minor updates and bug fixes.
979
9802.2.1 (19990218)
981  All: Removed compile warnings
982  Module i2c-dev: Small bug removed if DEBUG=1 was used
983  Module sis5595: Now compiles for 2.0 kernels
984  Module adm1021: Detection corrected
985 
9862.2.0 (19990216)
987  All: Set copyrights to include 1999
988  All: Small bugfixes
989  I2C: Upgraded to newest archive of Simon Vogl
990  Module i2c-dev: NEW
991  Module i2c-ali15x3: NEW
992  Module i2c-via: This is old module bit-mb, now moved to the main lm_sensors
993     directories, and somewhat improved
994  Module sis5595: NEW
995  Modules: Renamed all bus modules to i2c-*, new directory lay-out
996  Library: Support for new chip drivers, several small bugs fixed
997  Library manual pages: NEW
998  Program i2cdetect: Moved to detect directory
999  Program detect.pl: NEW
1000  Program doc-features: NEW
1001  Program sensors: Added man-page
1002  Document BUGS: Added cdrom bug and kernel i2c conflict
1003 
10042.1.2 (19990116)
1005  Modules lm80.o, w83781d.o: fan-related Segmentation fault corrected
1006  Module gl518sm.o: yet more bug fixes. It should at long last be usable now
1007  Documentation in doc/kernel: NEW
1008
10092.1.1 (19990107)
1010  Module i2c-proc.o: Hack to make /proc/bus/ possible for kernels 2.0.35
1011                     and older
1012  Module gl518sm.o: Miscelaneous bugs and problems solved
1013  Program isadump: NEW
1014
10152.1.0 (19981230)
1016  Library: Completely NEW
1017  Program sensors: NEW
1018  Program grab_busses: NEW
1019  Program decode-dimms: More information
1020  Module bit-mb.o: Removed spurious semicolon; now runs on more VIA chipsets
1021  Module w83781d.o: NEW
1022  Module lm80.o: NEW
1023  Module gl518sm.o: new procfile beep, several small updates
1024  Modules: Now use pin readings, no more scaling within the kernel (use the
1025           library instead)
1026 
10272.0.2 (19981214)
1028  Module eeprom.o: NEW
1029  Program decode-dimms: NEW
1030  Modules: fill_inode fix, will stop segfaults on unloading in kernels after
1031           2.1.58
1032  Modules: Somewhat less verbose on transfers
1033  Module lm78.o now recognizes and handles lm78-j and lm79
1034
10352.0.1 (1998121?)
1036  Module gl518sm.o updates, to make it actually work
1037  Module lm75.o high/low-byte swapping write bug fixed
1038
10392.0.0 (19981209)
1040  Initial release
Note: See TracBrowser for help on using the browser.