--- embedaddon/smartmontools/ataprint.h 2013/07/22 01:17:35 1.1.1.3 +++ embedaddon/smartmontools/ataprint.h 2013/10/14 07:54:03 1.1.1.4 @@ -25,7 +25,7 @@ #ifndef ATAPRINT_H_ #define ATAPRINT_H_ -#define ATAPRINT_H_CVSID "$Id: ataprint.h,v 1.1.1.3 2013/07/22 01:17:35 misho Exp $\n" +#define ATAPRINT_H_CVSID "$Id: ataprint.h,v 1.1.1.4 2013/10/14 07:54:03 misho Exp $\n" #include @@ -106,6 +106,8 @@ struct ata_print_options bool set_security_freeze; // Freeze ATA security bool get_wcache; // print write cache status int set_wcache; // disable(-1), enable(1) write cache + bool sct_wcache_reorder_get; // print write cache reordering status + int sct_wcache_reorder_set; // disable(-1), enable(1) write cache reordering ata_print_options() : drive_info(false), @@ -142,7 +144,8 @@ struct ata_print_options get_lookahead(false), set_lookahead(0), set_standby(0), set_standby_now(false), get_security(false), set_security_freeze(false), - get_wcache(false), set_wcache(0) + get_wcache(false), set_wcache(0), + sct_wcache_reorder_get(false), sct_wcache_reorder_set(0) { } };