diff options
author | Per Jessen <per@computer.org> | 2011-02-08 13:54:32 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-03-23 12:50:04 -0700 |
commit | c1375ee971e9e994a91b8aa8cd4b06e61178a407 (patch) | |
tree | 6aa330da22bcd3682691e1565b62391d532ab203 | |
parent | d085c79399fce9fb34195f21c22286a62fd16e9a (diff) |
ahci: recognize Marvell 88se9125 PCIe SATA 6.0 Gb/s controller
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>
-rw-r--r-- | drivers/ata/ahci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 328826381a2d..154cc4d4836f 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -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 */ |