mirror of https://github.com/acidanthera/audk.git
Remove unrecognized characters.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8947 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
4a4bb30e6b
commit
a025815c58
|
@ -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
|
/// device that requests the legacy ISA range will get all the legacy ISA
|
||||||
/// range plus its aliased addresses forwarded to it.
|
/// range plus its aliased addresses forwarded to it.
|
||||||
/// - EFI_RESERVE_ISA_IO_NO_ALIAS | EFI_RESERVE_VGA_IO_ALIAS:<BR>
|
/// - 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
|
/// 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
|
/// platform indicates that it will support VGA devices that require VGA
|
||||||
/// ranges, including those that require VGA aliases. The platform further
|
/// 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
|
/// 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
|
/// 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
|
/// 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
|
/// 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
|
/// and Windows Server 2003. The PCI enumeration process must be
|
||||||
/// cognizant of this restriction.
|
/// cognizant of this restriction.
|
||||||
/// - EFI_RESERVE_ISA_IO_NO_ALIAS | EFI_RESERVE_VGA_IO_NO_ALIAS:<BR>
|
/// - 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,
|
/// 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 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
|
/// 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
|
/// 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
|
/// 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
|
/// ranges, including aliases, the request will be turned down. By using
|
||||||
/// this selection, the platform indicates that it will support VGA devices
|
/// this selection, the platform indicates that it will support VGA devices
|
||||||
/// that require VGA ranges, but it will not support VGA devices that
|
/// that require VGA ranges, but it will not support VGA devices that
|
||||||
|
|
Loading…
Reference in New Issue