Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 May 2016 17:57:30 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r300858 - head/tools/tools/ioat
Message-ID:  <201605271757.u4RHvUvO082145@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Fri May 27 17:57:30 2016
New Revision: 300858
URL: https://svnweb.freebsd.org/changeset/base/300858

Log:
  Fix description for -V in the -r case
  
  t.verify_test = true is always set when -V is specified, regardless of whether
  or not the tool is being run in raw mode
  
  MFC after: 1 week
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/tools/tools/ioat/ioatcontrol.8

Modified: head/tools/tools/ioat/ioatcontrol.8
==============================================================================
--- head/tools/tools/ioat/ioatcontrol.8	Fri May 27 17:44:30 2016	(r300857)
+++ head/tools/tools/ioat/ioatcontrol.8	Fri May 27 17:57:30 2016	(r300858)
@@ -93,7 +93,7 @@ is a kernel virtual address (by default,
 .Ar address
 is assumed to be a physical address)
 .It Fl V
-Dump the resulting hex to syslog
+Verify copies/fills for accuracy
 .It Fl w
 Write to the specified
 .Ar address



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605271757.u4RHvUvO082145>