]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/3.10.56/ata_piix-add-device-ids-for-intel-9-series-pch.patch
4.14-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 3.10.56 / ata_piix-add-device-ids-for-intel-9-series-pch.patch
CommitLineData
4675ccb9
GKH
1From 6cad1376954e591c3c41500c4e586e183e7ffe6d Mon Sep 17 00:00:00 2001
2From: James Ralston <james.d.ralston@intel.com>
3Date: Wed, 27 Aug 2014 14:31:58 -0700
4Subject: ata_piix: Add Device IDs for Intel 9 Series PCH
5
6From: James Ralston <james.d.ralston@intel.com>
7
8commit 6cad1376954e591c3c41500c4e586e183e7ffe6d upstream.
9
10This patch adds the IDE mode SATA Device IDs for the Intel 9 Series PCH.
11
12Signed-off-by: James Ralston <james.d.ralston@intel.com>
13Signed-off-by: Tejun Heo <tj@kernel.org>
14Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15
16---
17 drivers/ata/ata_piix.c | 8 ++++++++
18 1 file changed, 8 insertions(+)
19
20--- a/drivers/ata/ata_piix.c
21+++ b/drivers/ata/ata_piix.c
22@@ -340,6 +340,14 @@ static const struct pci_device_id piix_p
23 { 0x8086, 0x0F21, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata_byt },
24 /* SATA Controller IDE (Coleto Creek) */
25 { 0x8086, 0x23a6, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
26+ /* SATA Controller IDE (9 Series) */
27+ { 0x8086, 0x8c88, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata_snb },
28+ /* SATA Controller IDE (9 Series) */
29+ { 0x8086, 0x8c89, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata_snb },
30+ /* SATA Controller IDE (9 Series) */
31+ { 0x8086, 0x8c80, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_snb },
32+ /* SATA Controller IDE (9 Series) */
33+ { 0x8086, 0x8c81, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_snb },
34
35 { } /* terminate list */
36 };