From a025815c58cd58a6119f87345fa28a0fbbf14c1c Mon Sep 17 00:00:00 2001 From: lgao4 Date: Wed, 15 Jul 2009 06:03:19 +0000 Subject: [PATCH] Remove unrecognized characters. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8947 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/PciPlatform.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MdePkg/Include/Protocol/PciPlatform.h b/MdePkg/Include/Protocol/PciPlatform.h index 123309b8b1..4da0933600 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:
-/// 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:
-/// 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 -- 2.39.2