PortInfo
using UserlandFSUtil::PortInfo;
const ACPI_PORT_INFO *PortInfo;
PortInfo = AcpiProtectedPorts;
for (i = 0; i < ACPI_PORT_INFO_ENTRIES; i++, PortInfo++)
if ((Address <= PortInfo->End) && (LastAddress >= PortInfo->Start))
if (PortInfo->OsiDependency == ACPI_ALWAYS_ILLEGAL ||
AcpiGbl_OsiData == PortInfo->OsiDependency)
ACPI_FORMAT_UINT64 (Address), ByteWidth, PortInfo->Name,
PortInfo->Start, PortInfo->End));
if (LastAddress <= PortInfo->End)