diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-08 07:40:30 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-08 07:40:30 +0000 |
commit | 8411f1c002faf9a16c28a643a1c8a32de904a7d7 (patch) | |
tree | 758172b6f9a13e6e118347dd6cb468b24c9c7d81 /IntelFrameworkPkg/Include/Protocol/IdeControllerInit.h | |
parent | 4a71b21a6375549aa514e4680449a29f9c64802f (diff) | |
download | edk2-platforms-8411f1c002faf9a16c28a643a1c8a32de904a7d7.tar.xz |
Add more comments for IntelFramework's header files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5004 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include/Protocol/IdeControllerInit.h')
-rw-r--r-- | IntelFrameworkPkg/Include/Protocol/IdeControllerInit.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/IdeControllerInit.h b/IntelFrameworkPkg/Include/Protocol/IdeControllerInit.h index aef6a2ea26..8192f51ee6 100644 --- a/IntelFrameworkPkg/Include/Protocol/IdeControllerInit.h +++ b/IntelFrameworkPkg/Include/Protocol/IdeControllerInit.h @@ -1,5 +1,13 @@ /** @file
This file declares EFI IDE Controller Init Protocol
+ The EFI_IDE_CONTROLLER_INIT_PROTOCOL provides the chipset-specific information to
+ the IDE bus driver. This protocol is mandatory for IDE controllers if the IDE devices behind the
+ controller are to be enumerated by an IDE bus driver.
+ There can only be one instance of EFI_IDE_CONTROLLER_INIT_PROTOCOL for each IDE
+ controller in a system. It is installed on the handle that corresponds to the IDE controller. An IDE
+ bus driver that wishes to manage an IDE bus and possibly IDE devices in a system will have to
+ retrieve the EFI_IDE_CONTROLLER_INIT_PROTOCOL instance that is associated with the
+ controller to be managed.
Copyright (c) 2007, Intel Corporation
All rights reserved. This program and the accompanying materials
|