Remove Atapi Pass Thru driver in MdeModulePkg. This module is only used for testing. We can use this module from OptionRomPkg

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4310 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2007-11-20 07:17:56 +00:00
parent 823f7d4f93
commit 0acd9855d8
7 changed files with 3 additions and 3701 deletions

View File

@@ -393,6 +393,7 @@ Returns:
}
}
DEBUG ((EFI_D_ERROR, "ScsiExted Support: %d Frome First Target: %d\r\n" , ScsiBusDev->ExtScsiSupport, FromFirstTarget));
while(ScanOtherPuns) {
if (FromFirstTarget) {
//
@@ -404,6 +405,7 @@ Returns:
} else {
Status = ScsiBusDev->ScsiInterface->GetNextDevice (ScsiBusDev->ScsiInterface, &ScsiTargetId->ScsiId.Scsi, &Lun);
}
DEBUG ((EFI_D_ERROR, "ScsiExte Error= %r\r\n" , Status));
if (EFI_ERROR (Status)) {
//
// no legal Pun and Lun found any more
@@ -430,6 +432,7 @@ Returns:
// then create handle and install scsi i/o protocol.
//
Status = ScsiScanCreateDevice (This, Controller, ScsiTargetId, Lun, ScsiBusDev);
DEBUG ((EFI_D_ERROR, "CreateDevice %d, %d at %p Status = %r\r\n" , ScsiTargetId, Lun, Controller, Status));
}
gBS->FreePool (ScsiTargetId);
return EFI_SUCCESS;