From 35edda9f846d2351e0b3467e15b6f3fb34c4b436 Mon Sep 17 00:00:00 2001 From: rusty Date: Fri, 7 Feb 2014 00:20:28 +0000 Subject: 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 git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@204 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- content.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content.tex') 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. -- cgit v1.2.3