home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / bonus / athlon / files / installspeedfan411.exe / speedfan.txt < prev   
Text File  |  2004-02-23  |  38KB  |  665 lines

  1. SpeedFan 4.11
  2. Copyright 2000-2004 by Alfredo Milani-Comparetti (alfredo@almico.com)
  3.  
  4.  
  5. There are so many changes every time that I release a new version that I've chosen to
  6. update mainly the web page. Currently it's located at:
  7.  
  8. http://www.almico.com/speedfan.php
  9.  
  10. What it does:
  11. SpeedFan is a freeware program that monitors fan speeds and temperatures in computers with
  12. a known monitoring chip. Its main feature is that it can control the speed of the fans
  13. according to the temperatures inside your pc, thus reducing noise and power consumption.
  14. SpeedFan can also access S.M.A.R.T. HD data and temperatures (if available).
  15.  
  16. How to setup:
  17. Use the installer and read the HELP FILE.
  18.  
  19. Feedback:
  20. Feel free to contact me at alfredo@almico.com if you've got any question or suggestion or
  21. discover any strange behaviour.
  22. I would like to receive an e-mail from those of you who try and find useful my program.
  23. Not much: just a line of text.
  24. Thanx for your attention :-)
  25.  
  26. History:
  27.  
  28. 0.90 - first release
  29. 0.92 - added basic taskbar icon showing temperature 1
  30.      - buffered taskbar icons to speed up repainting
  31.      - set to 100 the upper limit for fan speeds
  32. 0.94 - DLL and SYS files are searched in the same directory as the EXE (in earlier
  33.        releases they were searched in a fixed path, causing some users to be unable
  34.        to run the program properly)
  35.      - used an internal font to show temperature 1 on the taskbar
  36.      - added support for WINBOND W83627HF
  37. 0.95 - improved taskbar font appearance
  38.      - taskbar icon is update only when necessary
  39.      - taskbar appearance is now stored in INI
  40.      - added option to set fans at full speed on program exit
  41.      - SYS and DLL are now searched in the executable directory
  42. 0.96 - if it's impossible to find SYS and DLL files in the EXE directory, then they're
  43.        searched in default directories
  44.      - Gudjon Adalsteinsson submitted a bug in processing WARNING TEMPERATURES when the
  45.        temperature index was different from fan index: now it's fixed
  46. 1.00 - fan speed readings can be limited by a user defined value useful when bad values
  47.        are retrieved from sensors)
  48.      - added a user definable value for the delta value used to increase or lower fan
  49.        speeds (useful for those of you with CPUs that change their temperature very
  50.        quickly)
  51. 2.00 - added a checkbox to enable DEBUG MODE that will issue more info in the message
  52.  b2    box
  53.      - added PCI SCANNING to enable CHIPSET detection
  54.      - added preliminary SMBus support for Intel PIIX4 and Intel PIIX4E
  55.      - increased compatibility with other monitoring software
  56.      - preliminary AMD756 detection
  57.      - preliminary INTEL ICH 82801AA/AB/BA detection
  58.      - preliminary VIA VT82C686A support
  59.      - preliminary VIA VT82C596 support
  60.      - completely rewritten sensor detection routines
  61.      - avoided a FLOATING POINT ERROR
  62.      - tested with Intel PIIX4tested with VIA VT82C686
  63.      - tested with Winbond W83783S
  64.      - added USE ISA BUS and USE SMBus options
  65. 2.00 - added SUPERBETA DIMM readings to check SMBus functionality
  66.  b5  - added AMD756 SMBus support
  67.      - AMD756 support starts working!
  68.      - buffered some UI values to lower CPU usage and improve reliability
  69.      - Winbond sensors' detection routine shows ChipId and VendId for unknown sensors
  70.      - DIMM info now shows a message if no info is found
  71.      - tested with INTEL 82801AA
  72.      - completely rewritten the logic that changes fan speeds
  73. 2.02 - done extensive testing with SMBus and PIIX4E
  74.  b1  - buffered all UI values to lower CPU usage
  75.      - extensive testing of the new fan speeds' changing strategy
  76.      - DIMM INFO seem to work fine though I'm not sure if it will work with every DIMM
  77.      - starting tests to use AS99127F ($31), W83781D and W83782D fan ON/OFF
  78.      - trying to use register $59 to control FAN1 on AS99127F ChipID=$5CA3, ID=$31 and
  79.        ChipID=$12C3, ID=$31
  80.      - preliminary AS99127F fan speed changing support thanx to Carlo Adami!
  81.      - should have been fixed an overflow that led to showing -256MB with 256MB DIMMs
  82.      - removed SCAN PCI FOR CHIPSET checkbox as it was a safety measure in case
  83.        something didn't work properly with it, but nobody ever reported any problem
  84. 2.03 - VENDOR ID=$FFFF and CHIP ID=$FF are no longer shown as detected
  85.      - fixed a minor bug that caused two sensors to seem to be detected when they have
  86.        got the same CHIP ID (like some from ASUS and WINBOND) (thanx to Aaron Larson)
  87.      - removed a lot of debug messages from SMBus (mostly 'reset' and 'NOT completed')
  88.      - added a filter on collected values (for temperatures) in order to ignore single
  89.        peak readings that are obviously wrong
  90.      - added FAN2 control for AS99127F (thanx again to Carlo Adami)
  91.      - by popular demand :-) info on the main page are now put in a memo and can be
  92.        cutted&pasted :-)
  93.      - when in debug mode, the main page shows which southbridge has been detected
  94.      - VT82C596 southbridge has been removed from the supported list as it has been
  95.        reported not to work properly :-(
  96.      - added a button for sending a report without having to cut and paste :-) you are
  97.        not forced to specify an email address, but it would be of use in case you
  98.        expect some support
  99. 2.05 - applied changes to INTEL SMBus support to increase its compatibility with ICH,
  100.        ICH0 and ICH2
  101.      - DIMM INFO memo box is now READ ONLY :-)
  102.      - FANx% are now properly disabled according to sensor capabilities
  103.      - trying to ignore spurious high values for fan readings
  104.      - fan readings are now reduced to one third as they are only informational and
  105.        not vital, thus reducing BUS overhead
  106.      - almost completely rewritten INTEL SMBus support
  107.      - enabled support for Intel ICH2 SouthBridge (I wrote "AB" instead of "BA" in the
  108.        code)... all CUSL2 users should be happy now :-) thanx to Massimiliano Battaglia
  109.        for extensive testing and debugging!
  110.      - added an option to specify your motherboard model when sending a report (please,
  111.        use this feature :-))
  112.      - added a preliminary detection routine for LM75 and LM78
  113.      - negative temperatures should be handled properly now
  114. 3.00 - completely rewritten the whole program :-)
  115.  PR2 - tray icon background should be fixed now
  116.      - added detection for multiple southbridges on the same PC
  117.      - added detection for multiple sensors
  118.      - sensors' selection and use is now fully configurable
  119.      - added full support for ADM1021, THMC10 and MAX1617A
  120.      - added detection for GL525SM
  121.      - reenabled VIA VT82C596(B) support: it works perfectly now (it didn't work
  122.        because I followed a datasheet in order to properly detect SMBus functionalities,
  123.        but there was an error on the datasheet itself :-))
  124.      - added support for Winbond W83781D with CHIPID=$11
  125.      - added detection for VIA686 sensors
  126.      - added VIA686 temperature sensors readings
  127.      - added detection and support for MAX1617
  128.      - added detection and support for ASUS AS97127F
  129.      - added detection for LM84
  130.      - added support for LM76, but I can't find any easy way to distinguish it from
  131.        LM75. If you know you have an LM76 chip, I would be pleased to do some
  132.        testing :-)
  133.      - automatically preferred ISA access for sensors that are available on both ISA
  134.        and SMBus
  135.      - added VIA686 fan speeds readings
  136.      - fixed a bug inside internal statistical computations
  137.      - added icons to show temperatures' trend
  138.      - completely rewritten configuration dialog
  139.      - added support for LM78 and LM79 (needs test)
  140.      - removed APPEARANCE tab
  141.      - removed EXTRA tab
  142.      - added preliminary SUSPEND support
  143.      - automatically avoided reading from chips from which the user didn't select any
  144.        value to be monitored
  145. 3.02 - attempt to detect GL518SM (please REPORT if FOUND!)
  146.      - attempt to detect GL520SM (please REPORT if FOUND!)
  147.      - attempt to detect GL523SM (please REPORT if FOUND!)
  148.      - attempt to detect MAX1618 (please REPORT if FOUND!)
  149.      - attempt to detect MAX1619 (please REPORT if FOUND!)
  150.      - attempt to detect MAX1669 (please REPORT if FOUND!)
  151.      - attempt to detect THMC50 (please REPORT if FOUND!)
  152.      - hibernate and suspend support verified ok
  153.      - added W83782D voltages' readings
  154.      - added preliminary W83781D voltages' readings
  155.      - added W83783S voltages' readings
  156.      - added W83627HF voltages' readings
  157.      - added AS99127F voltages' readings
  158.      - added full support for LM87
  159.      - added a safety feature when auto-assigning used sensor in case the primary
  160.        sensor that has been detected hasn't got temps or fans or pwms and the next
  161.        one has some
  162.      - used a different font for the trayicon
  163.      - the trayicon now limits its values from -99 to 99 and properly shows negative
  164.        values
  165.      - added full support for LM78
  166.      - added preliminary LM79 voltages' readings
  167.      - sent additional debug info (telling me how sensors are shown on the main
  168.        window)
  169.      - added full support for LM84 (I hope so :-))
  170.      - sent additional debug info (regarding some interesting internal registers for
  171.        selected chips)
  172.      - shown VOLTAGES
  173.      - added full support for PWMs for IT8712F
  174.      - IT8712F is set in PWM SOFTWARE MODE upon detection, but original settings are
  175.        restored on program exit
  176.      - fixed PROXY SETTINGS when sending a report (it couldn't be edited)
  177.      - added full support for LM80
  178.      - attempt to detect W83697HF
  179.      - added preliminary W83697HF temps' readings
  180.      - added preliminary W83697HF fans' readings
  181.      - added preliminary W83697HF voltages' readings
  182.      - added preliminary W83697HF pwms' support (the datasheet is far from bein
  183.        clear on this subject, please REPORT!)
  184.      - added detection for IT8702F
  185.      - added preliminary IT8702F fans' readings
  186.      - added preliminary IT8702F pwms' support
  187.      - added preliminary IT8693F detection (please REPORT!)
  188.      - -12V and -5V are not (yet) shown for AS99127F as there seem to be different
  189.        ways to decode them and I need testing (send REPORTs, please :-))
  190.      - if SpeedFan is started with '/NOPCISCAN' then no PCI scanning is performed
  191.      - added preliminary support for DS1780, ADM9240 and LM81
  192.      - restored standard titlebar icons :-)
  193.      - added PRELIMINARY VIA686 voltages' readings (I need reports)
  194. 3.04 - changed the order of detection for some sensors
  195. b8.5 - no longer displayed AS99127F -5V and -12V readings
  196.      - fixed GL518SM and GL520SM detection
  197.      - added full support for GL518SM
  198.      - VIA686 sensor chip now reports a few more data in the REPORT
  199.      - added a BALLOON HINT at program startup (you need at least Win2k or Me I
  200.        think)
  201.      - I hope the tray icon is ok now :-)
  202.      - default minimum value for fan speeds is now set to 0%
  203.      - fan speeds are no longer variated as a default (you must enable them); I
  204.        had to set it this way because a lot of users reported they couldn't change
  205.        fan speeds, but it was due to the fact that SF was restoring them to
  206.        appropriate values (according to temperature readings)
  207.      - if a sensor is detected on ISA and then found again on SMBus, that SMBus
  208.        address is no longer probed for other sensors
  209.      - tried to distinguish between VIA686A and VIA686B
  210.      - LM80 detection is delayed if all others fail
  211.      - added a CONFIG option to start SPEEDFAN minimized
  212.      - fixed an occasional bug in VIA TEMPs' readings (RANGE CHECK ERROR)
  213.      - VIA686 is handled properly on a Soltek SL-75KAV, thanx to Janko Laszlo :-)
  214.      - this version should work fine on every motherboard with VIA686
  215.      - fixed a minor bug with AS99127F that was introduced with an internal beta
  216.        release :-)
  217.      - rewritten decoding of WINBOND and ASUS chips; I hope they are all fine now
  218.      - added support for the fourth PWM register available in Winbond's W83782D
  219.      - added support for forced suspension (when no confirmation is asked to
  220.        running programs)
  221.      - SEND REPORT sends some additional info about which is your operating system
  222.        and your CPU
  223.      - beta test with a SOLTEK motherboard
  224.      - all readings show a hint with their last, minimum, maximum and mean value
  225.      - main window no longer shows double values (last and mean)
  226.      - added register reporting for unknown WINBOND chips
  227.      - added '/NOSMBSCAN' command line option to solve problems with those
  228.        motherboards where SMBus contains some chips that hang the system when read
  229.        from (like some SOLTEKs)
  230.      - fixed a problem when too many sensors' reading were available (more than
  231.        those that could be shown)
  232.      - added full support for ADM1025
  233.      - added fans' and pwms' readings for LPC47b27x
  234.      - added '/SUPERIO' command line option to enable detection of LPC47xxxx
  235.        SuperIO chips with integrated hardware monitoring capabilities
  236.      - added preliminary detection for SMSC LPC47b27x
  237.      - added preliminary support for LPC47B37x (PLEASE REPORT)
  238.      - added preliminary support for LPC47M10X (PLEASE REPORT)
  239.      - added preliminary support for LPC47M13X (PLEASE REPORT)
  240.      - added preliminary support for LPC47M14X (PLEASE REPORT)
  241.      - added preliminary support for LPC47S42X (PLEASE REPORT)
  242.      - added preliminary detection for ADM1022 (PLEASE REPORT)
  243.      - added preliminary detection for ADM1023 (PLEASE REPORT)
  244.      - added preliminary detection for ADM1024 (PLEASE REPORT)
  245.      - added preliminary detection for MAX6650 (PLEASE REPORT)
  246.      - added preliminary detection for MAX6654 (PLEASE REPORT)
  247.      - added preliminary detection for MAX1668 (PLEASE REPORT)
  248.      - added preliminary detection for ADM1028 (PLEASE REPORT)
  249.      - added preliminary detection for ADM1030 (PLEASE REPORT)
  250.      - added preliminary detection for ADM1031 (PLEASE REPORT)
  251.      - added preliminary detection for ADM1032 (PLEASE REPORT)
  252.      - added full support for GL520SM
  253.      - added preliminary detection for GL523SM (PLEASE REPORT)
  254.      - trying to detect VIA686 sensors on SMBus
  255.      - preliminary detection for SiS 85C503 (PLEASE REPORT)
  256.      - trying to support AMD766 SouthBridge: PLEASE SEND ME SOME FEEDBACK as I do
  257.        not have it at home and can't do any test by myself :-)
  258.      - added preliminary IT8693F temperature and fan readings
  259.      - trying to detect VIA VT8233
  260.      - added a test in order to detect some ASUS hidden features
  261.      - added detection for MYSON MTP008
  262.      - added full support for MYSON MTP008
  263.      - removed MINIMIZE button on the main window
  264.      - added preliminary detection for NE1619 (PLEASE REPORT)
  265.      - added a checkbox on the main window to enable or disable automatic fan
  266.        speed variation in one easy step
  267. 3.06 - complete SMBus support for VIA VT8233 M2
  268.  b1  - rewritten ALi1543 detection
  269.      - revised ALi SMBus access
  270.      - added support for SiS85C503 DAM Module FAN speed reading
  271.      - added (beta) support for Intel 82801CAM (ICH3) (PLEASE REPORT)
  272.      - added and fully tested ALi M1543 SMBus support (thank you Samuel!)
  273.      - added +5VSB and VBAT readings to W83697HF
  274.      - fixed -5V and -12V readings for W83697HF
  275.      - fixed internal routines when accessing PCI registers at invalid offsets
  276.      - added and fully tested ALi M1535D SMBus support (thank you Graziano!)
  277.      - when set to start minimized to tray, SF minimizes before doing any hardware
  278.        detection
  279.      - slightly speeded up SMBus transactions on INTEL and ALi
  280.      - fixed a RANGE CHECK ERROR
  281.      - SMBus failed transactions are now retried when they first fail
  282.      - written a DOC to illustrate how to configure SpeedFan :-)
  283.      - I've been told (thank you Alfred!) that on "ASUS A7V266, rev 1.06, BIOS
  284.        v1002" you need to set CPU THERMAL OPTION, in your BIOS, to SHUTDOWN in
  285.        order for SpeedFan to be able to variate fan speeds. Let me know about your
  286.        experience :-)
  287. 3.07 - I've completely rewritten the installation procedure.
  288.        Actually, now, there is none :-)
  289.        You should no longer need to put any needed file nowhere, as SpeedFan is
  290.        able to recreate them on the fly :-)
  291.      - DLPORTIO.SYS and DLPORTIO.DLL need not to be manually put anywhere as
  292.        SpeedFan should be able to recreate them if missing
  293.      - fixed a bug with label when disabling ALL fans or ALL temps or ALL voltages
  294.        or ALL speeds; if you try to reproduce this bug, please remember to check
  295.        the fans each temperature is supposed to use; please note that this is not
  296.        a bug in my code, but a "feature" from the compiler :-)
  297.      - fixed an exception when sending a report using WinXP
  298.      - GIVEIO.SYS needs not to be manually put anywhere as SpeedFan should be able
  299.        to recreate it if missing, to install it as a service (under NT, 2k, XP) if
  300.        not yet done and to start it if stopped :-)
  301.      - autoinstalled GIVEIO.SYS if needed
  302.      - changed icons: I know I'm not good with graphics, but I hope you will
  303.        appreciate the effort :-) By the way: drawing a fan with THOSE 16 colors is
  304.        not that easy :-)
  305.      - /SUPERIO command line parameter has been removed: now SuperIO detection
  306.        starts by default (I've done several tests with no reported crash :-)). If
  307.        you need to disable SuperIO detection, use the /NOSUPERIO parameter instead
  308.      - startup SMBus detection is now much faster; it you realize that some of
  309.        your sensors are not properly detected, please use the /SLOWDETECT command
  310.        line parameter and let me know
  311.      - current PWM values (speeds) are updated after RESUME
  312.      - confirmed full support for variating fan speeds with SMSC LPC47M13X
  313.      - added preliminary detection for a lot of new SMSC and NATIONAL SuperIO 
  314.        chips
  315.      - fixed MTP008 fan speed reporting
  316.      - fixed an error with PWM readings from ADM1021
  317.      - redesigned the REPORT PREVIEW dialog
  318.      - the report sends info about the SMBus (I've created this test in order to
  319.        be able to create a faster startup sensor detection; PLEASE SEND AS MANY
  320.        REPORTS AS POSSIBLE)
  321.      - ADM1025 properly initialized if not yet enabled
  322.      - fixed ADM9240, DS1780 and LM81 initialization
  323.      - fixed a problem when setting PWMs
  324.      - reversed PWM max and min logic on IT8712F: the datasheet says nothing on
  325.        this subject, so I had to guess :-)
  326.      - ADM9240, DS1780 and LM81 are properly initialized if not yet enabled
  327.      - minor debugging changes to INTEL and VIA SMBus routines
  328.      - added preliminary detection for FMS2701 (PLEASE REPORT)
  329. 3.08 - restored the proper use of MUTEXes: this should fix the problems when
  330.        running SF together with other hardware monitoring softwares. I don't know
  331.        how it could happen, but the compiler put an "END." in the wrong place,
  332.        thus removing my INITIALIZATION routine
  333.      - W83601R now properly reports its revision
  334.      - trying to detect IT8703F
  335.      - added full support for ALi M1533 South Bridge
  336.      - the report now includes an ISA scan
  337.      - initial detection of SiS5595
  338.      - fixed GL520SM TEMP2 and +12V readings
  339.      - properly handled MODE 1 and MODE 2 readings from GL520SM
  340.      - rewritten THMC50 detection (PLEASE REPORT)
  341.      - slightly revised INTEL SMBus code
  342.      - initial test to try to enable disabled SMBus Hosts on INTEL 82801BA (ICH2)
  343.      - initial test to try to enable PMU on ALi south bridges where it's
  344.        currently disabled
  345.      - full support for INTEL 440MX SMBus
  346.      - added detection for more SuperIO chips
  347.      - added a progress dialog when sending the report
  348.      - SIS5595 now should show the temperature reading (but it needs to be
  349.        enabled by the BIOS)
  350.      - trying to enable fan speed control for LPC47b27x
  351.      - trying to access SIS5595 SMBus
  352.      - greatly reduced the amount of debugging info shown on the main window
  353.      - added full support for VIA VT8231 SMBus
  354.      - added preliminary support for VIA8231 sensors
  355.      - slightly modified the starting sequence for VIA SMBus access
  356.      - added preliminary support for PWM with IT8693F
  357.      - reinstalled GIVEIO service if previous installation got broken
  358.      - added PC87366 voltage and temperature readings
  359.      - added MAX1669 temperature reading
  360.      - properly enabled SMBus support on Intel 82801 south bridges
  361.      - added MAX1669 PWM (or DAC, depends on original settings) support
  362.      - added full support for LPC47m10x fan speed reading and setting
  363.      - trying to access LPC47N252 PWMs
  364.      - preliminary MAX6650 fan speed reporting
  365.      - added support for DELL NOTEBOOKS. If you can't variate fan speeds with
  366.        the controls on the main window, you might try to check the DELL option
  367.        in the configuration dialog. This is actually something that works on
  368.        DELLs, but there is no official info on this subject. It is based on a
  369.        research from Michael Henze. It has been successfully tested on Latitude
  370.        CPi D266XT and Inspiron 8000. Please, let me know if it works on your DELL
  371.      - better detection of problems when sending reports
  372.      - GL518SM should be fixed at last! this chip drove me crazy, but I found a
  373.        PC with it and, finally, understood what was causing the problem :-)
  374.      - added preliminary MAX6655 detection (PLEASE REPORT)
  375.      - revised VIA SMBus support
  376.      - added full support for LPC47N252 PWMs (tested on a DELL INSPIRON 8000,
  377.        even though it's not that useful as I was unable to find any temperature
  378.        sensor...)
  379.      - trying to enable PMU on ALi M1533, M1543 and M1535D/D+ if not yet enabled
  380.      - WINBOND has informed me that W83697HF has got no PWM :-(
  381.      - added support for PC87364 and PC87366 fan speed readings
  382. 4.00 - properly reported IT8712F voltages
  383.      - SMBus support is enabled on some VIA686 revisions if disabled
  384.      - added SiS5595 sensor support
  385.      - properly reported IT8693F voltages
  386.      - CPU USAGE is now shown on the main window and supports multiprocessor
  387.        systems too
  388.      - added CPU speed computation (it works only for processors after and
  389.        including Pentium I, but it appears to be extremely precise :-))
  390.      - minimum and maximum fan SPEED settings are now selectable in 1 increments
  391.      - reported samples now show their measure units
  392.      - the balloon hint now appears only when a different sensors set is detected
  393.      - fixed initial reporting about IT8693F settings
  394.      - added preliminary support for FDC37n972
  395.      - added full support for SIS630 SMBus
  396.      - added full support for SiS730 SMBus
  397.      - the message "ISA seems to be unused" has been changed to type INFO,
  398.        instead of WARNING because several of you were afraid about the message
  399.        itself :-)
  400.      - added support for PC87364 PWMs
  401.      - added support for PC87366 PWMs
  402.      - fixed detection and usage of VT8231 and VT8233 SMBus
  403.      - slightly changed SEND REPORT when probing SMBus
  404.      - on the main window, the EXIT button has been replaced by MINIMIZE
  405.      - finally fixed and tested all voltage readings from GL518SM (now
  406.        everything is in sync with the datasheet)
  407.      - added support for S.M.A.R.T. drives that report temperatures
  408.      - added a TAB with S.M.A.R.T. info
  409.      - enabled temperature monitoring on PC87366 if in standby
  410.      - enabled S.M.A.R.T. monitoring for those HDs that have got it disabled
  411.      - completely rewritten tray icon support
  412.      - tray icon background and text colors are now fully configurable
  413.      - IT8705/IT8712 voltages' readings are now enabled if BIOS didn't
  414. 4.01 - the last PWM (SPEED) can be properly set once again (thank you Sander for
  415.        making me notice it :-))
  416.      - added an option to choose between CELSIUS and FAHRENHEIT when showing
  417.        temperatures
  418. 4.02 - new detection routine for WINBOND chips
  419.      - fixed a bug in the CONFIGURATION dialog that prevented some users from
  420.        accessing all available options when using large fonts on some video cards
  421.      - by popular demand, I've added online a list of motherboards that are know
  422.        to change fan speeds
  423.      - restored and verified full support for W83697HF PWMs. I managed to figure
  424.        out how to use them by walking through those million errors on the
  425.        datasheet :-)
  426.      - previous releases could issue a "WARNING : GIVEIO.SYS not started" without
  427.        informing that the following second attempt actually succeeded. Now
  428.        everything is more informative :-)
  429.      - fixed a bug when too many temperatures are detected
  430.      - added preliminary handling of specific sensors' options (you can find them,
  431.        for a few Winbond sensor chips, in the configuration dialog under the
  432.        ADVANCED tab)
  433.      - added support for ALi M1535D+ from ALi Cyber ALADDiN
  434.      - added support for DELL CPU temperature and for fan speeds, even if these
  435.        readings are the result of some hacks and not the result of a public
  436.        datasheet. Any info from DELL would be much appreciated. Anyway, please
  437.        note that reported temperatures seem to be REALLY HIGH. I wouldn't play with
  438.        fan speeds if not absolutely sure. But so many of you asked for DELL
  439.        support, so... now you should have it :-)
  440.      - configuration option named ENABLE DELL FANS has been changed to ENABLE DELL
  441.        SUPPORT
  442.      - added detection and full support for MC1066
  443.      - S.M.A.R.T. temperatures are now read every minute
  444.      - all readings are forcibly updated after any configuration change
  445.      - fixed CPU USAGE under Win9x
  446.      - added full support for ALi M5879
  447.      - removed a false detection of an LPC47b37x that may happen sometimes when a
  448.        W83627HF is actually there
  449.      - added preliminary detection for LPC47M15X (PLEASE REPORT)
  450.      - added preliminary detection for EMC6D100/EMC6D101 (PLEASE REPORT)
  451.      - added two S.M.A.R.T. status indicators that show a summary of drive fitness
  452.        and performance
  453.      - added preliminary support for PC87360
  454.      - added preliminary support for PC87363
  455.      - added a new command line parameter (/TIGERMP) to add full support for TYAN
  456.        TigerMP
  457.      - fixed a bug when associating PWMs that could lead to a DEBUG message
  458.      - added /NOTIMER command line parameter that will avoid SpeedFan from updating
  459.        values. This option is useful to see if SpeedFan is able to properly detect
  460.        your hardware and stop right after having done that
  461.      - added /NOSMARTSCAN command line parameter. This option will force SpeedFan
  462.        not to probe S.M.A.R.T. devices. This is useful if you're having problems at
  463.        program startup right after HD probing. This has occurred a couple of times
  464.        and the reason should be in a bad driver for the HD controller
  465.      - fixed "PROCESSOR PERFORMANCE OBJECT NOT FOUND" error. Now it is trapped and
  466.        a nice message is displayed. CPU usage won't be available, but everything
  467.        else will be
  468.      - decoded some additional info about DIMMs
  469.      - added preliminary support for ServerWorks OSB4 (I need reports)
  470.      - added preliminary support for WINBOND W83L784 (I need reports here, as
  471.        datasheets, guess what?, are incomplete, missing or full of errors :-))
  472. 4.04 - created full installer/uninstaller
  473.      - completely removed DLPORTIO
  474.      - the installer can remove the DLPORTIO service if it was previously installed
  475.      - documentation has been moved to CHM format and so it no longer requires
  476.        WORD :-)
  477.      - properly detected W83L784R
  478.      - preliminary detection for W83L785R
  479.      - full support for MAX6657 and MAX6659
  480.      - trying to avoid duplicated detection of the W83627HF on TYANs
  481.      - fixed an error that caused the PERFORMANCE indicator for S.M.A.R.T. drives
  482.        to return too high a value if nothing was wrong (this error is mostly
  483.        cosmetic and nobody could see it, as it was rounded to 100% even if it was,
  484.        internally, reporting 10000% :-))
  485.      - added full support for ALi M1535D/D+ fan control
  486.      - added support for FDC37N972
  487.      - minor fixes to DELL support
  488.      - removed the third FAN DIVISOR setting in ADVANCED CONFIGURATION for W83697HF
  489.      - added full support for AMD768
  490.      - fan speeds can now be changed by hand in the main window
  491.      - fixed initialization of the ADM1025 on some motherboards
  492.      - added full support for VIA8233A SMBus
  493.      - added support for new revision of the AS99127F
  494.      - moved INI to the registry so that restricted users can use it under NT/2K/XP
  495.      - fixed W83L784R voltage readings
  496. 4.05 - added full support for SIS635, SIS645, SIS735, SIS740 and SIS745. This
  497.        means, for example, that you can read values from your ASUS P4S333 :-)
  498.      - added support for FSB changing. Currently there are only a few motheboards
  499.        and PLLs that are supported. On my ABIT BP6, LUCKY STAR 6LX2 and ECS K7S5A
  500.        it's working pretty fine :-)
  501.      - WINBOND W83791SD is now properly detected, thus avoiding detection of
  502.        unknown chips at the same address
  503.      - those two buttons in the CONFIG dialog should now properly show even with
  504.        large fonts
  505.      - added context-sensitive help (available pressing F1) which includes the
  506.        tutorial
  507.      - the installer/uninstaller now removes every trace from both the HD and the
  508.        registry
  509.      - added some new code to better reset Intel SMBus
  510.      - added some tips that can be disabled after their first appearance
  511.      - added preliminary ADM1024 support (please, send reports)
  512. 4.06 - changed detection routine for MAX1617
  513.      - properly detected and handled SiS961
  514.      - completely rewritten the configuration file. This is a major update I've been
  515.        working on for a long time. This new configuration file properly handles
  516.        computers where hardware monitoring devices appear and disappear and/or are
  517.        swapped out (like S.M.A.R.T. HDDs).
  518.        You should consider deleting SPEEDFANSENS.CFG before running this new release.
  519.      - refined the configuration file: now it stores advanced properties set in the
  520.        configuration dialog (ADVANCED tab)
  521.      - ADVANCED configuration supports IT8712F temperature sensors mode
  522.      - ADVANCED configuration supports IT8693F, IT8702F and IT8712F fan divisors
  523.      - added full support for W83637HF
  524.      - slightly revisited S.M.A.R.T. window to better show info reported by HDs with
  525.        a lot of attributes
  526.      - S.M.A.R.T. attributes are now shown with an icon telling the status of
  527.        individual relevant attributes (STOP below 10%, WARNING below 40% and OK
  528.        otherwise). Other attributes are only informative and an icon has no reason to
  529.        be :-)
  530.      - added support for SIS645DX (the one on ASUS P4S533)
  531.      - fixed MTP008 PWMs and voltages readings
  532.      - added full support for SIS650
  533.      - fixed hibernation support
  534.      - added MAX6650 PWM support
  535.      - properly handled reversed logic PWM used on IT8712F
  536.      - added full support for ADM1032
  537.      - added a button (INFO tab) to find SMBus devices: this might be useful to
  538.        search for CLOCK chips and if I need to know more about your motherboard :-)
  539.      - the results from FIND SMBUS DEVICES are added to the usual REPORT
  540.      - changed the way INTEL 82801 SMBus access is enabled if the BIOS didn't do it
  541.        for you
  542.      - added full support for Intel ICH-4
  543.      - added full support for ADM1028
  544.      - verified MAX6657 detection
  545.      - fixed MAX6650 fan speed readings
  546.      - added full support for NVIDIA SMBus on nForce chipsets
  547.      - enabled SMBus Block Operations for all SiS chipsets
  548.      - added HOW TO SEND A REPORT help topic
  549.      - SEND REPORT now asks for basic info on fan speed changing ability for your
  550.        motherboard
  551.      - updated the help file for S.M.A.R.T.
  552.      - fixed a minor problem with the REMEMBER IT checkbox in the ADVANCED tab of the
  553.        CONFIGURATION dialog
  554.      - user selected properties for each sensor chip are properly restored after SUSPEND
  555.      - updated the help file for the INFO tab
  556.      - added preliminary support for W83L785R
  557.      - finally managed to enable ADM1025 monitoring!
  558.      - forced IT8693F starting monitoring, if needed
  559.      - added preliminary ASUS VIDEO CARDs support under Win2K/XP (you need the latest
  560.        version of SmartDoctor installed)
  561.      - added an SMBUS DEBUG facility activated by using /SMBDEBUG command line switch
  562.        (there is a full description of this feature in the help file)
  563.      - WANTED and WARNING temperatures shown in CONFIGURATION dialog are now shown both
  564.        in Celsius and in Fahrenheit
  565.      - finally fixed MSI KT3 Ultra hanging while scanning SMBus
  566.      - the installer should no longer abort if unable to change SERVICE startup mode
  567.      - enabled accessing WINBOND chips located at unusual ISA addresses
  568.      - trying to enable W83697HF if disabled
  569.      - added preliminary detection for LM86
  570.      - added preliminary detection for LM90
  571. 4.07 - enabled the brand new website!
  572.      - added LM90 support
  573.      - added EMC6D100
  574.      - added TOSHIBA custom fan ON/OFF support
  575.      - added full support for LM85C
  576.      - added support for SMSC Hardware Monitoring Block
  577.      - LPC47M15X and LPC49M192 can't be distinguished (according to what available
  578.        datasheets say) and, therefore, all references to previous LPC47M15X detection
  579.        have been converted to LPC47M192
  580.      - fixed ADM1021 support (reported a READPWMSINTERNAL ERROR)
  581.      - added W83L785R temperature sensor selection
  582.      - added MAX6650 DAC Operating Mode ADVANCED CONFIGURATION
  583.      - added support for ICS9250-37 (ASUS P4T and IWILL P4R533-N)
  584.      - added support for W83L784R PWMs when set to MANUAL MODE
  585.      - added EMC6D100 FAN ZONE/MODE and PWM CLOCK advanced configuration
  586.      - added EMC6D100 PWM support
  587.      - added LPC47M192 fan speed reporting
  588.      - the installer now sets GIVEIO start type to AUTOMATIC for Windows NT4
  589.      - added PWM CLOCK selection and PWM ENABLING (fan speed changing) for LPC47B27X
  590.        LPC47M10X LPC47M13X LPC47M14X and LPC47M192
  591.      - fixed TEMP2 reading on Myson MTP008
  592.      - added some additional info in the report (ASCII)
  593.      - added full support for SiS648
  594.      - added full support for VT8235
  595.      - avoiding misdetection of LM87
  596.      - added PWM MODE and FAN DIVISOR selection in ADVANCED configuration for W83L784R
  597.      - added new info in report about the HDD
  598.      - added full support for MAX1668 and MAX1805
  599.      - properly initialized IT8712/IT8705 PWM mode
  600.      - added full support for SiS651
  601.      - detected a new version of W83627HF
  602.      - preliminary support for ADT7411
  603.      - preliminary support for AD7416 and AD7417
  604.      - preliminary detection for ADM1027
  605.      - added full support for LM92
  606.      - preliminary detection of VIA VT1211
  607.      - added preliminary support for VT8231sensors
  608.      - fixed IT8712F and IT8705F FAN3 DIVISOR configuration
  609. 4.08 - added full support for nVidia nForce2 chipset
  610.      - added full support for W83L785TS-S
  611.      - added fan speed readings for ALi M1535D/D+
  612. 4.09 - added full support for SIS655
  613.      - added full support for ICH5
  614.      - added full support for SIS746
  615.      - added full support for W83627THF
  616.      - added preliminary support for VT1211
  617.      - added full support for VIA VT8237
  618.      - reduced the amount of data output in the SEND REPORT for PCI devices
  619.      - recognized more CPUs (mostly P3, Athlon and P4)
  620.      - improved TYAN support
  621.      - added support for ICS952005
  622.      - values for some ITxxxx sensors are no longer restored when exiting (this should
  623.        solve the "fans set to 100% upon program termination" issue on some MBs)
  624.      - added support for ICS9248-171
  625.      - changed fan and temp readings for VT8231
  626.      - properly read large HDD size
  627.      - added preliminary support for ICS 9248-39
  628.      - added support for W311 (VIA EPIA M9000)
  629.      - added automatic clock speed setting based on CPU usage
  630.      - added preliminary support for FUJITSU SIEMENS (POSEIDON?)
  631.      - tray icon shows last value and no longer the average
  632.      - added preliminary support for EMC6D102
  633.      - added preliminary support for ISC952607
  634.      - added preliminary detection for ADT7316, ADT7317, ADT7318
  635.      - added preliminary detection for ADT7516, ADT7517, ADT7518
  636.      - added preliminary detection for ADT7460, ADT7461
  637.      - added history charting
  638.      - added support for alternate BLOCK operations with some INTEL ICHs
  639.      - added detection for ICH slave address
  640.      - extended the help file to describe new features
  641. 4.10 - exiting the configuration dialog refreshes CHART names
  642.      - better identified a false LM80
  643.      - added full support for nForce3
  644.      - added preliminary support for SERVERWORKS CSB5
  645.      - added nForce2 cooling bits in CONFIGURATION / ADVANCED
  646.      - added full support for ADM1027
  647.      - new processors detected
  648.      - added ability to read a PCI DEVICES database
  649.      - trying to make PWM control work on more ASUS boards
  650.      - added fourth temp for ASB100
  651.      - added full support for ASUS MOZART-2
  652.      - added preliminary support for PC87372
  653.      - added full support for LM85C
  654.      - added preliminary detection for LM63, LM64 and LM93
  655.      - added full support for ADT7463
  656.      - added full support for AMD8111 SMBus 1.0
  657.      - fixed some LPC47M192 PWM readings
  658.      - added support for IT8712F and IT8705F sensors at non standard address
  659.      - added full support for EMC6D103
  660.      - added preliminary detection for EMC6W201
  661.      - added preliminary detection for EMCT03
  662. 4.11 - fixed the usual programming bug: a missing x:=x+1 in a while loop. I'm sorry,
  663.        but all of the beta testers didn't trigger it :-)
  664.      - added additional info to DEBUG.NFO file automatically generated by SpeedFan
  665.        when started