Commit bfa65173 authored by Per Jessen's avatar Per Jessen Committed by Greg Kroah-Hartman

ahci: recognize Marvell 88se9125 PCIe SATA 6.0 Gb/s controller

commit 467b41c6 upstream.

Recognize Marvell 88SE9125 PCIe SATA 6.0 Gb/s controller.
Signed-off-by: default avatarPer Jessen <per@computer.org>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent a3980437
......@@ -384,6 +384,8 @@ static const struct pci_device_id ahci_pci_tbl[] = {
.class = PCI_CLASS_STORAGE_SATA_AHCI,
.class_mask = 0xffffff,
.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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment