]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/2.6.32.12/ata_piix-ide-mode-sata-patch-for-intel-cougar-point-deviceids.patch
Remove duplicated commits
[thirdparty/kernel/stable-queue.git] / releases / 2.6.32.12 / ata_piix-ide-mode-sata-patch-for-intel-cougar-point-deviceids.patch
CommitLineData
3ababc44
GKH
1From 88e8201e67aace3d86de9e75122ea525f0e7248e Mon Sep 17 00:00:00 2001
2From: Seth Heasley <seth.heasley@intel.com>
3Date: Tue, 12 Jan 2010 17:01:28 -0800
4Subject: ata_piix: IDE Mode SATA patch for Intel Cougar Point DeviceIDs
5
6From: Seth Heasley <seth.heasley@intel.com>
7
8commit 88e8201e67aace3d86de9e75122ea525f0e7248e upstream.
9
10Signed-off-by: Seth Heasley <seth.heasley@intel.com>
11Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
12Cc: maximilian attems <max@stro.at>
13Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
14
15---
16 drivers/ata/ata_piix.c | 8 ++++++++
17 1 file changed, 8 insertions(+)
18
19--- a/drivers/ata/ata_piix.c
20+++ b/drivers/ata/ata_piix.c
21@@ -291,6 +291,14 @@ static const struct pci_device_id piix_p
22 { 0x8086, 0x3b2d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
23 /* SATA Controller IDE (PCH) */
24 { 0x8086, 0x3b2e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata },
25+ /* SATA Controller IDE (CPT) */
26+ { 0x8086, 0x1c00, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata },
27+ /* SATA Controller IDE (CPT) */
28+ { 0x8086, 0x1c01, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata },
29+ /* SATA Controller IDE (CPT) */
30+ { 0x8086, 0x1c08, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
31+ /* SATA Controller IDE (CPT) */
32+ { 0x8086, 0x1c09, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
33 { } /* terminate list */
34 };
35