From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.43; helo=mga05.intel.com; envelope-from=ruiyu.ni@intel.com; receiver=edk2-devel@lists.01.org Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 08BCE21A10989 for ; Sun, 26 Nov 2017 17:16:10 -0800 (PST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Nov 2017 17:20:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,462,1505804400"; d="scan'208";a="12249135" Received: from ray-dev.ccr.corp.intel.com ([10.239.9.15]) by orsmga002.jf.intel.com with ESMTP; 26 Nov 2017 17:20:30 -0800 From: Ruiyu Ni To: edk2-devel@lists.01.org Date: Mon, 27 Nov 2017 09:19:46 +0800 Message-Id: <20171127011948.279312-1-ruiyu.ni@intel.com> X-Mailer: git-send-email 2.15.0.gvfs.1.preview.4 Subject: [PATCH 0/2] MdeModulePkg/AtaAtapiPassThru: Revert patch to disable PCI attributes X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2017 01:16:11 -0000 The patches caused Windows 10 S4 resume failure. Considering the similar changes are reverted from PciBus driver, revert the patches from AtaAtapiPassThru as well. Ruiyu Ni (2): MdeModulePkg/AtaAtapiPassThru: Revert patch to disable Bus Master MdeModulePkg/AtaAtapiPassThru: Revert patch to disable PCI attributes .../Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.c | 58 +--------------------- .../Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.h | 5 -- 2 files changed, 1 insertion(+), 62 deletions(-) -- 2.15.0.gvfs.1.preview.4