* [PATCH 2.6.19-rc6][RESEND] ahci: AHCI mode SATA patch for Intel ICH9
@ 2006-11-22 0:55 Jason Gaston
2006-11-28 8:45 ` Jeff Garzik
2007-03-03 1:39 ` [PATCH 2.6.21-rc2] ahci: RAID mode SATA patch for Intel ICH9M Jason Gaston
0 siblings, 2 replies; 4+ messages in thread
From: Jason Gaston @ 2006-11-22 0:55 UTC (permalink / raw)
To: jgarzik, linux-ide, jason.d.gaston, linux-kernel
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] 4+ messages in thread
* Re: [PATCH 2.6.19-rc6][RESEND] ahci: AHCI mode SATA patch for Intel ICH9
2006-11-22 0:55 [PATCH 2.6.19-rc6][RESEND] ahci: AHCI mode SATA patch for Intel ICH9 Jason Gaston
@ 2006-11-28 8:45 ` Jeff Garzik
2007-03-03 1:39 ` [PATCH 2.6.21-rc2] ahci: RAID mode SATA patch for Intel ICH9M Jason Gaston
1 sibling, 0 replies; 4+ messages in thread
From: Jeff Garzik @ 2006-11-28 8:45 UTC (permalink / raw)
To: Jason Gaston; +Cc: 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>
applied to #upstream-fixes
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 2.6.21-rc2] ahci: RAID mode SATA patch for Intel ICH9M
2006-11-22 0:55 [PATCH 2.6.19-rc6][RESEND] ahci: AHCI mode SATA patch for Intel ICH9 Jason Gaston
2006-11-28 8:45 ` Jeff Garzik
@ 2007-03-03 1:39 ` Jason Gaston
2007-03-06 9:05 ` Jeff Garzik
1 sibling, 1 reply; 4+ messages in thread
From: Jason Gaston @ 2007-03-03 1:39 UTC (permalink / raw)
To: jgarzik, jason.d.gaston; +Cc: linux-ide, linux-kernel
This patch adds the Intel ICH9M RAID controller DID for SATA support.
Signed-off-by: Jason Gaston <jason.d.gaston@intel.com>
--- 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 */
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 2.6.21-rc2] ahci: RAID mode SATA patch for Intel ICH9M
2007-03-03 1:39 ` [PATCH 2.6.21-rc2] ahci: RAID mode SATA patch for Intel ICH9M Jason Gaston
@ 2007-03-06 9:05 ` Jeff Garzik
0 siblings, 0 replies; 4+ messages in thread
From: Jeff Garzik @ 2007-03-06 9:05 UTC (permalink / raw)
To: Jason Gaston; +Cc: linux-ide, linux-kernel
Jason Gaston wrote:
> This patch adds the Intel ICH9M RAID controller DID for SATA support.
>
> Signed-off-by: Jason Gaston <jason.d.gaston@intel.com>
>
> --- 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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-03-06 9:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-22 0:55 [PATCH 2.6.19-rc6][RESEND] ahci: AHCI mode SATA patch for Intel ICH9 Jason Gaston
2006-11-28 8:45 ` Jeff Garzik
2007-03-03 1:39 ` [PATCH 2.6.21-rc2] ahci: RAID mode SATA patch for Intel ICH9M Jason Gaston
2007-03-06 9:05 ` Jeff Garzik
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).