Changes between Initial Version and Version 1 of Ticket #3, comment 1
- Timestamp:
- May 22, 2011, 7:58:58 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3, comment 1
initial v1 1 1 Currently, the driver does not support any SMART software available for OS/2 or eCS. There is a ring 3 IOCTL interface in OS2AHCI (see [source:/trunk/src/os2ahci/ioctl.h ioctl.h] or the sample program [source:/trunk/src/os2ahci/test/ioctl_test.c here]), but the interface does not support everything needed to retrieve all relevant SMART info (no ATA register access). 2 2 3 Next problem is that the IBM interface that is used by existing OS/2 SMART software relies on IDE addressing with 2 adapters, each with a master and a slave. We would have to make up some kind of mapping to support AHCI connected drives.3 Next problem is that the IBM interface that is used by existing OS/2 SMART software relies on IDE addressing with 2 devices per adapter (master and slave). We would have to make up some kind of mapping to support AHCI connected drives. 4 4 5 5 Anyway, SMART support already was on our TODO-List anyway, so we will think this over.