Ignore:
Timestamp:
Nov 10, 2013, 4:56:20 PM (12 years ago)
Author:
David Azarewicz
Message:

Fix for hardware that reports incorrect status.
Now report both real and fake devices when SCSI emulation is enabled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/README

    r173 r174  
    88
    99OS2AHCI is an AHCI driver for eComStation. It supports both ATA and
    10 ATAPI devices in a single driver, thus there's no need for an
    11 ATAPI/CDROM filter driver.
     10ATAPI devices in a single driver. An ATAPI/CDROM filter driver is
     11only required if you want to read/write CD-DA (audio) format CDs.
    1212
    1313
     
    4343=========================
    4444
    45 The *binary* delivery of OS2AHCI.ADD as obtained from ecomstation.nl,
     45The *binary* delivery of OS2AHCI.ADD as obtained from the BetaZone,
    4646or as part of packaged eComStation releases, is licensed to run with
    4747eComStation only.
     
    5353
    5454Please note that builds other than the official binary delivered as
    55 part of eComStation releases or downloaded from ecomstation.nl are
    56 not officially supported by Mensys.
     55part of eComStation releases or downloaded from the BetaZone are
     56not officially supported.
    5757
    5858
     
    6262The toolchain required for compilation consists of:
    6363
    64  - IBM OS/2 DDK version 9.23 or later (see ddk\base\h\version.mak)
    65    and that has been updated for SMP systems. (Used for include files)
    66  - Open Watcom C/C++ package
    67    (available from: http://www.openwatcom.org/index.php/Downloads)
    68  - WCC 16-bit C Compiler (part of the Open Watcom package)
    69  - WASM Assembler (part of the Open Watcom package)
    70  - WLINK Linker (part of the Open Watcom package)
    71  - MAPSYM (part of the DDK)
     64 - The MiniDDK or an updated DDK
     65 - Open Watcom version 1.9 or later
    7266
    7367Define DDK and WATCOM in the environment.
     
    358352the character device named "IBMS506$", they will not work with OS2AHCI unless
    359353modified to open the OS2AHCI$ device. Previous versions of OS2AHCI used to
    360 register a duplicate device with the IBMS506$ name, however since
    361 that caused so many unacceptable problems, that is no longer done. You must
    362 have a SMART utility that opens the OS2AHCI$ device to access the AHCI driver.
     354register a duplicate device with the IBMS506$ name, however since that caused
     355so many unacceptable problems, that is no longer done. You must have a SMART
     356utility that opens the OS2AHCI$ device to access the AHCI driver.
    363357
    364358A patched version of the smartctl.exe program is included in the OS2AHCI
     
    393387Change Log
    394388==========
     389
     390v.1.32 09-Nov-2013 - David Azarewicz
     391  Fix for some hardware that reports incorrect status
     392  Report real device in addition to fake SCSI device when SCSI emulation
     393    is enabled.
    395394
    396395v.1.31 21-Aug-2013 - David Azarewicz
Note: See TracChangeset for help on using the changeset viewer.