[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1295701393-11417-1-git-send-email-lars@nstec.dk>
Date: Sat, 22 Jan 2011 14:03:13 +0100
From: Lars Randers <lars@...ec.dk>
To: jgarzik@...ox.com
Cc: linux-ide@...r.kernel.org, linux-kernel@...r.kernel.org,
Lars Randers <lars@...ec.dk>
Subject: [PATCH] drivers/ata/ahci.c: add device code for marvell 88se6141
Add the pci device code for the Marvell 88SE6141 SATA controller.
Signed-off-by: Lars Randers <lars@...ec.dk>
---
drivers/ata/ahci.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
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 */
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists