summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--feedback/8.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/feedback/8.txt b/feedback/8.txt
index 870953e..9d132da 100644
--- a/feedback/8.txt
+++ b/feedback/8.txt
@@ -78,12 +78,12 @@ index 2adc393..d6c2591 100644
-The virtio device configuration layout includes a common configuration header, notification area, ISR status area and a device-specific configuration area.
+The virtio device configuration layout includes several structures:
-+\begin{item}
++\begin{itemize}
+\item Common configuration
+\item Notifications
+\item ISR Status
+\item Device-specific configuration (optional)
-+\end{item}
++\end{itemize}
Each structure can be mapped by a Base Address register (BAR) belonging to
the function, or accessed via the special VIRTIO_PCI_CAP_PCI_CFG field in the PCI configuration space.