From patchwork Thu Jul 14 23:50:49 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Seth Heasley X-Patchwork-Id: 104744 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 EC7E2B6F54 for ; Fri, 15 Jul 2011 09:50:01 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932356Ab1GNXuA (ORCPT ); Thu, 14 Jul 2011 19:50:00 -0400 Received: from mga09.intel.com ([134.134.136.24]:38235 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932152Ab1GNXt7 (ORCPT ); Thu, 14 Jul 2011 19:49:59 -0400 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 14 Jul 2011 16:49:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.65,531,1304319600"; d="scan'208";a="27841964" Received: from linux.jf.intel.com (HELO localhost.localdomain) ([10.7.161.151]) by orsmga001.jf.intel.com with ESMTP; 14 Jul 2011 16:49:59 -0700 From: Seth Heasley To: jgarzik@pobox.com Subject: [PATCH 3.0-rc7] ahci: RAID-mode SATA patch for Intel Panther Point DeviceIDs Date: Thu, 14 Jul 2011 16:50:49 -0700 User-Agent: KMail/1.13.6 (Linux/2.6.35.12-88.fc14.x86_64; KDE/4.6.1; x86_64; ; ) Cc: seth.heasley@gmail.com, linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org MIME-Version: 1.0 Message-Id: <201107141650.49929.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 adds an additional SATA RAID controller DeviceID for the Intel Panther Point PCH. 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-3.0-rc7/drivers/ata/ahci.c.orig 2011-07-14 16:07:21.000000000 -0700 +++ linux-3.0-rc7/drivers/ata/ahci.c 2011-07-14 16:35:06.000000000 -0700 @@ -267,6 +267,7 @@ { PCI_VDEVICE(INTEL, 0x1e05), board_ahci }, /* Panther Point RAID */ { PCI_VDEVICE(INTEL, 0x1e06), board_ahci }, /* Panther Point RAID */ { PCI_VDEVICE(INTEL, 0x1e07), board_ahci }, /* Panther Point RAID */ + { PCI_VDEVICE(INTEL, 0x1e0e), board_ahci }, /* Panther Point RAID */ /* JMicron 360/1/3/5/6, match class to avoid IDE function */ { PCI_VENDOR_ID_JMICRON, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,