[PATCH] ahci: AHCI mode SATA patch for Intel ICH7-M DH
authorJason Gaston <jason.d.gaston@intel.com>
Wed, 10 Aug 2005 13:18:43 +0000 (06:18 -0700)
committerJeff Garzik <jgarzik@pobox.com>
Wed, 10 Aug 2005 17:43:15 +0000 (13:43 -0400)
Hello,

This patch adds the Intel ICH7-M DH DID to the ahci.c file for AHCI mode SATA support.  This patch was built against the 2.6.13-rc6 kernel.  
If acceptable, please apply.

Thanks,

Jason Gaston

Signed-off-by:  Jason Gaston <Jason.d.gaston@intel.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/scsi/ahci.c

index c5623694d10f56a25ddc1c6f6073deaa3f250232..0c79cafb1348c9b6968ef6bcc09b3e8e55eb5176 100644 (file)
@@ -269,6 +269,8 @@ static struct pci_device_id ahci_pci_tbl[] = {
          board_ahci }, /* ESB2 */
        { PCI_VENDOR_ID_INTEL, 0x2683, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
          board_ahci }, /* ESB2 */
+       { PCI_VENDOR_ID_INTEL, 0x27c6, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+         board_ahci }, /* ICH7-M DH */
        { }     /* terminate list */
 };