From 01a36eedc5ecb4ba26aa57507bb584d117ee3f03 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 28 Oct 2016 15:56:19 -0500 Subject: c_user: Fix numbered lists. --- c_user/pci_library.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c_user/pci_library.rst') diff --git a/c_user/pci_library.rst b/c_user/pci_library.rst index 0d95f3e..6bc5988 100644 --- a/c_user/pci_library.rst +++ b/c_user/pci_library.rst @@ -113,11 +113,11 @@ peripherals to access one another using Memory or I/O accesses and that interrupts are properly handled. Three different spaces are defined and mapped separately: -# I/O space (IO) +#. I/O space (IO) -# non-prefetchable Memory space (MEMIO) +#. non-prefetchable Memory space (MEMIO) -# prefetchable Memory space (MEM) +#. prefetchable Memory space (MEM) Regions of the same type (I/O or Memory) may not overlap which is guaranteed by the software. MEM regions may be mapped into MEMIO regions, but MEMIO regions -- cgit v1.2.3