[PATCH 2.6.11.6 5/6] ahci: AHCI mode SATA patch for Intel ESB2
From: Jason Gaston
Date: Tue Apr 05 2005 - 13:45:46 EST
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@xxxxxxxxx>
--- 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 */
};
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/