diff options
author | Seth Heasley <seth.heasley@intel.com> | 2013-06-19 16:36:45 -0700 |
---|---|---|
committer | Ben Hutchings <ben@decadent.org.uk> | 2013-07-27 05:34:14 +0100 |
commit | d23288a5a9fb61c0fc58e544fc38c14ef60076c8 (patch) | |
tree | edf52646fd37387eb0b1da326cf22151a146ee78 | |
parent | 92405d49d9cf6c4dee689727a8757f2e0f4357af (diff) |
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 <seth.heasley@intel.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-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 5fe5d64d61e..0445f52c3e2 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -302,6 +302,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, |