diff options
author | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-11-07 03:51:05 +0000 |
---|---|---|
committer | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-11-07 03:51:05 +0000 |
commit | 4e05c77a35f5b40fb32a990eb9d58926d7229ab1 (patch) | |
tree | 8b682e162977f028ebd4dbdfc9768a07e7eb917b | |
parent | 1f0f785a64c139dad63ecb00336a6a953f32732d (diff) |
2.2.1: Remove advice that reset is not req'd on startup.
It's always good practice to reset a device.
As per minutes of meeting 2013-11-05: http://markmail.org/message/3cjjeakzkfzcqk5c
Signed-off-by: Rusty Russell <rusty@au1.ibm.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@87 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
-rw-r--r-- | virtio-v1.0-wd01-part1-specification.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtio-v1.0-wd01-part1-specification.txt b/virtio-v1.0-wd01-part1-specification.txt index 33ee771..5db34df 100644 --- a/virtio-v1.0-wd01-part1-specification.txt +++ b/virtio-v1.0-wd01-part1-specification.txt @@ -533,7 +533,7 @@ how to communicate with the specific device. 2.2.1. Device Initialization --------------------------- -1. Reset the device. This is not required on initial start up. +1. Reset the device. 2. The ACKNOWLEDGE status bit is set: we have noticed the device. |