From: Seth Heasley Date: Wed, 19 Jun 2013 23:36:45 +0000 (-0700) Subject: ahci: AHCI-mode SATA patch for Intel Coleto Creek DeviceIDs X-Git-Tag: v3.4.87~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86726b075298b4fe4874017d65e801b7b0735438;p=platform%2Fkernel%2Flinux-stable.git ahci: AHCI-mode SATA patch for Intel Coleto Creek DeviceIDs commit 1cfc7df3de10c40ed459e13cce6de616023bf41c upstream. This patch adds the AHCI-mode SATA DeviceIDs for the Intel Coleto Creek PCH. Signed-off-by: Seth Heasley Signed-off-by: Tejun Heo Signed-off-by: Ben Hutchings Cc: Yang Yingliang Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 07051e4..010a9f0 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -300,6 +300,7 @@ static const struct pci_device_id ahci_pci_tbl[] = { { PCI_VDEVICE(INTEL, 0x8d64), board_ahci }, /* Wellsburg RAID */ { PCI_VDEVICE(INTEL, 0x8d66), board_ahci }, /* Wellsburg RAID */ { PCI_VDEVICE(INTEL, 0x8d6e), board_ahci }, /* Wellsburg RAID */ + { PCI_VDEVICE(INTEL, 0x23a3), board_ahci }, /* Coleto Creek AHCI */ /* JMicron 360/1/3/5/6, match class to avoid IDE function */ { PCI_VENDOR_ID_JMICRON, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,