From 6620a37c5879805026781e1fe1981faa57700116 Mon Sep 17 00:00:00 2001 From: hornet Date: Mon, 16 Dec 2013 11:31:42 +0000 Subject: 2.3.2 MMIO: Configuration space offset corrected The offset in the MMIO configuration space description (table 4.1) became wrong at some time (0x0fff). Fixed. Signed-off-by: Pawel Moll git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@177 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- content.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content.tex b/content.tex index 0089846..797ee3e 100644 --- a/content.tex +++ b/content.tex @@ -1590,9 +1590,9 @@ All register values are organized as Little Endian. } \hline \mmioreg{Config}{Configuration space}{0x100+}{RW}{ - Device-specific configuration space starts at an offset 0x0ff + Device-specific configuration space starts at the offset 0x100 and is accessed with byte alignment. Its meaning and size - depends on the device and the driver. + depend on the device and the driver. } \hline \end{longtable} -- cgit v1.2.3