public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] SATA AHCI support for Intel ICH7R - 2.6.11-rc1
@ 2005-01-21 16:53 Jason Gaston
  2005-01-27 21:52 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Gaston @ 2005-01-21 16:53 UTC (permalink / raw)
  To: jgarzik; +Cc: linux-kernel, jason.d.gaston

This patch adds the Intel ICH7R DID's to the ahci.c SATA AHCI driver for ICH7R SATA support.
If acceptable, please apply.

Thanks,

Jason Gaston

Signed-off-by:  Jason Gaston <Jason.d.gaston@intel.com>

--- linux-2.6.11-rc1/drivers/scsi/ahci.c.orig	2005-01-21 07:46:58.202269784 -0800
+++ linux-2.6.11-rc1/drivers/scsi/ahci.c	2005-01-21 07:48:58.732946336 -0800
@@ -246,6 +246,10 @@ static struct pci_device_id ahci_pci_tbl
 	  board_ahci }, /* ICH7 */
 	{ PCI_VENDOR_ID_INTEL, 0x27c5, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
 	  board_ahci }, /* ICH7M */
+	{ PCI_VENDOR_ID_INTEL, 0x27c2, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+	  board_ahci }, /* ICH7R */
+	{ PCI_VENDOR_ID_INTEL, 0x27c3, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+	  board_ahci }, /* ICH7R */
 	{ }	/* terminate list */
 };
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] SATA AHCI support for Intel ICH7R - 2.6.11-rc1
  2005-01-21 16:53 [PATCH] SATA AHCI support for Intel ICH7R - 2.6.11-rc1 Jason Gaston
@ 2005-01-27 21:52 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2005-01-27 21:52 UTC (permalink / raw)
  To: Jason Gaston; +Cc: linux-kernel

Jason Gaston wrote:
> This patch adds the Intel ICH7R DID's to the ahci.c SATA AHCI driver for ICH7R SATA support.
> If acceptable, please apply.

applied



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-01-27 21:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-21 16:53 [PATCH] SATA AHCI support for Intel ICH7R - 2.6.11-rc1 Jason Gaston
2005-01-27 21:52 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox