tree 50ca8901a35e599b7d18f79d45ca1cbe53ed0df1
parent a7144b23da073f4b3192e356ad74de12aba60e00
author Jason Gaston <[EMAIL PROTECTED]> Wed, 10 Aug 2005 20:18:43 -0700
committer Jeff Garzik <[EMAIL PROTECTED]> Wed, 10 Aug 2005 21:43:15 -0400

[PATCH] ahci: AHCI mode SATA patch for Intel ICH7-M DH

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 <[EMAIL PROTECTED]>
Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>

 drivers/scsi/ahci.c |    2 ++
 1 files changed, 2 insertions(+)

diff --git a/drivers/scsi/ahci.c b/drivers/scsi/ahci.c
--- a/drivers/scsi/ahci.c
+++ b/drivers/scsi/ahci.c
@@ -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 */
 };
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to