patch provided by Sergio Jimenez in PR 26355
* The modified BSD license is set from this version.
* Logging facility in the daemon mode is included (but unabled
in default, contribution by David Quattlebaum ).
* IIR low path filter smoothing method is included for plotting
graphs in xmbmon (contribution by Takayuki Hosoda).
* Manual files are contributed by Nicolas Rueff .
* Winbond W83791D, W83627THF chips are supported.
* Initialization of ADM9240 chip for some Intel motherboards
(by Alex Vasylenko).
* SMBus access of ALI1533/1543 chipset (Aladdin IV, V)
is supported.
* ISA access of 2nd and 3rd temperatures for Winbond chips fails
in most of motherboard. Due to this problem, fraction of these
temperatures is always 0.5. This "bug" is fixed now.
* Others: Fixing small bugs.
"""
Patch for fixing a long standing bug in xmbmon version 2.00-2.03
(April 7, 2004): here; this is for 2nd and 3rd temperatures in Winbond
chips with ISA access (no problem with SMBus access).
"""
Bump both mbmon's/xmbmon's PKGREVISIONs to 1.
changes since 2.01:
* Genesys Logic GL512SM and GL520SM sensors are supported.
* Intel ICH5 SMBus access supported.
* LM85, Analog Devices ADM1024/1025/1027/ADT7463,
and SMSC EMC6D10X sensors are supported.
* Analog Devices ADM1020/1021/1023 temperature sensors are supported.
* A log standing bug from version 2.00 in the treatment of
fan-divisor for the IT87xxF sensor chip is fixed.
* NetBSD/OpenBSD support is added (by a contribution of a patch
given by Stephan Eisvogel). "./configure; make" just works.
* The AMD8111 and NVidia nForce2 SMBus access is supported
(by information from Alex van Kaam).
* National Semiconductor LM90 temperature sensor is supported.
* Winbond W83L784R, W83L785R, W83L785TS-S sensors are supported.
* The case of two sensor chips are supported.
* Others: Fixing small bugs, clean-up the code.
only enable it on that platform. Others can be enabled when they are
known to work.
Re-format the Makefile.common whitespace to be more aesthetically pleasing.