]> git.proxmox.com Git - mirror_edk2.git/commit
Roll back the change in Partition driver. currently we enhance the EHCI driver to...
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 24 Jul 2009 04:53:12 +0000 (04:53 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 24 Jul 2009 04:53:12 +0000 (04:53 +0000)
commit15a865075cec6ddd26f2a16bbeaa23fb850e4e62
tree6740ee8987999b7daca510ad87ae198014f6ae29
parentd5555a107c528b0a0da12e907e685b469a79d891
Roll back the change in Partition driver. currently we enhance the EHCI driver to guarantee that the EHCI controller get attached to the EHCI controller before the UHCI driver attaches to the UHCI controller. This way can avoid the case happen that UHCI sees the disconnect and EHCI sees the connect event due to the control transfer in shared port. It may cause Partition.Start to be interrupted by Partition.Stop.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8991 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Universal/Disk/PartitionDxe/Partition.c