--- embedaddon/smartmontools/smartctl.8.in 2013/07/22 01:17:36 1.1.1.3 +++ embedaddon/smartmontools/smartctl.8.in 2013/10/14 07:54:04 1.1.1.4 @@ -2,7 +2,7 @@ Copyright (C) 2002-10 Bruce Allen Copyright (C) 2004-13 Christian Franke -$Id: smartctl.8.in,v 1.1.1.3 2013/07/22 01:17:36 misho Exp $ +$Id: smartctl.8.in,v 1.1.1.4 2013/10/14 07:54:04 misho Exp $ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -553,7 +553,7 @@ such as: connected to a HighPoint RocketRAID controller. The integer L is the controller id, the integer M is the channel number, and the integer N is the PMPort number if it is available. The allowed values of L are -from 1 to 4 inclusive, M are from 1 to 16 inclusive and N from 1 to 4 +from 1 to 4 inclusive, M are from 1 to 128 inclusive and N from 1 to 4 if PMPort available. And also these values are limited by the model of the HighPoint RocketRAID controller. Use syntax such as: @@ -884,6 +884,17 @@ The write cache is usually enabled by default. Gets/sets the \'Write Cache Enable\' (WCE) bit (if supported). The write cache is usually enabled by default. +.I wcreorder[,on|off] +\- [ATA only] [NEW EXPERIMENTAL SMARTCTL FEATURE] +Gets/sets Write Cache Reordering. +If it is disabled (off), disk write scheduling is executed on a +first-in-first-out (FIFO) basis. If Write Cache Reordering is enabled (on), +then disk write scheduling may be reordered by the drive. If write cache is +disabled, the current Write Cache Reordering state is remembered but has +no effect on non-cached writes, which are always written in the order received. +The state of Write Cache Reordering has no effect on either NCQ or LCQ queued +commands. + .I rcache[,on|off] \- [SCSI only] [NEW EXPERIMENTAL SMARTCTL FEATURE] Gets/sets the \'Read Cache Disable\' (RCE) bit. \'Off\' value disables read cache @@ -2256,4 +2267,4 @@ Links to these and other documents may be found on the .SH SVN ID OF THIS PAGE: -$Id: smartctl.8.in,v 1.1.1.3 2013/07/22 01:17:36 misho Exp $ +$Id: smartctl.8.in,v 1.1.1.4 2013/10/14 07:54:04 misho Exp $