diff options
author | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-02-07 00:20:28 +0000 |
---|---|---|
committer | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-02-07 00:20:28 +0000 |
commit | 35edda9f846d2351e0b3467e15b6f3fb34c4b436 (patch) | |
tree | 8991d82247789678578318a82026b167c6a4f879 | |
parent | 87ef649f7db4323400d244d1cfd70be8ea47cb7a (diff) |
block: legacy SCSI command fix.
When describing the historical layout requirements, it says
"status field is a separate read-only buffer of size 1 byte, by itself."
That's clearly wrong, as it says above "The final status byte is written by the device"
Signed-off-by: Rusty Russell <rusty@au1.ibm.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@204 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
-rw-r--r-- | content.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content.tex b/content.tex index 456b167..48c2d8e 100644 --- a/content.tex +++ b/content.tex @@ -3177,7 +3177,7 @@ errors, data_len, sense_len and residual reside in a single, separate write-only buffer; the sense field in a separate write-only buffer of size 96 bytes, by itself; the fields errors, data_len, sense_len and residual in a single write-only buffer; -and the status field is a separate read-only buffer of size 1 +and the status field is a separate write-only buffer of size 1 byte, by itself. |