* [PATCH 2.6.19-rc6] ahci: AHCI mode SATA patch for Intel ICH9
@ 2006-11-21 22:51 Jason Gaston
2006-11-22 1:04 ` Tejun Heo
2006-11-22 9:04 ` Arjan van de Ven
0 siblings, 2 replies; 5+ messages in thread
From: Jason Gaston @ 2006-11-21 22:51 UTC (permalink / raw)
To: jgarzik, linux-ide, linux-kernel, jason.d.gaston
This patch adds the Intel ICH9 AHCI controller DID's for SATA support.
Signed-off-by: Jason Gaston <jason.d.gaston@intel.com>
--- 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
@@ -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 */
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH 2.6.19-rc6] ahci: AHCI mode SATA patch for Intel ICH9
2006-11-21 22:51 [PATCH 2.6.19-rc6] ahci: AHCI mode SATA patch for Intel ICH9 Jason Gaston
@ 2006-11-22 1:04 ` Tejun Heo
2006-11-22 9:04 ` Arjan van de Ven
1 sibling, 0 replies; 5+ messages in thread
From: Tejun Heo @ 2006-11-22 1:04 UTC (permalink / raw)
To: Jason Gaston; +Cc: jgarzik, linux-ide, linux-kernel
Jason Gaston wrote:
> This patch adds the Intel ICH9 AHCI controller DID's for SATA support.
>
> Signed-off-by: Jason Gaston <jason.d.gaston@intel.com>
>
> --- 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
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH 2.6.19-rc6] ahci: AHCI mode SATA patch for Intel ICH9
2006-11-21 22:51 [PATCH 2.6.19-rc6] ahci: AHCI mode SATA patch for Intel ICH9 Jason Gaston
2006-11-22 1:04 ` Tejun Heo
@ 2006-11-22 9:04 ` Arjan van de Ven
2006-11-23 21:56 ` Jeff Garzik
1 sibling, 1 reply; 5+ messages in thread
From: Arjan van de Ven @ 2006-11-22 9:04 UTC (permalink / raw)
To: Jason Gaston; +Cc: jgarzik, linux-ide, linux-kernel
On Tue, 2006-11-21 at 14:51 -0800, Jason Gaston wrote:
> This patch adds the Intel ICH9 AHCI controller DID's for SATA support.
>
> Signed-off-by: Jason Gaston <jason.d.gaston@intel.com>
there was some discussion about a generic class match for ahci...
would these devices be matched by that?
--
if you want to mail me at work (you don't), use arjan (at) linux.intel.com
Test the interaction between Linux and your BIOS via http://www.linuxfirmwarekit.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 2.6.19-rc6] ahci: AHCI mode SATA patch for Intel ICH9
2006-11-22 9:04 ` Arjan van de Ven
@ 2006-11-23 21:56 ` Jeff Garzik
0 siblings, 0 replies; 5+ messages in thread
From: Jeff Garzik @ 2006-11-23 21:56 UTC (permalink / raw)
To: Arjan van de Ven; +Cc: Jason Gaston, linux-ide, linux-kernel
Arjan van de Ven wrote:
> On Tue, 2006-11-21 at 14:51 -0800, Jason Gaston wrote:
>> This patch adds the Intel ICH9 AHCI controller DID's for SATA support.
>>
>> Signed-off-by: Jason Gaston <jason.d.gaston@intel.com>
>
> there was some discussion about a generic class match for ahci...
> would these devices be matched by that?
AHCI class yes, RAID class no.
But vendors would probably /love/ that we didn't match the RAID class,
even though we can drive it...
Jeff
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [PATCH 2.6.19-rc6] ahci: AHCI mode SATA patch for Intel ICH9
@ 2006-11-22 16:17 Gaston, Jason D
0 siblings, 0 replies; 5+ messages in thread
From: Gaston, Jason D @ 2006-11-22 16:17 UTC (permalink / raw)
To: Arjan van de Ven; +Cc: jgarzik, linux-ide, linux-kernel
I don't know the specifics of that discussion. If you are asking about
using class code rather then a DID; that would work for ICH9.
Thanks,
Jason
>-----Original Message-----
>From: linux-kernel-owner@vger.kernel.org [mailto:linux-kernel-
>owner@vger.kernel.org] On Behalf Of Arjan van de Ven
>Sent: Wednesday, November 22, 2006 1:04 AM
>To: Gaston, Jason D
>Cc: jgarzik@pobox.com; linux-ide@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Subject: Re: [PATCH 2.6.19-rc6] ahci: AHCI mode SATA patch for Intel
ICH9
>
>On Tue, 2006-11-21 at 14:51 -0800, Jason Gaston wrote:
>> This patch adds the Intel ICH9 AHCI controller DID's for SATA
support.
>>
>> Signed-off-by: Jason Gaston <jason.d.gaston@intel.com>
>
>there was some discussion about a generic class match for ahci...
>would these devices be matched by that?
>
>
>--
>if you want to mail me at work (you don't), use arjan (at)
linux.intel.com
>Test the interaction between Linux and your BIOS via
>http://www.linuxfirmwarekit.org
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel"
in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-11-23 21:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-21 22:51 [PATCH 2.6.19-rc6] ahci: AHCI mode SATA patch for Intel ICH9 Jason Gaston
2006-11-22 1:04 ` Tejun Heo
2006-11-22 9:04 ` Arjan van de Ven
2006-11-23 21:56 ` Jeff Garzik
-- strict thread matches above, loose matches on Subject: below --
2006-11-22 16:17 Gaston, Jason D
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).