From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH 2.6.19-rc6] ahci: AHCI mode SATA patch for Intel ICH9 Date: Wed, 22 Nov 2006 10:04:03 +0900 Message-ID: <4563A203.1080707@gmail.com> References: <1164149498.27730.17.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from ug-out-1314.google.com ([66.249.92.173]:42840 "EHLO ug-out-1314.google.com") by vger.kernel.org with ESMTP id S1031427AbWKVBEM (ORCPT ); Tue, 21 Nov 2006 20:04:12 -0500 Received: by ug-out-1314.google.com with SMTP id 44so39495uga for ; Tue, 21 Nov 2006 17:04:10 -0800 (PST) In-Reply-To: <1164149498.27730.17.camel@localhost.localdomain> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Jason Gaston Cc: jgarzik@pobox.com, linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Jason Gaston wrote: > This patch adds the Intel ICH9 AHCI controller DID's for SATA support. > > Signed-off-by: Jason Gaston > > --- linux-2.6.19-rc6/drivers/ata/ahci.c.orig 2006-11-20 > 04:56:51.000000000 -0800 > +++ linux-2.6.19-rc6/drivers/ata/ahci.c 2006-11-20 04:58:30.000000000 > -0800 Again, wrapped. > @@ -314,6 +314,17 @@ > { PCI_VDEVICE(INTEL, 0x2824), board_ahci }, /* ICH8 */ > { PCI_VDEVICE(INTEL, 0x2829), board_ahci }, /* ICH8M */ > { PCI_VDEVICE(INTEL, 0x282a), board_ahci }, /* ICH8M */ > + { PCI_VDEVICE(INTEL, 0x2922), board_ahci }, /* ICH9 */ > + { PCI_VDEVICE(INTEL, 0x2923), board_ahci }, /* ICH9 */ > + { PCI_VDEVICE(INTEL, 0x2924), board_ahci }, /* ICH9 */ > + { PCI_VDEVICE(INTEL, 0x2925), board_ahci }, /* ICH9 */ > + { PCI_VDEVICE(INTEL, 0x2927), board_ahci }, /* ICH9 */ > + { PCI_VDEVICE(INTEL, 0x2929), board_ahci }, /* ICH9M */ > + { PCI_VDEVICE(INTEL, 0x292a), board_ahci }, /* ICH9M */ > + { PCI_VDEVICE(INTEL, 0x292b), board_ahci }, /* ICH9M */ > + { PCI_VDEVICE(INTEL, 0x292f), board_ahci }, /* ICH9M */ > + { PCI_VDEVICE(INTEL, 0x294d), board_ahci }, /* ICH9 */ > + { PCI_VDEVICE(INTEL, 0x294e), board_ahci }, /* ICH9M */ > > /* JMicron */ > { PCI_VDEVICE(JMICRON, 0x2360), board_ahci }, /* JMicron JMB360 */ Other than that, looks fine. -- tejun