diff options
author | Seth Heasley <seth.heasley@intel.com> | 2013-06-20 03:36:45 +0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2013-06-21 22:40:58 +0400 |
commit | 1cfc7df3de10c40ed459e13cce6de616023bf41c (patch) | |
tree | adb74f2518b9a55d502d9329f0c4e3f916dfd172 /drivers/ata | |
parent | c7e8695bfa0611b39493a9dfe8bab9f63f9809bd (diff) | |
download | linux-1cfc7df3de10c40ed459e13cce6de616023bf41c.tar.xz |
ahci: AHCI-mode SATA patch for Intel Coleto Creek DeviceIDs
This patch adds the AHCI-mode SATA DeviceIDs for the Intel Coleto Creek PCH.
Signed-off-by: Seth Heasley <seth.heasley@intel.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: stable@vger.kernel.org
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/ahci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 2b50dfdf1cfc..e381f36468f5 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -291,6 +291,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, |