root/lm-sensors/trunk/CHANGES @ 2764

Revision 2764, 55.5 KB (checked in by khali, 9 years ago)

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