Changeset 193 for trunk/src/os2ahci/ReadMe.txt
- Timestamp:
- Dec 12, 2017, 11:08:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ReadMe.txt
r191 r193 1 AHCI Driver for OS/2 v2.0 31 AHCI Driver for OS/2 v2.04 2 2 3 3 Introduction … … 321 321 322 322 Starting 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. 323 existing SMART monitoring tools. Beware that the IBM version of smartctl.exe 324 is hard-coded to open the character device named "IBMS506$" so it will not 325 work with OS2AHCI. You must use a version that allows specifying ahci devices. 336 326 337 327 NOTES: … … 360 350 361 351 Hot swap is not supported. 352 Port expanders are not supported. Only one drive per port is allowed. 362 353 363 354 … … 387 378 Change Log 388 379 ========== 380 381 v.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. 389 385 390 386 v.2.03 15-Jul-2017 - David Azarewicz
Note:
See TracChangeset
for help on using the changeset viewer.