]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Remove unrecognized characters.
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 15 Jul 2009 06:03:19 +0000 (06:03 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 15 Jul 2009 06:03:19 +0000 (06:03 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8947 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/PciPlatform.h

index 123309b8b18655e755ca0c3f07d5645a08217f40..4da0933600594ad736cdea27f62debaa32a6a950 100644 (file)
@@ -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\r
 ///       range plus its aliased addresses forwarded to it.\r
 ///   - EFI_RESERVE_ISA_IO_NO_ALIAS | EFI_RESERVE_VGA_IO_ALIAS:<BR>\r
-///       Sets aside the ISA I/O range (0x100\960x3FF) during PCI enumeration\r
+///       Sets aside the ISA I/O range (0x100 - 0x3FF) during PCI enumeration\r
 ///       and the aliases of the VGA I/O ranges. By using this selection, the\r
 ///       platform indicates that it will support VGA devices that require VGA\r
 ///       ranges, including those that require VGA aliases. The platform further\r
-///       wants to support non-VGA devices that ask for the ISA range (0x100\96\r
+///       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\r
-///       not allocate I/O addresses out of the legacy ISA I/O range (0x100\96\r
+///       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\r
 ///       driver asks for the ISA I/O ranges, including aliases, the request will be\r
 ///       turned down. The first device that requests the legacy VGA range will\r
@@ -95,13 +95,13 @@ typedef struct _EFI_PCI_PLATFORM_PROTOCOL EFI_PCI_PLATFORM_PROTOCOL;
 ///       and Windows Server 2003. The PCI enumeration process must be\r
 ///       cognizant of this restriction.\r
 ///   - EFI_RESERVE_ISA_IO_NO_ALIAS | EFI_RESERVE_VGA_IO_NO_ALIAS:<BR>\r
-///       Sets aside the ISA I/O range (0x100\960x3FF) during PCI enumeration.\r
+///       Sets aside the ISA I/O range (0x100 - 0x3FF) during PCI enumeration.\r
 ///       VGA I/O ranges are included in the ISA range. By using this selection,\r
 ///       the platform indicates that it wants to support PCI devices that require\r
 ///       the ISA range and legacy VGA range, but it does not want to support\r
 ///       devices that require ISA alias ranges or VGA alias ranges. The PCI\r
 ///       bus driver will not allocate I/O addresses out of the legacy ISA I/O\r
-///       range (0x100\960x3FF). If a PCI device driver asks for the ISA I/O\r
+///       range (0x100-0x3FF). If a PCI device driver asks for the ISA I/O\r
 ///       ranges, including aliases, the request will be turned down. By using\r
 ///       this selection, the platform indicates that it will support VGA devices\r
 ///       that require VGA ranges, but it will not support VGA devices that\r