mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 2.6.11.6 5/6] ahci: AHCI mode SATA patch for Intel ESB2
@ 2005-04-05 15:14 Jason Gaston
  0 siblings, 0 replies; only message in thread
From: Jason Gaston @ 2005-04-05 15:14 UTC (permalink / raw)
  To: jgarzik; +Cc: linux-kernel, jason.d.gaston

Hello,

This patch adds the Intel ESB2 DID's to the ahci.c file for AHCI mode SATA support.  This patch was built against the 2.6.11.6 kernel.  
If acceptable, please apply. 

Thanks,

Jason Gaston

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

--- linux-2.6.11.6/drivers/scsi/ahci.c.orig	2005-03-28 09:03:45.359692512 -0800
+++ linux-2.6.11.6/drivers/scsi/ahci.c	2005-03-28 09:06:51.745357584 -0800
@@ -255,6 +255,12 @@
 	  board_ahci }, /* ICH7R */
 	{ PCI_VENDOR_ID_AL, 0x5288, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
 	  board_ahci }, /* ULi M5288 */
+	{ PCI_VENDOR_ID_INTEL, 0x2681, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+	  board_ahci }, /* ESB2 */
+	{ PCI_VENDOR_ID_INTEL, 0x2682, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+	  board_ahci }, /* ESB2 */
+	{ PCI_VENDOR_ID_INTEL, 0x2683, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+	  board_ahci }, /* ESB2 */
 	{ }	/* terminate list */
 };
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-04-05 18:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-05 15:14 [PATCH 2.6.11.6 5/6] ahci: AHCI mode SATA patch for Intel ESB2 Jason Gaston

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

Powered by JetHome