@@ -313,8 +313,8 @@ \subsubsection{Device Numbers and Enumeration}
313313 might inform the bus of available device numbers and their properties.
314314\end {itemize }
315315
316- Once a bus confirms that a device number is valid— regardless of the discovery
317- method— it normally issues \msgref {GET_DEVICE_INFO } to retrieve the device and
316+ Once a bus confirms that a device number is valid, regardless of the discovery
317+ method, it normally issues \msgref {GET_DEVICE_INFO } to retrieve the device and
318318vendor IDs before registering the device with the host OS so the usual Virtio
319319driver binding process can begin.
320320
@@ -326,8 +326,8 @@ \subsubsection{Device Numbers and Enumeration}
326326 immediately after a device is removed, to reduce race conditions with
327327 delayed messages associated with the removed device.
328328 \item A bus implementation SHOULD provide the driver with sufficient
329- information— either via \busref {GET_DEVICES } or equivalent platform
330- data— to discover each valid device number.
329+ information, either via \busref {GET_DEVICES } or equivalent platform
330+ data, to discover each valid device number.
331331\end {itemize }
332332
333333\subsubsection {Configuration Semantics Profiles }
@@ -413,7 +413,7 @@ \subsubsection{Feature Negotiation Blocks}
413413
414414\begin {itemize }
415415 \item \textbf {Block Index }: The starting block (e.g., block 0 for
416- features 0-- 31, block 1 for features 32- -63, etc.).
416+ features 0-31, block 1 for features 32-63, etc.).
417417 \item \textbf {Number of Blocks }: How many blocks the driver wishes to retrieve
418418 or modify in a single message.
419419 \item \textbf {Feature Data }: The 32-bit values representing the supported (or
@@ -1876,7 +1876,7 @@ \subsubsection{Overview}
18761876
18771877Example: a request with \field {offset}=0, \field {count}=16 might produce
18781878\field {bitmap}=0b00100101 00000000 and \field {next_offset}=16. That indicates
1879- devices 0, 2, and 5 are present within the 0– 15 window and suggests continuing
1879+ devices 0, 2, and 5 are present within the 0- 15 window and suggests continuing
18801880at device number 16.
18811881
18821882\paragraph {Intended usage }
@@ -1952,8 +1952,8 @@ \subsubsection{Overview}
19521952\hline
19531953DEVICE\_ BUS\_ STATE\_ ADDED & 0x0001 & Device is present and ready. \\
19541954DEVICE\_ BUS\_ STATE\_ REMOVED & 0x0002 & Device is no longer present. \\
1955- Reserved & 0x0003– 0x7FFF & Reserved for standard use. \\
1956- Implementation-defined & 0x8000– 0xFFFF & MAY be used by the bus implementation. \\
1955+ Reserved & 0x0003- 0x7FFF & Reserved for standard use. \\
1956+ Implementation-defined & 0x8000- 0xFFFF & MAY be used by the bus implementation. \\
19571957\hline
19581958\end {tabular }
19591959
0 commit comments