summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJason Gaston2005-08-10 15:18:43 +0200
committerJeff Garzik2005-08-10 19:43:15 +0200
commit3db368f71a91f08c5a93a5bfb6ca1e2de2668e04 (patch)
tree50ca8901a35e599b7d18f79d45ca1cbe53ed0df1 /drivers
parentMerge /spare/repo/linux-2.6/ (diff)
downloadkernel-qcow2-linux-3db368f71a91f08c5a93a5bfb6ca1e2de2668e04.tar.gz
kernel-qcow2-linux-3db368f71a91f08c5a93a5bfb6ca1e2de2668e04.tar.xz
kernel-qcow2-linux-3db368f71a91f08c5a93a5bfb6ca1e2de2668e04.zip
[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 <Jason.d.gaston@intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/scsi/ahci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/ahci.c b/drivers/scsi/ahci.c
index c5623694d10f..0c79cafb1348 100644
--- 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 */
};