aboutsummaryrefslogtreecommitdiff
path: root/doc/sg_write_buffer.8
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2014-09-30 17:01:23 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2014-09-30 17:01:23 +0000
commitd499582946b7681d941abb71d8f87dc4dfa1a1b1 (patch)
tree42f5d6dba4e80561ef3fd655d83f1c141ec7790b /doc/sg_write_buffer.8
parent50b76f8e999dbc4328e3978b645d057721faa870 (diff)
downloadsg3_utils-d499582946b7681d941abb71d8f87dc4dfa1a1b1.tar.gz
sg_ses_microcode: add --non optio to bypass RDR calls
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@611 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'doc/sg_write_buffer.8')
-rw-r--r--doc/sg_write_buffer.84
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sg_write_buffer.8 b/doc/sg_write_buffer.8
index 66b9e23b..1dfc9be6 100644
--- a/doc/sg_write_buffer.8
+++ b/doc/sg_write_buffer.8
@@ -25,7 +25,7 @@ Arguments to long options are mandatory for short options as well.
where \fICS\fR is the chunk size in bytes. This will be the maximum number
of bytes sent per WRITE BUFFER command. So if \fICS\fR is less than the
effective length then multiple WRITE BUFFER commands are sent, each taking
-the next chunk from the read data and inceasing the buffer offset field
+the next chunk from the read data and increasing the buffer offset field
in the WRITE BUFFER command by the appropriate amount. The default is
a chunk size of 0 which is interpreted as a very large number hence only
one WRITE BUFFER command will be sent. This option should only be used with
@@ -157,7 +157,7 @@ driver) and various setting in sysfs in the Linux lk 2.6/3
series (e.g. /sys/block/sda/queue/max_sectors_kb). Devices (i.e. logical
units) also typically have limits on the maximum amount of data they can
handle in one command. These two limitations suggest that modes
-containing the word "offset" togther with the \fI\-\-bpw=CS\fR option
+containing the word "offset" together with the \fI\-\-bpw=CS\fR option
are required as firmware files get larger and larger. And \fICS\fR
can be quite small, for example 4096 bytes, resulting in many WRITE
BUFFER commands being sent.