mirror of https://github.com/acidanthera/audk.git
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:
parent
471e8e4c3d
commit
45649fb700
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue