From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2992890AbXCCBjA (ORCPT ); Fri, 2 Mar 2007 20:39:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S2992889AbXCCBjA (ORCPT ); Fri, 2 Mar 2007 20:39:00 -0500 Received: from mga02.intel.com ([134.134.136.20]:27076 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2992888AbXCCBi6 (ORCPT ); Fri, 2 Mar 2007 20:38:58 -0500 X-ExtLoop1: 1 X-IronPort-AV: i="4.14,244,1170662400"; d="scan'208"; a="203499448:sNHT17665774" From: Jason Gaston To: jgarzik@pobox.com, jason.d.gaston@intel.com Subject: [PATCH 2.6.21-rc2] ahci: RAID mode SATA patch for Intel ICH9M Date: Fri, 2 Mar 2007 17:39:46 -0800 User-Agent: KMail/1.9.1 Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org References: <200611211655.58451.jason.d.gaston@intel.com> In-Reply-To: <200611211655.58451.jason.d.gaston@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703021739.47147.jason.d.gaston@intel.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org This patch adds the Intel ICH9M RAID controller DID for SATA support. Signed-off-by: Jason Gaston --- linux-2.6.21-rc2/drivers/ata/ahci.c.orig 2007-03-02 17:28:00.000000000 -0800 +++ linux-2.6.21-rc2/drivers/ata/ahci.c 2007-03-02 17:28:30.000000000 -0800 @@ -380,6 +380,7 @@ { PCI_VDEVICE(INTEL, 0x2929), board_ahci_pi }, /* ICH9M */ { PCI_VDEVICE(INTEL, 0x292a), board_ahci_pi }, /* ICH9M */ { PCI_VDEVICE(INTEL, 0x292b), board_ahci_pi }, /* ICH9M */ + { PCI_VDEVICE(INTEL, 0x292c), board_ahci_pi }, /* ICH9M */ { PCI_VDEVICE(INTEL, 0x292f), board_ahci_pi }, /* ICH9M */ { PCI_VDEVICE(INTEL, 0x294d), board_ahci_pi }, /* ICH9 */ { PCI_VDEVICE(INTEL, 0x294e), board_ahci_pi }, /* ICH9M */