Revert "EhciDxe: Use common buffer for AsyncInterruptTransfer"

There is concern at the thread
https://lists.01.org/pipermail/edk2-devel/2018-November/031951.html.
And the time point is a little sensitive as it is near edk2-stable201811.

This reverts commit 0cd6452503.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
Star Zeng
2018-11-06 21:45:25 +08:00
parent 1ed6498c4a
commit f87db25620
4 changed files with 95 additions and 57 deletions

View File

@@ -763,7 +763,6 @@ EhcControlTransfer (
Translator,
EHC_CTRL_TRANSFER,
Request,
FALSE,
Data,
*DataLength,
NULL,
@@ -907,7 +906,6 @@ EhcBulkTransfer (
Translator,
EHC_BULK_TRANSFER,
NULL,
FALSE,
Data[0],
*DataLength,
NULL,
@@ -1165,7 +1163,6 @@ EhcSyncInterruptTransfer (
Translator,
EHC_INT_TRANSFER_SYNC,
NULL,
FALSE,
Data,
*DataLength,
NULL,