]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.uni
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Bus / Isa / IsaBusDxe / IsaBusDxe.uni
CommitLineData
3f528797
JJ
1// /** @file\r
2// ISA Bus driver to manage the child devices attached to the ISA Host Controller.\r
3//\r
4// This driver follows UEFI driver model and layers on ISA HC protocol defined\r
5// in PI spec 1.2.1. It consumes the ISA Host Controller protocol produced by\r
6// the ISA Host Controller and installs the ISA Host Controller Service Binding\r
7// protocol on the ISA Host Controller's handle.\r
8//\r
9// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
10//\r
9d510e61 11// SPDX-License-Identifier: BSD-2-Clause-Patent\r
3f528797
JJ
12//\r
13// **/\r
14\r
15#string STR_MODULE_ABSTRACT\r
16#language en-US\r
17"ISA Bus driver to manage the child devices attached to the ISA Host Controller."\r
18\r
19#string STR_MODULE_DESCRIPTION\r
20#language en-US\r
21"This driver follows UEFI driver model and layers on ISA HC protocol defined in PI spec 1.2.1. It consumes the ISA Host Controller protocol produced by the ISA Host Controller and installs the ISA Host Controller Service Binding protocol on the ISA Host Controller's handle."\r
22\r
23\r