1. updated PCI/AGP Devices to check RemainingDevicePath in Supported() and Start...
commitf69c88de217468961618a43493c6db844b71ddc7
authorJeff Fan <vanjeff@tianocore.org>
Tue, 15 Sep 2009 07:50:48 +0000 (15 07:50 +0000)
committerJeff Fan <vanjeff@tianocore.org>
Tue, 15 Sep 2009 07:50:48 +0000 (15 07:50 +0000)
tree8288cbedac89ff118ffb140b7b509d346911524b
parent067f02ace195ca4bc33be189ea0e951c631b4b2c
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.
MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c
OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430.c