]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ahci: recognize Marvell 88se9125 PCIe SATA 6.0 Gb/s controller
authorPer Jessen <per@computer.org>
Tue, 8 Feb 2011 12:54:32 +0000 (13:54 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 23 Mar 2011 19:50:04 +0000 (12:50 -0700)
commit 467b41c688c79d1b5e076fbdf082f9cd5d6a000c upstream.

Recognize Marvell 88SE9125 PCIe SATA 6.0 Gb/s controller.

Signed-off-by: Per Jessen <per@computer.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/ata/ahci.c

index 328826381a2dc38def47aba259e78da11b24b5b0..154cc4d4836ffe8c0298a1cab55ec9a84bcdbff9 100644 (file)
@@ -380,6 +380,8 @@ static const struct pci_device_id ahci_pci_tbl[] = {
        { PCI_VDEVICE(MARVELL, 0x6121), board_ahci_mv },        /* 6121 */
        { PCI_DEVICE(0x1b4b, 0x9123),
          .driver_data = board_ahci_yes_fbs },                  /* 88se9128 */
+       { PCI_DEVICE(0x1b4b, 0x9125),
+         .driver_data = board_ahci_yes_fbs },                  /* 88se9125 */
 
        /* Promise */
        { PCI_VDEVICE(PROMISE, 0x3f20), board_ahci },   /* PDC42819 */