diff options
author | Seth Heasley <seth.heasley@intel.com> | 2013-06-19 19:25:37 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-25 17:07:27 -0400 |
commit | b568411d97ec8c91eef5e512b5b2ec5df050c9c1 (patch) | |
tree | 9069f91197bb4817c80c1e7e849d23b9d3b4bf37 | |
parent | 64a03b5c4206bb104ea69efed3c8189427fcedfe (diff) |
ata_piix: IDE-mode SATA patch for Intel Coleto Creek DeviceIDs
commit c7e8695bfa0611b39493a9dfe8bab9f63f9809bd upstream.
This patch adds the IDE-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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/ata/ata_piix.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c index 9a8a674e8fac..8eae65905750 100644 --- a/drivers/ata/ata_piix.c +++ b/drivers/ata/ata_piix.c | |||
@@ -338,6 +338,8 @@ static const struct pci_device_id piix_pci_tbl[] = { | |||
338 | /* SATA Controller IDE (BayTrail) */ | 338 | /* SATA Controller IDE (BayTrail) */ |
339 | { 0x8086, 0x0F20, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata_byt }, | 339 | { 0x8086, 0x0F20, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata_byt }, |
340 | { 0x8086, 0x0F21, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata_byt }, | 340 | { 0x8086, 0x0F21, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata_byt }, |
341 | /* SATA Controller IDE (Coleto Creek) */ | ||
342 | { 0x8086, 0x23a6, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata }, | ||
341 | 343 | ||
342 | { } /* terminate list */ | 344 | { } /* terminate list */ |
343 | }; | 345 | }; |