Changeset 174 for trunk/src/os2ahci/README
- Timestamp:
- Nov 10, 2013, 4:56:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/README
r173 r174 8 8 9 9 OS2AHCI is an AHCI driver for eComStation. It supports both ATA and 10 ATAPI devices in a single driver , thus there's no need for an11 ATAPI/CDROM filter driver.10 ATAPI devices in a single driver. An ATAPI/CDROM filter driver is 11 only required if you want to read/write CD-DA (audio) format CDs. 12 12 13 13 … … 43 43 ========================= 44 44 45 The *binary* delivery of OS2AHCI.ADD as obtained from ecomstation.nl,45 The *binary* delivery of OS2AHCI.ADD as obtained from the BetaZone, 46 46 or as part of packaged eComStation releases, is licensed to run with 47 47 eComStation only. … … 53 53 54 54 Please note that builds other than the official binary delivered as 55 part of eComStation releases or downloaded from ecomstation.nlare56 not officially supported by Mensys.55 part of eComStation releases or downloaded from the BetaZone are 56 not officially supported. 57 57 58 58 … … 62 62 The toolchain required for compilation consists of: 63 63 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 72 66 73 67 Define DDK and WATCOM in the environment. … … 358 352 the character device named "IBMS506$", they will not work with OS2AHCI unless 359 353 modified 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 SMARTutility that opens the OS2AHCI$ device to access the AHCI driver.354 register a duplicate device with the IBMS506$ name, however since that caused 355 so many unacceptable problems, that is no longer done. You must have a SMART 356 utility that opens the OS2AHCI$ device to access the AHCI driver. 363 357 364 358 A patched version of the smartctl.exe program is included in the OS2AHCI … … 393 387 Change Log 394 388 ========== 389 390 v.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. 395 394 396 395 v.1.31 21-Aug-2013 - David Azarewicz
Note:
See TracChangeset
for help on using the changeset viewer.