diff mbox

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

Message ID 4D513D08.2040705@computer.org
State Not Applicable
Delegated to: David Miller
Headers show

Commit Message

Per Jessen Feb. 8, 2011, 12:54 p.m. UTC
From: Per Jessen <per@computer.org>

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

Signed-off-by: Per Jessen <per@computer.org>

---

The Marvell 88SE9125 PCIe SATA 6.0 Gb/s controller may be found
on e.g. the RocketRaid 62X controllers shipped with WDC 3Tb drives.
I have also submitted an update for pci-ids.


--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -380,6 +380,8 @@ 
	{ 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 */