From patchwork Sat Mar 5 21:54:48 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rafael Wysocki X-Patchwork-Id: 613001 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p25Lskgl025573 for ; Sat, 5 Mar 2011 21:54:47 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752659Ab1CEVyp (ORCPT ); Sat, 5 Mar 2011 16:54:45 -0500 Received: from ogre.sisk.pl ([217.79.144.158]:54947 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752197Ab1CEVyo (ORCPT ); Sat, 5 Mar 2011 16:54:44 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by ogre.sisk.pl (Postfix) with ESMTP id 1247F1A764E; Sat, 5 Mar 2011 22:44:40 +0100 (CET) Received: from ogre.sisk.pl ([127.0.0.1]) by localhost (ogre.sisk.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14969-06; Sat, 5 Mar 2011 22:44:18 +0100 (CET) Received: from ferrari.rjw.lan (220-bem-13.acn.waw.pl [82.210.184.220]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ogre.sisk.pl (Postfix) with ESMTP id B37621A7655; Sat, 5 Mar 2011 22:44:18 +0100 (CET) From: "Rafael J. Wysocki" To: linux-pci@vger.kernel.org, Sarah Sharp Subject: [RFT][PATCH] PCI / ACPI: Do not require MSI support for PCIe native features Date: Sat, 5 Mar 2011 22:54:48 +0100 User-Agent: KMail/1.13.5 (Linux/2.6.38-rc7+; KDE/4.4.4; x86_64; ; ) Cc: LKML , Jesse Barnes , ACPI Devel Mailing List , Len Brown , Matthew Garrett MIME-Version: 1.0 Message-Id: <201103052254.48515.rjw@sisk.pl> X-Virus-Scanned: amavisd-new at ogre.sisk.pl using MkS_Vir for Linux Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Sat, 05 Mar 2011 21:54:47 +0000 (UTC) Index: linux-2.6/drivers/acpi/pci_root.c =================================================================== --- linux-2.6.orig/drivers/acpi/pci_root.c +++ linux-2.6/drivers/acpi/pci_root.c @@ -50,8 +50,7 @@ static int acpi_pci_root_start(struct ac #define ACPI_PCIE_REQ_SUPPORT (OSC_EXT_PCI_CONFIG_SUPPORT \ | OSC_ACTIVE_STATE_PWR_SUPPORT \ - | OSC_CLOCK_PWR_CAPABILITY_SUPPORT \ - | OSC_MSI_SUPPORT) + | OSC_CLOCK_PWR_CAPABILITY_SUPPORT) static const struct acpi_device_id root_device_ids[] = { {"PNP0A03", 0},