Diff for /embedaddon/smartmontools/atacmds.h between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2013/07/22 01:17:35 version 1.1.1.4, 2013/10/14 07:54:03
Line 836  int ataDoesSmartWork(ata_device * device); Line 836  int ataDoesSmartWork(ata_device * device);
 int ataSmartSupport(const ata_identify_device * drive);  int ataSmartSupport(const ata_identify_device * drive);
   
 // Return values:  // Return values:
   //  1: Write Cache Reordering enabled
   //  2: Write Cache Reordering disabled
   // -1: error
   int ataGetSetSCTWriteCacheReordering(ata_device * device, bool enable, bool persistent, bool set);
   
   // Return values:
 //  1: SMART enabled  //  1: SMART enabled
 //  0: SMART disabled  //  0: SMART disabled
 // -1: can't tell if SMART is enabled -- try issuing ataDoesSmartWork command to see  // -1: can't tell if SMART is enabled -- try issuing ataDoesSmartWork command to see

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>