diff options
author | pbonzini <pbonzini@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-06-16 11:54:22 +0000 |
---|---|---|
committer | pbonzini <pbonzini@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-06-16 11:54:22 +0000 |
commit | 65853394e08c2f97ae68594496d0f187aeb65590 (patch) | |
tree | 6869945fd810b81faad12b72c4a6fad3fe681213 | |
parent | 185283a9a5e82e9ed71c22c1456c76f436be3ac7 (diff) |
fix erroneous reference to Subsystem Device ID
Subsystem device ID only exists for PCI.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@383 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 9670976..56f58fa 100644 --- a/content.tex +++ b/content.tex @@ -101,7 +101,7 @@ Feature bits are allocated as follows: \end{description} \begin{note} -For example, feature bit 0 for a network device (i.e. Subsystem +For example, feature bit 0 for a network device (i.e. Device ID 1) indicates that the device supports checksumming of packets. \end{note} |