]> git.proxmox.com Git - mirror_edk2.git/commit
1. updated PCI/AGP Devices to check RemainingDevicePath in Supported() and Start...
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 15 Sep 2009 07:50:48 +0000 (07:50 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 15 Sep 2009 07:50:48 +0000 (07:50 +0000)
commit6fe852082f747292ecdb51560f890eb6ac8036fa
tree8288cbedac89ff118ffb140b7b509d346911524b
parente7b2c17aad3953d1c314c1e82cb5c6cad97885cd
1. updated PCI/AGP Devices to check RemainingDevicePath in Supported() and Start() functions. The main changes are:
  a. Add check validation of RemainingDevicePath in Supported()
  b. In Star() function, if RemaingDevicePath is the End of Device Path Node, don't create child device and return EFI_SUCCESS.
2. fixed one device path issue in ScsiBus driver.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9264 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c
OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430.c