Ignore:
Timestamp:
Oct 8, 2011, 10:28:48 PM (14 years ago)
Author:
cjm
Message:

Version 1.21


  • Triggered by reports of performance loss with NCQ
  • New command line flag "/F" to force using write buffers even when upstream I/O requested non-buffered I/O; the primary purpose of this flag is to debug the NCQ performance drop but the flag may or may not remain.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/ata.h

    r110 r125  
    344344
    345345/* feature values for SMART */
    346 #define ATA_SMART_ENABLE        0xD8
    347 #define ATA_SMART_READ_VALUES   0xD0
    348 #define ATA_SMART_READ_THRESHOLDS 0xD1
     346#define ATA_SMART_READ_VALUES       0xD0
     347#define ATA_SMART_READ_THRESHOLDS   0xD1
     348#define ATA_SMART_AUTOSAVE          0xD2
     349#define ATA_SMART_SAVE              0xD3
     350#define ATA_SMART_IMMEDIATE_OFFLINE 0xD4
     351#define ATA_SMART_READ_LOG          0xD5
     352#define ATA_SMART_WRITE_LOG         0xD6
     353#define ATA_SMART_ENABLE            0xD8
     354#define ATA_SMART_DISABLE           0xD9
     355#define ATA_SMART_STATUS            0xDA
     356#define ATA_SMART_AUTO_OFFLINE      0xDB
    349357
    350358/* feature values for Data Set Management */
     
    505513extern void      ata_write_pp             (IORBH _far *iorb);
    506514extern int       ata_execute_ata          (IORBH _far *iorb, int slot);
     515extern void      ata_execute_ata_pp       (IORBH _far *iorb);
    507516extern int       ata_req_sense            (IORBH _far *iorb, int slot);
    508517
Note: See TracChangeset for help on using the changeset viewer.