added 20ms stall to wait for slave device ready when identify some type of Seagate Hard Disk.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1358 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -718,9 +718,11 @@ DetectIDEController (
|
|||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// Stall 10ms to wait for slave device ready
|
// Stall 20ms to wait for slave device ready if master device not exists
|
||||||
//
|
//
|
||||||
gBS->Stall (10000);
|
if (!MasterDeviceExist) {
|
||||||
|
gBS->Stall (20000);
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// select slave
|
// select slave
|
||||||
|
Reference in New Issue
Block a user