Diff for /embedaddon/smartmontools/smartctl.8.in between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2013/07/22 01:17:36 version 1.1.1.4, 2013/10/14 07:54:04
Line 553  such as: Line 553  such as:
 connected to a HighPoint RocketRAID controller.  The integer L is the  connected to a HighPoint RocketRAID controller.  The integer L is the
 controller id, the integer M is the channel number, and the integer N  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  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 4from 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  if PMPort available.  And also these values are limited by the model
 of the HighPoint RocketRAID controller.  of the HighPoint RocketRAID controller.
 Use syntax such as:  Use syntax such as:
Line 883  The write cache is usually enabled by default. Line 883  The write cache is usually enabled by default.
 \- [SCSI] [NEW EXPERIMENTAL SMARTCTL FEATURE]  \- [SCSI] [NEW EXPERIMENTAL SMARTCTL FEATURE]
 Gets/sets the \'Write Cache Enable\' (WCE) bit (if supported).  Gets/sets the \'Write Cache Enable\' (WCE) bit (if supported).
 The write cache is usually enabled by default.  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]  .I rcache[,on|off]
 \- [SCSI only] [NEW EXPERIMENTAL SMARTCTL FEATURE]  \- [SCSI only] [NEW EXPERIMENTAL SMARTCTL FEATURE]

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


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