audk/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe
vanjeff af4a63857c updated the Bus Driver that is able to create all or one of its child handles on each call to Start() not to create new child handle if RemainingDeviepath is the End of Device Path Node, per UEFI 2.3.
The others changes include:
1. Check RemainingDevicePath at beginning of Supported(), make sure it has been verified before Start() is called.
2. Check IO protocol firstly rather than EfiDevicePathProtocolGuid, reduce the times entering into Start() function because EfiDevicePathProtocolGuid existed on most of handle.
3. If no any child device is created on last time, and RemainingDevicePath is valid Uart Devcie path, go on creating child device handle based on this RemainingDevicePath.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9262 6f19259b-4bc3-4df7-8a09-765794883524
2009-09-14 08:55:03 +00:00
..
Ata.c Code scrub for IdeBusDxe driver 2009-06-26 03:23:08 +00:00
Atapi.c git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8668 6f19259b-4bc3-4df7-8a09-765794883524 2009-06-26 07:14:08 +00:00
ComponentName.c Code scrub for IdeBusDxe driver 2009-06-24 02:21:05 +00:00
ComponentName.h Code scrub for IdeBusDxe driver 2009-06-24 02:21:05 +00:00
DriverConfiguration.c Code scrub for IdeBusDxe driver 2009-06-24 02:21:05 +00:00
DriverDiagnostics.c Code scrub for IdeBusDxe driver 2009-06-24 02:21:05 +00:00
Ide.c git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8668 6f19259b-4bc3-4df7-8a09-765794883524 2009-06-26 07:14:08 +00:00
Ide.h Make end of line consistent. 2009-08-24 15:53:25 +00:00
IdeBus.c updated the Bus Driver that is able to create all or one of its child handles on each call to Start() not to create new child handle if RemainingDeviepath is the End of Device Path Node, per UEFI 2.3. 2009-09-14 08:55:03 +00:00
IdeBus.h update include file to use IndustryStandard/Pci.h 2009-08-11 02:35:46 +00:00
IdeBusDxe.inf Code scrub for IdeBusDxe driver and PeiS3Lib.(undergoing) 2009-06-19 08:40:58 +00:00
IdeData.h Code scrub for IdeBusDxe driver and PeiS3Lib.(undergoing) 2009-06-19 08:40:58 +00:00