Changeset 165 for trunk/src/os2ahci/README
- Timestamp:
- Jul 31, 2013, 8:08:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/README
r163 r165 17 17 Copyright (c) 2011 thi.guten Software Development 18 18 Copyright (c) 2011-2013 Mensys B.V. 19 Portions copyright (c) 2013 David Azarewicz 19 20 20 21 Authors: Christian Mueller, Markus Thielen … … 81 82 - Add the following line to CONFIG.SYS: 82 83 BASEDEV=OS2AHCI.ADD 84 85 86 Reporting Problems 87 ================== 88 89 If you have problems with this driver, please read the Troubleshooting 90 page at: 91 92 http://svn.ecomstation.nl/ahci/wiki/Troubleshooting 93 94 You can open a ticket at: 95 http://svn.ecomstation.nl/ahci 83 96 84 97 … … 151 164 Option Description 152 165 ------------------------------------------------------------------------------ 153 /s Enable SCSI emulation for ATAPI units (default = o ff)166 /s Enable SCSI emulation for ATAPI units (default = on) 154 167 SCSI emulation is required for tools like cdrecord. 155 168 … … 346 359 Starting with version 1.22, OS2AHCI supports the IOCTL interface required by 347 360 existing SMART monitoring tools. Since those tools are hard-coded to open 348 the character device named "IBMS506$", OS2AHCI will now register a device 349 with this name, too. 361 the character device named "IBMS506$", they will not work with OS2AHCI unless 362 modified to open the OS2AHCI$ device. Previous versions of OS2AHCI used to 363 register register a duplicate device with the IBMS506$ name, however since 364 that caused so many unacceptable problems, that is no longer done. You must 365 have a SMART utility that opens the OS2AHCI$ device to access the AHCI driver. 366 367 A patched version of the smartctl.exe program is included in the OS2AHCI 368 distribution. This patched version simply has the name "IBMS506$" changed 369 to "OS2AHCI$" and is otherwise identical. This patched program has been 370 renamed to smartahci.exe to distinguish it from the unpatched version. 371 The patched smartahci.exe program is provided AS-IS and is completely 372 UNSUPPORTED. Use of this program is at your own risk. 350 373 351 374 NOTES: 352 353 - If multiple drivers exporting this character device name are loaded at354 the same time, the driver loaded last will receive all [SMART] requests.355 This means that if both DANIS506 and OS2AHCI are loaded and SMART support356 for OS2AHCI-controlled hard disks is desired, OS2AHCI will have to be357 loaded after DANIS506. It also means that DANIS506 may have to be told358 to ignore type 2 controllers (i.e. controllers supporting both SATA and359 AHCI) using the command line options "/A:x /I".360 375 361 376 - The IOCTL interface for SMART is based on the idea of IDE controllers … … 381 396 Change Log 382 397 ========== 398 399 v.1.30 29-Jun-2013 - David Azarewicz 400 Enhanced debug log output 401 Removed the IBMS506 header that was causing problems and shouldn't 402 be there anyway. 403 Fixed a defect in the SMART IOCtl. 383 404 384 405 v.1.29 12-Jun-2013 - David Azarewicz
Note:
See TracChangeset
for help on using the changeset viewer.