summaryrefslogtreecommitdiffstats
path: root/drivers/ata
diff options
context:
space:
mode:
authorJames Ralston <james.d.ralston@intel.com>2013-02-21 11:08:51 -0800
committerBen Hutchings <ben@decadent.org.uk>2016-01-22 21:40:10 +0000
commit34a2a4493bb5398a23974f734d480133a2b08266 (patch)
treec8dc55b20ae65e4fba7777d8566b7fde8c0f9a41 /drivers/ata
parent065bc97edc4bc250ec4d6dcc716c9a3e1e1c602c (diff)
downloadlinux-stable-34a2a4493bb5398a23974f734d480133a2b08266.tar.gz
linux-stable-34a2a4493bb5398a23974f734d480133a2b08266.tar.bz2
linux-stable-34a2a4493bb5398a23974f734d480133a2b08266.zip
ahci: Add Device IDs for Intel Wellsburg PCH
commit efda332cb66d78d6fdf6f98e7b067480f43624f2 upstream. This patch adds the RAID-mode SATA Device IDs for the Intel Wellsburg PCH Signed-off-by: James Ralston <james.d.ralston@intel.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com> [bwh: Backported to 3.2: adjust context] Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'drivers/ata')
-rw-r--r--drivers/ata/ahci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index e2958aa35b80..cd22618984b1 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -324,6 +324,8 @@ static const struct pci_device_id ahci_pci_tbl[] = {
{ PCI_VDEVICE(INTEL, 0x1f37), board_ahci_avn }, /* Avoton RAID */
{ PCI_VDEVICE(INTEL, 0x1f3e), board_ahci_avn }, /* Avoton RAID */
{ PCI_VDEVICE(INTEL, 0x1f3f), board_ahci_avn }, /* Avoton RAID */
+ { PCI_VDEVICE(INTEL, 0x2823), board_ahci }, /* Wellsburg RAID */
+ { PCI_VDEVICE(INTEL, 0x2827), board_ahci }, /* Wellsburg RAID */
{ PCI_VDEVICE(INTEL, 0x8d02), board_ahci }, /* Wellsburg AHCI */
{ PCI_VDEVICE(INTEL, 0x8d04), board_ahci }, /* Wellsburg RAID */
{ PCI_VDEVICE(INTEL, 0x8d06), board_ahci }, /* Wellsburg RAID */