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