diff options
-rw-r--r-- | content.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/content.tex b/content.tex index b038b0c..17d1bd7 100644 --- a/content.tex +++ b/content.tex @@ -3218,12 +3218,14 @@ data and outgoing characters are placed in the transmit queue. \subsection{Feature bits}\label{sec:Device Types / Console Device / Feature bits} - VIRTIO_CONSOLE_F_SIZE (0) Configuration cols and rows fields +\begin{description} +\item[VIRTIO_CONSOLE_F_SIZE (0)] Configuration cols and rows fields are valid. - VIRTIO_CONSOLE_F_MULTIPORT(1) Device has support for multiple +\item[VIRTIO_CONSOLE_F_MULTIPORT (1)] Device has support for multiple ports; configuration fields nr_ports and max_nr_ports are valid and control virtqueues will be used. +\end{description} \subsection{Device configuration layout}\label{sec:Device Types / Console Device / Device configuration layout} |