diff options
author | hornet <hornet@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-02-26 16:12:00 +0000 |
---|---|---|
committer | hornet <hornet@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-02-26 16:12:00 +0000 |
commit | 5223bff5c7f8b7cbbe2908202ef618dd09633636 (patch) | |
tree | 0fde85c5fa4acffbbc830c897003153f71b7fed9 | |
parent | 768063fe80502c65f830831df19573d8fb142dae (diff) |
mmio: Clarify normative requirement on QueueNum
Minor fix: add explicit reference to QueueNumMax in the
normative paragraph describing QueueNum.
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@285 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 1e2480b..d03a33f 100644 --- a/content.tex +++ b/content.tex @@ -1904,7 +1904,7 @@ Before reading from \field{DeviceFeatures}, the driver MUST write a value to \fi Before writing to the \field{DriverFeatures} register, the driver MUST write a value to the \field{DriverFeaturesSel} register. The driver MUST write a value to \field{QueueNum} which is less than -or equal to the value presented by the device. +or equal to the value presented by the device in \field{QueueNumMax}. When \field{QueueReady} is not zero, the driver MUST NOT access \field{QueueNum}, \field{QueueDescLow}, \field{QueueDescHigh}, |