From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH 2.6.21-rc2] ahci: RAID mode SATA patch for Intel ICH9M Date: Tue, 06 Mar 2007 04:05:54 -0500 Message-ID: <45ED2EF2.5080002@garzik.org> References: <200611211655.58451.jason.d.gaston@intel.com> <200703021739.47147.jason.d.gaston@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from srv5.dvmed.net ([207.36.208.214]:51817 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933114AbXCFJF4 (ORCPT ); Tue, 6 Mar 2007 04:05:56 -0500 In-Reply-To: <200703021739.47147.jason.d.gaston@intel.com> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Jason Gaston Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Jason Gaston wrote: > 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 */ applied