diff options
author | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-10-04 02:48:44 +0000 |
---|---|---|
committer | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-10-04 02:48:44 +0000 |
commit | edeffd1cbda10a7aa62fbc25797049e972c04aa3 (patch) | |
tree | 97e5e828a12597bf0fcb35a593a0f9297b72d696 | |
parent | f654bea14b38920bb5162f89bbb40a782dae7289 (diff) |
2.1: Add ccw to forward references.
Signed-off-by: Rusty Russell <rusty@au1.ibm.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@51 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
-rw-r--r-- | virtio-v1.0-wd01-part1-specification.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/virtio-v1.0-wd01-part1-specification.txt b/virtio-v1.0-wd01-part1-specification.txt index 30d442d..73e1e8b 100644 --- a/virtio-v1.0-wd01-part1-specification.txt +++ b/virtio-v1.0-wd01-part1-specification.txt @@ -78,10 +78,10 @@ Driver 2.1. Basic Facilities of a Virtio Device ======================================= -A virtio device is discovered and identified by a bus-specific -method (see the bus specific sections: "2.3.1. Virtio Over PCI -Bus" and "2.3.2. Virtio Over MMIO"). Each device consists of the -following parts: +A virtio device is discovered and identified by a bus-specific method +(see the bus specific sections: "2.3.1. Virtio Over PCI Bus", +"2.3.2. Virtio Over MMIO" and "2.3.3. Virtio over channel I/O"). Each +device consists of the following parts: o Device Status field o Feature bits |