Fix the IDE slave device missing bug.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1319 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klos1980 2006-08-18 05:26:59 +00:00
parent 471e8e4c3d
commit 45649fb700
1 changed files with 6 additions and 1 deletions

View File

@ -716,7 +716,12 @@ DetectIDEController (
//
// Master Error register is not 0x81, Go on check Slave
//
//
// Stall 10ms to wait for slave device ready
//
gBS->Stall (10000);
//
// select slave
//