From 568383447cd3bd83d5ecfbd116ab6c0f769094cb Mon Sep 17 00:00:00 2001 From: hornet Date: Fri, 3 Jan 2014 17:57:34 +0000 Subject: mmio: Obviously wrong notification register name The "4.2.3.3 Notifying The Device" section said "writing the index of the updated queue to the QueueNum". This is obviously wrong - should read "QueueNotify". Signed-off-by: Pawel Moll git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@179 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- content.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content.tex') diff --git a/content.tex b/content.tex index 797ee3e..7091bf4 100644 --- a/content.tex +++ b/content.tex @@ -1645,7 +1645,7 @@ The driver MUST initialize the virtual queue in the following way: \subsubsection{Notifying The Device}\label{sec:Virtio Transport Options / Virtio Over MMIO / MMIO-specific Initialization And Device Operation / Notifying The Device} The driver MUST notify the device about new buffers being available in -a queue by writing the index of the updated queue to the QueueNum register. +a queue by writing the index of the updated queue to the QueueNotify register. \subsubsection{Notifications From The Device}\label{sec:Virtio Transport Options / Virtio Over MMIO / MMIO-specific Initialization And Device Operation / Notifications From The Device} -- cgit v1.2.3