From 4e05c77a35f5b40fb32a990eb9d58926d7229ab1 Mon Sep 17 00:00:00 2001 From: rusty Date: Thu, 7 Nov 2013 03:51:05 +0000 Subject: 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 git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@87 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- virtio-v1.0-wd01-part1-specification.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3