]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/2.6.32.12/ahci-ahci-and-raid-mode-sata-patch-for-intel-cougar-point-deviceids.patch
Remove duplicated commits
[thirdparty/kernel/stable-queue.git] / releases / 2.6.32.12 / ahci-ahci-and-raid-mode-sata-patch-for-intel-cougar-point-deviceids.patch
1 From 5623cab83ea61e0420f2064216d83eab067a24c6 Mon Sep 17 00:00:00 2001
2 From: Seth Heasley <seth.heasley@intel.com>
3 Date: Tue, 12 Jan 2010 17:00:18 -0800
4 Subject: ahci: AHCI and RAID mode SATA patch for Intel Cougar Point DeviceIDs
5
6 From: Seth Heasley <seth.heasley@intel.com>
7
8 commit 5623cab83ea61e0420f2064216d83eab067a24c6 upstream.
9
10 Signed-off-by: Seth Heasley <seth.heasley@intel.com>
11 Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
12 Cc: maximilian attems <max@stro.at>
13 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
14
15 ---
16 drivers/ata/ahci.c | 6 ++++++
17 1 file changed, 6 insertions(+)
18
19 --- a/drivers/ata/ahci.c
20 +++ b/drivers/ata/ahci.c
21 @@ -570,6 +570,12 @@ static const struct pci_device_id ahci_p
22 { PCI_VDEVICE(INTEL, 0x3b2b), board_ahci }, /* PCH RAID */
23 { PCI_VDEVICE(INTEL, 0x3b2c), board_ahci }, /* PCH RAID */
24 { PCI_VDEVICE(INTEL, 0x3b2f), board_ahci }, /* PCH AHCI */
25 + { PCI_VDEVICE(INTEL, 0x1c02), board_ahci }, /* CPT AHCI */
26 + { PCI_VDEVICE(INTEL, 0x1c03), board_ahci }, /* CPT AHCI */
27 + { PCI_VDEVICE(INTEL, 0x1c04), board_ahci }, /* CPT RAID */
28 + { PCI_VDEVICE(INTEL, 0x1c05), board_ahci }, /* CPT RAID */
29 + { PCI_VDEVICE(INTEL, 0x1c06), board_ahci }, /* CPT RAID */
30 + { PCI_VDEVICE(INTEL, 0x1c07), board_ahci }, /* CPT RAID */
31
32 /* JMicron 360/1/3/5/6, match class to avoid IDE function */
33 { PCI_VENDOR_ID_JMICRON, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,