summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorSeth Heasley <seth.heasley@intel.com>2008-08-27 23:47:22 (GMT)
committerJeff Garzik <jgarzik@redhat.com>2008-09-08 16:15:54 (GMT)
commit8e48b6b307085ce8a747cf94294742f7b7a11b18 (patch)
tree446b3b1ddf65b1a09ff917648da067ebcdfbe766 /drivers
parentde058cdea65842ed4bf17da6b50d6fe6b120a6ef (diff)
downloadlinux-fsl-qoriq-8e48b6b307085ce8a747cf94294742f7b7a11b18.tar.xz
ahci: RAID mode SATA patch for Intel Ibex Peak DeviceIDs
Add the Intel Ibex Peak (PCH) SATA RAID Controller DeviceIDs. Signed-off-by: Seth Heasley <seth.heasley@intel.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers')
-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 66aa146..2e1a7cb 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -487,7 +487,9 @@ static const struct pci_device_id ahci_pci_tbl[] = {
{ PCI_VDEVICE(INTEL, 0x3a05), board_ahci }, /* ICH10 */
{ PCI_VDEVICE(INTEL, 0x3a25), board_ahci }, /* ICH10 */
{ PCI_VDEVICE(INTEL, 0x3b24), board_ahci }, /* PCH RAID */
+ { PCI_VDEVICE(INTEL, 0x3b25), board_ahci }, /* PCH RAID */
{ PCI_VDEVICE(INTEL, 0x3b2b), board_ahci }, /* PCH RAID */
+ { PCI_VDEVICE(INTEL, 0x3b2c), board_ahci }, /* PCH RAID */
/* JMicron 360/1/3/5/6, match class to avoid IDE function */
{ PCI_VENDOR_ID_JMICRON, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,