root/lm-sensors/trunk/CHANGES @ 2612

Revision 2612, 51.5 KB (checked in by khali, 9 years ago)

Update.

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