]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.uni
00bebce11c2c5d1adac0d464d31214f3cf3d01b4
[mirror_edk2.git] / MdeModulePkg / Bus / Ata / AtaBusDxe / AtaBusDxe.uni
1 // /** @file
2 // ATA Bus driver to enumerate and identfy ATA devices.
3 //
4 // This driver follows UEFI driver model and layers on ATA Pass Thru protocol defined
5 // in UEFI spec 2.2. It installs Block IO and Disk Info protocol for each ATA device
6 // it enumerates and identifies successfully.
7 //
8 // Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
9 //
10 // SPDX-License-Identifier: BSD-2-Clause-Patent
11 //
12 // **/
13
14
15 #string STR_MODULE_ABSTRACT #language en-US "ATA Bus driver to enumerate and identify ATA devices"
16
17 #string STR_MODULE_DESCRIPTION #language en-US "This driver follows the UEFI driver model and layers on the ATA Pass Thru protocol defined in UEFI Specification 2.2. It installs Block IO and Disk Info protocols for each ATA device it enumerates and identifies successfully."
18