Ignore:
Timestamp:
Dec 12, 2017, 11:08:37 PM (8 years ago)
Author:
David Azarewicz
Message:

Fixed IOCtl pass-thru interface.
Cosmetic changes to user interface.
Removed old IBM smartctl exe from distribution.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/ReadMe.txt

    r191 r193  
    1 AHCI Driver for OS/2 v2.03
     1AHCI Driver for OS/2 v2.04
    22
    33Introduction
     
    321321
    322322Starting with version 1.22, OS2AHCI supports the IOCTL interface required by
    323 existing SMART monitoring tools. Since those tools are hard-coded to open
    324 the character device named "IBMS506$", they will not work with OS2AHCI unless
    325 modified to open the OS2AHCI$ device. Previous versions of OS2AHCI used to
    326 register a duplicate device with the IBMS506$ name, however since that caused
    327 so many unacceptable problems, that is no longer done. You must have a SMART
    328 utility that opens the OS2AHCI$ device to access the AHCI driver.
    329 
    330 A patched version of the smartctl.exe program is included in the OS2AHCI
    331 distribution. This patched version simply has the name "IBMS506$" changed
    332 to "OS2AHCI$" and is otherwise identical. This patched program has been
    333 renamed to smartahci.exe to distinguish it from the unpatched version.
    334 The patched smartahci.exe program is provided AS-IS and is completely
    335 UNSUPPORTED. Use of this program is at your own risk.
     323existing SMART monitoring tools. Beware that the IBM version of smartctl.exe
     324is hard-coded to open the character device named "IBMS506$" so it will not
     325work with OS2AHCI. You must use a version that allows specifying ahci devices.
    336326
    337327NOTES:
     
    360350
    361351Hot swap is not supported.
     352Port expanders are not supported. Only one drive per port is allowed.
    362353
    363354
     
    387378Change Log
    388379==========
     380
     381v.2.04 06-Dec-2017 - David Azarewicz
     382  Cosmetic changes to user display.
     383  Fixed the ioctl pass-thru interface.
     384  Removed the old IBM smartctl.exe from the distribution.
    389385
    390386v.2.03 15-Jul-2017 - David Azarewicz
Note: See TracChangeset for help on using the changeset viewer.