summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-15 06:03:19 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-15 06:03:19 +0000
commita025815c58cd58a6119f87345fa28a0fbbf14c1c (patch)
tree550b3ce391dbea9d4c22d91af59bb3d655184012
parent4a4bb30e6bfe92d3be73420ad0c1ab1457b6e184 (diff)
downloadedk2-a025815c58cd58a6119f87345fa28a0fbbf14c1c.zip
edk2-a025815c58cd58a6119f87345fa28a0fbbf14c1c.tar.gz
edk2-a025815c58cd58a6119f87345fa28a0fbbf14c1c.tar.bz2
Remove unrecognized characters.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8947 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdePkg/Include/Protocol/PciPlatform.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/MdePkg/Include/Protocol/PciPlatform.h b/MdePkg/Include/Protocol/PciPlatform.h
index 123309b..4da0933 100644
--- a/MdePkg/Include/Protocol/PciPlatform.h
+++ b/MdePkg/Include/Protocol/PciPlatform.h
@@ -72,13 +72,13 @@ typedef struct _EFI_PCI_PLATFORM_PROTOCOL EFI_PCI_PLATFORM_PROTOCOL;
/// device that requests the legacy ISA range will get all the legacy ISA
/// range plus its aliased addresses forwarded to it.
/// - EFI_RESERVE_ISA_IO_NO_ALIAS | EFI_RESERVE_VGA_IO_ALIAS:<BR>
-/// Sets aside the ISA I/O range (0x100–0x3FF) during PCI enumeration
+/// Sets aside the ISA I/O range (0x100 - 0x3FF) during PCI enumeration
/// and the aliases of the VGA I/O ranges. By using this selection, the
/// platform indicates that it will support VGA devices that require VGA
/// ranges, including those that require VGA aliases. The platform further
-/// wants to support non-VGA devices that ask for the ISA range (0x100–
+/// wants to support non-VGA devices that ask for the ISA range (0x100 -
/// 3FF), but not if it also asks for the ISA aliases. The PCI bus driver will
-/// not allocate I/O addresses out of the legacy ISA I/O range (0x100–
+/// not allocate I/O addresses out of the legacy ISA I/O range (0x100 -
/// 0x3FF) range or the aliases of the VGA I/O range. If a PCI device
/// driver asks for the ISA I/O ranges, including aliases, the request will be
/// turned down. The first device that requests the legacy VGA range will
@@ -95,13 +95,13 @@ typedef struct _EFI_PCI_PLATFORM_PROTOCOL EFI_PCI_PLATFORM_PROTOCOL;
/// and Windows Server 2003. The PCI enumeration process must be
/// cognizant of this restriction.
/// - EFI_RESERVE_ISA_IO_NO_ALIAS | EFI_RESERVE_VGA_IO_NO_ALIAS:<BR>
-/// Sets aside the ISA I/O range (0x100–0x3FF) during PCI enumeration.
+/// Sets aside the ISA I/O range (0x100 - 0x3FF) during PCI enumeration.
/// VGA I/O ranges are included in the ISA range. By using this selection,
/// the platform indicates that it wants to support PCI devices that require
/// the ISA range and legacy VGA range, but it does not want to support
/// devices that require ISA alias ranges or VGA alias ranges. The PCI
/// bus driver will not allocate I/O addresses out of the legacy ISA I/O
-/// range (0x100–0x3FF). If a PCI device driver asks for the ISA I/O
+/// range (0x100-0x3FF). If a PCI device driver asks for the ISA I/O
/// ranges, including aliases, the request will be turned down. By using
/// this selection, the platform indicates that it will support VGA devices
/// that require VGA ranges, but it will not support VGA devices that