root/lm-sensors/trunk/CHANGES @ 2709

Revision 2709, 54.0 KB (checked in by phil, 9 years ago)

(Phil) Tag and release 2.8.8

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