diff mbox

drivers/ata/ahci.c: add device code for marvell 88se6141

Message ID 1295701393-11417-1-git-send-email-lars@nstec.dk
State Not Applicable
Delegated to: David Miller
Headers show

Commit Message

Lars Randers Jan. 22, 2011, 1:03 p.m. UTC
Add the pci device code for the Marvell 88SE6141 SATA controller.

Signed-off-by: Lars Randers <lars@nstec.dk>
---
 drivers/ata/ahci.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index 3288263..b29a64d 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -377,6 +377,7 @@  static const struct pci_device_id ahci_pci_tbl[] = {
 
 	/* Marvell */
 	{ PCI_VDEVICE(MARVELL, 0x6145), board_ahci_mv },	/* 6145 */
+	{ PCI_VDEVICE(MARVELL, 0x6141), board_ahci_mv },	/* 6141 */
 	{ PCI_VDEVICE(MARVELL, 0x6121), board_ahci_mv },	/* 6121 */
 	{ PCI_DEVICE(0x1b4b, 0x9123),
 	  .driver_data = board_ahci_yes_fbs },			/* 88se9128 */