From patchwork Wed Jan 13 00:56:37 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Seth Heasley X-Patchwork-Id: 72479 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.2) with ESMTP id o0D11Xk8014310 for ; Wed, 13 Jan 2010 01:01:33 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754543Ab0AMBBN (ORCPT ); Tue, 12 Jan 2010 20:01:13 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754572Ab0AMBBL (ORCPT ); Tue, 12 Jan 2010 20:01:11 -0500 Received: from mga14.intel.com ([143.182.124.37]:50907 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754543Ab0AMBBI (ORCPT ); Tue, 12 Jan 2010 20:01:08 -0500 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 12 Jan 2010 17:01:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.47,316,1257148800"; d="scan'208";a="232067535" Received: from unknown (HELO linux-0rue.localnet) ([10.7.160.187]) by azsmga001.ch.intel.com with ESMTP; 12 Jan 2010 17:01:07 -0800 From: Seth Heasley Organization: Intel Corporation To: linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, jbarnes@virtuousgeek.org, khali@linux-fr.org Subject: [PATCH 2.6.32.3] irq: irq and pci_ids patch for Intel Cougar Point DeviceIDs Date: Tue, 12 Jan 2010 16:56:37 -0800 User-Agent: KMail/1.10.3 (Linux/2.6.27.7-9-default; KDE/4.1.3; x86_64; ; ) Cc: seth.heasley@intel.com MIME-Version: 1.0 Content-Disposition: inline Message-Id: <201001121656.37664.seth.heasley@intel.com> Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org --- linux-2.6.32.3/arch/x86/pci/irq.c.orig 2010-01-06 15:07:45.000000000 -0800 +++ linux-2.6.32.3/arch/x86/pci/irq.c 2010-01-07 13:10:28.000000000 -0800 @@ -590,6 +590,8 @@ case PCI_DEVICE_ID_INTEL_ICH10_1: case PCI_DEVICE_ID_INTEL_ICH10_2: case PCI_DEVICE_ID_INTEL_ICH10_3: + case PCI_DEVICE_ID_INTEL_CPT_LPC1: + case PCI_DEVICE_ID_INTEL_CPT_LPC2: r->name = "PIIX/ICH"; r->get = pirq_piix_get; r->set = pirq_piix_set; --- linux-2.6.32.3/include/linux/pci_ids.h.orig 2010-01-06 15:07:45.000000000 -0800 +++ linux-2.6.32.3/include/linux/pci_ids.h 2010-01-07 13:10:28.000000000 -0800 @@ -2398,6 +2398,9 @@ #define PCI_DEVICE_ID_INTEL_82840_HB 0x1a21 #define PCI_DEVICE_ID_INTEL_82845_HB 0x1a30 #define PCI_DEVICE_ID_INTEL_IOAT 0x1a38 +#define PCI_DEVICE_ID_INTEL_CPT_SMBUS 0x1c22 +#define PCI_DEVICE_ID_INTEL_CPT_LPC1 0x1c42 +#define PCI_DEVICE_ID_INTEL_CPT_LPC2 0x1c43 #define PCI_DEVICE_ID_INTEL_82801AA_0 0x2410 #define PCI_DEVICE_ID_INTEL_82801AA_1 0x2411 #define PCI_DEVICE_ID_INTEL_82801AA_3 0x2413