From patchwork Wed Jan 13 01:01:28 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Seth Heasley X-Patchwork-Id: 42781 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id CA2941007D2 for ; Wed, 13 Jan 2010 12:06:01 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751180Ab0AMBGA (ORCPT ); Tue, 12 Jan 2010 20:06:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752219Ab0AMBF7 (ORCPT ); Tue, 12 Jan 2010 20:05:59 -0500 Received: from mga02.intel.com ([134.134.136.20]:53340 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751500Ab0AMBF6 (ORCPT ); Tue, 12 Jan 2010 20:05:58 -0500 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 12 Jan 2010 17:05:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.49,264,1262592000"; d="scan'208";a="586626018" Received: from unknown (HELO linux-0rue.localnet) ([10.7.160.187]) by orsmga001.jf.intel.com with ESMTP; 12 Jan 2010 17:05:57 -0800 From: Seth Heasley Organization: Intel Corporation To: jgarzik@pobox.com, linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, htejun@gmail.com Subject: [PATCH 2.6.32.3] ata_piix: IDE Mode SATA patch for Intel Cougar Point DeviceIDs Date: Tue, 12 Jan 2010 17:01:28 -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: <201001121701.28589.seth.heasley@intel.com> Sender: linux-ide-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org This patch updates the Intel Cougar Point (PCH) IDE mode SATA Controller DeviceIDs. Signed-off-by: Seth Heasley --- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- linux-2.6.32.3/drivers/ata/ata_piix.c.orig 2010-01-06 15:07:45.000000000 -0800 +++ linux-2.6.32.3/drivers/ata/ata_piix.c 2010-01-07 13:10:28.000000000 -0800 @@ -291,6 +291,14 @@ { 0x8086, 0x3b2d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata }, /* SATA Controller IDE (PCH) */ { 0x8086, 0x3b2e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata }, + /* SATA Controller IDE (CPT) */ + { 0x8086, 0x1c00, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata }, + /* SATA Controller IDE (CPT) */ + { 0x8086, 0x1c01, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata }, + /* SATA Controller IDE (CPT) */ + { 0x8086, 0x1c08, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata }, + /* SATA Controller IDE (CPT) */ + { 0x8086, 0x1c09, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata }, { } /* terminate list */ };